Home
last modified time | relevance | path

Searched defs:dMax (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/ports/
DSkFontMgr_android_parser.h134 const T dMax = std::numeric_limits<T>::max() - (nMax * 10); in parse_non_negative_integer() local
178 const T dMax = (std::numeric_limits<T>::max() >> N) - (nMax * 10); in parse_fixed() local
DSkFontMgr_config_parser.h145 const T dMax = std::numeric_limits<T>::max() - (nMax * 10); in parse_non_negative_integer() local
190 const T dMax = (std::numeric_limits<T>::max() >> N) - (nMax * 10); in parse_fixed() local
/third_party/vk-gl-cts/framework/randomshaders/
DrsgExpression.cpp631 DstType dMin, dMax; in convertValueRangeTempl() local