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

/freebsd-13-stable/contrib/apr/strings/
H A Dapr_snprintf.c77 * apr_ecvt converts to decimal
160 static char *apr_ecvt(double arg, int ndigits, int *decpt, int *sign, char *buf) function
182 p1 = apr_ecvt(number, ndigit, &decpt, &sign, buf1);
528 p = apr_ecvt(num, precision + 1, &decimal_point, is_negative, buf1);

Completed in 54 milliseconds