Searched refs:pow10 (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/postfix-255/postfix/src/util/
H A Dformat_tv.c68 static int pow10[] = {1, 10, 100, 1000, 10000, 100000, 1000000}; local
83 ures = MILLION / pow10[max_dig];
84 wid = pow10[sig_dig];
/macosx-10.10/emacs-93/emacs/lisp/obsolete/
H A Dfloat.el330 (temp 0) (pow10 _f1))
336 (while (f<= (setq temp (f* pow10 highest-power-of-10)) value)
337 (setq pow10 temp
339 (while (f<= (setq temp (f* pow10 _f10)) value)
340 (setq pow10 temp
343 (while (f> (setq temp (f/ pow10 highest-power-of-10)) value)
344 (setq pow10 temp
346 (while (f> pow10 value)
347 (setq pow10 (f/ pow10 _f1
[all...]
/macosx-10.10/lukemftp-14/tnftp/libnetbsd/
H A Dsnprintf.c503 pow10(int exp) function
572 fracpart = round((pow10(max)) * (ufvalue - intpart));
574 if (fracpart >= pow10(max)) {
576 fracpart -= pow10(max);
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/lib/
H A Dsnprintf.c509 static long double pow10 (int exp) function
583 fracpart = round ((pow10 (max)) * (ufvalue - intpart));
585 if (fracpart >= pow10 (max))
588 fracpart -= pow10 (max);
/macosx-10.10/srm-7/srm/lib/
H A Dsnprintf.c531 static LDOUBLE pow10 (int exp) function
605 fracpart = round ((pow10 (max)) * (ufvalue - intpart));
607 if (fracpart >= pow10 (max))
610 fracpart -= pow10 (max);

Completed in 135 milliseconds