Home
last modified time | relevance | path

Searched refs:c (Results 1 – 25 of 253) sorted by relevance

1234567891011

/sysdeps/ieee754/ldbl-opt/
A DMakefile82 CFLAGS-nldbl-cos.c = -fno-builtin-cosl
98 CFLAGS-nldbl-erf.c = -fno-builtin-erfl
137 CFLAGS-nldbl-j0.c = -fno-builtin-j0l
138 CFLAGS-nldbl-j1.c = -fno-builtin-j1l
139 CFLAGS-nldbl-jn.c = -fno-builtin-jnl
185 CFLAGS-nldbl-y0.c = -fno-builtin-y0l
186 CFLAGS-nldbl-y1.c = -fno-builtin-y1l
187 CFLAGS-nldbl-yn.c = -fno-builtin-ynl
203 $(objpfx)tst-nldbl-argp.c: tst-ldbl-argp.c
215 $(objpfx)tst-nldbl-warn.c: tst-ldbl-warn.c
[all …]
/sysdeps/powerpc/nofpu/
A DMakefile27 CFLAGS-e_atan2l.c += -fno-builtin-fabsl
28 CFLAGS-e_hypotl.c += -fno-builtin-fabsl
29 CFLAGS-e_powl.c += -fno-builtin-fabsl
30 CFLAGS-s_cacosl.c += -fsignaling-nans
31 CFLAGS-s_cacoshl.c += -fsignaling-nans
32 CFLAGS-s_casinhl.c += -fsignaling-nans
33 CFLAGS-s_catanl.c += -fsignaling-nans
34 CFLAGS-s_catanhl.c += -fsignaling-nans
36 CFLAGS-s_cexpl.c += -fsignaling-nans
48 CFLAGS-e_log10l.c += -fno-builtin-fabsl
[all …]
/sysdeps/ieee754/ldbl-96/
A Dk_cosl.c26 #define ONE c[0]
31 #define SCOS1 c[1]
32 #define SCOS2 c[2]
33 #define SCOS3 c[3]
34 #define SCOS4 c[4]
35 #define SCOS5 c[5]
44 #define COS1 c[6]
45 #define COS2 c[7]
46 #define COS3 c[8]
47 #define COS4 c[9]
[all …]
A Dk_sinl.c31 #define ONE c[0]
36 #define SCOS1 c[1]
37 #define SCOS2 c[2]
38 #define SCOS3 c[3]
39 #define SCOS4 c[4]
40 #define SCOS5 c[5]
49 #define SIN1 c[6]
50 #define SIN2 c[7]
51 #define SIN3 c[8]
52 #define SIN4 c[9]
[all …]
/sysdeps/ieee754/ldbl-128ibm/
A Dk_sincosl.c25 #define ONE c[0]
30 #define SCOS1 c[1]
31 #define SCOS2 c[2]
32 #define SCOS3 c[3]
33 #define SCOS4 c[4]
34 #define SCOS5 c[5]
43 #define COS1 c[6]
44 #define COS2 c[7]
45 #define COS3 c[8]
46 #define COS4 c[9]
[all …]
A Dk_cosl.c23 #define ONE c[0]
28 #define SCOS1 c[1]
29 #define SCOS2 c[2]
30 #define SCOS3 c[3]
31 #define SCOS4 c[4]
32 #define SCOS5 c[5]
41 #define COS1 c[6]
42 #define COS2 c[7]
43 #define COS3 c[8]
44 #define COS4 c[9]
[all …]
A Dk_sinl.c25 #define ONE c[0]
30 #define SCOS1 c[1]
31 #define SCOS2 c[2]
32 #define SCOS3 c[3]
33 #define SCOS4 c[4]
34 #define SCOS5 c[5]
43 #define SIN1 c[6]
44 #define SIN2 c[7]
45 #define SIN3 c[8]
46 #define SIN4 c[9]
[all …]
/sysdeps/ieee754/ldbl-128/
A Dk_sincosl.c25 #define ONE c[0]
30 #define SCOS1 c[1]
31 #define SCOS2 c[2]
32 #define SCOS3 c[3]
33 #define SCOS4 c[4]
34 #define SCOS5 c[5]
43 #define COS1 c[6]
44 #define COS2 c[7]
45 #define COS3 c[8]
46 #define COS4 c[9]
[all …]
A Dk_cosl.c23 #define ONE c[0]
28 #define SCOS1 c[1]
29 #define SCOS2 c[2]
30 #define SCOS3 c[3]
31 #define SCOS4 c[4]
32 #define SCOS5 c[5]
41 #define COS1 c[6]
42 #define COS2 c[7]
43 #define COS3 c[8]
44 #define COS4 c[9]
[all …]
A Dk_sinl.c25 #define ONE c[0]
30 #define SCOS1 c[1]
31 #define SCOS2 c[2]
32 #define SCOS3 c[3]
33 #define SCOS4 c[4]
34 #define SCOS5 c[5]
43 #define SIN1 c[6]
44 #define SIN2 c[7]
45 #define SIN3 c[8]
46 #define SIN4 c[9]
[all …]
/sysdeps/generic/
A Dmath-type-macros-float.h22 #define M_LIT(c) c ## f argument
24 #define M_SUF(c) c ## f argument
28 #define M_USE_BUILTIN(c) USE_ ##c ##F_BUILTIN argument
32 #define M_MLIT(c) c argument
A Dmath-type-macros-double.h22 #define M_LIT(c) c argument
23 #define M_MLIT(c) c argument
25 #define M_SUF(c) c argument
29 #define M_USE_BUILTIN(c) USE_ ##c ##_BUILTIN argument
A Dmath-type-macros-ldouble.h22 #define M_LIT(c) c ## L argument
23 #define M_MLIT(c) c ## l argument
25 #define M_SUF(c) c ## l argument
29 #define M_USE_BUILTIN(c) USE_ ##c ##L_BUILTIN argument
A Dmath-type-macros-float128.h22 #define M_LIT(c) __f128 (c) argument
24 #define M_SUF(c) c ## f128 argument
27 #define M_USE_BUILTIN(c) USE_ ##c ##F128_BUILTIN argument
31 #define M_MLIT(c) c ## f128 argument
/sysdeps/powerpc/powerpc64/be/fpu/multiarch/
A DMakefile43 CFLAGS-s_ceil-power5+.c = -mcpu=power5+
44 CFLAGS-s_ceilf-power5+.c = -mcpu=power5+
45 CFLAGS-s_floor-power5+.c = -mcpu=power5+
46 CFLAGS-s_floorf-power5+.c = -mcpu=power5+
47 CFLAGS-s_round-power5+.c = -mcpu=power5+
49 CFLAGS-s_trunc-power5+.c = -mcpu=power5+
51 CFLAGS-s_llrint-power8.c += -mcpu=power8
57 CFLAGS-s_modf-power5+.c += -mcpu=power5+
59 CFLAGS-s_logbf-power7.c = -mcpu=power7
60 CFLAGS-s_logbl-power7.c = -mcpu=power7
[all …]
/sysdeps/x86_64/fpu/multiarch/
A DMakefile17 CFLAGS-e_exp-fma.c = -mfma -mavx2
18 CFLAGS-e_log-fma.c = -mfma -mavx2
19 CFLAGS-e_pow-fma.c = -mfma -mavx2
41 CFLAGS-e_asin-fma4.c = -mfma4
42 CFLAGS-e_atan2-fma4.c = -mfma4
43 CFLAGS-e_exp-fma4.c = -mfma4
44 CFLAGS-e_log-fma4.c = -mfma4
45 CFLAGS-e_pow-fma4.c = -mfma4
46 CFLAGS-s_atan-fma4.c = -mfma4
47 CFLAGS-s_sin-fma4.c = -mfma4
[all …]
/sysdeps/powerpc/powerpc32/power4/fpu/multiarch/
A DMakefile21 CFLAGS-s_llrintf-ppc32.c += -mcpu=power4
22 CFLAGS-s_llrint-power6.c += -mcpu=power6
23 CFLAGS-s_llrint-ppc32.c += -mcpu=power4
24 CFLAGS-s_lrint-ppc32.c += -mcpu=power4
27 CFLAGS-s_llround-ppc32.c += -mcpu=power4
28 CFLAGS-s_lround-ppc32.c += -mcpu=power4
30 CFLAGS-s_ceil-power5+.c = -mcpu=power5+
32 CFLAGS-s_modf-power5+.c = -mcpu=power5+
34 CFLAGS-s_logbl-power7.c = -mcpu=power7
35 CFLAGS-s_logb-power7.c = -mcpu=power7
[all …]
/sysdeps/pthread/
A Dtst-basic5.c28 int c = pthread_getconcurrency (); in do_test() local
29 if (c != 0) in do_test()
41 c = pthread_getconcurrency (); in do_test()
42 if (c != 1) in do_test()
60 c = pthread_getconcurrency (); in do_test()
61 if (c != 1) in do_test()
/sysdeps/sparc/sparc32/
A Dq_neg.c28 } c; in _Q_neg() local
30 c.ldbl = a; in _Q_neg()
33 c.words[0] ^= (((UWtype)1) << (W_TYPE_SIZE - 1)); in _Q_neg()
35 c.words[1] ^= (((UWtype)1) << (W_TYPE_SIZE - 1)); in _Q_neg()
37 c.words[3] ^= (((UWtype)1) << (W_TYPE_SIZE - 1)); in _Q_neg()
43 FP_PACK_RAW_Q(c.ldbl, C); in _Q_neg()
45 return c.ldbl; in _Q_neg()
/sysdeps/sparc/fpu/
A Dfraiseexcpt.c29 } c = { in __feraiseexcept() local
43 __asm ("" : "=e" (d) : "0" (c.zero)); in __feraiseexcept()
44 d /= c.zero; in __feraiseexcept()
51 __asm ("" : "=e" (d) : "0" (c.one)); in __feraiseexcept()
52 d /= c.zero; in __feraiseexcept()
59 __asm ("" : "=e" (d) : "0" (c.max)); in __feraiseexcept()
67 __asm ("" : "=e" (d) : "0" (c.min)); in __feraiseexcept()
75 __asm ("" : "=e" (d) : "0" (c.one)); in __feraiseexcept()
76 d /= c.pi; in __feraiseexcept()
/sysdeps/unix/sysv/linux/
A Dscandir64.c50 struct scandir_cancel_struct c;
60 c.dp = dp;
61 c.v = NULL;
62 c.cnt = 0;
86 if (__glibc_unlikely (c.cnt == vsize))
98 c.v = (void *) v;
114 while (c.cnt > 0)
115 free (v[--c.cnt]);
117 c.cnt = -1;
123 qsort (v, c.cnt, sizeof (*v),
[all …]
/sysdeps/unix/sysv/linux/mips/mips32/mips16/
A DMakefile4 CFLAGS-mips16-syscall0.c += -fexceptions
5 CFLAGS-mips16-syscall1.c += -fexceptions
6 CFLAGS-mips16-syscall2.c += -fexceptions
7 CFLAGS-mips16-syscall3.c += -fexceptions
8 CFLAGS-mips16-syscall4.c += -fexceptions
/sysdeps/ieee754/ldbl-128ibm-compat/
A DMakefile31 CFLAGS-test-wcstold-ibm128.c += -mabi=ibmlongdouble -Wno-psabi
64 CFLAGS-vfprintf-internal.c += -mfloat128 -mabi=ibmlongdouble
65 CFLAGS-vfwprintf-internal.c += -mfloat128 -mabi=ibmlongdouble
66 CFLAGS-vfscanf-internal.c += -mfloat128 -mabi=ibmlongdouble
67 CFLAGS-vfwscanf-internal.c += -mfloat128 -mabi=ibmlongdouble
231 $(objpfx)tst-ieee128-argp.c: tst-ldbl-argp.c
234 $(objpfx)tst-ibm128-argp.c: tst-ldbl-argp.c
256 $(objpfx)tst-ibm128-%.c: tst-ldbl-%.c
259 $(objpfx)tst-ieee128-%.c: tst-ldbl-%.c
287 CFLAGS-strfmon.c += -mfloat128 -mabi=ibmlongdouble
[all …]
/sysdeps/ia64/fpu/
A Dimport_intel_libm98 for f in lgammaf_r.c lgammal_r.c lgamma_r.c
103 for f in lgamma.c lgammaf.c lgammal.c
/sysdeps/alpha/fpu/
A Ds_cpowf.c28 static _Complex float internal_cpowf (_Complex float x, _Complex float c);
41 __c1_cpowf (c1_cfloat_decl (x), c1_cfloat_decl (c)) in __c1_cpowf() argument
43 _Complex float r = internal_cpowf (c1_cfloat_value (x), c1_cfloat_value (c)); in __c1_cpowf()
48 __c2_cpowf (c2_cfloat_decl (x), c2_cfloat_decl (c)) in __c2_cpowf() argument
50 _Complex float r = internal_cpowf (c2_cfloat_value (x), c2_cfloat_value (c)); in __c2_cpowf()

Completed in 45 milliseconds

1234567891011