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

  /external/llvm/unittests/ADT/
APFloatTest.cpp 72 test = APFloat::getInf(APFloat::IEEEquad, false);
73 expected = APFloat::getInf(APFloat::IEEEquad, false);
80 test = APFloat::getInf(APFloat::IEEEquad, false);
87 test = APFloat::getInf(APFloat::IEEEquad, true);
94 test = APFloat::getInf(APFloat::IEEEquad, true);
95 expected = APFloat::getInf(APFloat::IEEEquad, true);
102 expected = APFloat::getInf(APFloat::IEEEquad, false);
126 expected = APFloat::getInf(APFloat::IEEEquad, true);
    [all...]
  /external/llvm/include/llvm/ADT/
APFloat.h 222 static APFloat getInf(const fltSemantics &Sem, bool Negative = false) {
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 608 MinSrc = APFloat::getInf(SrcSema, true);
620 MaxSrc = APFloat::getInf(SrcSema, false);
666 APFloat MaxBad = APFloat::getInf(DstSema, false);
    [all...]
  /external/llvm/lib/IR/
Constants.cpp 674 Constant *C = get(Ty->getContext(), APFloat::getInf(Semantics, Negative));
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]

Completed in 100 milliseconds