Searched defs:i14 (Results 1 - 1 of 1) sorted by relevance

/art/compiler/jni/
H A Djni_compiler_test.cc1555 jint i14 = bit_cast<jfloat, jint>(f4); local
1556 EXPECT_EQ(i14, 14);
1626 jint i14 = bit_cast<jfloat, jint>(f4); local
1627 EXPECT_EQ(i14, 14);
1696 jint i14 = bit_cast<jfloat, jint>(f4); local
1697 EXPECT_EQ(i14, 14);

Completed in 62 milliseconds