Searched refs:negative_zero_f16 (Results 1 – 6 of 6) sorted by relevance
/external/FP16/test/ |
D | alt-to-fp32-bits.cc | 195 const uint16_t negative_zero_f16 = UINT16_C(0x8000); in TEST() local 206 EXPECT_EQ(negative_zero_f32, fp16_alt_to_fp32_bits(negative_zero_f16)) << in TEST() 208 "F16 = 0x" << std::setw(4) << negative_zero_f16 << ", " << in TEST() 209 "F32(F16) = 0x" << std::setw(8) << fp16_alt_to_fp32_bits(negative_zero_f16) << ", " << in TEST()
|
D | ieee-to-fp32-bits.cc | 195 const uint16_t negative_zero_f16 = UINT16_C(0x8000); in TEST() local 206 EXPECT_EQ(negative_zero_f32, fp16_ieee_to_fp32_bits(negative_zero_f16)) << in TEST() 208 "F16 = 0x" << std::setw(4) << negative_zero_f16 << ", " << in TEST() 209 "F32(F16) = 0x" << std::setw(8) << fp16_ieee_to_fp32_bits(negative_zero_f16) << ", " << in TEST()
|
D | alt-to-fp32-value.cc | 262 const uint16_t negative_zero_f16 = UINT16_C(0x8000); in TEST() local 276 const float negative_zero_value = fp16_alt_to_fp32_value(negative_zero_f16); in TEST() 281 "F16 = 0x" << std::setw(4) << negative_zero_f16 << ", " << in TEST()
|
D | ieee-to-fp32-value.cc | 262 const uint16_t negative_zero_f16 = UINT16_C(0x8000); in TEST() local 276 const float negative_zero_value = fp16_ieee_to_fp32_value(negative_zero_f16); in TEST() 281 "F16 = 0x" << std::setw(4) << negative_zero_f16 << ", " << in TEST()
|
D | alt-from-fp32-value.cc | 253 const uint16_t negative_zero_f16 = UINT16_C(0x8000); in TEST() local 268 EXPECT_EQ(negative_zero_f16, fp16_alt_from_fp32_value(negative_zero_value)) << in TEST() 272 "F16 = 0x" << std::setw(4) << negative_zero_f16; in TEST()
|
D | ieee-from-fp32-value.cc | 253 const uint16_t negative_zero_f16 = UINT16_C(0x8000); in TEST() local 268 EXPECT_EQ(negative_zero_f16, fp16_ieee_from_fp32_value(negative_zero_value)) << in TEST() 272 "F16 = 0x" << std::setw(4) << negative_zero_f16; in TEST()
|