Home
last modified time | relevance | path

Searched defs:pow10 (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/utils/
DSkFloatToDecimal.cpp33 static double pow10(int e) { in pow10() function
DSkJSON.cpp264 static inline float pow10(int32_t exp) { in pow10() function
/external/skqp/src/utils/
DSkFloatToDecimal.cpp33 static double pow10(int e) { in pow10() function
DSkJSON.cpp264 static inline float pow10(int32_t exp) { in pow10() function
/external/perfetto/ui/src/tracks/counter/
Dfrontend.ts79 const pow10 = Math.pow(10, exp); constant
/external/perfetto/ui/src/tracks/cpu_freq/
Dfrontend.ts80 const pow10 = Math.pow(10, exp); constant
/external/libxaac/decoder/
Dixheaacd_imdct.c201 FLOAT32 gain, ztemp, ftemp, pow10, rem10; in ixheaacd_cal_fac_data() local