Lines Matching refs:nan
1872 * libm/common/s_nan.c (nan): Use __builtin_nan if supported by
7237 inf and nan processing to not proceed if we have already collected
8862 Fix strtod("nan()", ptr).
9184 inf and nan values return inf and nan respectively with no
10253 of "-0x". Support "-nan" and "inf" for %e. Audit usage of ungetc
11450 which adds C99 support such as nan, inf, and hexadecimal input
12470 "nan" processing for systems that have long double support.
12513 Print "inf" and "nan" in lowercase for e/f/g formats and in
15026 * libc/include/math.h (nan, nanf): Update prototype to C99.
15027 * libm/common/s_nan.c (nan): Likewise.
15028 * libm/common/s_nanf.c (nanf, nan): Likewise.
15029 * libc/sys/linux/cmath/math_private.h (nan, nanf): Likewise.
16321 for inf/nan, make sure that the check ignores the sign bit.