HomeSort by: relevance | last modified time | path
    Searched defs:ap_ecvt (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/top/dist/
ap_snprintf.c 108 * ap_ecvt converts to decimal
190 static char *ap_ecvt(double arg, int ndigits, int *decpt, int *sign, char *buf) function
212 p1 = ap_ecvt(number, ndigit, &decpt, &sign, buf1);
512 p = ap_ecvt(num, precision + 1, &decimal_point, is_negative, buf1);
ap_snprintf.c 108 * ap_ecvt converts to decimal
190 static char *ap_ecvt(double arg, int ndigits, int *decpt, int *sign, char *buf) function
212 p1 = ap_ecvt(number, ndigit, &decpt, &sign, buf1);
512 p = ap_ecvt(num, precision + 1, &decimal_point, is_negative, buf1);

Completed in 118 milliseconds