Lines Matching refs:c
59 COMMON_SRCS= b_tgamma.c \
60 e_acos.c e_acosf.c e_acosh.c e_acoshf.c e_asin.c e_asinf.c \
61 e_atan2.c e_atan2f.c e_atanh.c e_atanhf.c e_cosh.c e_coshf.c e_exp.c \
62 e_expf.c e_fmod.c e_fmodf.c e_gamma.c e_gamma_r.c e_gammaf.c \
63 e_gammaf_r.c e_hypot.c e_hypotf.c e_j0.c e_j0f.c e_j1.c e_j1f.c \
64 e_jn.c e_jnf.c e_lgamma.c e_lgamma_r.c e_lgammaf.c e_lgammaf_r.c \
65 e_log.c e_log10.c e_log10f.c e_log2.c e_log2f.c e_logf.c \
66 e_pow.c e_powf.c e_rem_pio2.c \
67 e_rem_pio2f.c e_remainder.c e_remainderf.c e_scalb.c e_scalbf.c \
68 e_sinh.c e_sinhf.c e_sqrt.c e_sqrtf.c fenv.c \
69 k_cos.c k_cosf.c k_exp.c k_expf.c k_rem_pio2.c k_sin.c k_sinf.c \
70 k_tan.c k_tanf.c \
71 s_asinh.c s_asinhf.c s_atan.c s_atanf.c s_carg.c s_cargf.c s_cargl.c \
72 s_cbrt.c s_cbrtf.c s_ceil.c s_ceilf.c s_clog.c s_clogf.c \
73 s_copysign.c s_copysignf.c s_cos.c s_cosf.c \
74 s_csqrt.c s_csqrtf.c s_erf.c s_erff.c \
75 s_exp2.c s_exp2f.c s_expm1.c s_expm1f.c s_fabsf.c s_fdim.c \
76 s_finite.c s_finitef.c \
77 s_floor.c s_floorf.c s_fma.c s_fmaf.c \
78 s_fmax.c s_fmaxf.c s_fmin.c \
79 s_fminf.c s_frexp.c s_frexpf.c s_ilogb.c s_ilogbf.c \
80 s_ilogbl.c s_isfinite.c s_isnan.c s_isnormal.c \
81 s_llrint.c s_llrintf.c s_llround.c s_llroundf.c s_llroundl.c \
82 s_log1p.c s_log1pf.c s_logb.c s_logbf.c s_lrint.c s_lrintf.c \
83 s_lround.c s_lroundf.c s_lroundl.c s_modff.c \
84 s_nan.c s_nearbyint.c s_nextafter.c s_nextafterf.c \
85 s_nexttowardf.c s_remquo.c s_remquof.c \
86 s_rint.c s_rintf.c s_round.c s_roundf.c \
87 s_scalbln.c s_scalbn.c s_scalbnf.c s_signbit.c \
88 s_signgam.c s_significand.c s_significandf.c s_sin.c \
89 s_sincos.c s_sincosf.c s_sinf.c \
90 s_tan.c s_tanf.c s_tanh.c s_tanhf.c s_tgammaf.c s_trunc.c s_truncf.c \
91 w_cabs.c w_cabsf.c w_drem.c w_dremf.c
94 COMMON_SRCS+= s_cospi.c s_cospif.c \
95 s_sinpi.c s_sinpif.c \
96 s_tanpi.c s_tanpif.c
122 COMMON_SRCS+= s_copysignl.c s_fabsl.c s_llrintl.c s_lrintl.c s_modfl.c
125 COMMON_SRCS+= b_tgammal.c catrigl.c \
126 e_acoshl.c e_acosl.c e_asinl.c e_atan2l.c e_atanhl.c \
127 e_coshl.c e_fmodl.c e_hypotl.c \
128 e_lgammal.c e_lgammal_r.c e_powl.c \
129 e_remainderl.c e_sinhl.c e_sqrtl.c \
130 invtrig.c k_cosl.c k_sinl.c k_tanl.c \
131 s_asinhl.c s_atanl.c s_cbrtl.c s_ceill.c s_cexpl.c \
132 s_clogl.c s_cosl.c s_cospil.c s_cprojl.c \
133 s_csqrtl.c s_erfl.c s_exp2l.c s_expl.c s_floorl.c s_fmal.c \
134 s_fmaxl.c s_fminl.c s_frexpl.c s_logbl.c s_logl.c s_nanl.c \
135 s_nextafterl.c s_nexttoward.c s_remquol.c s_rintl.c s_roundl.c \
136 s_scalbnl.c s_sinl.c s_sincosl.c s_sinpil.c \
137 s_tanhl.c s_tanl.c s_tanpil.c s_truncl.c w_cabsl.c
144 CFLAGS.e_powl.c+= -Wno-error=overflow
149 COMMON_SRCS+= catrig.c catrigf.c \
150 s_ccosh.c s_ccoshf.c s_cexp.c s_cexpf.c \
151 s_cimag.c s_cimagf.c s_cimagl.c \
152 s_conj.c s_conjf.c s_conjl.c \
153 s_cpow.c s_cpowf.c s_cpowl.c \
154 s_cproj.c s_cprojf.c s_creal.c s_crealf.c s_creall.c \
155 s_csinh.c s_csinhf.c s_ctanh.c s_ctanhf.c
164 COMMON_SRCS:= ${COMMON_SRCS:N${i:R}.c}