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

  /frameworks/compile/slang/
slang_rs_reflection_base.cpp 169 if (&apf.getSemantics() == &llvm::APFloat::IEEEsingle) {
  /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/lib/Target/MBlaze/
MBlazeMCInstLower.cpp 154 FVal.convert(APFloat::IEEEsingle, APFloat::rmTowardZero, &ignored);
  /external/clang/lib/Basic/
TargetInfo.cpp 66 FloatFormat = &llvm::APFloat::IEEEsingle;
Targets.cpp     [all...]
  /external/llvm/include/llvm/ADT/
APFloat.h 130 static const fltSemantics IEEEsingle;
  /external/llvm/lib/Support/
APFloat.cpp 55 const fltSemantics APFloat::IEEEsingle = { 127, -126, 24, true };
    [all...]
  /external/llvm/lib/VMCore/
Constants.cpp 99 APFloat::getZero(APFloat::IEEEsingle));
481 return &APFloat::IEEEsingle;
562 else if (&V.getSemantics() == &APFloat::IEEEsingle)
    [all...]
AsmWriter.cpp 712 &CFP->getValueAPF().getSemantics() == &APFloat::IEEEsingle ||
    [all...]
ConstantFold.cpp 573 DestTy->isFloatTy() ? APFloat::IEEEsingle :
    [all...]
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 268 if (&format == &llvm::APFloat::IEEEsingle)
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 372 if (&CSDN->getValueAPF().getSemantics()==&APFloat::IEEEsingle)
LegalizeIntegerTypes.cpp     [all...]
SelectionDAG.cpp 66 case MVT::f32: return &APFloat::IEEEsingle;
    [all...]
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 92 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...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 204 } else if (&V.getSemantics() == &APFloat::IEEEsingle) {
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]

Completed in 1075 milliseconds