Searched refs:denormMagic (Results 1 – 1 of 1) sorted by relevance
38 const Float32Bits denormMagic = {((127 - 15) + (kF32MantiBits - 10) + 1) in float2half() local59 f.f += denormMagic.f; in float2half()61 halfValue = static_cast<uint16_t>(f.u - denormMagic.u); in float2half()