Searched defs:d4 (Results 1 – 8 of 8) sorted by relevance
186 int i4, long l4, float f4, double d4, in nativeMethodWithManyParameters()205 int i4, long l4, float f4, double d4, in nativeMethodWithManyParameters()224 int i4, long l4, float f4, double d4, in nativeMethodWithManyParameters()240 int i4, long l4, float f4, double d4, in nativeMethodWithManyParameters()259 int i4, long l4, float f4, double d4, in nativeMethodWithManyParameters()278 int i4, long l4, float f4, double d4, in nativeMethodWithManyParameters()
25 jint i4, jlong l4, jfloat f4, jdouble d4, in VerifyManyParameters()54 jint i4, jlong l4, jfloat f4, jdouble d4, in Java_Test_nativeMethodWithManyParameters()84 jint i4, jlong l4, jfloat f4, jdouble d4, in Java_TestFast_nativeMethodWithManyParameters()113 jint i4, jlong l4, jfloat f4, jdouble d4, in Java_TestCritical_nativeMethodWithManyParameters()
38 double d4 = Double.MIN_NORMAL; in divDoubleTest() local
40 double d1, d2, d3, d4, d5, d6, d7, d8; // Bloat this object so we fill the heap faster. field in Main.InstanceMemEater
28 double d0 = 0, d1 = 0, d2 = 0, d3 = 0, d4 = 0, d5 = 0, d6 = 0, d7 = 0; in $opt$registerConflictTest() local
58 double d4 = main.field4; in foo() local
695 double d4 = 64.0; in $opt$noinline$testRegisterRetrieval() local
273 …static void testMore(int i1, double d1, double d2, double d3, double d4, double d5, double d6, dou… in testMore()