Searched refs:_FP_QNANBIT_Q (Results 1 – 8 of 8) sorted by relevance
/linux-3.4.99/arch/sh/include/asm/ |
D | sfp-machine.h | 46 #define _FP_NANFRAC_Q ((_FP_QNANBIT_Q << 1) - 1), -1, -1, -1
|
/linux-3.4.99/arch/sparc/include/asm/ |
D | sfp-machine_64.h | 45 #define _FP_NANFRAC_Q ((_FP_QNANBIT_Q << 1) - 1), -1
|
D | sfp-machine_32.h | 47 #define _FP_NANFRAC_Q ((_FP_QNANBIT_Q << 1) - 1), -1, -1, -1
|
/linux-3.4.99/arch/alpha/include/asm/ |
D | sfp-machine.h | 45 #define _FP_NANFRAC_Q _FP_QNANBIT_Q
|
/linux-3.4.99/arch/s390/include/asm/ |
D | sfp-machine.h | 47 #define _FP_NANFRAC_Q ((_FP_QNANBIT_Q << 1) - 1), -1, -1, -1
|
/linux-3.4.99/arch/powerpc/include/asm/ |
D | sfp-machine.h | 93 #define _FP_NANFRAC_Q ((_FP_QNANBIT_Q << 1) - 1), -1, -1, -1
|
/linux-3.4.99/include/math-emu/ |
D | quad.h | 46 #define _FP_QNANBIT_Q \ macro
|
/linux-3.4.99/arch/s390/math-emu/ |
D | math.c | 1492 else if (_FP_FRAC_HIGH_RAW_Q(QA) & _FP_QNANBIT_Q) in emu_tcxb()
|