Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/top/dist/
H A Dap_snprintf.c190 static char *ap_ecvt(double arg, int ndigits, int *decpt, int *sign, char *buf) in ap_ecvt() function
212 p1 = ap_ecvt(number, ndigit, &decpt, &sign, buf1); in ap_gcvt()
512 p = ap_ecvt(num, precision + 1, &decimal_point, is_negative, buf1); in conv_fp()