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

/freebsd-10-stable/lib/libc/sparc64/fpu/
H A Dfpu_div.c185 if (ISINF(x) || ISZERO(x)) {
193 if (ISINF(y)) {
H A Dfpu_emu.h109 #define ISINF(fp) ((fp)->fp_class == FPC_INF) macro
H A Dfpu_add.c94 if (ISINF(y)) {
95 if (ISINF(x) && x->fp_sign != y->fp_sign)
H A Dfpu_compare.c160 if (ISINF(a)) { /* |Inf| = |Inf| */
H A Dfpu_implode.c319 if (ISINF(fp))
401 if (ISINF(fp)) {
463 if (ISINF(fp)) {
H A Dfpu_mul.c130 if (ISINF(y)) {
H A Dfpu_sqrt.c215 if (ISINF(x))
/freebsd-10-stable/sys/powerpc/fpu/
H A Dfpu_add.c99 if (ISINF(y)) {
100 if (ISINF(x) && x->fp_sign != y->fp_sign) {
H A Dfpu_div.c192 if (ISINF(x)) {
212 if (ISINF(y)) {
H A Dfpu_compare.c149 if (ISINF(a)) { /* |Inf| = |Inf| */
H A Dfpu_emu.h111 #define ISINF(fp) ((fp)->fp_class == FPC_INF) macro
H A Dfpu_mul.c139 if (ISINF(y)) {
H A Dfpu_implode.c312 if (ISINF(fp))
387 if (ISINF(fp)) {
H A Dfpu_sqrt.c229 if (ISINF(x)) {
/freebsd-10-stable/contrib/ntp/libntp/
H A Dsnprintf.c524 #ifndef ISINF
525 #define ISINF(x) (x != 0.0 && x + x == x) macro
526 #endif /* !defined(ISINF) */
1137 else if (ISINF(fvalue))
1423 * for infinity before calling this function using our ISINF() macro, so

Completed in 191 milliseconds