Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp923 unsigned QNaNBit = semantics->precision - 2; in makeNaN() local
927 APInt::tcClearBit(significand, QNaNBit); in makeNaN()
933 APInt::tcSetBit(significand, QNaNBit - 1); in makeNaN()
939 APInt::tcSetBit(significand, QNaNBit); in makeNaN()
946 APInt::tcSetBit(significand, QNaNBit + 1); in makeNaN()