Searched refs:ToIntPower (Results 1 – 1 of 1) sorted by relevance
311 template <typename FLT = float> FLT ToIntPower(FLT x, int power) { in ToIntPower() function338 auto big{ToIntPower<FLT>(maxExactPowerOfTen, power / decimalDigits)}; in TimesIntPowerOfTen()343 return x * ToIntPower<FLT>(10.0, power); in TimesIntPowerOfTen()