Searched refs:sixtyfour_f16 (Results 1 – 6 of 6) sorted by relevance
/external/FP16/test/ |
D | alt-to-fp32-bits.cc | 20 const uint16_t sixtyfour_f16 = UINT16_C(0x5400); in TEST() local 96 EXPECT_EQ(sixtyfour_f32, fp16_alt_to_fp32_bits(sixtyfour_f16)) << in TEST() 98 "F16 = 0x" << std::setw(4) << sixtyfour_f16 << ", " << in TEST() 99 "F32(F16) = 0x" << std::setw(8) << fp16_alt_to_fp32_bits(sixtyfour_f16) << ", " << in TEST()
|
D | ieee-to-fp32-bits.cc | 20 const uint16_t sixtyfour_f16 = UINT16_C(0x5400); in TEST() local 96 EXPECT_EQ(sixtyfour_f32, fp16_ieee_to_fp32_bits(sixtyfour_f16)) << in TEST() 98 "F16 = 0x" << std::setw(4) << sixtyfour_f16 << ", " << in TEST() 99 "F32(F16) = 0x" << std::setw(8) << fp16_ieee_to_fp32_bits(sixtyfour_f16) << ", " << in TEST()
|
D | alt-to-fp32-value.cc | 21 const uint16_t sixtyfour_f16 = UINT16_C(0x5400); in TEST() local 127 const float sixtyfour_value = fp16_alt_to_fp32_value(sixtyfour_f16); in TEST() 132 "F16 = 0x" << std::setw(4) << sixtyfour_f16 << ", " << in TEST()
|
D | ieee-to-fp32-value.cc | 21 const uint16_t sixtyfour_f16 = UINT16_C(0x5400); in TEST() local 127 const float sixtyfour_value = fp16_ieee_to_fp32_value(sixtyfour_f16); in TEST() 132 "F16 = 0x" << std::setw(4) << sixtyfour_f16 << ", " << in TEST()
|
D | alt-from-fp32-value.cc | 24 const uint16_t sixtyfour_f16 = UINT16_C(0x5400); in TEST() local 122 EXPECT_EQ(sixtyfour_f16, fp16_alt_from_fp32_value(sixtyfour_value)) << in TEST() 126 "F16 = 0x" << std::setw(4) << sixtyfour_f16; in TEST()
|
D | ieee-from-fp32-value.cc | 24 const uint16_t sixtyfour_f16 = UINT16_C(0x5400); in TEST() local 122 EXPECT_EQ(sixtyfour_f16, fp16_ieee_from_fp32_value(sixtyfour_value)) << in TEST() 126 "F16 = 0x" << std::setw(4) << sixtyfour_f16; in TEST()
|