Searched refs:SNaN (Results 1 – 4 of 4) sorted by relevance
| /freebsd-10-stable/contrib/llvm/include/llvm/ADT/ |
| D | APFloat.h | 501 void makeNaN(bool SNaN = false, bool Neg = false, const APInt *fill = 0); 502 static APFloat makeNaN(const fltSemantics &Sem, bool SNaN, bool Negative,
|
| /freebsd-10-stable/contrib/llvm/lib/Support/ |
| D | APFloat.cpp | 618 void APFloat::makeNaN(bool SNaN, bool Negative, const APInt *fill) in makeNaN() argument 644 if (SNaN) { in makeNaN() 665 APFloat APFloat::makeNaN(const fltSemantics &Sem, bool SNaN, bool Negative, in makeNaN() argument 668 value.makeNaN(SNaN, Negative, fill); in makeNaN()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/ |
| D | ExprConstant.cpp | 7288 bool SNaN, in TryEvaluateBuiltinNaN() argument 7303 if (SNaN) in TryEvaluateBuiltinNaN()
|
| /freebsd-10-stable/contrib/gcc/ |
| D | ChangeLog-2003 | 28040 * real.c (decode_ieee_single): Fix decoding of SNaN bit.
|