Home
last modified time | relevance | path

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

/dports/audio/praat/praat-6.2.03/external/gsl/
H A Dgsl_specfunc__bessel_y.c125 const int stat_sin = gsl_sf_sin_e(x, &sin_result); in gsl_sf_bessel_y1_e() local
131 return GSL_ERROR_SELECT_2(stat_cos, stat_sin); in gsl_sf_bessel_y1_e()
164 const int stat_sin = gsl_sf_sin_e(x, &sin_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.c95 const int stat_sin = gsl_sf_sin_e(x, &sin_result); in gsl_sf_bessel_j1_e() local
102 return GSL_ERROR_SELECT_2(stat_cos, stat_sin); in gsl_sf_bessel_j1_e()
141 const int stat_sin = gsl_sf_sin_e(x, &sin_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.c747 int stat_sin = gsl_sf_sin_err_e(theta.val, theta.err, &sin_result); in gsl_sf_airy_Bi_e() local
751 return GSL_ERROR_SELECT_2(stat_mp, stat_sin); in gsl_sf_airy_Bi_e()
804 int stat_sin = gsl_sf_sin_err_e(theta.val, theta.err, &sin_result); in gsl_sf_airy_Bi_scaled_e() local
808 return GSL_ERROR_SELECT_2(stat_mp, stat_sin); in gsl_sf_airy_Bi_scaled_e()
H A Dgsl_specfunc__sinint.c374 int stat_sin = gsl_sf_sin_e(x, &sin_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.c1085 int stat_sin = gsl_sf_sin_err_e(arg_val, arg_err, &sin_result); in gsl_sf_conicalP_mhalf_e() local
1089 return stat_sin; in gsl_sf_conicalP_mhalf_e()
/dports/math/gsl/gsl-2.7/specfunc/
H A Dbessel_y.c125 const int stat_sin = gsl_sf_sin_e(x, &sin_result); in gsl_sf_bessel_y1_e() local
131 return GSL_ERROR_SELECT_2(stat_cos, stat_sin); in gsl_sf_bessel_y1_e()
164 const int stat_sin = gsl_sf_sin_e(x, &sin_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.c747 int stat_sin = gsl_sf_sin_err_e(theta.val, theta.err, &sin_result); in gsl_sf_airy_Bi_e() local
751 return GSL_ERROR_SELECT_2(stat_mp, stat_sin); in gsl_sf_airy_Bi_e()
804 int stat_sin = gsl_sf_sin_err_e(theta.val, theta.err, &sin_result); in gsl_sf_airy_Bi_scaled_e() local
808 return GSL_ERROR_SELECT_2(stat_mp, stat_sin); in gsl_sf_airy_Bi_scaled_e()
H A Dsinint.c374 int stat_sin = gsl_sf_sin_e(x, &sin_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.c135 const int stat_sin = gsl_sf_sin_e(x, &sin_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.c1099 int stat_sin = gsl_sf_sin_err_e(arg_val, arg_err, &sin_result); in gsl_sf_conicalP_mhalf_e() local
1103 return stat_sin; in gsl_sf_conicalP_mhalf_e()