/sysdeps/ia64/fpu/ |
A D | sfp-machine.h | 37 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument 39 if (_FP_FRAC_GT_##wc(X, Y) \ 40 || (_FP_FRAC_EQ_##wc(X,Y) && (OP == '+' || OP == '*'))) \ 43 _FP_FRAC_COPY_##wc(R,X); \ 48 _FP_FRAC_COPY_##wc(R,Y); \
|
/sysdeps/mips/mips32/ |
A D | sfp-machine.h | 46 # define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument 50 _FP_FRAC_COPY_##wc (R, X); \ 57 # define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument 63 _FP_FRAC_SET_##wc(R,_FP_NANFRAC_##fs); \ 68 _FP_FRAC_COPY_##wc(R,X); \
|
/sysdeps/s390/ |
A D | utf8-utf32-z9.c | 595 *outptr = (uint8_t)wc; \ 598 else if (wc <= 0x7ff) \ 609 outptr[0] |= wc >> 6; \ 612 outptr[1] |= wc & 0x3f; \ 616 else if (wc <= 0xffff) \ 625 if (wc >= 0xd800 && wc <= 0xdfff) \ 632 outptr[0] |= wc >> 12; \ 635 outptr[1] |= (wc >> 6) & 0x3f; \ 638 outptr[2] |= wc & 0x3f; \ 652 outptr[0] |= wc >> 18; \ [all …]
|
/sysdeps/mips/mips64/ |
A D | sfp-machine.h | 49 # define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument 53 _FP_FRAC_COPY_##wc (R, X); \ 60 # define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument 66 _FP_FRAC_SET_##wc(R,_FP_NANFRAC_##fs); \ 71 _FP_FRAC_COPY_##wc(R,X); \
|
/sysdeps/nios2/ |
A D | sfp-machine.h | 35 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument 41 _FP_FRAC_COPY_##wc(R,Y); \ 46 _FP_FRAC_COPY_##wc(R,X); \
|
/sysdeps/arc/ |
A D | sfp-machine.h | 54 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument 60 _FP_FRAC_COPY_##wc(R,Y); \ 65 _FP_FRAC_COPY_##wc(R,X); \
|
A D | preconfigure | 6 gccfloat=`$CC $CFLAGS $CPPFLAGS -E -dM -xc /dev/null | grep __ARC_FPU_| wc -l`
|
/sysdeps/arm/ |
A D | sfp-machine.h | 35 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument 41 _FP_FRAC_COPY_##wc(R,Y); \ 46 _FP_FRAC_COPY_##wc(R,X); \
|
/sysdeps/csky/ |
A D | sfp-machine.h | 34 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument 40 _FP_FRAC_COPY_##wc(R,Y); \ 45 _FP_FRAC_COPY_##wc(R,X); \
|
/sysdeps/sh/ |
A D | sfp-machine.h | 35 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument 41 _FP_FRAC_COPY_##wc(R,Y); \ 46 _FP_FRAC_COPY_##wc(R,X); \
|
/sysdeps/sparc/sparc64/ |
A D | sfp-machine.h | 65 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument 71 _FP_FRAC_COPY_##wc(R,X); \ 76 _FP_FRAC_COPY_##wc(R,Y); \
|
/sysdeps/powerpc/powerpc64/le/fpu/ |
A D | sfp-machine.h | 42 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument 48 _FP_FRAC_COPY_##wc(R,Y); \ 53 _FP_FRAC_COPY_##wc(R,X); \
|
/sysdeps/x86/fpu/ |
A D | sfp-machine.h | 171 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument 173 if (_FP_FRAC_GT_##wc(X, Y) \ 174 || (_FP_FRAC_EQ_##wc(X,Y) && (OP == '+' || OP == '*'))) \ 177 _FP_FRAC_COPY_##wc(R,X); \ 182 _FP_FRAC_COPY_##wc(R,Y); \
|
/sysdeps/powerpc/nofpu/ |
A D | sfp-machine.h | 28 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument 34 _FP_FRAC_COPY_##wc(R,Y); \ 39 _FP_FRAC_COPY_##wc(R,X); \
|
/sysdeps/aarch64/ |
A D | sfp-machine.h | 32 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument 38 _FP_FRAC_SET_##wc(R,_FP_NANFRAC_##fs); \ 43 _FP_FRAC_COPY_##wc(R,X); \
|
/sysdeps/alpha/ |
A D | sfp-machine.h | 50 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument 53 _FP_FRAC_COPY_##wc(R,X); \
|
/sysdeps/sparc/sparc32/ |
A D | sfp-machine.h | 56 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument 62 _FP_FRAC_COPY_##wc(R,Y); \ 67 _FP_FRAC_COPY_##wc(R,X); \
|
/sysdeps/riscv/ |
A D | sfp-machine.h | 90 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument 93 _FP_FRAC_SET_##wc (R, _FP_NANFRAC_##fs); \
|
/sysdeps/x86/ |
A D | configure.ac | 102 count=`LC_ALL=C $READELF -n conftest | grep NT_GNU_PROPERTY_TYPE_0 | wc -l`
|
A D | configure | 135 count=`LC_ALL=C $READELF -n conftest | grep NT_GNU_PROPERTY_TYPE_0 | wc -l`
|