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

/art/compiler/jni/
H A Djni_compiler_test.cc1547 jint i16 = bit_cast<jint, jfloat>(f6); local
1548 EXPECT_EQ(i16, 16);
1617 jint i16 = bit_cast<jint, jfloat>(f6); local
1618 EXPECT_EQ(i16, 16);
1686 jint i16 = bit_cast<jint, jfloat>(f6); local
1687 EXPECT_EQ(i16, 16);

Completed in 71 milliseconds