Searched refs:pow10 (Results 1 – 9 of 9) sorted by relevance
33 static double pow10(int e) { in pow10() function122 double power = pow10(-decimalShift); in SkFloatToDecimal()
264 static inline float pow10(int32_t exp) { in pow10() function743 const auto decimal_scale = pow10(exp); in matchFastFloatDecimalPart()820 this->pushFloat(sign * n32 * pow10(exp)); in matchFast32OrFloat()
79 const pow10 = Math.pow(10, exp); constant80 yMax = Math.ceil(yMax / (pow10 / 4)) * (pow10 / 4);
80 const pow10 = Math.pow(10, exp); constant81 yMax = Math.ceil(yMax / (pow10 / 4)) * (pow10 / 4);
157 pow10 = [10**n for n in lst]163 for coeff in pow10:174 pow10 = [10**n for n in lst]184 for coeff in pow10:
201 FLOAT32 gain, ztemp, ftemp, pow10, rem10; in ixheaacd_cal_fac_data() local213 pow10 = ixheaacd_pow10(quo); in ixheaacd_cal_fac_data()216 gain = pow10 * rem10; in ixheaacd_cal_fac_data()
2510 fun:pow10=uninstrumented