Searched refs:thirtytwo_f16 (Results 1 – 6 of 6) sorted by relevance
/external/FP16/test/ |
D | alt-to-fp32-bits.cc | 19 const uint16_t thirtytwo_f16 = UINT16_C(0x5000); in TEST() local 90 EXPECT_EQ(thirtytwo_f32, fp16_alt_to_fp32_bits(thirtytwo_f16)) << in TEST() 92 "F16 = 0x" << std::setw(4) << thirtytwo_f16 << ", " << in TEST() 93 "F32(F16) = 0x" << std::setw(8) << fp16_alt_to_fp32_bits(thirtytwo_f16) << ", " << in TEST()
|
D | ieee-to-fp32-bits.cc | 19 const uint16_t thirtytwo_f16 = UINT16_C(0x5000); in TEST() local 90 EXPECT_EQ(thirtytwo_f32, fp16_ieee_to_fp32_bits(thirtytwo_f16)) << in TEST() 92 "F16 = 0x" << std::setw(4) << thirtytwo_f16 << ", " << in TEST() 93 "F32(F16) = 0x" << std::setw(8) << fp16_ieee_to_fp32_bits(thirtytwo_f16) << ", " << in TEST()
|
D | alt-to-fp32-value.cc | 20 const uint16_t thirtytwo_f16 = UINT16_C(0x5000); in TEST() local 118 const float thirtytwo_value = fp16_alt_to_fp32_value(thirtytwo_f16); in TEST() 123 "F16 = 0x" << std::setw(4) << thirtytwo_f16 << ", " << in TEST()
|
D | ieee-to-fp32-value.cc | 20 const uint16_t thirtytwo_f16 = UINT16_C(0x5000); in TEST() local 118 const float thirtytwo_value = fp16_ieee_to_fp32_value(thirtytwo_f16); in TEST() 123 "F16 = 0x" << std::setw(4) << thirtytwo_f16 << ", " << in TEST()
|
D | alt-from-fp32-value.cc | 23 const uint16_t thirtytwo_f16 = UINT16_C(0x5000); in TEST() local 114 EXPECT_EQ(thirtytwo_f16, fp16_alt_from_fp32_value(thirtytwo_value)) << in TEST() 118 "F16 = 0x" << std::setw(4) << thirtytwo_f16; in TEST()
|
D | ieee-from-fp32-value.cc | 23 const uint16_t thirtytwo_f16 = UINT16_C(0x5000); in TEST() local 114 EXPECT_EQ(thirtytwo_f16, fp16_ieee_from_fp32_value(thirtytwo_value)) << in TEST() 118 "F16 = 0x" << std::setw(4) << thirtytwo_f16; in TEST()
|