Searched defs:makeNaN (Results 1 – 8 of 8) 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-7.0/llvm/include/llvm/ADT/ |
D | APFloat.h | 798 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/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | APFloat.cpp | 689 void IEEEFloat::makeNaN(bool SNaN, bool Negative, const APInt *fill) { in makeNaN() function in llvm::detail::IEEEFloat 4247 void DoubleAPFloat::makeNaN(bool SNaN, bool Neg, const APInt *fill) { in makeNaN() function in llvm::detail::DoubleAPFloat
|
/external/llvm/unittests/ADT/ |
D | APFloatTest.cpp | 1008 TEST(APFloatTest, makeNaN) { in TEST() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/ |
D | APFloatTest.cpp | 1052 TEST(APFloatTest, makeNaN) { in TEST() argument
|