Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPFloat.h220 return makeNaN(Sem, false, Negative, payload);
227 return makeNaN(Sem, true, Negative, payload);
390 static APFloat makeNaN(const fltSemantics &Sem, bool SNaN, bool Negative,
392 void makeNaN(bool SNaN = false, bool Neg = false, const APInt *fill = 0);
/external/llvm/include/llvm/ADT/
DAPFloat.h251 return makeNaN(Sem, false, Negative, payload);
257 return makeNaN(Sem, true, Negative, payload);
571 void makeNaN(bool SNaN = false, bool Neg = false,
573 static APFloat makeNaN(const fltSemantics &Sem, bool SNaN, bool Negative,
/external/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);
/external/llvm/lib/Support/
DAPFloat.cpp623 void APFloat::makeNaN(bool SNaN, bool Negative, const APInt *fill) in makeNaN() function in APFloat
670 APFloat APFloat::makeNaN(const fltSemantics &Sem, bool SNaN, bool Negative, in makeNaN() function in APFloat
673 value.makeNaN(SNaN, Negative, fill); in makeNaN()
1436 makeNaN(); in addOrSubtractSpecials()
1556 makeNaN(); in multiplySpecials()
1597 makeNaN(); in divideSpecials()
1634 makeNaN(); in modSpecials()
2653 makeNaN(false, false); in convertFromStringSpecials()
2658 makeNaN(false, true); in convertFromStringSpecials()
3841 makeNaN(false, isNegative(), nullptr); in next()
/external/swiftshader/third_party/LLVM/lib/Support/
DAPFloat.cpp631 void APFloat::makeNaN(bool SNaN, bool Negative, const APInt *fill) in makeNaN() function in APFloat
678 APFloat APFloat::makeNaN(const fltSemantics &Sem, bool SNaN, bool Negative, in makeNaN() function in APFloat
681 value.makeNaN(SNaN, Negative, fill); in makeNaN()
764 makeNaN(); in APFloat()
1330 makeNaN(); in addOrSubtractSpecials()
1448 makeNaN(); in multiplySpecials()
1490 makeNaN(); in divideSpecials()
1526 makeNaN(); in modSpecials()
/external/swiftshader/third_party/LLVM/unittests/ADT/
DAPFloatTest.cpp407 TEST(APFloatTest, makeNaN) { in TEST() argument
/external/llvm/unittests/ADT/
DAPFloatTest.cpp1008 TEST(APFloatTest, makeNaN) { in TEST() argument