Home
last modified time | relevance | path

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

/original-bsd/sys/sparc/fpu/
H A Dfpu_div.c156 if (ISINF(x) || ISZERO(x)) {
164 if (ISINF(y)) {
H A Dfpu_add.c65 if (ISINF(y)) {
66 if (ISINF(x) && x->fp_sign != y->fp_sign)
H A Dfpu_implode.c236 if (ISINF(fp))
315 if (ISINF(fp)) {
376 if (ISINF(fp)) {
H A Dfpu_compare.c118 if (ISINF(a)) { /* |Inf| = |Inf| */ in fpu_compare()
H A Dfpu_emu.h85 #define ISINF(fp) ((fp)->fp_class == FPC_INF) macro
H A Dfpu_mul.c106 if (ISINF(y)) {
H A Dfpu_sqrt.c189 if (ISINF(x))