Home
last modified time | relevance | path

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

/external/FP16/test/
Dalt-to-fp32-bits.cc17 const uint16_t eight_f16 = UINT16_C(0x4800); in TEST() local
78 EXPECT_EQ(eight_f32, fp16_alt_to_fp32_bits(eight_f16)) << in TEST()
80 "F16 = 0x" << std::setw(4) << eight_f16 << ", " << in TEST()
81 "F32(F16) = 0x" << std::setw(8) << fp16_alt_to_fp32_bits(eight_f16) << ", " << in TEST()
Dieee-to-fp32-bits.cc17 const uint16_t eight_f16 = UINT16_C(0x4800); in TEST() local
78 EXPECT_EQ(eight_f32, fp16_ieee_to_fp32_bits(eight_f16)) << in TEST()
80 "F16 = 0x" << std::setw(4) << eight_f16 << ", " << in TEST()
81 "F32(F16) = 0x" << std::setw(8) << fp16_ieee_to_fp32_bits(eight_f16) << ", " << in TEST()
Dalt-to-fp32-value.cc18 const uint16_t eight_f16 = UINT16_C(0x4800); in TEST() local
100 const float eight_value = fp16_alt_to_fp32_value(eight_f16); in TEST()
105 "F16 = 0x" << std::setw(4) << eight_f16 << ", " << in TEST()
Dieee-to-fp32-value.cc18 const uint16_t eight_f16 = UINT16_C(0x4800); in TEST() local
100 const float eight_value = fp16_ieee_to_fp32_value(eight_f16); in TEST()
105 "F16 = 0x" << std::setw(4) << eight_f16 << ", " << in TEST()
Dalt-from-fp32-value.cc21 const uint16_t eight_f16 = UINT16_C(0x4800); in TEST() local
98 EXPECT_EQ(eight_f16, fp16_alt_from_fp32_value(eight_value)) << in TEST()
102 "F16 = 0x" << std::setw(4) << eight_f16; in TEST()
Dieee-from-fp32-value.cc21 const uint16_t eight_f16 = UINT16_C(0x4800); in TEST() local
98 EXPECT_EQ(eight_f16, fp16_ieee_from_fp32_value(eight_value)) << in TEST()
102 "F16 = 0x" << std::setw(4) << eight_f16; in TEST()