Home
last modified time | relevance | path

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

/external/FP16/test/
Dalt-to-fp32-bits.cc197 const uint32_t positive_zero_f32 = UINT32_C(0x00000000); in TEST() local
200 EXPECT_EQ(positive_zero_f32, fp16_alt_to_fp32_bits(positive_zero_f16)) << in TEST()
204 "F32 = 0x" << std::setw(8) << positive_zero_f32; in TEST()
Dieee-to-fp32-bits.cc197 const uint32_t positive_zero_f32 = UINT32_C(0x00000000); in TEST() local
200 EXPECT_EQ(positive_zero_f32, fp16_ieee_to_fp32_bits(positive_zero_f16)) << in TEST()
204 "F32 = 0x" << std::setw(8) << positive_zero_f32; in TEST()
Dalt-to-fp32-value.cc264 const uint32_t positive_zero_f32 = UINT32_C(0x00000000); in TEST() local
270 EXPECT_EQ(positive_zero_f32, positive_zero_bits) << in TEST()
274 "F32 = 0x" << std::setw(8) << positive_zero_f32; in TEST()
Dieee-to-fp32-value.cc264 const uint32_t positive_zero_f32 = UINT32_C(0x00000000); in TEST() local
270 EXPECT_EQ(positive_zero_f32, positive_zero_bits) << in TEST()
274 "F32 = 0x" << std::setw(8) << positive_zero_f32; in TEST()
Dalt-from-fp32-value.cc255 const uint32_t positive_zero_f32 = UINT32_C(0x00000000); in TEST() local
259 memcpy(&positive_zero_value, &positive_zero_f32, sizeof(positive_zero_value)); in TEST()
262 "F32 = 0x" << std::setw(8) << positive_zero_f32 << ", " << in TEST()
Dieee-from-fp32-value.cc255 const uint32_t positive_zero_f32 = UINT32_C(0x00000000); in TEST() local
259 memcpy(&positive_zero_value, &positive_zero_f32, sizeof(positive_zero_value)); in TEST()
262 "F32 = 0x" << std::setw(8) << positive_zero_f32 << ", " << in TEST()