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

/freebsd-12-stable/lib/libc/sparc64/fpu/
H A Dfpu_div.c185 if (ISINF(x) || ISZERO(x)) {
193 if (ISINF(y)) {
H A Dfpu_emu.h111 #define ISINF(fp) ((fp)->fp_class == FPC_INF) macro
H A Dfpu_add.c96 if (ISINF(y)) {
97 if (ISINF(x) && x->fp_sign != y->fp_sign)
H A Dfpu_compare.c162 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-12-stable/sys/powerpc/fpu/
H A Dfpu_add.c101 if (ISINF(y)) {
102 if (ISINF(x) && x->fp_sign != y->fp_sign) {
H A Dfpu_div.c194 if (ISINF(x)) {
214 if (ISINF(y)) {
H A Dfpu_compare.c151 if (ISINF(a)) { /* |Inf| = |Inf| */
H A Dfpu_emu.h113 #define ISINF(fp) ((fp)->fp_class == FPC_INF) macro
H A Dfpu_mul.c141 if (ISINF(y)) {
H A Dfpu_implode.c314 if (ISINF(fp))
389 if (ISINF(fp)) {
H A Dfpu_sqrt.c232 if (ISINF(x)) {
/freebsd-12-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 142 milliseconds