Searched refs:IS_INF (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.c71 if (IS_INF(dest)) {
73 if (IS_INF(src) && (src->sign != dest->sign))
77 if (IS_INF(src)) {
166 if (IS_INF(dest)) {
171 if (IS_INF(src)) {
244 if (IS_INF(dest)) {
246 if (IS_INF(src))
251 if (IS_INF(src)) {
324 if (IS_INF(dest)) {
329 if (IS_INF(sr
[all...]
H A Dfp_log.c46 if (IS_INF(dest))
192 if (IS_INF(dest)) {
216 if (IS_INF(dest))
H A Dfp_emu.h48 #define IS_INF(a) ((a)->exp == 0x7fff) macro

Completed in 98 milliseconds