Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DFloat16bits.cpp106 const uint32_t kF32BfMantiBitDiff = 16; variable
119 uint32_t lsb = (floatBits.u >> kF32BfMantiBitDiff) & 1; in float2bfloat()
122 bfloatBits = static_cast<uint16_t>(floatBits.u >> kF32BfMantiBitDiff); in float2bfloat()
130 floatBits.u = static_cast<uint32_t>(bfloatBits) << kF32BfMantiBitDiff; in bfloat2float()