Searched defs:dMax (Results 1 – 4 of 4) sorted by relevance
134 const T dMax = std::numeric_limits<T>::max() - (nMax * 10); in parse_non_negative_integer() local178 const T dMax = (std::numeric_limits<T>::max() >> N) - (nMax * 10); in parse_fixed() local
145 const T dMax = std::numeric_limits<T>::max() - (nMax * 10); in parse_non_negative_integer() local190 const T dMax = (std::numeric_limits<T>::max() >> N) - (nMax * 10); in parse_fixed() local
100 static double dMCLK, dExpect, dMax; variable
631 DstType dMin, dMax; in convertValueRangeTempl() local