Searched defs:SNaN (Results 1 – 6 of 6) sorted by relevance
/external/llvm/unittests/ADT/ |
D | APFloatTest.cpp | 1000 bool SNaN, bool Negative, uint64_t fill) { in nanbits() 1633 APFloat SNaN = APFloat::getSNaN(APFloat::IEEEsingle, false); in TEST() local 1921 APFloat SNaN = APFloat::getSNaN(APFloat::IEEEsingle, false); in TEST() local 2209 APFloat SNaN = APFloat::getSNaN(APFloat::IEEEsingle, false); in TEST() local 2498 APFloat SNaN = APFloat::getSNaN(APFloat::IEEEsingle, false); in TEST() local 2884 APFloat SNaN = APFloat::getSNaN(APFloat::IEEEsingle, false); in TEST() local 3060 APFloat SNaN = APFloat::getSNaN(APFloat::IEEEdouble, false); in TEST() local
|
/external/swiftshader/third_party/LLVM/unittests/ADT/ |
D | APFloatTest.cpp | 399 bool SNaN, bool Negative, uint64_t fill) { in nanbits()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APFloat.h | 783 void makeNaN(bool SNaN, bool Neg, const APInt *fill) { in makeNaN()
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | APFloat.cpp | 631 void APFloat::makeNaN(bool SNaN, bool Negative, const APInt *fill) in makeNaN() 678 APFloat APFloat::makeNaN(const fltSemantics &Sem, bool SNaN, bool Negative, in makeNaN()
|
/external/llvm/lib/Support/ |
D | APFloat.cpp | 623 void APFloat::makeNaN(bool SNaN, bool Negative, const APInt *fill) in makeNaN() 670 APFloat APFloat::makeNaN(const fltSemantics &Sem, bool SNaN, bool Negative, in makeNaN()
|
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 8238 bool SNaN, in TryEvaluateBuiltinNaN()
|