Searched refs:SNaN (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/ADT/ |
D | APFloat.h | 399 static APFloat makeNaN(const fltSemantics &Sem, bool SNaN, bool Negative, 401 void makeNaN(bool SNaN = false, bool Neg = false, const APInt *fill = 0);
|
/external/llvm/unittests/ADT/ |
D | APFloatTest.cpp | 399 bool SNaN, bool Negative, uint64_t fill) { in nanbits() argument 401 if (SNaN) in nanbits()
|
/external/llvm/lib/Support/ |
D | APFloat.cpp | 632 void APFloat::makeNaN(bool SNaN, bool Negative, const APInt *fill) in makeNaN() argument 658 if (SNaN) { in makeNaN() 679 APFloat APFloat::makeNaN(const fltSemantics &Sem, bool SNaN, bool Negative, in makeNaN() argument 682 value.makeNaN(SNaN, Negative, fill); in makeNaN()
|
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 5573 bool SNaN, in TryEvaluateBuiltinNaN() argument 5588 if (SNaN) in TryEvaluateBuiltinNaN()
|