Searched refs:getSNaN (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APFloat.h | 880 static APFloat getSNaN(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 | 295 static Constant *getSNaN(Type *Ty, bool Negative = false,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | APFloat.h | 914 static APFloat getSNaN(const fltSemantics &Sem, bool Negative = false,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Constants.cpp | 830 Constant *ConstantFP::getSNaN(Type *Ty, bool Negative, APInt *Payload) { in getSNaN() function in ConstantFP 832 APFloat NaN = APFloat::getSNaN(Semantics, Negative, Payload); in getSNaN()
|