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

/freebsd-10-stable/contrib/apr/strings/
H A Dapr_snprintf.c703 double fp_num; local
1017 fp_num = va_arg(ap, double);
1023 if (isnan(fp_num)) {
1029 if (!s && isinf(fp_num)) {
1035 s = conv_fp(*fmt, fp_num, alternate_form,

Completed in 57 milliseconds