Searched refs:_FP_QNANBIT_Q (Results 1 – 9 of 9) sorted by relevance
/linux-2.4.37.9/include/asm-mips/ |
D | sfp-machine.h | 19 #define _FP_NANFRAC_Q ((_FP_QNANBIT_Q << 1) - 1), -1, -1, -1
|
/linux-2.4.37.9/include/asm-mips64/ |
D | sfp-machine.h | 19 #define _FP_NANFRAC_Q ((_FP_QNANBIT_Q << 1) - 1), -1
|
/linux-2.4.37.9/include/asm-alpha/ |
D | sfp-machine.h | 45 #define _FP_NANFRAC_Q _FP_QNANBIT_Q
|
/linux-2.4.37.9/include/asm-sparc64/ |
D | sfp-machine.h | 45 #define _FP_NANFRAC_Q ((_FP_QNANBIT_Q << 1) - 1), -1
|
/linux-2.4.37.9/include/asm-s390/ |
D | sfp-machine.h | 48 #define _FP_NANFRAC_Q ((_FP_QNANBIT_Q << 1) - 1), -1, -1, -1
|
/linux-2.4.37.9/include/asm-sparc/ |
D | sfp-machine.h | 48 #define _FP_NANFRAC_Q ((_FP_QNANBIT_Q << 1) - 1), -1, -1, -1
|
/linux-2.4.37.9/include/math-emu/ |
D | quad.h | 46 #define _FP_QNANBIT_Q \ macro
|
/linux-2.4.37.9/arch/ppc/math-emu/ |
D | sfp-machine.h | 93 #define _FP_NANFRAC_Q _FP_QNANBIT_Q, 0, 0, 0
|
/linux-2.4.37.9/arch/s390/math-emu/ |
D | math.c | 1493 else if (_FP_FRAC_HIGH_RAW_Q(QA) & _FP_QNANBIT_Q) in emu_tcxb()
|