Home
last modified time | relevance | path

Searched refs:_FP_FRAC_ZEROP_4 (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/arch/ppc/math-emu/
Dop-4.h114 #define _FP_FRAC_ZEROP_4(X) ((X##_f[0] | X##_f[1] | X##_f[2] | X##_f[3]) == 0) macro
/linux-2.4.37.9/include/math-emu/
Dop-4.h132 #define _FP_FRAC_ZEROP_4(X) ((X##_f[0] | X##_f[1] | X##_f[2] | X##_f[3]) == 0) macro
499 if (!_FP_FRAC_ZEROP_4(X)) \
/linux-2.4.37.9/arch/s390/math-emu/
Dmath.c1485 if (_FP_FRAC_ZEROP_4(QA)) in emu_tcxb()
1491 if (_FP_FRAC_ZEROP_4(QA)) in emu_tcxb()