Home
last modified time | relevance | path

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

/linux-3.4.99/arch/sh/include/asm/
Dsfp-machine.h45 #define _FP_NANFRAC_D ((_FP_QNANBIT_D << 1) - 1), -1
/linux-3.4.99/arch/sparc/include/asm/
Dsfp-machine_64.h44 #define _FP_NANFRAC_D ((_FP_QNANBIT_D << 1) - 1)
Dsfp-machine_32.h46 #define _FP_NANFRAC_D ((_FP_QNANBIT_D << 1) - 1), -1
/linux-3.4.99/arch/alpha/include/asm/
Dsfp-machine.h44 #define _FP_NANFRAC_D _FP_QNANBIT_D
/linux-3.4.99/arch/s390/include/asm/
Dsfp-machine.h46 #define _FP_NANFRAC_D ((_FP_QNANBIT_D << 1) - 1), -1
/linux-3.4.99/arch/powerpc/include/asm/
Dsfp-machine.h92 #define _FP_NANFRAC_D ((_FP_QNANBIT_D << 1) - 1), -1
/linux-3.4.99/arch/alpha/math-emu/
Dmath.c235 && (_FP_FRAC_HIGH_RAW_D(DB) & _FP_QNANBIT_D)) { in alpha_fp_emul()
/linux-3.4.99/include/math-emu/
Ddouble.h46 #define _FP_QNANBIT_D \ macro
/linux-3.4.99/arch/s390/math-emu/
Dmath.c1523 else if (_FP_FRAC_HIGH_RAW_D(DA) & _FP_QNANBIT_D) in emu_tcdb()