Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-mips/
Dsfp-machine.h18 #define _FP_NANFRAC_D ((_FP_QNANBIT_D << 1) - 1), -1
/linux-2.4.37.9/include/asm-mips64/
Dsfp-machine.h18 #define _FP_NANFRAC_D ((_FP_QNANBIT_D << 1) - 1)
/linux-2.4.37.9/include/asm-alpha/
Dsfp-machine.h44 #define _FP_NANFRAC_D _FP_QNANBIT_D
/linux-2.4.37.9/include/asm-sparc64/
Dsfp-machine.h44 #define _FP_NANFRAC_D ((_FP_QNANBIT_D << 1) - 1)
/linux-2.4.37.9/include/asm-s390/
Dsfp-machine.h47 #define _FP_NANFRAC_D ((_FP_QNANBIT_D << 1) - 1), -1
/linux-2.4.37.9/arch/ppc/math-emu/
Ddouble.h23 #define _FP_QNANBIT_D \ macro
Dsfp-machine.h92 #define _FP_NANFRAC_D _FP_QNANBIT_D, 0
/linux-2.4.37.9/include/asm-sparc/
Dsfp-machine.h47 #define _FP_NANFRAC_D ((_FP_QNANBIT_D << 1) - 1), -1
/linux-2.4.37.9/arch/alpha/math-emu/
Dmath.c234 && (_FP_FRAC_HIGH_RAW_D(DB) & _FP_QNANBIT_D)) { in alpha_fp_emul()
/linux-2.4.37.9/include/math-emu/
Ddouble.h46 #define _FP_QNANBIT_D \ macro
/linux-2.4.37.9/arch/s390/math-emu/
Dmath.c1524 else if (_FP_FRAC_HIGH_RAW_D(DA) & _FP_QNANBIT_D) in emu_tcdb()