Home
last modified time | relevance | path

Searched defs:MaxExponent (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/base/
Dsafe_conversions_impl.h24 struct MaxExponent { struct
25 static const int value = std::numeric_limits<NumericType>::is_iec559
/external/pdfium/third_party/base/numerics/
Dsafe_conversions_impl.h20 struct MaxExponent { struct
21 static const int value = std::is_floating_point<NumericType>::value
/external/libchrome/base/numerics/
Dsafe_conversions_impl.h27 struct MaxExponent { struct
28 static const int value = std::is_floating_point<NumericType>::value
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp780 const uint64_t MaxExponent = UINT64_MAX >> 1; in visitMulExpr() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp4349 int MaxExponent = ilogb(APFloat::getLargest(RHS.getSemantics())); in FoldFCmp_IntToFP_Cst() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp4933 int MaxExponent = ilogb(APFloat::getLargest(RHS.getSemantics())); in foldFCmpIntToFPConst() local