Searched refs:ISZERO (Results 1 - 16 of 16) sorted by relevance

/openbsd-current/lib/libc/arch/sparc64/fpu/
H A Dfpu_compare.c119 if (ISZERO(a) && ISZERO(b)) {
H A Dfpu_div.c184 if (ISINF(x) || ISZERO(x)) {
196 if (ISZERO(y)) {
H A Dfpu_mul.c133 if (ISZERO(x))
138 if (ISZERO(x)) {
H A Dfpu_add.c100 if (ISZERO(y)) {
107 if (ISZERO(x))
H A Dfpu_emu.h119 #define ISZERO(fp) ((fp)->fp_class == 0) macro
H A Dfpu_implode.c318 if (ISZERO(fp))
399 if (ISZERO(fp)) {
460 if (ISZERO(fp)) {
H A Dfpu_sqrt.c211 if (ISNAN(x) || ISZERO(x))
/openbsd-current/sys/arch/sparc64/fpu/
H A Dfpu_compare.c100 if (ISZERO(a) && ISZERO(b)) {
H A Dfpu_mul.c127 if (ISZERO(x))
132 if (ISZERO(x)) {
H A Dfpu_div.c179 if (ISINF(x) || ISZERO(x)) {
191 if (ISZERO(y)) {
H A Dfpu_add.c99 if (ISZERO(y)) {
106 if (ISZERO(x))
H A Dfpu_emu.h108 #define ISZERO(fp) ((fp)->fp_class == 0) macro
H A Dfpu_implode.c311 if (ISZERO(fp))
389 if (ISZERO(fp)) {
447 if (ISZERO(fp)) {
H A Dfpu_sqrt.c207 if (ISNAN(x) || ISZERO(x))
/openbsd-current/gnu/gcc/libdecnumber/
H A DdecNumberLocal.h116 /* ISZERO -- return true if decNumber dn is a zero */
118 #define ISZERO(dn) decNumberIsZero(dn) /* now just a local name */ macro
H A DdecNumber.c1114 if (ISZERO (lhs)
1171 if (status & DEC_Overflow || ISZERO (dac))
1529 if (ISZERO (rhs))
1738 if (!ISZERO (t))
2094 if (!ISZERO (dn))
2312 if (ISZERO (lhs))
2326 if (ISZERO (res))
2360 if (ISZERO (rhs))
2612 if (ISZERO (res) && diffsign
2831 if (ISZERO (rh
[all...]

Completed in 200 milliseconds