Searched refs:two_f32 (Results 1 – 8 of 8) sorted by relevance
/external/FP16/test/ |
D | alt-to-fp32-bits.cc | 28 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()
|
D | ieee-to-fp32-bits.cc | 28 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()
|
D | alt-to-fp32-value.cc | 29 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()
|
D | ieee-to-fp32-value.cc | 29 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()
|
D | alt-from-fp32-value.cc | 32 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()
|
D | ieee-from-fp32-value.cc | 32 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/ |
D | immediates.ll | 96 ; CHECK-LABEL: two_f32: 100 define float @two_f32() {
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | literal_test.cc | 1882 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()
|