Searched defs:SNaN (Results 1 – 3 of 3) sorted by relevance
/external/llvm/unittests/ADT/ |
D | APFloatTest.cpp | 1001 bool SNaN, bool Negative, uint64_t fill) { in nanbits() 1620 APFloat SNaN = APFloat::getSNaN(APFloat::IEEEsingle, false); in TEST() local 1908 APFloat SNaN = APFloat::getSNaN(APFloat::IEEEsingle, false); in TEST() local 2196 APFloat SNaN = APFloat::getSNaN(APFloat::IEEEsingle, false); in TEST() local 2485 APFloat SNaN = APFloat::getSNaN(APFloat::IEEEsingle, false); in TEST() local 2855 APFloat SNaN = APFloat::getSNaN(APFloat::IEEEsingle, false); in TEST() local
|
/external/llvm/lib/Support/ |
D | APFloat.cpp | 617 void APFloat::makeNaN(bool SNaN, bool Negative, const APInt *fill) in makeNaN() 664 APFloat APFloat::makeNaN(const fltSemantics &Sem, bool SNaN, bool Negative, in makeNaN()
|
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 7579 bool SNaN, in TryEvaluateBuiltinNaN()
|