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

/art/compiler/jni/
H A Djni_compiler_test.cc1963 jint i13 = bit_cast<jint, jfloat>(f3); local
1964 EXPECT_EQ(i13, 13);
2033 jint i13 = bit_cast<jint, jfloat>(f3); local
2034 EXPECT_EQ(i13, 13);
2102 jint i13 = bit_cast<jint, jfloat>(f3); local
2103 EXPECT_EQ(i13, 13);

Completed in 158 milliseconds