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

  /external/llvm/unittests/ADT/
APFloatTest.cpp 408 ASSERT_EQ(0x7fc00000, nanbits(APFloat::IEEEsingle, false, false, 0));
409 ASSERT_EQ(0xffc00000, nanbits(APFloat::IEEEsingle, false, true, 0));
410 ASSERT_EQ(0x7fc0ae72, nanbits(APFloat::IEEEsingle, false, false, 0xae72));
411 ASSERT_EQ(0x7fffae72, nanbits(APFloat::IEEEsingle, false, false, 0xffffae72));
412 ASSERT_EQ(0x7fa00000, nanbits(APFloat::IEEEsingle, true, false, 0));
413 ASSERT_EQ(0xffa00000, nanbits(APFloat::IEEEsingle, true, true, 0));
414 ASSERT_EQ(0x7f80ae72, nanbits(APFloat::IEEEsingle, true, false, 0xae72));
415 ASSERT_EQ(0x7fbfae72, nanbits(APFloat::IEEEsingle, true, false, 0xffffae72));
430 EXPECT_DEATH(APFloat(APFloat::IEEEsingle, 0.0f).convertToDouble(), "Float semantics are not IEEEdouble");
431 EXPECT_DEATH(APFloat(APFloat::IEEEdouble, 0.0 ).convertToFloat(), "Float semantics are not IEEEsingle");
    [all...]
  /external/llvm/include/llvm/ADT/
StringExtras.h 115 else if (&V.getSemantics() == &APFloat::IEEEsingle)
APFloat.h 130 static const fltSemantics IEEEsingle;
  /external/llvm/lib/Target/MBlaze/
MBlazeMCInstLower.cpp 156 FVal.convert(APFloat::IEEEsingle, APFloat::rmTowardZero, &ignored);
  /external/clang/lib/Basic/
TargetInfo.cpp 63 FloatFormat = &llvm::APFloat::IEEEsingle;
Targets.cpp     [all...]
  /external/llvm/lib/VMCore/
Constants.cpp 87 APFloat::getZero(APFloat::IEEEsingle));
470 return &APFloat::IEEEsingle;
551 if (&V.getSemantics() == &APFloat::IEEEsingle)
    [all...]
AsmWriter.cpp 712 &CFP->getValueAPF().getSemantics() == &APFloat::IEEEsingle) {
    [all...]
ConstantFold.cpp 574 Val.convert(DestTy->isFloatTy() ? APFloat::IEEEsingle :
    [all...]
  /external/llvm/lib/Support/
APFloat.cpp 54 const fltSemantics APFloat::IEEEsingle = { 127, -126, 24, true };
    [all...]
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 268 if (&format == &llvm::APFloat::IEEEsingle)
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 111 if (Sem == (const llvm::fltSemantics*)&llvm::APFloat::IEEEsingle)
  /external/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]
InstCombineCompares.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_reflection.cpp 734 if (&apf.getSemantics() == &llvm::APFloat::IEEEsingle) {
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 66 case MVT::f32: return &APFloat::IEEEsingle;
    [all...]
LegalizeIntegerTypes.cpp     [all...]

Completed in 762 milliseconds