Home
last modified time | relevance | path

Searched refs:_FP_QNANBIT_S (Results 1 – 10 of 10) sorted by relevance

/linux-2.4.37.9/include/asm-mips/
Dsfp-machine.h17 #define _FP_NANFRAC_S ((_FP_QNANBIT_S << 1) - 1)
/linux-2.4.37.9/include/asm-mips64/
Dsfp-machine.h17 #define _FP_NANFRAC_S ((_FP_QNANBIT_S << 1) - 1)
/linux-2.4.37.9/include/asm-alpha/
Dsfp-machine.h43 #define _FP_NANFRAC_S _FP_QNANBIT_S
/linux-2.4.37.9/include/asm-sparc64/
Dsfp-machine.h43 #define _FP_NANFRAC_S ((_FP_QNANBIT_S << 1) - 1)
/linux-2.4.37.9/arch/ppc/math-emu/
Dsingle.h16 #define _FP_QNANBIT_S ((_FP_W_TYPE)1 << (_FP_FRACBITS_S-2)) macro
Dsfp-machine.h91 #define _FP_NANFRAC_S _FP_QNANBIT_S
/linux-2.4.37.9/include/asm-s390/
Dsfp-machine.h46 #define _FP_NANFRAC_S ((_FP_QNANBIT_S << 1) - 1)
/linux-2.4.37.9/include/math-emu/
Dsingle.h39 #define _FP_QNANBIT_S ((_FP_W_TYPE)1 << (_FP_FRACBITS_S-2)) macro
/linux-2.4.37.9/include/asm-sparc/
Dsfp-machine.h46 #define _FP_NANFRAC_S ((_FP_QNANBIT_S << 1) - 1)
/linux-2.4.37.9/arch/s390/math-emu/
Dmath.c1555 else if (_FP_FRAC_HIGH_RAW_S(SA) & _FP_QNANBIT_S) in emu_tceb()