Searched refs:IS_ZERO (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/math-emu/
H A Dfp_arith.c82 if (IS_ZERO(dest)) {
83 if (IS_ZERO(src)) {
167 if (IS_ZERO(src))
172 if (IS_ZERO(dest))
182 if (IS_ZERO(dest) || IS_ZERO(src)) {
261 if (IS_ZERO(dest)) {
263 if (IS_ZERO(src))
268 if (IS_ZERO(src)) {
325 if (IS_ZERO(sr
[all...]
H A Dfp_log.c39 if (IS_ZERO(dest))
109 if (IS_ZERO(dest))
196 if (IS_ZERO(dest))
213 if (IS_ZERO(dest))
H A Dfp_emu.h49 #define IS_ZERO(a) ((a)->mant.m64 == 0) macro

Completed in 40 milliseconds