Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h7152 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()
[all …]