Home
last modified time | relevance | path

Searched refs:fp_pow_10 (Results 1 – 3 of 3) sorted by relevance

/external/fastrpc/src/
Dstd_dtoa.c41 #define FP_POW_10(n) fp_pow_10(n)
86 double fp_pow_10( int nPow ) in fp_pow_10() function
Dstd_dtoa.h120 double fp_pow_10( int nPow );
Dstd_strlprintf.c46 #define FP_POW_10(n) fp_pow_10(n)