Home
last modified time | relevance | path

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

/Linux-v4.19/arch/sh/include/asm/
Dsfp-machine.h45 #define _FP_NANFRAC_D ((_FP_QNANBIT_D << 1) - 1), -1
/Linux-v4.19/arch/alpha/include/asm/
Dsfp-machine.h44 #define _FP_NANFRAC_D _FP_QNANBIT_D
/Linux-v4.19/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-v4.19/arch/alpha/math-emu/
Dmath.c237 && (_FP_FRAC_HIGH_RAW_D(DB) & _FP_QNANBIT_D)) { in alpha_fp_emul()
/Linux-v4.19/arch/powerpc/include/asm/
Dsfp-machine.h92 #define _FP_NANFRAC_D ((_FP_QNANBIT_D << 1) - 1), -1
/Linux-v4.19/include/math-emu/
Ddouble.h46 #define _FP_QNANBIT_D \ macro