Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/top/dist/
H A Dap_snprintf.c195 static char *ap_fcvt(double arg, int ndigits, int *decpt, int *sign, char *buf) in ap_fcvt() function
510 p = ap_fcvt(num, precision, &decimal_point, is_negative, buf1); in conv_fp()