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

/netbsd-6-1-5-RELEASE/sys/arch/powerpc/fpu/
H A Dfpu_compare.c106 if (ISZERO(a) && ISZERO(b)) {
153 if (ISZERO(r))
H A Dfpu_add.c111 if (ISZERO(y)) {
119 if (ISZERO(x)) {
H A Dfpu_div.c202 if (ISZERO(x)) {
219 if (ISZERO(y)) {
H A Dfpu_mul.c142 if (ISZERO(x)) {
150 if (ISZERO(x)) {
H A Dfpu_emu.h109 #define ISZERO(fp) ((fp)->fp_class == 0) macro
H A Dfpu_implode.c313 if (ISZERO(fp))
390 if (ISZERO(fp)) {
H A Dfpu_sqrt.c222 if (ISZERO(x)) {
/netbsd-6-1-5-RELEASE/sys/arch/sparc/fpu/
H A Dfpu_compare.c101 if (ISZERO(a) && ISZERO(b)) {
H A Dfpu_div.c180 if (ISINF(x) || ISZERO(x)) {
192 if (ISZERO(y)) {
H A Dfpu_mul.c131 if (ISZERO(x))
136 if (ISZERO(x)) {
H A Dfpu_add.c100 if (ISZERO(y)) {
107 if (ISZERO(x))
H A Dfpu_emu.h111 #define ISZERO(fp) ((fp)->fp_class == 0) macro
H A Dfpu_implode.c315 if (ISZERO(fp))
393 if (ISZERO(fp)) {
451 if (ISZERO(fp)) {
H A Dfpu_sqrt.c209 if (ISNAN(x) || ISZERO(x))
/netbsd-6-1-5-RELEASE/sys/arch/m68k/fpe/
H A Dfpu_mul.c131 if (ISZERO(x))
136 if (ISZERO(x)) {
H A Dfpu_add.c96 if (ISZERO(y)) {
103 if (ISZERO(x))
H A Dfpu_div.c182 if (ISINF(x) || ISZERO(x)) {
194 if (ISZERO(y)) {
H A Dfpu_implode.c261 if (ISZERO(fp))
342 if (ISZERO(fp)) {
410 if (ISZERO(fp)) {
H A Dfpu_emulate.h116 #define ISZERO(fp) ((fp)->fp_class == 0) macro
H A Dfpu_sqrt.c210 if (ISNAN(x) || ISZERO(x))
H A Dfpu_trig.c128 if (ISZERO(s1))
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libdecnumber/
H A DdecNumber.c422 || (dn->bits&DECNEG && !ISZERO(dn))); /* bad */
1290 if (ISZERO(rhs)) { /* +/- zeros -> error */
1428 if (ISZERO(rhs)) { /* +/- zeros -> error */
1437 if (!(rhs->bits&(DECNEG|DECSPECIAL)) && !ISZERO(rhs)) {
1483 if (a->bits&DECSPECIAL || ISZERO(a)) {
2150 if (ISZERO(dac)) { /* x==1, 1.0, etc. */
2203 if (status&DEC_Overflow || ISZERO(dac)) break;
2865 if (ISZERO(rhs)) {
3069 if (!ISZERO(t)) status|=DEC_Inexact|DEC_Rounded; /* not equal */
3686 if (!ISZERO(d
[all...]
H A DdecNumberLocal.h253 /* ISZERO -- return true if decNumber dn is a zero */
255 #define ISZERO(dn) decNumberIsZero(dn) /* now just a local name */ macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libdecnumber/
H A DdecNumber.c422 || (dn->bits&DECNEG && !ISZERO(dn))); /* bad */
1290 if (ISZERO(rhs)) { /* +/- zeros -> error */
1428 if (ISZERO(rhs)) { /* +/- zeros -> error */
1437 if (!(rhs->bits&(DECNEG|DECSPECIAL)) && !ISZERO(rhs)) {
1483 if (a->bits&DECSPECIAL || ISZERO(a)) {
2150 if (ISZERO(dac)) { /* x==1, 1.0, etc. */
2203 if (status&DEC_Overflow || ISZERO(dac)) break;
2865 if (ISZERO(rhs)) {
3069 if (!ISZERO(t)) status|=DEC_Inexact|DEC_Rounded; /* not equal */
3686 if (!ISZERO(d
[all...]
H A DdecNumberLocal.h253 /* ISZERO -- return true if decNumber dn is a zero */
255 #define ISZERO(dn) decNumberIsZero(dn) /* now just a local name */ macro

Completed in 292 milliseconds