HomeSort by relevance Sort by last modified time
    Searched refs:SNaN (Results 1 - 4 of 4) sorted by null

  /external/llvm/unittests/ADT/
APFloatTest.cpp 38 // We test qNaN, -qNaN, +sNaN, -sNaN with and without payloads. *NOTE* The
68 // 8. sNaN
172 // nextUp(sNaN) = qNaN
178 // nextDown(sNaN) = qNaN
    [all...]
  /external/llvm/include/llvm/ADT/
APFloat.h 252 /// Factory for SNaN values.
576 void makeNaN(bool SNaN = false, bool Neg = false,
578 static APFloat makeNaN(const fltSemantics &Sem, bool SNaN, bool Negative,
  /external/llvm/lib/Support/
APFloat.cpp 620 void APFloat::makeNaN(bool SNaN, bool Negative, const APInt *fill)
646 if (SNaN) {
647 // We always have to clear the QNaN bit to make it an SNaN.
667 APFloat APFloat::makeNaN(const fltSemantics &Sem, bool SNaN, bool Negative,
670 value.makeNaN(SNaN, Negative, fill);
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]

Completed in 5012 milliseconds