Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/fpu/
H A Dfpu_compare.c83 if (ISNAN(a) || ISNAN(b)) { in fpu_compare()
H A Dfpu_div.c178 if (ISNAN(x) || ISNAN(y)) { in fpu_div()
H A Dfpu_implode.c294 if (ISNAN(fp)) { in fpu_ftos()
374 if (ISNAN(fp)) { in fpu_ftod()
H A Dfpu_emu.h108 #define ISNAN(fp) ((fp)->fp_class < 0) macro
H A Dfpu_mul.c129 if (ISNAN(y)) { in fpu_mul()
H A Dfpu_add.c90 if (ISNAN(y)) { in fpu_add()
H A Dfpu_subr.c68 if (rsh <= 0 || (fp->fp_class != FPC_NUM && !ISNAN(fp))) in fpu_shr()
H A Dfpu_sqrt.c211 if (ISNAN(x)) { in fpu_sqrt()
/freebsd/contrib/ntp/libntp/
H A Dsnprintf.c521 #ifndef ISNAN
522 #define ISNAN(x) (x != x) macro
523 #endif /* !defined(ISNAN) */
1135 if (ISNAN(fvalue)) in fmtflt()