Home
last modified time | relevance | path

Searched refs:_FP_QNANBIT_Q (Results 1 – 9 of 9) sorted by relevance

/linux-2.4.37.9/include/asm-mips/
Dsfp-machine.h19 #define _FP_NANFRAC_Q ((_FP_QNANBIT_Q << 1) - 1), -1, -1, -1
/linux-2.4.37.9/include/asm-mips64/
Dsfp-machine.h19 #define _FP_NANFRAC_Q ((_FP_QNANBIT_Q << 1) - 1), -1
/linux-2.4.37.9/include/asm-alpha/
Dsfp-machine.h45 #define _FP_NANFRAC_Q _FP_QNANBIT_Q
/linux-2.4.37.9/include/asm-sparc64/
Dsfp-machine.h45 #define _FP_NANFRAC_Q ((_FP_QNANBIT_Q << 1) - 1), -1
/linux-2.4.37.9/include/asm-s390/
Dsfp-machine.h48 #define _FP_NANFRAC_Q ((_FP_QNANBIT_Q << 1) - 1), -1, -1, -1
/linux-2.4.37.9/include/asm-sparc/
Dsfp-machine.h48 #define _FP_NANFRAC_Q ((_FP_QNANBIT_Q << 1) - 1), -1, -1, -1
/linux-2.4.37.9/include/math-emu/
Dquad.h46 #define _FP_QNANBIT_Q \ macro
/linux-2.4.37.9/arch/ppc/math-emu/
Dsfp-machine.h93 #define _FP_NANFRAC_Q _FP_QNANBIT_Q, 0, 0, 0
/linux-2.4.37.9/arch/s390/math-emu/
Dmath.c1493 else if (_FP_FRAC_HIGH_RAW_Q(QA) & _FP_QNANBIT_Q) in emu_tcxb()