Searched refs:makeNaN (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | APFloat.cpp | 911 void IEEEFloat::makeNaN(bool SNaN, bool Negative, const APInt *fill) { in makeNaN() function in llvm::detail::IEEEFloat 1543 makeNaN(false, sign); in handleOverflow() 1777 makeNaN(); in addOrSubtractSpecials() 1893 makeNaN(); in multiplySpecials() 1935 makeNaN(false, sign); in divideSpecials() 1942 makeNaN(); in divideSpecials() 1980 makeNaN(); in modSpecials() 2018 makeNaN(); in remainderSpecials() 2559 makeNaN(false, sign); in convert() 2567 makeNaN(false, false); in convert() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | APFloat.h | 548 void makeNaN(bool SNaN = false, bool Neg = false, 761 void makeNaN(bool SNaN, bool Neg, const APInt *fill); 935 void makeNaN(bool SNaN, bool Neg, const APInt *fill) { in makeNaN() function 936 APFLOAT_DISPATCH_ON_SEMANTICS(makeNaN(SNaN, Neg, fill)); in makeNaN() 1029 Val.makeNaN(false, Negative, payload); 1037 Val.makeNaN(true, Negative, payload);
|