Searched refs:positive_infinity_f16 (Results 1 – 5 of 5) sorted by relevance
/external/FP16/test/ |
D | ieee-from-fp32-value.cc | 276 const uint16_t positive_infinity_f16 = UINT16_C(0x7C00); in TEST() local 284 EXPECT_EQ(positive_infinity_f16, fp16_ieee_from_fp32_value(positive_infinity_value)) << in TEST() 288 "F16 = 0x" << std::setw(4) << positive_infinity_f16; in TEST() 405 const uint16_t positive_infinity_f16 = UINT16_C(0x7C00); in TEST() local 409 ASSERT_EQ(positive_infinity_f16, fp16_ieee_from_fp32_value(value)) << in TEST() 413 "F16 = 0x" << std::setw(4) << positive_infinity_f16; in TEST()
|
D | ieee-to-fp32-bits.cc | 214 const uint16_t positive_infinity_f16 = UINT16_C(0x7C00); in TEST() local 220 EXPECT_EQ(positive_infinity_f32, fp16_ieee_to_fp32_bits(positive_infinity_f16)) << in TEST() 222 "F16 = 0x" << std::setw(4) << positive_infinity_f16 << ", " << in TEST() 223 "F32(F16) = 0x" << std::setw(8) << fp16_ieee_to_fp32_bits(positive_infinity_f16) << ", " << in TEST()
|
D | ieee-to-fp32-psimd.cc | 10 const uint16_t positive_infinity_f16 = UINT16_C(0x7C00); in TEST() local 17 positive_infinity_f16, negative_infinity_f16, in TEST() 18 negative_infinity_f16, positive_infinity_f16 in TEST()
|
D | ieee-to-fp32-value.cc | 287 const uint16_t positive_infinity_f16 = UINT16_C(0x7C00); in TEST() local 293 const float positive_infinity_value = fp16_ieee_to_fp32_value(positive_infinity_f16); in TEST() 298 "F16 = 0x" << std::setw(4) << positive_infinity_f16 << ", " << in TEST()
|
D | ieee-to-fp32x2-psimd.cc | 10 const uint16_t positive_infinity_f16 = UINT16_C(0x7C00); in TEST() local 17 positive_infinity_f16, negative_infinity_f16, in TEST() 18 negative_infinity_f16, positive_infinity_f16, in TEST() 19 positive_infinity_f16, positive_infinity_f16, in TEST()
|