Searched defs:makeNaN (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/LLVM/unittests/ADT/ |
D | APFloatTest.cpp | 407 TEST(APFloatTest, makeNaN) { in TEST() argument
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APFloat.h | 783 void makeNaN(bool SNaN, bool Neg, const APInt *fill) { in makeNaN() function
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | APFloat.cpp | 631 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
|
/external/llvm/lib/Support/ |
D | APFloat.cpp | 623 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
|
/external/llvm/unittests/ADT/ |
D | APFloatTest.cpp | 1008 TEST(APFloatTest, makeNaN) { in TEST() argument
|