Home
last modified time | relevance | path

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

/linux-3.4.99/arch/sh/include/asm/
Dsfp-machine.h46 #define _FP_NANFRAC_Q ((_FP_QNANBIT_Q << 1) - 1), -1, -1, -1
/linux-3.4.99/arch/sparc/include/asm/
Dsfp-machine_64.h45 #define _FP_NANFRAC_Q ((_FP_QNANBIT_Q << 1) - 1), -1
Dsfp-machine_32.h47 #define _FP_NANFRAC_Q ((_FP_QNANBIT_Q << 1) - 1), -1, -1, -1
/linux-3.4.99/arch/alpha/include/asm/
Dsfp-machine.h45 #define _FP_NANFRAC_Q _FP_QNANBIT_Q
/linux-3.4.99/arch/s390/include/asm/
Dsfp-machine.h47 #define _FP_NANFRAC_Q ((_FP_QNANBIT_Q << 1) - 1), -1, -1, -1
/linux-3.4.99/arch/powerpc/include/asm/
Dsfp-machine.h93 #define _FP_NANFRAC_Q ((_FP_QNANBIT_Q << 1) - 1), -1, -1, -1
/linux-3.4.99/include/math-emu/
Dquad.h46 #define _FP_QNANBIT_Q \ macro
/linux-3.4.99/arch/s390/math-emu/
Dmath.c1492 else if (_FP_FRAC_HIGH_RAW_Q(QA) & _FP_QNANBIT_Q) in emu_tcxb()