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

/art/compiler/jni/
H A Djni_compiler_test.cc1555 jint i20 = bit_cast<jint, jfloat>(f10); local
1556 EXPECT_EQ(i20, 20);
1625 jint i20 = bit_cast<jint, jfloat>(f10); local
1626 EXPECT_EQ(i20, 20);
1694 jint i20 = bit_cast<jint, jfloat>(f10); local
1695 EXPECT_EQ(i20, 20);

Completed in 9 milliseconds