Home
last modified time | relevance | path

Searched refs:SNaN (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/ADT/
DAPFloat.h399 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/
DAPFloatTest.cpp399 bool SNaN, bool Negative, uint64_t fill) { in nanbits() argument
401 if (SNaN) in nanbits()
/external/llvm/lib/Support/
DAPFloat.cpp632 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/
DExprConstant.cpp5573 bool SNaN, in TryEvaluateBuiltinNaN() argument
5588 if (SNaN) in TryEvaluateBuiltinNaN()