Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h469 void makeNaN(bool SNaN = false, bool Neg = false,
646 void makeNaN(bool SNaN, bool Neg, const APInt *fill);
783 void makeNaN(bool SNaN, bool Neg, const APInt *fill) { in makeNaN() function
784 getIEEE().makeNaN(SNaN, Neg, fill); in makeNaN()
875 Val.makeNaN(false, Negative, payload);
883 Val.makeNaN(true, Negative, payload);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPFloat.h458 void makeNaN(bool SNaN = false, bool Neg = false,
648 void makeNaN(bool SNaN, bool Neg, const APInt *fill);
815 void makeNaN(bool SNaN, bool Neg, const APInt *fill) { in makeNaN() function
816 APFLOAT_DISPATCH_ON_SEMANTICS(makeNaN(SNaN, Neg, fill)); in makeNaN()
909 Val.makeNaN(false, Negative, payload);
917 Val.makeNaN(true, Negative, payload);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPFloat.cpp741 void IEEEFloat::makeNaN(bool SNaN, bool Negative, const APInt *fill) { in makeNaN() function in llvm::detail::IEEEFloat
1480 makeNaN(); in addOrSubtractSpecials()
1594 makeNaN(); in multiplySpecials()
1635 makeNaN(); in divideSpecials()
1670 makeNaN(); in modSpecials()
2635 makeNaN(false, false); in convertFromStringSpecials()
2640 makeNaN(false, true); in convertFromStringSpecials()
3755 makeNaN(false, isNegative(), nullptr); in next()
4089 Out.makeNaN(false, Out.isNegative(), nullptr); in addWithSpecial()
4155 Out.makeNaN(false, false, nullptr); in multiply()
[all …]