/external/llvm/unittests/ADT/ |
APFloatTest.cpp | 521 APFloat M1(APFloat::x87DoubleExtended, 1.0); 522 APFloat M2(APFloat::x87DoubleExtended, 1.0); 523 APFloat A(APFloat::x87DoubleExtended, 3.0); 585 EXPECT_FALSE(APFloat(APFloat::x87DoubleExtended, MinNormalStr).isDenormal()); 586 EXPECT_FALSE(APFloat(APFloat::x87DoubleExtended, 0.0).isDenormal()); 588 APFloat Val2(APFloat::x87DoubleExtended, 2.0e0); 589 APFloat T(APFloat::x87DoubleExtended, MinNormalStr); [all...] |
/external/llvm/lib/Support/ |
ScaledNumber.cpp | 185 APFloat Float(APFloat::x87DoubleExtended, APInt(80, RawBits));
|
APFloat.cpp | 64 const fltSemantics APFloat::x87DoubleExtended = { 16383, -16382, 64, 80 }; 663 if (semantics == &APFloat::x87DoubleExtended) [all...] |
/external/llvm/lib/ExecutionEngine/ |
ExecutionEngine.cpp | 696 APFloat apf = APFloat::getZero(APFloat::x87DoubleExtended); 711 APFloat apf = APFloat::getZero(APFloat::x87DoubleExtended); 728 APFloat apf = APFloat(APFloat::x87DoubleExtended, GV.IntVal); [all...] |
/external/clang/lib/Basic/ |
TargetInfo.cpp | 220 if (&getLongDoubleFormat() == &llvm::APFloat::x87DoubleExtended)
|
Targets.cpp | [all...] |
/external/llvm/include/llvm/ADT/ |
APFloat.h | 136 static const fltSemantics x87DoubleExtended;
|
/external/llvm/include/llvm/IR/ |
Type.h | 161 case X86_FP80TyID: return APFloat::x87DoubleExtended;
|
/external/clang/lib/AST/ |
Expr.cpp | 775 case x87DoubleExtended: 776 return llvm::APFloat::x87DoubleExtended; 792 else if (&Sem == &llvm::APFloat::x87DoubleExtended) 793 FloatingLiteralBits.Semantics = x87DoubleExtended; [all...] |
ExprConstant.cpp | [all...] |
/external/clang/lib/CodeGen/ |
CodeGenTypes.cpp | 292 if (&format == &llvm::APFloat::x87DoubleExtended)
|
TargetInfo.cpp | [all...] |
/external/clang/lib/Frontend/ |
InitPreprocessor.cpp | 122 if (Sem == (const llvm::fltSemantics*)&llvm::APFloat::x87DoubleExtended) [all...] |
/external/llvm/lib/AsmParser/ |
LLLexer.cpp | 864 APFloatVal = APFloat(APFloat::x87DoubleExtended, APInt(80, Pair));
|
/external/llvm/lib/IR/ |
Constants.cpp | 211 APFloat::getZero(APFloat::x87DoubleExtended)); 638 return &APFloat::x87DoubleExtended; 726 else if (&V.getSemantics() == &APFloat::x87DoubleExtended) [all...] |
AsmWriter.cpp | [all...] |
ConstantFold.cpp | 595 DestTy->isX86_FP80Ty() ? APFloat::x87DoubleExtended : [all...] |
/external/clang/include/clang/AST/ |
Stmt.h | 140 x87DoubleExtended, [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/Target/X86/ |
X86ISelLowering.cpp | 640 APFloat TmpFlt = APFloat::getZero(APFloat::x87DoubleExtended); 647 TmpFlt2.convert(APFloat::x87DoubleExtended, APFloat::rmNearestTiesToEven, [all...] |
/external/llvm/lib/Bitcode/Reader/ |
BitcodeReader.cpp | [all...] |