Home
last modified time | relevance | path

Searched refs:two_f32 (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/WebAssembly/
Dimmediates.ll96 ; CHECK-LABEL: two_f32:
100 define float @two_f32() {
/external/llvm/test/CodeGen/WebAssembly/
Dimmediates.ll96 ; CHECK-LABEL: two_f32:
100 define float @two_f32() {
/external/tensorflow/tensorflow/compiler/xla/
Dliteral_test.cc1804 auto two_f32 = LiteralUtil::CreateR0<float>(2.0); in TEST_F() local
1837 EXPECT_NE(one_f32, two_f32); in TEST_F()
1838 EXPECT_NE(one_f32, to_from_proto(two_f32)); in TEST_F()