Home
last modified time | relevance | path

Searched refs:four_f32 (Results 1 – 6 of 6) sorted by relevance

/external/FP16/test/
Dalt-to-fp32-bits.cc29 const uint32_t four_f32 = UINT32_C(0x40800000); in TEST() local
72 EXPECT_EQ(four_f32, fp16_alt_to_fp32_bits(four_f16)) << in TEST()
76 "F32 = 0x" << std::setw(8) << four_f32; in TEST()
Dieee-to-fp32-bits.cc29 const uint32_t four_f32 = UINT32_C(0x40800000); in TEST() local
72 EXPECT_EQ(four_f32, fp16_ieee_to_fp32_bits(four_f16)) << in TEST()
76 "F32 = 0x" << std::setw(8) << four_f32; in TEST()
Dalt-to-fp32-value.cc30 const uint32_t four_f32 = UINT32_C(0x40800000); in TEST() local
94 EXPECT_EQ(four_f32, four_bits) << in TEST()
98 "F32 = 0x" << std::setw(8) << four_f32; in TEST()
Dieee-to-fp32-value.cc30 const uint32_t four_f32 = UINT32_C(0x40800000); in TEST() local
94 EXPECT_EQ(four_f32, four_bits) << in TEST()
98 "F32 = 0x" << std::setw(8) << four_f32; in TEST()
Dalt-from-fp32-value.cc33 const uint32_t four_f32 = UINT32_C(0x40800000); in TEST() local
89 memcpy(&four_value, &four_f32, sizeof(four_value)); in TEST()
92 "F32 = 0x" << std::setw(8) << four_f32 << ", " << in TEST()
Dieee-from-fp32-value.cc33 const uint32_t four_f32 = UINT32_C(0x40800000); in TEST() local
89 memcpy(&four_value, &four_f32, sizeof(four_value)); in TEST()
92 "F32 = 0x" << std::setw(8) << four_f32 << ", " << in TEST()