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

/freebsd-12-stable/lib/libc/sparc64/fpu/
H A Dfpu_emu.h109 #define ISNAN(fp) ((fp)->fp_class < 0) macro
164 #define __fpu_sub(fe) (ISNAN(&(fe)->fe_f2) ? 0 : ((fe)->fe_f2.fp_sign ^= 1), \
H A Dfpu_compare.c104 if (ISNAN(a) || ISNAN(b)) {
H A Dfpu_div.c181 if (ISNAN(x) || ISNAN(y)) {
H A Dfpu_implode.c309 if (ISNAN(fp)) {
396 if (ISNAN(fp)) {
458 if (ISNAN(fp)) {
H A Dfpu_mul.c128 if (ISNAN(y))
H A Dfpu_add.c94 if (ISNAN(y))
H A Dfpu_subr.c74 if (rsh <= 0 || (fp->fp_class != FPC_NUM && !ISNAN(fp)))
H A Dfpu_sqrt.c211 if (ISNAN(x) || ISZERO(x))
/freebsd-12-stable/sys/powerpc/fpu/
H A Dfpu_compare.c89 if (ISNAN(a) || ISNAN(b)) {
H A Dfpu_div.c184 if (ISNAN(x) || ISNAN(y)) {
H A Dfpu_emu.h111 #define ISNAN(fp) ((fp)->fp_class < 0) macro
H A Dfpu_mul.c135 if (ISNAN(y)) {
H A Dfpu_add.c96 if (ISNAN(y)) {
H A Dfpu_subr.c74 if (rsh <= 0 || (fp->fp_class != FPC_NUM && !ISNAN(fp)))
H A Dfpu_implode.c304 if (ISNAN(fp)) {
384 if (ISNAN(fp)) {
H A Dfpu_sqrt.c217 if (ISNAN(x)) {
/freebsd-12-stable/contrib/ntp/libntp/
H A Dsnprintf.c521 #ifndef ISNAN
522 #define ISNAN(x) (x != x) macro
523 #endif /* !defined(ISNAN) */
1135 if (ISNAN(fvalue))

Completed in 280 milliseconds