Lines Matching refs:FP32
7152 union FP32 { union
7192 static FP32 half_to_float(FP16 h) { in half_to_float()
7193 static const FP32 magic = {113 << 23}; in half_to_float()
7196 FP32 o; in half_to_float()
7215 static FP16 float_to_half_full(FP32 f) { in float_to_half_full()
9766 FP32 f32 = half_to_float(hf); in DecodePixelData()
9904 tinyexr::FP32 f32 = half_to_float(hf); in DecodePixelData()
10041 tinyexr::FP32 f32 = half_to_float(hf); in DecodePixelData()
10242 tinyexr::FP32 f32 = half_to_float(hf); in DecodePixelData()
12255 tinyexr::FP32 f32 = half_to_float(h16); in SaveEXRImageToMemory()
12296 tinyexr::FP32 f32; in SaveEXRImageToMemory()
12920 tinyexr::FP32 f32 = half_to_float(f16);