Searched refs:cast (Results 1 – 6 of 6) sorted by relevance
60 uint32_t cast = bit_cast<uint32_t, float>(1.0f); in VisitFrame() local61 CHECK_EQ(value, cast); in VisitFrame()100 uint64_t cast = bit_cast<uint64_t, double>(2.0); in VisitFrame() local101 CHECK_EQ(value, cast); in VisitFrame()
72 uint32_t cast = bit_cast<uint32_t, float>(4.0f); in VisitFrame() local73 CHECK_EQ(value, cast); in VisitFrame()141 int32_t cast = bit_cast<int32_t, float>(float_value); in Java_PhiLiveness_regsNativeCallWithParameters() local142 CHECK_EQ(cast, 0); in Java_PhiLiveness_regsNativeCallWithParameters()
1 Checker test for testing checked cast elimination.
1 This test relies on the correct behavior of instance-of to test check-cast behavior,
3 This tests that an attempt to use check-cast with the void type doesn't
123 art_clang_cflags += -Wint-to-void-pointer-cast