Searched refs:thirtytwo_f32 (Results 1 – 6 of 6) sorted by relevance
/external/FP16/test/ |
D | alt-to-fp32-bits.cc | 32 const uint32_t thirtytwo_f32 = UINT32_C(0x42000000); in TEST() local 90 EXPECT_EQ(thirtytwo_f32, fp16_alt_to_fp32_bits(thirtytwo_f16)) << in TEST() 94 "F32 = 0x" << std::setw(8) << thirtytwo_f32; in TEST()
|
D | ieee-to-fp32-bits.cc | 32 const uint32_t thirtytwo_f32 = UINT32_C(0x42000000); in TEST() local 90 EXPECT_EQ(thirtytwo_f32, fp16_ieee_to_fp32_bits(thirtytwo_f16)) << in TEST() 94 "F32 = 0x" << std::setw(8) << thirtytwo_f32; in TEST()
|
D | alt-to-fp32-value.cc | 33 const uint32_t thirtytwo_f32 = UINT32_C(0x42000000); in TEST() local 121 EXPECT_EQ(thirtytwo_f32, thirtytwo_bits) << in TEST() 125 "F32 = 0x" << std::setw(8) << thirtytwo_f32; in TEST()
|
D | ieee-to-fp32-value.cc | 33 const uint32_t thirtytwo_f32 = UINT32_C(0x42000000); in TEST() local 121 EXPECT_EQ(thirtytwo_f32, thirtytwo_bits) << in TEST() 125 "F32 = 0x" << std::setw(8) << thirtytwo_f32; in TEST()
|
D | alt-from-fp32-value.cc | 36 const uint32_t thirtytwo_f32 = UINT32_C(0x42000000); in TEST() local 113 memcpy(&thirtytwo_value, &thirtytwo_f32, sizeof(thirtytwo_value)); in TEST() 116 "F32 = 0x" << std::setw(8) << thirtytwo_f32 << ", " << in TEST()
|
D | ieee-from-fp32-value.cc | 36 const uint32_t thirtytwo_f32 = UINT32_C(0x42000000); in TEST() local 113 memcpy(&thirtytwo_value, &thirtytwo_f32, sizeof(thirtytwo_value)); in TEST() 116 "F32 = 0x" << std::setw(8) << thirtytwo_f32 << ", " << in TEST()
|