Searched refs:two_f32 (Results 1 – 3 of 3) sorted by relevance
96 ; CHECK-LABEL: two_f32:100 define float @two_f32() {
1804 auto two_f32 = LiteralUtil::CreateR0<float>(2.0); in TEST_F() local1837 EXPECT_NE(one_f32, two_f32); in TEST_F()1838 EXPECT_NE(one_f32, to_from_proto(two_f32)); in TEST_F()