Home
last modified time | relevance | path

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

/openbmc/linux/arch/alpha/include/asm/
H A Dsfp-machine.h44 #define _FP_NANFRAC_D _FP_QNANBIT_D
/openbmc/linux/arch/sparc/include/asm/
H A Dsfp-machine_64.h44 #define _FP_NANFRAC_D ((_FP_QNANBIT_D << 1) - 1)
H A Dsfp-machine_32.h46 #define _FP_NANFRAC_D ((_FP_QNANBIT_D << 1) - 1), -1
/openbmc/linux/arch/sh/include/asm/
H A Dsfp-machine.h41 #define _FP_NANFRAC_D ((_FP_QNANBIT_D << 1) - 1), -1
/openbmc/linux/arch/powerpc/include/asm/
H A Dsfp-machine.h92 #define _FP_NANFRAC_D ((_FP_QNANBIT_D << 1) - 1), -1
/openbmc/linux/arch/alpha/math-emu/
H A Dmath.c240 && (_FP_FRAC_HIGH_RAW_D(DB) & _FP_QNANBIT_D)) { in alpha_fp_emul()
/openbmc/linux/include/math-emu/
H A Ddouble.h46 #define _FP_QNANBIT_D \ macro