/art/benchmark/stringbuilder-append/src/ |
D | StringBuilderAppendBenchmark.java | 69 double d1 = double1; in timeAppendStringAndDouble() local 122 double d1 = double1; in timeAppendStringDoubleStringAndFloat() local
|
/art/test/178-app-image-native-method/src/ |
D | Main.java | 644 int i1, long l1, float f1, double d1, in nativeMethodWithManyParameters() 663 int i1, long l1, float f1, double d1, in nativeMethodWithManyParameters() 682 int i1, long l1, float f1, double d1, in nativeMethodWithManyParameters() 698 int i1, long l1, float f1, double d1, in nativeMethodWithManyParameters() 717 int i1, long l1, float f1, double d1, in nativeMethodWithManyParameters() 736 int i1, long l1, float f1, double d1, in nativeMethodWithManyParameters() 793 double d1, double d2, int i1, int i2, int i3, int i4, int i5, int i6); in nativeDDIIIIII() 820 double d1, double d2, float f, int i1, long l, int i2, int i3, int i4); in nativeDDFILIII() 830 double d1, double d2, int i1, float f, int i2, int i3); in nativeDDIFII() 1025 double d1, in nativeDFDFDFDFDFIJ() [all …]
|
/art/test/178-app-image-native-method/ |
D | native_methods.cc | 30 jint i1, jlong l1, jfloat f1, jdouble d1, in VerifyManyParameters() 83 jint i1, jlong l1, jfloat f1, jdouble d1, in Java_Test_nativeMethodWithManyParameters() 112 jint i1, jlong l1, jfloat f1, jdouble d1, in Java_TestFast_nativeMethodWithManyParameters() 140 jint i1, jlong l1, jfloat f1, jdouble d1, in Java_TestCritical_nativeMethodWithManyParameters() 214 jdouble d1, in Java_CriticalSignatures_nativeDDIIIIII() 254 jdouble d1, in Java_CriticalSignatures_nativeDDFILIII() 274 jdouble d1, in Java_CriticalSignatures_nativeDDIFII() 642 jdouble d1, in Java_CriticalSignatures_nativeDFDFDFDFDFIJ() 678 jint i1, jlong l1, jfloat f1, jdouble d1, in Java_CriticalClinitCheck_nativeMethodWithManyParameters()
|
/art/test/952-invoke-custom/src/ |
D | TestBase.java | 68 static void assertEquals(double d1, double d2) { in assertEquals()
|
/art/test/703-floating-point-div/src/ |
D | Main.java | 35 double d1 = 0x1.0p1023; in divDoubleTest() local
|
/art/test/534-checker-bce-deoptimization/src/ |
D | Main.java | 119 public static void $noinline$DoubleFill(double d1, double d2, double[] array, int n) { in $noinline$DoubleFill()
|
/art/test/705-register-conflict/src/ |
D | Main.java | 28 double d0 = 0, d1 = 0, d2 = 0, d3 = 0, d4 = 0, d5 = 0, d6 = 0, d7 = 0; in $opt$registerConflictTest() local
|
/art/test/080-oom-throw/src/ |
D | Main.java | 40 double d1, d2, d3, d4, d5, d6, d7, d8; // Bloat this object so we fill the heap faster. field in Main.InstanceMemEater
|
/art/test/658-fp-read-barrier/src/ |
D | Main.java | 55 double d1 = main.field1; in foo() local
|
/art/test/MyClassNatives/ |
D | MyClassNatives.java | 195 static native int sfoo3F5DI(float f1, float f2, float f3, double d1, double d2, double d3, in sfoo3F5DI() 198 static native int sfoo3F6DI(float f1, float f2, float f3, double d1, double d2, double d3, in sfoo3F6DI() 213 double d1, float f8); in foo7FDF() 376 native int fooFDL_Fast(float f1, double d1, Object o1); in fooFDL_Fast() 386 native int foo3F5D_Fast(float f1, float f2, float f3, double d1, double d2, double d3, in foo3F5D_Fast() 389 native int foo3F6D_Fast(float f1, float f2, float f3, double d1, double d2, double d3, in foo3F6D_Fast() 443 static native int foo3F5D_Critical(float f1, float f2, float f3, double d1, double d2, in foo3F5D_Critical() 446 static native int foo3F6D_Critical(float f1, float f2, float f3, double d1, double d2, in foo3F6D_Critical()
|
/art/profman/ |
D | profile_assistant_test.cc | 1738 const DexFile& d1 = *dex_files[0]; in TEST_F() local 1807 const DexFile& d1 = *dex_files[0]; in TEST_F() local 1850 const DexFile& d1 = *dex_files[0]; in TEST_F() local 1972 const DexFile& d1 = *dex_files[0]; in TEST_F() local 2243 const DexFile& d1 = *dex_files[0]; in TEST_F() local
|
/art/test/439-npe/src/ |
D | Main.java | 692 double d1 = 61.0; in $opt$noinline$testRegisterRetrieval() local
|
/art/test/700-LoadArgRegs/src/ |
D | Main.java | 273 …static void testMore(int i1, double d1, double d2, double d3, double d4, double d5, double d6, dou… in testMore()
|
/art/test/083-compiler-regressions/src/ |
D | Main.java | 107 double d1 = 1.0; in b17411468() local 5341 double d1 = 1; in largeFrameFloat() local
|