Home
last modified time | relevance | path

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

/openbsd/lib/libc/arch/sparc64/fpu/
H A Dfpu_div.c184 if (ISINF(x) || ISZERO(x)) {
192 if (ISINF(y)) {
H A Dfpu_add.c94 if (ISINF(y)) {
95 if (ISINF(x) && x->fp_sign != y->fp_sign)
H A Dfpu_implode.c316 if (ISINF(fp))
395 if (ISINF(fp)) {
456 if (ISINF(fp)) {
H A Dfpu_emu.h120 #define ISINF(fp) ((fp)->fp_class == FPC_INF) macro
H A Dfpu_compare.c161 if (ISINF(a)) { /* |Inf| = |Inf| */ in __fpu_compare()
H A Dfpu_mul.c132 if (ISINF(y)) {
H A Dfpu_sqrt.c215 if (ISINF(x))
/openbsd/sys/arch/sparc64/fpu/
H A Dfpu_div.c179 if (ISINF(x) || ISZERO(x)) { in fpu_div()
187 if (ISINF(y)) { in fpu_div()
H A Dfpu_add.c93 if (ISINF(y)) { in fpu_add()
94 if (ISINF(x) && x->fp_sign != y->fp_sign) in fpu_add()
H A Dfpu_implode.c309 if (ISINF(fp)) in fpu_ftos()
385 if (ISINF(fp)) { in fpu_ftod()
443 if (ISINF(fp)) { in fpu_ftoq()
H A Dfpu_compare.c142 if (ISINF(a)) { /* |Inf| = |Inf| */ in fpu_compare()
H A Dfpu_emu.h109 #define ISINF(fp) ((fp)->fp_class == FPC_INF) macro
H A Dfpu_mul.c126 if (ISINF(y)) { in fpu_mul()
H A Dfpu_sqrt.c211 if (ISINF(x)) in fpu_sqrt()