Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/powerpc/fpu/
Dfpu_compare.c107 if (ISZERO(a) && ISZERO(b)) { in fpu_compare()
154 if (ISZERO(r)) in fpu_compare()
Dfpu_mul.c140 if (ISZERO(x)) { in fpu_mul()
148 if (ISZERO(x)) { in fpu_mul()
Dfpu_add.c108 if (ISZERO(y)) { in fpu_add()
116 if (ISZERO(x)) { in fpu_add()
Dfpu_div.c200 if (ISZERO(x)) { in fpu_div()
217 if (ISZERO(y)) { in fpu_div()
Dfpu_implode.c314 if (ISZERO(fp)) in fpu_ftos()
391 if (ISZERO(fp)) { in fpu_ftod()
Dfpu_emu.h110 #define ISZERO(fp) ((fp)->fp_class == 0) macro
Dfpu_sqrt.c220 if (ISZERO(x)) { in fpu_sqrt()
/freebsd-10-stable/lib/libc/sparc64/fpu/
Dfpu_compare.c118 if (ISZERO(a) && ISZERO(b)) { in __fpu_compare()
Dfpu_mul.c131 if (ISZERO(x))
136 if (ISZERO(x)) {
Dfpu_div.c185 if (ISINF(x) || ISZERO(x)) {
197 if (ISZERO(y)) {
Dfpu_add.c100 if (ISZERO(y)) {
107 if (ISZERO(x))
Dfpu_implode.c321 if (ISZERO(fp))
405 if (ISZERO(fp)) {
467 if (ISZERO(fp)) {
Dfpu_emu.h108 #define ISZERO(fp) ((fp)->fp_class == 0) macro
Dfpu_sqrt.c211 if (ISNAN(x) || ISZERO(x))
/freebsd-10-stable/contrib/gcclibs/libdecnumber/
DdecNumber.c1114 if (ISZERO (lhs) in decNumberPower()
1171 if (status & DEC_Overflow || ISZERO (dac)) in decNumberPower()
1529 if (ISZERO (rhs)) in decNumberSquareRoot()
1738 if (!ISZERO (t)) in decNumberSquareRoot()
2094 if (!ISZERO (dn)) in decToString()
2312 if (ISZERO (lhs)) in decAddOp()
2326 if (ISZERO (res)) in decAddOp()
2360 if (ISZERO (rhs)) in decAddOp()
2612 if (ISZERO (res) && diffsign in decAddOp()
2831 if (ISZERO (rhs)) in decDivideOp()
[all …]
DdecNumberLocal.h118 #define ISZERO(dn) decNumberIsZero(dn) /* now just a local name */ macro