Home
last modified time | relevance | path

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

/external/libchrome/base/numerics/
Dsafe_conversions_impl.h21 struct MaxExponent { struct
24 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/pdfium/third_party/base/numerics/
Dsafe_conversions_impl.h20 struct MaxExponent { struct
21 static const int value = std::is_floating_point<NumericType>::value
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp4349 int MaxExponent = ilogb(APFloat::getLargest(RHS.getSemantics())); in FoldFCmp_IntToFP_Cst() local