Searched defs:pow10 (Results 1 – 7 of 7) sorted by relevance
33 static double pow10(int e) { in pow10() function
264 static inline float pow10(int32_t exp) { in pow10() function
79 const pow10 = Math.pow(10, exp); constant
80 const pow10 = Math.pow(10, exp); constant
201 FLOAT32 gain, ztemp, ftemp, pow10, rem10; in ixheaacd_cal_fac_data() local