Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DFloat16bits.cpp49 const uint32_t halfInf = 0x7c00; in float2half() local
51 halfValue = (f.u > inf.u) ? halfQnan : halfInf; // NaN->qNaN and Inf->Inf in float2half()