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 37 // We test qNaN, -qNaN, +sNaN, -sNaN with and without payloads. *NOTE* The
67 // 8. sNaN
171 // nextUp(sNaN) = qNaN
177 // nextDown(sNaN) = qNaN
    [all...]
  /external/llvm/include/llvm/ADT/
APFloat.h 248 /// Factory for SNaN values.
501 void makeNaN(bool SNaN = false, bool Neg = false, const APInt *fill = 0);
502 static APFloat makeNaN(const fltSemantics &Sem, bool SNaN, bool Negative,
  /external/llvm/lib/Support/
APFloat.cpp 618 void APFloat::makeNaN(bool SNaN, bool Negative, const APInt *fill)
644 if (SNaN) {
645 // We always have to clear the QNaN bit to make it an SNaN.
665 APFloat APFloat::makeNaN(const fltSemantics &Sem, bool SNaN, bool Negative,
668 value.makeNaN(SNaN, Negative, fill);
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]

Completed in 334 milliseconds