Home
last modified time | relevance | path

Searched refs:f1 (Results 1 – 20 of 20) sorted by relevance

/art/test/805-TooDeepClassInstanceOf/src/
DMain.java41 A f1 = new F1(); in main() local
49 expectTrue(f1 instanceof B1); in main()
54 expectFalse(f1 instanceof B2); in main()
59 expectFalse(f1 instanceof F2); in main()
/art/test/474-checker-boolean-input/src/
DMain.java34 public static boolean f1; field in Main
38 return (x == 42) ? f1 : f2; in InlinePhi()
97 f1 = true; in main()
/art/test/952-invoke-custom/src/
DTestBase.java61 static void assertEquals(float f1, float f2) { in assertEquals() argument
62 if (f1 == f2) { in assertEquals()
65 throw new AssertionError("assertEquals f1: " + f1 + ", f2: " + f2); in assertEquals()
/art/test/178-app-image-native-method/src/
DMain.java444 int i1, long l1, float f1, double d1, in nativeMethodWithManyParameters() argument
463 int i1, long l1, float f1, double d1, in nativeMethodWithManyParameters() argument
482 int i1, long l1, float f1, double d1, in nativeMethodWithManyParameters() argument
498 int i1, long l1, float f1, double d1, in nativeMethodWithManyParameters() argument
517 int i1, long l1, float f1, double d1, in nativeMethodWithManyParameters() argument
536 int i1, long l1, float f1, double d1, in nativeMethodWithManyParameters() argument
559 int i, long l, float f1, float f2, float f3, float f4, double d); in nativeILFFFFD() argument
570 long l, int i, float f1, float f2, float f3, float f4, double d); in nativeLIFFFFD() argument
581 float f1, long l, int i, float f2, float f3, float f4, double d); in nativeFLIFFFD() argument
606 double d, float f1, float f2, int i1, long l, int i2, int i3, int i4); in nativeDFFILIII() argument
[all …]
/art/test/534-checker-bce-deoptimization/src/
DMain.java91 public static void $noinline$FloatFill(float f1, float f2, float[] array, int n) { in $noinline$FloatFill() argument
94 array[i] = ((i & 1) == 1) ? f1 : f2; in $noinline$FloatFill()
95 f1 += 1.5f; in $noinline$FloatFill()
/art/test/178-app-image-native-method/
Dnative_methods.cc30 jint i1, jlong l1, jfloat f1, jdouble d1, in VerifyManyParameters() argument
39 (i1 == 11) && (l1 == 12) && (f1 == 13.0) && (d1 == 14.0) && in VerifyManyParameters()
59 jint i1, jlong l1, jfloat f1, jdouble d1, in Java_Test_nativeMethodWithManyParameters() argument
68 i1, l1, f1, d1, in Java_Test_nativeMethodWithManyParameters()
89 jint i1, jlong l1, jfloat f1, jdouble d1, in Java_TestFast_nativeMethodWithManyParameters() argument
98 i1, l1, f1, d1, in Java_TestFast_nativeMethodWithManyParameters()
118 jint i1, jlong l1, jfloat f1, jdouble d1, in Java_TestCritical_nativeMethodWithManyParameters() argument
127 i1, l1, f1, d1, in Java_TestCritical_nativeMethodWithManyParameters()
141 jfloat f1, in Java_CriticalSignatures_nativeILFFFFD() argument
148 if (f1 != 3.0f) return -3; in Java_CriticalSignatures_nativeILFFFFD()
[all …]
/art/test/MyClassNatives/
DMyClassNatives.java78 native float checkFloats(float f1, float f2); in checkFloats() argument
81 float f1, float f2, float f3, float f4, float f5, float f6, in forceStackParameters() argument
129 int i8, int i9, int i10, float f1, float f2, float f3, float f4, float f5, float f6, in stackArgsIntsFirst() argument
133 native static void stackArgsFloatsFirst(float f1, float f2, float f3, float f4, float f5, in stackArgsFloatsFirst() argument
138 native static void stackArgsMixed(int i1, float f1, int i2, float f2, int i3, float f3, int i4, in stackArgsMixed() argument
206 native float checkFloats_Fast(float f1, float f2); in checkFloats_Fast() argument
209 float f1, float f2, float f3, float f4, float f5, float f6, in forceStackParameters_Fast() argument
257 int i8, int i9, int i10, float f1, float f2, float f3, float f4, float f5, float f6, in stackArgsIntsFirst_Fast() argument
261 native static void stackArgsFloatsFirst_Fast(float f1, float f2, float f3, float f4, float f5, in stackArgsFloatsFirst_Fast() argument
266 …native static void stackArgsMixed_Fast(int i1, float f1, int i2, float f2, int i3, float f3, int i… in stackArgsMixed_Fast() argument
[all …]
/art/test/703-floating-point-div/src/
DMain.java63 float f1 = 0x1.0p127f; in divFloatTest() local
74 expectEquals(Float.floatToRawIntBits(fPi/f1), 0xc90fdb); in divFloatTest()
/art/compiler/utils/
Dassembler_thumb_test_expected.cc.inc55 " b0: bc f1 00 0f cmp.w r12, #0\n"
57 " b6: 0d f1 30 0c addne.w r12, sp, #48\n"
58 " ba: 0d f1 30 0c add.w r12, sp, #48\n"
59 " be: bc f1 00 0f cmp.w r12, #0\n"
64 " cc: bc f1 00 0f cmp.w r12, #0\n"
66 " d2: 0d f1 40 0c addne.w r12, sp, #64\n"
68 " da: bc f1 00 0f cmp.w r12, #0\n"
72 " e4: bc f1 00 0f cmp.w r12, #0\n"
76 " f0: bc f1 00 0f cmp.w r12, #0\n"
80 " fe: bc f1 00 0f cmp.w r12, #0\n"
/art/test/439-npe/
Dexpected-stdout.txt88 f1=168.0
/art/compiler/jni/
Djni_compiler_test.cc1548 jfloat Java_MyClassNatives_checkFloats(JNIEnv*, jobject, jfloat f1, jfloat f2) { in JNI_TEST()
1549 return f1 - f2; // non-commutative operator in JNI_TEST()
2054 jint i10, jfloat f1, jfloat f2, jfloat f3, jfloat f4, in JNI_TEST_CRITICAL()
2068 jint i11 = bit_cast<jint, jfloat>(f1); in JNI_TEST_CRITICAL()
2105 jfloat f1 = bit_cast<jfloat, jint>(11); in StackArgsIntsFirstImpl() local
2116 env_->CallStaticVoidMethod(jklass_, jmethod_, i1, i2, i3, i4, i5, i6, i7, i8, i9, i10, f1, f2, in StackArgsIntsFirstImpl()
2122 void Java_MyClassNatives_stackArgsFloatsFirst(JNIEnv*, jclass, jfloat f1, jfloat f2, in JNI_TEST_CRITICAL()
2138 jint i11 = bit_cast<jint, jfloat>(f1); in JNI_TEST_CRITICAL()
2175 jfloat f1 = bit_cast<jfloat, jint>(11); in StackArgsFloatsFirstImpl() local
2186 env_->CallStaticVoidMethod(jklass_, jmethod_, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, i1, i2, i3, in StackArgsFloatsFirstImpl()
[all …]
/art/test/439-npe/src/
DMain.java676 float f1 = 41.0f; in $opt$noinline$testRegisterRetrieval() local
756 f0 += f1; in $opt$noinline$testRegisterRetrieval()
757 f1 += f2; in $opt$noinline$testRegisterRetrieval()
823 System.out.println("f1=" + f1); in $opt$noinline$testRegisterRetrieval()
/art/runtime/mirror/
Dobject_test.cc734 ArtField* f1 = c->FindDeclaredInstanceField("count", "I"); in TEST_F() local
736 EXPECT_TRUE(f1 != nullptr); in TEST_F()
738 EXPECT_EQ(f1, f2); in TEST_F()
772 ArtField* f1 = c->FindDeclaredStaticField("CASE_INSENSITIVE_ORDER", "Ljava/util/Comparator;"); in TEST_F() local
775 EXPECT_TRUE(f1 != nullptr); in TEST_F()
777 EXPECT_EQ(f1, f2); in TEST_F()
/art/test/623-checker-loop-regressions/src/
DMain.java643 float f1 = 0; in $noinline$ensureSlowPathFPSpillFill() local
676 f1 += b[i]; in $noinline$ensureSlowPathFPSpillFill()
708 return f0 + f1 + f2 + f3 + f4 + f5 + f6 + f7 + f8 + f9 + f10 + f11 + f12 + f13 + f14 + f15 + in $noinline$ensureSlowPathFPSpillFill()
/art/test/806-TooWideClassInstanceOf/src/
DMain.java1243 A f1 = new F1(); in main() local
1246 expectTrue(f1 instanceof E1199); in main()
1247 expectFalse(f1 instanceof E1200); in main()
/art/test/dexdump/
Dcheckers.txt804 001bde: 6900 5900 |00f1: sput-object v0, Lcom/google/android/checkers/…
922 001dde: 7010 6700 0900 |01f1: invoke-direct {v9}, Lcom/google/android/check…
1336 0022ca: 1a00 f100 |00c1: const-string v0, "lp" // string@00f1
1362 00232a: 52a4 2700 |00f1: iget v4, v10, Lcom/google/android/checkers/Ch…
1445 0023fa: 12f1 |0001: const/4 v1, #int -1 // #ff
1577 0025da: 0160 |00f1: move v0, v6
1724 0027da: 5490 2200 |01f1: iget-object v0, v9, Lcom/google/android/check…
2010 002b24: 28f1 |0062: goto 0053 // -000f
2156 002d1a: 28a5 |00f1: goto 0096 // -005b
2485 003136: 1a00 f100 |0097: const-string v0, "lp" // string@00f1
[all …]
Dall-dex-files.txt1445 001bde: 6900 5900 |00f1: sput-object v0, Lcom/google/android/checkers/…
1563 001dde: 7010 6700 0900 |01f1: invoke-direct {v9}, Lcom/google/android/check…
1977 0022ca: 1a00 f100 |00c1: const-string v0, "lp" // string@00f1
2003 00232a: 52a4 2700 |00f1: iget v4, v10, Lcom/google/android/checkers/Ch…
2086 0023fa: 12f1 |0001: const/4 v1, #int -1 // #ff
2218 0025da: 0160 |00f1: move v0, v6
2365 0027da: 5490 2200 |01f1: iget-object v0, v9, Lcom/google/android/check…
2651 002b24: 28f1 |0062: goto 0053 // -000f
2797 002d1a: 28a5 |00f1: goto 0096 // -005b
3126 003136: 1a00 f100 |0097: const-string v0, "lp" // string@00f1
[all …]
Dbytecodes.txt1404 0x00a6 - 0x013e reg=16 f1 F
1793 001860: 12f1 |0016: const/4 v1, #int -1 // #ff
Dinvoke-custom.txt239 002684: 1a02 d600 |000c: const-string v2, "assertEquals f1: " // strin…
255 0x0000 - 0x0024 reg=3 f1 F
628 …invoke-virtual {v0}, Ljava/util/concurrent/atomic/AtomicInteger;.getAndIncrement:()I // method@00f1
1189 001c84: 1a01 f100 |0002: const-string v1, "bsmDJ(..., " // string@00f1
3460 …invoke-virtual {v0}, Ljava/util/concurrent/atomic/AtomicInteger;.getAndIncrement:()I // method@00f1
/art/test/083-compiler-regressions/src/
DMain.java5340 float f1 = 1; in largeFrameFloat() local
7338 f1 += f0; in largeFrameFloat()
7340 f2 += f1; in largeFrameFloat()