Searched refs:_FP_QNANBIT_D (Results 1 – 20 of 20) sorted by relevance
/glibc-2.36/sysdeps/mips/mips32/ |
D | sfp-machine.h | 26 # define _FP_NANFRAC_D ((_FP_QNANBIT_D << 1) - 1), -1 30 # define _FP_NANFRAC_D (_FP_QNANBIT_D - 1), -1
|
/glibc-2.36/sysdeps/mips/mips64/ |
D | sfp-machine.h | 29 # define _FP_NANFRAC_D ((_FP_QNANBIT_D << 1) - 1) 33 # define _FP_NANFRAC_D (_FP_QNANBIT_D - 1)
|
/glibc-2.36/sysdeps/riscv/ |
D | sfp-machine.h | 49 # define _FP_NANFRAC_D _FP_QNANBIT_D, 0 78 # define _FP_NANFRAC_D _FP_QNANBIT_D
|
/glibc-2.36/sysdeps/x86/fpu/ |
D | sfp-machine.h | 26 # define _FP_NANFRAC_D _FP_QNANBIT_D 136 # define _FP_NANFRAC_D _FP_QNANBIT_D, 0
|
/glibc-2.36/soft-fp/ |
D | testit.c | 203 __FP_FRAC_SET_2(X, _FP_QNANNEGATEDP ? 0 : _FP_QNANBIT_D, 0x1234); in gen_special_double() 205 _FP_FRAC_SET_1(X, (_FP_QNANNEGATEDP ? 0 : _FP_QNANBIT_D) | 0x1234); in gen_special_double() 211 __FP_FRAC_SET_2(X, _FP_QNANNEGATEDP ? 0 : _FP_QNANBIT_D, 0x1); in gen_special_double() 213 _FP_FRAC_SET_1(X, (_FP_QNANNEGATEDP ? 0 : _FP_QNANBIT_D) | 0x1); in gen_special_double()
|
D | double.h | 52 #define _FP_QNANBIT_D \ macro
|
/glibc-2.36/sysdeps/ia64/fpu/ |
D | sfp-machine.h | 22 #define _FP_NANFRAC_D _FP_QNANBIT_D
|
/glibc-2.36/sysdeps/alpha/ |
D | sfp-machine.h | 39 #define _FP_NANFRAC_D ((_FP_QNANBIT_D << 1) - 1)
|
/glibc-2.36/sysdeps/nios2/ |
D | sfp-machine.h | 25 #define _FP_NANFRAC_D ((_FP_QNANBIT_D << 1) - 1), -1
|
/glibc-2.36/sysdeps/arm/ |
D | sfp-machine.h | 25 #define _FP_NANFRAC_D _FP_QNANBIT_D, 0
|
/glibc-2.36/sysdeps/csky/ |
D | sfp-machine.h | 25 #define _FP_NANFRAC_D _FP_QNANBIT_D, 0
|
/glibc-2.36/sysdeps/arc/ |
D | sfp-machine.h | 44 #define _FP_NANFRAC_D ((_FP_QNANBIT_D << 1) - 1), -1
|
/glibc-2.36/sysdeps/sh/ |
D | sfp-machine.h | 25 #define _FP_NANFRAC_D ((_FP_QNANBIT_D << 1) - 1), -1
|
/glibc-2.36/sysdeps/or1k/ |
D | sfp-machine.h | 45 #define _FP_NANFRAC_D ((_FP_QNANBIT_D << 1) - 1), -1
|
/glibc-2.36/sysdeps/loongarch/ |
D | sfp-machine.h | 47 #define _FP_NANFRAC_D _FP_QNANBIT_D
|
/glibc-2.36/sysdeps/sparc/sparc64/ |
D | sfp-machine.h | 53 #define _FP_NANFRAC_D ((_FP_QNANBIT_D << 1) - 1)
|
/glibc-2.36/sysdeps/powerpc/powerpc64/le/fpu/ |
D | sfp-machine.h | 31 #define _FP_NANFRAC_D ((_FP_QNANBIT_D << 1) - 1)
|
/glibc-2.36/sysdeps/powerpc/nofpu/ |
D | sfp-machine.h | 18 #define _FP_NANFRAC_D ((_FP_QNANBIT_D << 1) - 1), -1
|
/glibc-2.36/sysdeps/aarch64/ |
D | sfp-machine.h | 21 #define _FP_NANFRAC_D ((_FP_QNANBIT_D << 1) - 1)
|
/glibc-2.36/sysdeps/sparc/sparc32/ |
D | sfp-machine.h | 40 #define _FP_NANFRAC_D ((_FP_QNANBIT_D << 1) - 1), -1
|