Searched refs:thirtytwo_value (Results 1 – 4 of 4) sorted by relevance
/external/FP16/test/ |
D | alt-from-fp32-value.cc | 112 float thirtytwo_value; in TEST() local 113 memcpy(&thirtytwo_value, &thirtytwo_f32, sizeof(thirtytwo_value)); in TEST() 114 EXPECT_EQ(thirtytwo_f16, fp16_alt_from_fp32_value(thirtytwo_value)) << in TEST() 117 "F16(F32) = 0x" << std::setw(4) << fp16_alt_from_fp32_value(thirtytwo_value) << ", " << in TEST()
|
D | ieee-from-fp32-value.cc | 112 float thirtytwo_value; in TEST() local 113 memcpy(&thirtytwo_value, &thirtytwo_f32, sizeof(thirtytwo_value)); in TEST() 114 EXPECT_EQ(thirtytwo_f16, fp16_ieee_from_fp32_value(thirtytwo_value)) << in TEST() 117 "F16(F32) = 0x" << std::setw(4) << fp16_ieee_from_fp32_value(thirtytwo_value) << ", " << in TEST()
|
D | alt-to-fp32-value.cc | 118 const float thirtytwo_value = fp16_alt_to_fp32_value(thirtytwo_f16); in TEST() local 120 memcpy(&thirtytwo_bits, &thirtytwo_value, sizeof(thirtytwo_bits)); in TEST()
|
D | ieee-to-fp32-value.cc | 118 const float thirtytwo_value = fp16_ieee_to_fp32_value(thirtytwo_f16); in TEST() local 120 memcpy(&thirtytwo_bits, &thirtytwo_value, sizeof(thirtytwo_bits)); in TEST()
|