Searched refs:getQNaN (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
D | WebAssemblyInstPrinter.cpp | 187 if (FP.isNaN() && !FP.bitwiseIsEqual(APFloat::getQNaN(FP.getSemantics())) && in toString() 189 APFloat::getQNaN(FP.getSemantics(), /*Negative=*/true))) { in toString()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APFloat.h | 865 return getQNaN(Sem, Negative, &fill); 867 return getQNaN(Sem, Negative, nullptr); 872 static APFloat getQNaN(const fltSemantics &Sem, bool Negative = false,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | APFloat.h | 899 return getQNaN(Sem, Negative, &intPayload); 901 return getQNaN(Sem, Negative, nullptr); 906 static APFloat getQNaN(const fltSemantics &Sem, bool Negative = false,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Constants.h | 293 static Constant *getQNaN(Type *Ty, bool Negative = false,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Constants.cpp | 819 Constant *ConstantFP::getQNaN(Type *Ty, bool Negative, APInt *Payload) { in getQNaN() function in ConstantFP 821 APFloat NaN = APFloat::getQNaN(Semantics, Negative, Payload); in getQNaN()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.cpp | 8907 APFloat CanonicalQNaN = APFloat::getQNaN(C.getSemantics()); in getCanonicalConstantFP() 8939 APFloat QNaN = APFloat::getQNaN(SelectionDAG::EVTToAPFloatSemantics(VT)); in performFCanonicalizeCombine()
|