Searched refs:pow_10 (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/OpenSSL098-52/src/crypto/bio/
H A Db_print.c579 pow_10(int in_exp) function
643 max10 = roundv(pow_10(max));
644 fracpart = roundv(pow_10(max) * (ufvalue - intpart));
/macosx-10.10/bash-94.1.2/bash-3.2/lib/sh/
H A Dsnprintf.c261 static double pow_10 __P((int));
315 d - pow_10(-(p)->precision) * 0.5 : \
316 d + pow_10(-(p)->precision) * 0.5
434 pow_10(n) function
543 p = pow_10(j);
1036 d = d / pow_10(j); /* get the Mantissa */
/macosx-10.10/OpenSSH-189/osslshim/ossl/
H A Dossl-bio.c1452 pow_10(int in_exp) function
1524 max10 = roundv(pow_10(max));
1525 fracpart = roundv(pow_10(max) * (ufvalue - intpart));

Completed in 301 milliseconds