Home
last modified time | relevance | path

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

/external/FP16/test/
Dalt-to-fp32-bits.cc32 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()
Dieee-to-fp32-bits.cc32 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()
Dalt-to-fp32-value.cc33 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()
Dieee-to-fp32-value.cc33 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()
Dalt-from-fp32-value.cc36 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()
Dieee-from-fp32-value.cc36 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()