Home
last modified time | relevance | path

Searched refs:pow10 (Results 1 – 9 of 9) sorted by relevance

/external/skia/src/utils/
DSkFloatToDecimal.cpp33 static double pow10(int e) { in pow10() function
122 double power = pow10(-decimalShift); in SkFloatToDecimal()
DSkJSON.cpp264 static inline float pow10(int32_t exp) { in pow10() function
743 const auto decimal_scale = pow10(exp); in matchFastFloatDecimalPart()
820 this->pushFloat(sign * n32 * pow10(exp)); in matchFast32OrFloat()
/external/skqp/src/utils/
DSkFloatToDecimal.cpp33 static double pow10(int e) { in pow10() function
122 double power = pow10(-decimalShift); in SkFloatToDecimal()
DSkJSON.cpp264 static inline float pow10(int32_t exp) { in pow10() function
743 const auto decimal_scale = pow10(exp); in matchFastFloatDecimalPart()
820 this->pushFloat(sign * n32 * pow10(exp)); in matchFast32OrFloat()
/external/perfetto/ui/src/tracks/counter/
Dfrontend.ts79 const pow10 = Math.pow(10, exp); constant
80 yMax = Math.ceil(yMax / (pow10 / 4)) * (pow10 / 4);
/external/perfetto/ui/src/tracks/cpu_freq/
Dfrontend.ts80 const pow10 = Math.pow(10, exp); constant
81 yMax = Math.ceil(yMax / (pow10 / 4)) * (pow10 / 4);
/external/python/cpython3/Modules/_decimal/tests/
Dranddec.py157 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:
/external/libxaac/decoder/
Dixheaacd_imdct.c201 FLOAT32 gain, ztemp, ftemp, pow10, rem10; in ixheaacd_cal_fac_data() local
213 pow10 = ixheaacd_pow10(quo); in ixheaacd_cal_fac_data()
216 gain = pow10 * rem10; in ixheaacd_cal_fac_data()
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt2510 fun:pow10=uninstrumented