Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DFloat16bits.cpp83 const uint32_t shiftedExp = in half2float() local
89 const uint32_t exp = shiftedExp & f.u; in half2float()
93 if (exp == shiftedExp) { in half2float()