Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DAPFloat.h477 void makeNaN(bool SNaN = false, bool Neg = false,
679 void makeNaN(bool SNaN, bool Neg, const APInt *fill);
846 void makeNaN(bool SNaN, bool Neg, const APInt *fill) { in makeNaN() function
847 APFLOAT_DISPATCH_ON_SEMANTICS(makeNaN(SNaN, Neg, fill)); in makeNaN()
933 Val.makeNaN(false, Negative, payload);
941 Val.makeNaN(true, Negative, payload);
/openbsd/gnu/llvm/llvm/lib/Support/
H A DAPFloat.cpp1410 makeNaN(false, sign); in handleOverflow()
1629 makeNaN(); in addOrSubtractSpecials()
1745 makeNaN(); in multiplySpecials()
1787 makeNaN(false, sign); in divideSpecials()
1794 makeNaN(); in divideSpecials()
1832 makeNaN(); in modSpecials()
1870 makeNaN(); in remainderSpecials()
2388 makeNaN(false, sign); in convert()
2410 makeNaN(false, sign); in convert()
4330 makeNaN(); in next()
[all …]