Home
last modified time | relevance | path

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

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