Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp952 unsigned QNaNBit = semantics->precision - 2; in makeNaN() local
956 APInt::tcClearBit(significand, QNaNBit); in makeNaN()
962 APInt::tcSetBit(significand, QNaNBit - 1); in makeNaN()
968 APInt::tcSetBit(significand, QNaNBit); in makeNaN()
975 APInt::tcSetBit(significand, QNaNBit + 1); in makeNaN()