Home
last modified time | relevance | path

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

/external/FP16/test/
Dalt-to-fp32-bits.cc28 const uint32_t two_f32 = UINT32_C(0x40000000); in TEST() local
66 EXPECT_EQ(two_f32, fp16_alt_to_fp32_bits(two_f16)) << in TEST()
70 "F32 = 0x" << std::setw(8) << two_f32; in TEST()
Dieee-to-fp32-bits.cc28 const uint32_t two_f32 = UINT32_C(0x40000000); in TEST() local
66 EXPECT_EQ(two_f32, fp16_ieee_to_fp32_bits(two_f16)) << in TEST()
70 "F32 = 0x" << std::setw(8) << two_f32; in TEST()
Dalt-to-fp32-value.cc29 const uint32_t two_f32 = UINT32_C(0x40000000); in TEST() local
85 EXPECT_EQ(two_f32, two_bits) << in TEST()
89 "F32 = 0x" << std::setw(8) << two_f32; in TEST()
Dieee-to-fp32-value.cc29 const uint32_t two_f32 = UINT32_C(0x40000000); in TEST() local
85 EXPECT_EQ(two_f32, two_bits) << in TEST()
89 "F32 = 0x" << std::setw(8) << two_f32; in TEST()
Dalt-from-fp32-value.cc32 const uint32_t two_f32 = UINT32_C(0x40000000); in TEST() local
81 memcpy(&two_value, &two_f32, sizeof(two_value)); in TEST()
84 "F32 = 0x" << std::setw(8) << two_f32 << ", " << in TEST()
Dieee-from-fp32-value.cc32 const uint32_t two_f32 = UINT32_C(0x40000000); in TEST() local
81 memcpy(&two_value, &two_f32, sizeof(two_value)); in TEST()
84 "F32 = 0x" << std::setw(8) << two_f32 << ", " << in TEST()
/external/llvm/test/CodeGen/WebAssembly/
Dimmediates.ll96 ; CHECK-LABEL: two_f32:
100 define float @two_f32() {
/external/tensorflow/tensorflow/compiler/xla/
Dliteral_test.cc1882 auto two_f32 = LiteralUtil::CreateR0<float>(2.0); in TEST_F() local
1915 EXPECT_NE(one_f32, two_f32); in TEST_F()
1916 EXPECT_NE(one_f32, to_from_proto(two_f32)); in TEST_F()