Home
last modified time | relevance | path

Searched refs:wc (Results 1 – 20 of 20) sorted by relevance

/sysdeps/ia64/fpu/
A Dsfp-machine.h37 #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 Dsfp-machine.h46 # 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 Dutf8-utf32-z9.c595 *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 Dsfp-machine.h49 # 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 Dsfp-machine.h35 #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 Dsfp-machine.h54 #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 Dpreconfigure6 gccfloat=`$CC $CFLAGS $CPPFLAGS -E -dM -xc /dev/null | grep __ARC_FPU_| wc -l`
/sysdeps/arm/
A Dsfp-machine.h35 #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 Dsfp-machine.h34 #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 Dsfp-machine.h35 #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 Dsfp-machine.h65 #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 Dsfp-machine.h42 #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 Dsfp-machine.h171 #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 Dsfp-machine.h28 #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 Dsfp-machine.h32 #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 Dsfp-machine.h50 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
53 _FP_FRAC_COPY_##wc(R,X); \
/sysdeps/sparc/sparc32/
A Dsfp-machine.h56 #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 Dsfp-machine.h90 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
93 _FP_FRAC_SET_##wc (R, _FP_NANFRAC_##fs); \
/sysdeps/x86/
A Dconfigure.ac102 count=`LC_ALL=C $READELF -n conftest | grep NT_GNU_PROPERTY_TYPE_0 | wc -l`
A Dconfigure135 count=`LC_ALL=C $READELF -n conftest | grep NT_GNU_PROPERTY_TYPE_0 | wc -l`

Completed in 21 milliseconds