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

  /external/llvm/include/llvm/ADT/
APFloat.h 136 static const fltSemantics x87DoubleExtended;
  /external/llvm/include/llvm/IR/
Type.h 174 case X86_FP80TyID: return APFloat::x87DoubleExtended;
  /external/llvm/lib/Support/
APFloat.cpp 62 const fltSemantics APFloat::x87DoubleExtended = { 16383, -16382, 64 };
661 if (semantics == &APFloat::x87DoubleExtended)
    [all...]
  /external/llvm/unittests/ADT/
APFloatTest.cpp 509 EXPECT_FALSE(APFloat(APFloat::x87DoubleExtended, MinNormalStr).isDenormal());
510 EXPECT_FALSE(APFloat(APFloat::x87DoubleExtended, 0.0).isDenormal());
512 APFloat Val2(APFloat::x87DoubleExtended, 2.0e0);
513 APFloat T(APFloat::x87DoubleExtended, MinNormalStr);
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 625 APFloat apf = APFloat::getZero(APFloat::x87DoubleExtended);
640 APFloat apf = APFloat::getZero(APFloat::x87DoubleExtended);
657 APFloat apf = APFloat(APFloat::x87DoubleExtended, GV.IntVal);
    [all...]
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 287 if (&format == &llvm::APFloat::x87DoubleExtended)
  /external/clang/lib/AST/
Expr.cpp 697 case x87DoubleExtended:
698 return llvm::APFloat::x87DoubleExtended;
714 else if (&Sem == &llvm::APFloat::x87DoubleExtended)
715 FloatingLiteralBits.Semantics = x87DoubleExtended;
    [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 110 if (Sem == (const llvm::fltSemantics*)&llvm::APFloat::x87DoubleExtended)
    [all...]
  /external/llvm/lib/AsmParser/
LLLexer.cpp 759 APFloatVal = APFloat(APFloat::x87DoubleExtended, APInt(80, Pair));
  /external/llvm/lib/IR/
Constants.cpp 126 APFloat::getZero(APFloat::x87DoubleExtended));
544 return &APFloat::x87DoubleExtended;
623 else if (&V.getSemantics() == &APFloat::x87DoubleExtended)
    [all...]
AsmWriter.cpp 835 if (&CFP->getValueAPF().getSemantics() == &APFloat::x87DoubleExtended) {
    [all...]
ConstantFold.cpp 578 DestTy->isX86_FP80Ty() ? APFloat::x87DoubleExtended :
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h     [all...]
  /external/clang/include/clang/AST/
Stmt.h 185 x87DoubleExtended,
    [all...]
  /external/clang/lib/Basic/
Targets.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 752 APFloat TmpFlt = APFloat::getZero(APFloat::x87DoubleExtended)
    [all...]

Completed in 1150 milliseconds