Searched refs:x87DoubleExtended (Results 1 - 21 of 21) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DAPFloat.h136 static const fltSemantics x87DoubleExtended; member in class:llvm::APFloat
/external/llvm/unittests/ADT/
H A DAPFloatTest.cpp509 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);
1168 EXPECT_TRUE(APFloat(APFloat::x87DoubleExtended, "2.0").getExactInverse(&inv));
1169 EXPECT_TRUE(inv.bitwiseIsEqual(APFloat(APFloat::x87DoubleExtended, "0.5")));
1325 { &APFloat::x87DoubleExtended, false, {0, 0}, 2},
1326 { &APFloat::x87DoubleExtended, true, {0, 0x8000ULL}, 2},
1352 test = APFloat(APFloat::x87DoubleExtended, "0x1p-53");
1353 test.add(APFloat(APFloat::x87DoubleExtended, "1.
[all...]
/external/llvm/include/llvm/IR/
H A DType.h171 case X86_FP80TyID: return APFloat::x87DoubleExtended;
/external/llvm/lib/Support/
H A DScaledNumber.cpp184 APFloat Float(APFloat::x87DoubleExtended, APInt(80, RawBits));
H A DAPFloat.cpp62 const fltSemantics APFloat::x87DoubleExtended = { 16383, -16382, 64 }; member in class:llvm::APFloat
661 if (semantics == &APFloat::x87DoubleExtended)
1973 if (&fromSemantics == &APFloat::x87DoubleExtended &&
1974 &toSemantics != &APFloat::x87DoubleExtended && category == fcNaN &&
2038 if (!X86SpecialNan && semantics == &APFloat::x87DoubleExtended)
2861 assert(semantics == (const llvm::fltSemantics*)&x87DoubleExtended);
3087 assert(semantics == (const llvm::fltSemantics*)&x87DoubleExtended &&
3126 initialize(&APFloat::x87DoubleExtended);
3329 if (Sem == &x87DoubleExtended)
3350 return APFloat(x87DoubleExtended, APIn
[all...]
/external/clang/lib/Basic/
H A DTargetInfo.cpp194 if (&getLongDoubleFormat() == &llvm::APFloat::x87DoubleExtended)
H A DTargets.cpp1837 LongDoubleFormat = &llvm::APFloat::x87DoubleExtended;
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp674 APFloat apf = APFloat::getZero(APFloat::x87DoubleExtended);
689 APFloat apf = APFloat::getZero(APFloat::x87DoubleExtended);
706 APFloat apf = APFloat(APFloat::x87DoubleExtended, GV.IntVal);
/external/clang/lib/CodeGen/
H A DCodeGenTypes.cpp285 if (&format == &llvm::APFloat::x87DoubleExtended)
/external/clang/lib/AST/
H A DExpr.cpp732 case x87DoubleExtended:
733 return llvm::APFloat::x87DoubleExtended;
749 else if (&Sem == &llvm::APFloat::x87DoubleExtended)
750 FloatingLiteralBits.Semantics = x87DoubleExtended;
H A DExprConstant.cpp5360 if (&Sem == &APFloat::x87DoubleExtended)
/external/clang/lib/Frontend/
H A DInitPreprocessor.cpp123 if (Sem == (const llvm::fltSemantics*)&llvm::APFloat::x87DoubleExtended)
/external/llvm/lib/AsmParser/
H A DLLLexer.cpp816 APFloatVal = APFloat(APFloat::x87DoubleExtended, APInt(80, Pair));
/external/llvm/lib/IR/
H A DConstants.cpp148 APFloat::getZero(APFloat::x87DoubleExtended));
580 return &APFloat::x87DoubleExtended;
657 else if (&V.getSemantics() == &APFloat::x87DoubleExtended)
1251 &Val2.getSemantics() == &APFloat::x87DoubleExtended;
H A DAsmWriter.cpp836 if (&CFP->getValueAPF().getSemantics() == &APFloat::x87DoubleExtended) {
H A DConstantFold.cpp581 DestTy->isX86_FP80Ty() ? APFloat::x87DoubleExtended :
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1049 case MVT::f80: return APFloat::x87DoubleExtended;
/external/clang/include/clang/AST/
H A DStmt.h185 x87DoubleExtended, enumerator in enum:clang::Stmt::APFloatSemantics
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1257 V = ConstantFP::get(Context, APFloat(APFloat::x87DoubleExtended,
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3554 Sem = &APFloat::x87DoubleExtended;
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp762 APFloat TmpFlt = APFloat::getZero(APFloat::x87DoubleExtended);
769 TmpFlt2.convert(APFloat::x87DoubleExtended, APFloat::rmNearestTiesToEven,

Completed in 251 milliseconds