Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DFloat16bits.cpp38 const Float32Bits denormMagic = {((127 - 15) + (kF32MantiBits - 10) + 1) in float2half() local
59 f.f += denormMagic.f; in float2half()
61 halfValue = static_cast<uint16_t>(f.u - denormMagic.u); in float2half()