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

/freebsd-11.0-release/sys/powerpc/fpu/
H A Dfpu_compare.c107 if (ISZERO(a) && ISZERO(b)) {
154 if (ISZERO(r))
H A Dfpu_mul.c140 if (ISZERO(x)) {
148 if (ISZERO(x)) {
H A Dfpu_add.c108 if (ISZERO(y)) {
116 if (ISZERO(x)) {
H A Dfpu_div.c200 if (ISZERO(x)) {
217 if (ISZERO(y)) {
H A Dfpu_emu.h110 #define ISZERO(fp) ((fp)->fp_class == 0) macro
H A Dfpu_implode.c314 if (ISZERO(fp))
391 if (ISZERO(fp)) {
H A Dfpu_sqrt.c220 if (ISZERO(x)) {
/freebsd-11.0-release/lib/libc/sparc64/fpu/
H A Dfpu_compare.c118 if (ISZERO(a) && ISZERO(b)) {
H A Dfpu_div.c185 if (ISINF(x) || ISZERO(x)) {
197 if (ISZERO(y)) {
H A Dfpu_mul.c131 if (ISZERO(x))
136 if (ISZERO(x)) {
H A Dfpu_emu.h108 #define ISZERO(fp) ((fp)->fp_class == 0) macro
H A Dfpu_add.c100 if (ISZERO(y)) {
107 if (ISZERO(x))
H A Dfpu_implode.c321 if (ISZERO(fp))
405 if (ISZERO(fp)) {
467 if (ISZERO(fp)) {
H A Dfpu_sqrt.c211 if (ISNAN(x) || ISZERO(x))
/freebsd-11.0-release/contrib/gcclibs/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 105 milliseconds