Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/
Dsafe_conversions_impl.h26 struct MaxExponent struct
29 static const int value =
/third_party/gn/src/base/numerics/
Dsafe_conversions_impl.h27 struct MaxExponent { struct
28 static const int value = std::is_floating_point<NumericType>::value
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/
Dsafe_conversions_impl.h31 struct MaxExponent struct
33 static const int value = std::is_floating_point<NumericType>::value
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp786 const uint64_t MaxExponent = UINT64_MAX >> 1; in visitMulExpr() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp5735 int MaxExponent = ilogb(APFloat::getLargest(RHS.getSemantics())); in foldFCmpIntToFPConst() local