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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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.c45 if (IS_INF(dest))
191 if (IS_INF(dest)) {
215 if (IS_INF(dest))
H A Dfp_emu.h48 #define IS_INF(a) ((a)->exp == 0x7fff) macro

Completed in 104 milliseconds