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

  /external/llvm/unittests/ADT/
APFloatTest.cpp 54 APFloat test(APFloat::IEEEquad, APFloat::uninitialized);
55 APFloat expected(APFloat::IEEEquad, APFloat::uninitialized);
73 test = APFloat::getInf(APFloat::IEEEquad, false);
74 expected = APFloat::getInf(APFloat::IEEEquad, false);
81 test = APFloat::getInf(APFloat::IEEEquad, false);
82 expected = APFloat::getLargest(APFloat::IEEEquad, false);
88 test = APFloat::getInf(APFloat::IEEEquad, true);
89 expected = APFloat::getLargest(APFloat::IEEEquad, true);
95 test = APFloat::getInf(APFloat::IEEEquad, true);
96 expected = APFloat::getInf(APFloat::IEEEquad, true)
    [all...]
  /external/clang/lib/Basic/
TargetInfo.cpp 225 &getLongDoubleFormat() == &llvm::APFloat::IEEEquad)
311 LongDoubleFormat = &llvm::APFloat::IEEEquad;
Targets.cpp     [all...]
  /external/llvm/include/llvm/ADT/
APFloat.h 134 static const fltSemantics IEEEquad;
  /external/llvm/include/llvm/IR/
Type.h 162 case FP128TyID: return APFloat::IEEEquad;
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 288 if (&format == &llvm::APFloat::IEEEquad)
TargetInfo.cpp     [all...]
  /external/llvm/lib/Support/
APFloat.cpp 63 const fltSemantics APFloat::IEEEquad = { 16383, -16382, 113, 128 };
    [all...]
  /external/clang/lib/AST/
Expr.cpp 777 case IEEEquad:
778 return llvm::APFloat::IEEEquad;
794 else if (&Sem == &llvm::APFloat::IEEEquad)
795 FloatingLiteralBits.Semantics = IEEEquad;
    [all...]
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 126 assert(Sem == (const llvm::fltSemantics*)&llvm::APFloat::IEEEquad);
    [all...]
  /external/llvm/lib/AsmParser/
LLLexer.cpp 869 APFloatVal = APFloat(APFloat::IEEEquad, APInt(128, Pair));
  /external/llvm/lib/IR/
Constants.cpp 214 APFloat::getZero(APFloat::IEEEquad));
640 return &APFloat::IEEEquad;
728 else if (&V.getSemantics() == &APFloat::IEEEquad)
    [all...]
ConstantFold.cpp 596 DestTy->isFP128Ty() ? APFloat::IEEEquad :
    [all...]
AsmWriter.cpp     [all...]
  /external/clang/include/clang/AST/
Stmt.h 141 IEEEquad,
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 870 milliseconds