/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | ScaledNumber.h | 523 static ScaledNumber getLargest() { in getLargest() function 544 bool isLargest() const { return *this == getLargest(); } in isLargest() 614 *this = getLargest(); 823 return *this = getLargest(); 857 *this = getLargest(); in shiftLeft()
|
/external/llvm/include/llvm/Support/ |
D | ScaledNumber.h | 523 static ScaledNumber getLargest() { in getLargest() function 544 bool isLargest() const { return *this == getLargest(); } in isLargest() 614 *this = getLargest(); 823 return *this = getLargest(); 857 *this = getLargest(); in shiftLeft()
|
/external/llvm/unittests/ADT/ |
D | APFloatTest.cpp | 81 expected = APFloat::getLargest(APFloat::IEEEquad, false); in TEST() 88 expected = APFloat::getLargest(APFloat::IEEEquad, true); in TEST() 101 test = APFloat::getLargest(APFloat::IEEEquad, false); in TEST() 110 test = APFloat::getLargest(APFloat::IEEEquad, false); in TEST() 118 test = APFloat::getLargest(APFloat::IEEEquad, true); in TEST() 125 test = APFloat::getLargest(APFloat::IEEEquad, true); in TEST() 1259 APFloat T(-0.5), S(3.14), R(APFloat::getLargest(APFloat::IEEEdouble)), P(0.0); in TEST() 1328 T = APFloat::getLargest(APFloat::IEEEdouble); in TEST() 1332 TEST(APFloatTest, getLargest) { in TEST() argument 1333 EXPECT_EQ(3.402823466e+38f, APFloat::getLargest(APFloat::IEEEsingle).convertToFloat()); in TEST() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/ |
D | APFloatTest.cpp | 85 expected = APFloat::getLargest(APFloat::IEEEquad(), false); in TEST() 92 expected = APFloat::getLargest(APFloat::IEEEquad(), true); in TEST() 105 test = APFloat::getLargest(APFloat::IEEEquad(), false); in TEST() 114 test = APFloat::getLargest(APFloat::IEEEquad(), false); in TEST() 122 test = APFloat::getLargest(APFloat::IEEEquad(), true); in TEST() 129 test = APFloat::getLargest(APFloat::IEEEquad(), true); in TEST() 1303 APFloat T(-0.5), S(3.14), R(APFloat::getLargest(APFloat::IEEEdouble())), P(0.0); in TEST() 1372 T = APFloat::getLargest(APFloat::IEEEdouble()); in TEST() 1394 TEST(APFloatTest, getLargest) { in TEST() argument 1395 EXPECT_EQ(3.402823466e+38f, APFloat::getLargest(APFloat::IEEEsingle()).convertToFloat()); in TEST() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/FuzzMutate/ |
D | OpDescriptor.cpp | 28 Cs.push_back(ConstantFP::get(Ctx, APFloat::getLargest(Sem))); in makeConstantsWithType()
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | APFloat.h | 234 static APFloat getLargest(const fltSemantics &Sem, bool Negative = false);
|
/external/swiftshader/third_party/LLVM/unittests/ADT/ |
D | APFloatTest.cpp | 651 TEST(APFloatTest, getLargest) { in TEST() argument 652 EXPECT_EQ(3.402823466e+38f, APFloat::getLargest(APFloat::IEEEsingle).convertToFloat()); in TEST() 653 EXPECT_EQ(1.7976931348623158e+308, APFloat::getLargest(APFloat::IEEEdouble).convertToDouble()); in TEST()
|
/external/llvm/include/llvm/ADT/ |
D | APFloat.h | 263 static APFloat getLargest(const fltSemantics &Sem, bool Negative = false);
|
/external/llvm/lib/Analysis/ |
D | BlockFrequencyInfoImpl.cpp | 508 auto Min = Scaled64::getLargest(); in finalizeMetrics()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | BlockFrequencyInfoImpl.cpp | 534 auto Min = Scaled64::getLargest(); in finalizeMetrics()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APFloat.h | 890 static APFloat getLargest(const fltSemantics &Sem, bool Negative = false) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | APFloat.h | 904 static APFloat getLargest(const fltSemantics &Sem, bool Negative = false) {
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.cpp | 1705 APFloat Max = APFloat::getLargest(Type->getFltSemantics()); in LowerINTRINSIC_WO_CHAIN() 1706 APFloat Min = APFloat::getLargest(Type->getFltSemantics(), true); in LowerINTRINSIC_WO_CHAIN()
|
/external/clang/lib/CodeGen/ |
D | CGExprScalar.cpp | 614 APFloat::getLargest(CGF.getContext().getFloatTypeSemantics(DstType)); in EmitFloatConversionCheck() 706 APFloat MinBad = APFloat::getLargest(DstSema, false); in EmitFloatConversionCheck()
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | APFloat.cpp | 3228 APFloat APFloat::getLargest(const fltSemantics &Sem, bool Negative) { in getLargest() function in APFloat
|
/external/llvm/lib/Support/ |
D | APFloat.cpp | 3438 APFloat APFloat::getLargest(const fltSemantics &Sem, bool Negative) { in getLargest() function in APFloat
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 4349 int MaxExponent = ilogb(APFloat::getLargest(RHS.getSemantics())); in FoldFCmp_IntToFP_Cst()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.cpp | 4808 APFloat Max = APFloat::getLargest(Type->getFltSemantics()); in LowerINTRINSIC_WO_CHAIN() 4809 APFloat Min = APFloat::getLargest(Type->getFltSemantics(), true); in LowerINTRINSIC_WO_CHAIN()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 4933 int MaxExponent = ilogb(APFloat::getLargest(RHS.getSemantics())); in foldFCmpIntToFPConst()
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 9397 llvm::APFloat InitValue = llvm::APFloat::getLargest( in ActOnOpenMPReductionClause()
|
D | SemaExpr.cpp | 3200 APFloat::getLargest(Format).toString(buffer); in BuildFloatingLiteral()
|