Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/fpu/
H A Dfpu_add.c95 if (ISINF(y)) { in fpu_add()
96 if (ISINF(x) && x->fp_sign != y->fp_sign) { in fpu_add()
H A Dfpu_div.c188 if (ISINF(x)) { in fpu_div()
208 if (ISINF(y)) { in fpu_div()
H A Dfpu_compare.c145 if (ISINF(a)) { /* |Inf| = |Inf| */ in fpu_compare()
H A Dfpu_implode.c304 if (ISINF(fp)) in fpu_ftos()
379 if (ISINF(fp)) { in fpu_ftod()
H A Dfpu_emu.h110 #define ISINF(fp) ((fp)->fp_class == FPC_INF) macro
H A Dfpu_mul.c135 if (ISINF(y)) { in fpu_mul()
H A Dfpu_sqrt.c226 if (ISINF(x)) { in fpu_sqrt()
/freebsd/contrib/ntp/libntp/
H A Dsnprintf.c524 #ifndef ISINF
525 #define ISINF(x) (x != 0.0 && x + x == x) macro
1137 else if (ISINF(fvalue)) in fmtflt()