Home
last modified time | relevance | path

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

/openbsd/sys/arch/sparc64/fpu/
H A Dfpu_compare.c100 if (ISZERO(a) && ISZERO(b)) { in fpu_compare()
H A Dfpu_mul.c127 if (ISZERO(x)) in fpu_mul()
132 if (ISZERO(x)) { in fpu_mul()
H A Dfpu_div.c179 if (ISINF(x) || ISZERO(x)) { in fpu_div()
191 if (ISZERO(y)) { in fpu_div()
H A Dfpu_add.c99 if (ISZERO(y)) { in fpu_add()
106 if (ISZERO(x)) in fpu_add()
H A Dfpu_implode.c311 if (ISZERO(fp)) in fpu_ftos()
389 if (ISZERO(fp)) { in fpu_ftod()
447 if (ISZERO(fp)) { in fpu_ftoq()
H A Dfpu_emu.h108 #define ISZERO(fp) ((fp)->fp_class == 0) macro
H A Dfpu_sqrt.c207 if (ISNAN(x) || ISZERO(x)) in fpu_sqrt()
/openbsd/lib/libc/arch/sparc64/fpu/
H A Dfpu_compare.c119 if (ISZERO(a) && ISZERO(b)) { in __fpu_compare()
H A Dfpu_mul.c133 if (ISZERO(x))
138 if (ISZERO(x)) {
H A Dfpu_div.c184 if (ISINF(x) || ISZERO(x)) {
196 if (ISZERO(y)) {
H A Dfpu_add.c100 if (ISZERO(y)) {
107 if (ISZERO(x))
H A Dfpu_implode.c318 if (ISZERO(fp))
399 if (ISZERO(fp)) {
460 if (ISZERO(fp)) {
H A Dfpu_emu.h119 #define ISZERO(fp) ((fp)->fp_class == 0) macro
H A Dfpu_sqrt.c211 if (ISNAN(x) || ISZERO(x))
/openbsd/gnu/gcc/libdecnumber/
H A DdecNumber.c1114 if (ISZERO (lhs) in decNumberPower()
2094 if (!ISZERO (dn)) in decToString()
2833 if (ISZERO (lhs)) in decDivideOp()
3965 if (ISZERO (lhs)) in decCompare()
3970 if (ISZERO (rhs)) in decCompare()
4384 if (ISZERO (dn)) in decTrim()
5084 if ISZERO in decFinish()
5161 if (!ISZERO (dn)) in decFinalize()
5187 if (ISZERO (dn)) in decSetOverflow()
5287 if ISZERO in decSetSubnormal()
[all …]
H A DdecNumberLocal.h118 #define ISZERO(dn) decNumberIsZero(dn) /* now just a local name */ macro