Home
last modified time | relevance | path

Searched defs:halfValue (Results 1 – 1 of 1) sorted by relevance

/llvm-project/mlir/lib/ExecutionEngine/
H A DFloat16bits.cpp44 uint16_t halfValue = static_cast<uint16_t>(0x0u); in float2half() local
85 float half2float(uint16_t halfValue) { in half2float()