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.java80 native float checkFloats(float f1, float f2); in checkFloats() argument
83 float f1, float f2, float f3, float f4, float f5, float f6, in forceStackParameters() argument
131 int i8, int i9, int i10, float f1, float f2, float f3, float f4, float f5, float f6, in stackArgsIntsFirst() argument
135 native static void stackArgsFloatsFirst(float f1, float f2, float f3, float f4, float f5, in stackArgsFloatsFirst() argument
140 native static void stackArgsMixed(int i1, float f1, int i2, float f2, int i3, float f3, int i4, in stackArgsMixed() argument
208 native float checkFloats_Fast(float f1, float f2); in checkFloats_Fast() argument
211 float f1, float f2, float f3, float f4, float f5, float f6, in forceStackParameters_Fast() argument
259 int i8, int i9, int i10, float f1, float f2, float f3, float f4, float f5, float f6, in stackArgsIntsFirst_Fast() argument
263 native static void stackArgsFloatsFirst_Fast(float f1, float f2, float f3, float f4, float f5, in stackArgsFloatsFirst_Fast() argument
268 …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: 0d f1 30 0c add.w r12, sp, #48\n"
56 " b4: bb f1 00 0f cmp.w r11, #0\n"
59 " bc: 0d f1 30 0b add.w r11, sp, #48\n"
64 " cc: bc f1 00 0f cmp.w r12, #0\n"
66 " d2: 0d f1 40 0c addne.w r12, sp, #64\n"
72 " e6: bb f1 00 0f cmp.w r11, #0\n"
76 " f2: bb f1 00 0f cmp.w r11, #0\n"
80 " fe: bc f1 00 0f cmp.w r12, #0\n"
/art/test/439-npe/
Dexpected-stdout.txt88 f1=168.0
/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/compiler/jni/
Djni_compiler_test.cc1645 jfloat Java_MyClassNatives_checkFloats(JNIEnv*, jobject, jfloat f1, jfloat f2) { in JNI_TEST()
1646 return f1 - f2; // non-commutative operator in JNI_TEST()
2151 jint i10, jfloat f1, jfloat f2, jfloat f3, jfloat f4, in JNI_TEST_CRITICAL()
2165 jint i11 = bit_cast<jint, jfloat>(f1); in JNI_TEST_CRITICAL()
2202 jfloat f1 = bit_cast<jfloat, jint>(11); in StackArgsIntsFirstImpl() local
2213 env_->CallStaticVoidMethod(jklass_, jmethod_, i1, i2, i3, i4, i5, i6, i7, i8, i9, i10, f1, f2, in StackArgsIntsFirstImpl()
2219 void Java_MyClassNatives_stackArgsFloatsFirst(JNIEnv*, jclass, jfloat f1, jfloat f2, in JNI_TEST_CRITICAL()
2235 jint i11 = bit_cast<jint, jfloat>(f1); in JNI_TEST_CRITICAL()
2272 jfloat f1 = bit_cast<jfloat, jint>(11); in StackArgsFloatsFirstImpl() local
2283 env_->CallStaticVoidMethod(jklass_, jmethod_, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, i1, i2, i3, in StackArgsFloatsFirstImpl()
[all …]
/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()
769 ArtField* f1 = c->FindDeclaredStaticField("CASE_INSENSITIVE_ORDER", "Ljava/util/Comparator;"); in TEST_F() local
771 EXPECT_TRUE(f1 != nullptr); in TEST_F()
773 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…
1331 0022ca: 1a00 f100 |00c1: const-string v0, "lp" // string@00f1
1357 00232a: 52a4 2700 |00f1: iget v4, v10, Lcom/google/android/checkers/Ch…
1440 0023fa: 12f1 |0001: const/4 v1, #int -1 // #ff
1572 0025da: 0160 |00f1: move v0, v6
1719 0027da: 5490 2200 |01f1: iget-object v0, v9, Lcom/google/android/check…
2003 002b24: 28f1 |0062: goto 0053 // -000f
2149 002d1a: 28a5 |00f1: goto 0096 // -005b
2478 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…
1972 0022ca: 1a00 f100 |00c1: const-string v0, "lp" // string@00f1
1998 00232a: 52a4 2700 |00f1: iget v4, v10, Lcom/google/android/checkers/Ch…
2081 0023fa: 12f1 |0001: const/4 v1, #int -1 // #ff
2213 0025da: 0160 |00f1: move v0, v6
2360 0027da: 5490 2200 |01f1: iget-object v0, v9, Lcom/google/android/check…
2644 002b24: 28f1 |0062: goto 0053 // -000f
2790 002d1a: 28a5 |00f1: goto 0096 // -005b
3119 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()