HomeSort by relevance Sort by last modified time
    Searched refs:IEEEdouble (Results 1 - 25 of 131) sorted by null

1 2 3 4 5 6

  /external/swiftshader/third_party/LLVM/unittests/ADT/
APFloatTest.cpp 47 EXPECT_EQ( 0.0, APFloat(APFloat::IEEEdouble, "0").convertToDouble());
48 EXPECT_EQ(+0.0, APFloat(APFloat::IEEEdouble, "+0").convertToDouble());
49 EXPECT_EQ(-0.0, APFloat(APFloat::IEEEdouble, "-0").convertToDouble());
51 EXPECT_EQ( 0.0, APFloat(APFloat::IEEEdouble, "0.").convertToDouble());
52 EXPECT_EQ(+0.0, APFloat(APFloat::IEEEdouble, "+0.").convertToDouble());
53 EXPECT_EQ(-0.0, APFloat(APFloat::IEEEdouble, "-0.").convertToDouble());
55 EXPECT_EQ( 0.0, APFloat(APFloat::IEEEdouble, ".0").convertToDouble());
56 EXPECT_EQ(+0.0, APFloat(APFloat::IEEEdouble, "+.0").convertToDouble());
57 EXPECT_EQ(-0.0, APFloat(APFloat::IEEEdouble, "-.0").convertToDouble());
59 EXPECT_EQ( 0.0, APFloat(APFloat::IEEEdouble, "0.0").convertToDouble())
    [all...]
  /external/llvm/unittests/ADT/
APFloatTest.cpp 511 APFloat f1(APFloat::IEEEdouble, "-0x1p-1074");
512 APFloat f2(APFloat::IEEEdouble, "+0x1p-1074");
535 APFloat nan = APFloat::getNaN(APFloat::IEEEdouble);
546 APFloat nan = APFloat::getNaN(APFloat::IEEEdouble);
572 EXPECT_FALSE(APFloat(APFloat::IEEEdouble, MinNormalStr).isDenormal());
573 EXPECT_FALSE(APFloat(APFloat::IEEEdouble, 0.0).isDenormal());
575 APFloat Val2(APFloat::IEEEdouble, 2.0e0);
576 APFloat T(APFloat::IEEEdouble, MinNormalStr);
619 APFloat Val(APFloat::IEEEdouble);
642 EXPECT_EQ( 0.0, APFloat(APFloat::IEEEdouble, "0").convertToDouble())
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXMCExpr.cpp 38 APF.convert(APFloat::IEEEdouble, APFloat::rmNearestTiesToEven, &Ignored);
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
StringExtras.h 113 if (&V.getSemantics() == &APFloat::IEEEdouble)
APFloat.h 131 static const fltSemantics IEEEdouble;
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMMCInstLower.cpp 106 Val.convert(APFloat::IEEEdouble, APFloat::rmTowardZero, &ignored);
  /external/clang/lib/Basic/
TargetInfo.cpp 75 DoubleFormat = &llvm::APFloat::IEEEdouble;
76 LongDoubleFormat = &llvm::APFloat::IEEEdouble;
305 DoubleFormat = &llvm::APFloat::IEEEdouble;
  /external/llvm/lib/Target/ARM/
ARMMCInstLower.cpp 96 Val.convert(APFloat::IEEEdouble, APFloat::rmTowardZero, &ignored);
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Constants.cpp 90 APFloat::getZero(APFloat::IEEEdouble));
472 return &APFloat::IEEEdouble;
553 else if (&V.getSemantics() == &APFloat::IEEEdouble)
    [all...]
  /external/llvm/include/llvm/ADT/
APFloat.h 135 static const fltSemantics IEEEdouble;
  /external/llvm/include/llvm/IR/
Type.h 169 case DoubleTyID: return APFloat::IEEEdouble;
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Type.h 171 case DoubleTyID: return APFloat::IEEEdouble();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Type.h 171 case DoubleTyID: return APFloat::IEEEdouble();
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
Type.h 173 case DoubleTyID: return APFloat::IEEEdouble();
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
Type.h 173 case DoubleTyID: return APFloat::IEEEdouble();
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
Type.h 173 case DoubleTyID: return APFloat::IEEEdouble();
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
Type.h 173 case DoubleTyID: return APFloat::IEEEdouble();
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
Type.h 173 case DoubleTyID: return APFloat::IEEEdouble();
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
Type.h 173 case DoubleTyID: return APFloat::IEEEdouble();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Type.h 171 case DoubleTyID: return APFloat::IEEEdouble();
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
Type.h 173 case DoubleTyID: return APFloat::IEEEdouble();
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
Type.h 173 case DoubleTyID: return APFloat::IEEEdouble();
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
Type.h 173 case DoubleTyID: return APFloat::IEEEdouble();
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
Type.h 173 case DoubleTyID: return APFloat::IEEEdouble();
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
Type.h 173 case DoubleTyID: return APFloat::IEEEdouble();

Completed in 332 milliseconds

1 2 3 4 5 6