Searched refs:negative_zero_f32 (Results 1 – 6 of 6) sorted by relevance
/external/FP16/test/ |
D | alt-to-fp32-bits.cc | 198 const uint32_t negative_zero_f32 = UINT32_C(0x80000000); in TEST() local 206 EXPECT_EQ(negative_zero_f32, fp16_alt_to_fp32_bits(negative_zero_f16)) << in TEST() 210 "F32 = 0x" << std::setw(8) << negative_zero_f32; in TEST()
|
D | ieee-to-fp32-bits.cc | 198 const uint32_t negative_zero_f32 = UINT32_C(0x80000000); in TEST() local 206 EXPECT_EQ(negative_zero_f32, fp16_ieee_to_fp32_bits(negative_zero_f16)) << in TEST() 210 "F32 = 0x" << std::setw(8) << negative_zero_f32; in TEST()
|
D | alt-to-fp32-value.cc | 265 const uint32_t negative_zero_f32 = UINT32_C(0x80000000); in TEST() local 279 EXPECT_EQ(negative_zero_f32, negative_zero_bits) << in TEST() 283 "F32 = 0x" << std::setw(8) << negative_zero_f32; in TEST()
|
D | ieee-to-fp32-value.cc | 265 const uint32_t negative_zero_f32 = UINT32_C(0x80000000); in TEST() local 279 EXPECT_EQ(negative_zero_f32, negative_zero_bits) << in TEST() 283 "F32 = 0x" << std::setw(8) << negative_zero_f32; in TEST()
|
D | alt-from-fp32-value.cc | 256 const uint32_t negative_zero_f32 = UINT32_C(0x80000000); in TEST() local 267 memcpy(&negative_zero_value, &negative_zero_f32, sizeof(negative_zero_value)); in TEST() 270 "F32 = 0x" << std::setw(8) << negative_zero_f32 << ", " << in TEST()
|
D | ieee-from-fp32-value.cc | 256 const uint32_t negative_zero_f32 = UINT32_C(0x80000000); in TEST() local 267 memcpy(&negative_zero_value, &negative_zero_f32, sizeof(negative_zero_value)); in TEST() 270 "F32 = 0x" << std::setw(8) << negative_zero_f32 << ", " << in TEST()
|