Home
last modified time | relevance | path

Searched refs:stat_cos (Results 1 – 10 of 10) sorted by relevance

/dports/audio/praat/praat-6.2.03/external/gsl/
H A Dgsl_specfunc__bessel_y.c124 const int stat_cos = gsl_sf_cos_e(x, &cos_result); in gsl_sf_bessel_y1_e() local
131 return GSL_ERROR_SELECT_2(stat_cos, stat_sin); in gsl_sf_bessel_y1_e()
163 const int stat_cos = gsl_sf_cos_e(x, &cos_result); in gsl_sf_bessel_y2_e() local
171 return GSL_ERROR_SELECT_2(stat_cos, stat_sin); in gsl_sf_bessel_y2_e()
H A Dgsl_specfunc__bessel_j.c94 const int stat_cos = gsl_sf_cos_e(x, &cos_result); in gsl_sf_bessel_j1_e() local
102 return GSL_ERROR_SELECT_2(stat_cos, stat_sin); in gsl_sf_bessel_j1_e()
140 const int stat_cos = gsl_sf_cos_e(x, &cos_result); in gsl_sf_bessel_j2_e() local
149 return GSL_ERROR_SELECT_2(stat_cos, stat_sin); in gsl_sf_bessel_j2_e()
H A Dgsl_specfunc__airy.c668 int stat_cos = gsl_sf_cos_err_e(theta.val, theta.err, &cos_result); in gsl_sf_airy_Ai_e() local
672 return GSL_ERROR_SELECT_2(stat_mp, stat_cos); in gsl_sf_airy_Ai_e()
709 int stat_cos = gsl_sf_cos_err_e(theta.val, theta.err, &cos_result); in gsl_sf_airy_Ai_scaled_e() local
713 return GSL_ERROR_SELECT_2(stat_mp, stat_cos); in gsl_sf_airy_Ai_scaled_e()
H A Dgsl_specfunc__sinint.c375 int stat_cos = gsl_sf_cos_e(x, &cos_result); in gsl_sf_Ci_e() local
385 return GSL_ERROR_SELECT_2(stat_sin, stat_cos); in gsl_sf_Ci_e()
H A Dgsl_specfunc__legendre_con.c500 int stat_cos = gsl_sf_cos_e(angle + tau*(log(x) + M_LN2), &cos_result); in gsl_sf_conicalP_large_x_e() local
501 int status = GSL_ERROR_SELECT_4(stat_cos, stat_gd, stat_gn, stat_F); in gsl_sf_conicalP_large_x_e()
1028 int stat_cos = gsl_sf_cos_err_e(carg_val, carg_err, &cos_result); in gsl_sf_conicalP_half_e() local
1032 return stat_cos; in gsl_sf_conicalP_half_e()
/dports/math/gsl/gsl-2.7/specfunc/
H A Dbessel_y.c124 const int stat_cos = gsl_sf_cos_e(x, &cos_result); in gsl_sf_bessel_y1_e() local
131 return GSL_ERROR_SELECT_2(stat_cos, stat_sin); in gsl_sf_bessel_y1_e()
163 const int stat_cos = gsl_sf_cos_e(x, &cos_result); in gsl_sf_bessel_y2_e() local
171 return GSL_ERROR_SELECT_2(stat_cos, stat_sin); in gsl_sf_bessel_y2_e()
H A Dairy.c668 int stat_cos = gsl_sf_cos_err_e(theta.val, theta.err, &cos_result); in gsl_sf_airy_Ai_e() local
672 return GSL_ERROR_SELECT_2(stat_mp, stat_cos); in gsl_sf_airy_Ai_e()
709 int stat_cos = gsl_sf_cos_err_e(theta.val, theta.err, &cos_result); in gsl_sf_airy_Ai_scaled_e() local
713 return GSL_ERROR_SELECT_2(stat_mp, stat_cos); in gsl_sf_airy_Ai_scaled_e()
H A Dsinint.c375 int stat_cos = gsl_sf_cos_e(x, &cos_result); in gsl_sf_Ci_e() local
385 return GSL_ERROR_SELECT_2(stat_sin, stat_cos); in gsl_sf_Ci_e()
H A Dbessel_j.c134 const int stat_cos = gsl_sf_cos_e(x, &cos_result); in gsl_sf_bessel_j2_e()
143 return GSL_ERROR_SELECT_2(stat_cos, stat_sin); in gsl_sf_bessel_j2_e()
H A Dlegendre_con.c514 int stat_cos = gsl_sf_cos_e(angle + tau*(log(x) + M_LN2), &cos_result); in gsl_sf_conicalP_large_x_e() local
515 int status = GSL_ERROR_SELECT_4(stat_cos, stat_gd, stat_gn, stat_F); in gsl_sf_conicalP_large_x_e()
1042 int stat_cos = gsl_sf_cos_err_e(carg_val, carg_err, &cos_result); in gsl_sf_conicalP_half_e() local
1046 return stat_cos; in gsl_sf_conicalP_half_e()