Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DFloat16bits.cpp30 const Float32Bits kF32Magic = {113 << kF32MantiBits}; variable
54 if (f.u < kF32Magic.u) { in float2half()
99 f.f -= kF32Magic.f; in half2float()