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

  /external/llvm/include/llvm/ADT/
APFloat.h 136 static const fltSemantics x87DoubleExtended;
  /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/include/llvm/IR/
Type.h 171 case X86_FP80TyID: return APFloat::x87DoubleExtended;
  /external/llvm/lib/Support/
ScaledNumber.cpp 184 APFloat Float(APFloat::x87DoubleExtended, APInt(80, RawBits));
APFloat.cpp 62 const fltSemantics APFloat::x87DoubleExtended = { 16383, -16382, 64 };
661 if (semantics == &APFloat::x87DoubleExtended)
    [all...]
  /external/clang/lib/Basic/
TargetInfo.cpp 194 if (&getLongDoubleFormat() == &llvm::APFloat::x87DoubleExtended)
Targets.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 674 APFloat apf = APFloat::getZero(APFloat::x87DoubleExtended);
689 APFloat apf = APFloat::getZero(APFloat::x87DoubleExtended);
706 APFloat apf = APFloat(APFloat::x87DoubleExtended, GV.IntVal);
    [all...]
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 285 if (&format == &llvm::APFloat::x87DoubleExtended)
  /external/clang/lib/AST/
Expr.cpp 732 case x87DoubleExtended:
733 return llvm::APFloat::x87DoubleExtended;
749 else if (&Sem == &llvm::APFloat::x87DoubleExtended)
750 FloatingLiteralBits.Semantics = x87DoubleExtended;
    [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 123 if (Sem == (const llvm::fltSemantics*)&llvm::APFloat::x87DoubleExtended)
    [all...]
  /external/llvm/lib/AsmParser/
LLLexer.cpp 816 APFloatVal = APFloat(APFloat::x87DoubleExtended, APInt(80, Pair));
  /external/llvm/lib/IR/
Constants.cpp 148 APFloat::getZero(APFloat::x87DoubleExtended));
580 return &APFloat::x87DoubleExtended;
657 else if (&V.getSemantics() == &APFloat::x87DoubleExtended)
    [all...]
AsmWriter.cpp 836 if (&CFP->getValueAPF().getSemantics() == &APFloat::x87DoubleExtended) {
    [all...]
ConstantFold.cpp 581 DestTy->isX86_FP80Ty() ? APFloat::x87DoubleExtended :
    [all...]
  /external/clang/include/clang/AST/
Stmt.h 185 x87DoubleExtended,
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h     [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     [all...]

Completed in 680 milliseconds