Searched refs:Float32Bits (Results 1 – 1 of 1) sorted by relevance
22 union Float32Bits { union30 const Float32Bits kF32Magic = {113 << kF32MantiBits};36 const Float32Bits inf = {255 << kF32MantiBits}; in float2half()37 const Float32Bits f16max = {(127 + 16) << kF32MantiBits}; in float2half()38 const Float32Bits denormMagic = {((127 - 15) + (kF32MantiBits - 10) + 1) in float2half()42 Float32Bits f; in float2half()87 Float32Bits f = { in half2float()114 Float32Bits floatBits; in float2bfloat()129 Float32Bits floatBits; in bfloat2float()