Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/numerics/
Dsafe_conversions_impl.h21 struct MaxExponent { struct
22 static const int value = std::numeric_limits<NumericType>::is_iec559
/external/libchrome/base/numerics/
Dsafe_conversions_impl.h22 struct MaxExponent { struct
23 static const int value = std::numeric_limits<NumericType>::is_iec559
/external/v8/src/base/
Dsafe_conversions_impl.h24 struct MaxExponent { struct
25 static const int value = std::numeric_limits<NumericType>::is_iec559
/external/libweave/third_party/chromium/base/numerics/
Dsafe_conversions_impl.h20 struct MaxExponent { struct
21 static const int value = std::numeric_limits<NumericType>::is_iec559
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp3890 int MaxExponent = ilogb(APFloat::getLargest(RHS.getSemantics())); in FoldFCmp_IntToFP_Cst() local