Home
last modified time | relevance | path

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

/original-bsd/sys/sparc/fpu/
H A Dfpu_compare.c76 if (ISZERO(a) && ISZERO(b)) { in fpu_compare()
H A Dfpu_mul.c107 if (ISZERO(x))
112 if (ISZERO(x)) {
H A Dfpu_div.c156 if (ISINF(x) || ISZERO(x)) {
168 if (ISZERO(y)) {
H A Dfpu_add.c71 if (ISZERO(y)) {
78 if (ISZERO(x))
H A Dfpu_implode.c238 if (ISZERO(fp))
319 if (ISZERO(fp)) {
380 if (ISZERO(fp)) {
H A Dfpu_emu.h84 #define ISZERO(fp) ((fp)->fp_class == 0) macro
H A Dfpu_sqrt.c185 if (ISNAN(x) || ISZERO(x))