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

  /external/llvm/unittests/ADT/
APFloatTest.cpp 73 test = APFloat::getInf(APFloat::IEEEquad, false);
74 expected = APFloat::getInf(APFloat::IEEEquad, false);
81 test = APFloat::getInf(APFloat::IEEEquad, false);
88 test = APFloat::getInf(APFloat::IEEEquad, true);
95 test = APFloat::getInf(APFloat::IEEEquad, true);
96 expected = APFloat::getInf(APFloat::IEEEquad, true);
103 expected = APFloat::getInf(APFloat::IEEEquad, false);
127 expected = APFloat::getInf(APFloat::IEEEquad, true);
    [all...]
  /external/llvm/include/llvm/ADT/
APFloat.h 225 static APFloat getInf(const fltSemantics &Sem, bool Negative = false) {
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 649 MinSrc = APFloat::getInf(SrcSema, true);
661 MaxSrc = APFloat::getInf(SrcSema, false);
707 APFloat MaxBad = APFloat::getInf(DstSema, false);
    [all...]
  /external/llvm/lib/IR/
Constants.cpp 743 Constant *C = get(Ty->getContext(), APFloat::getInf(Semantics, Negative));
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]
  /external/llvm/lib/Support/
APFloat.cpp     [all...]

Completed in 283 milliseconds