Home
last modified time | relevance | path

Searched refs:stat_mp (Results 1 – 6 of 6) sorted by relevance

/dports/audio/praat/praat-6.2.03/external/gsl/
H A Dgsl_specfunc__airy.c667 int stat_mp = airy_mod_phase(x, mode, &mod, &theta); in gsl_sf_airy_Ai_e() local
672 return GSL_ERROR_SELECT_2(stat_mp, stat_cos); in gsl_sf_airy_Ai_e()
708 int stat_mp = airy_mod_phase(x, mode, &mod, &theta); 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()
746 int stat_mp = airy_mod_phase(x, mode, &mod, &theta); in gsl_sf_airy_Bi_e() local
751 return GSL_ERROR_SELECT_2(stat_mp, stat_sin); in gsl_sf_airy_Bi_e()
803 int stat_mp = airy_mod_phase(x, mode, &mod, &theta); 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()
/dports/math/gsl/gsl-2.7/specfunc/
H A Dairy.c667 int stat_mp = airy_mod_phase(x, mode, &mod, &theta); in gsl_sf_airy_Ai_e() local
672 return GSL_ERROR_SELECT_2(stat_mp, stat_cos); in gsl_sf_airy_Ai_e()
708 int stat_mp = airy_mod_phase(x, mode, &mod, &theta); 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()
746 int stat_mp = airy_mod_phase(x, mode, &mod, &theta); in gsl_sf_airy_Bi_e() local
751 return GSL_ERROR_SELECT_2(stat_mp, stat_sin); in gsl_sf_airy_Bi_e()
803 int stat_mp = airy_mod_phase(x, mode, &mod, &theta); 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()
/dports/sysutils/powerman/powerman-2.3.20/powermand/
H A Ddevice_private.h73 int stat_mp; /* regex subexp match pos of plug status */ member
H A Dparse_tab.y592 stmt->u.setplugstate.stat_mp = p->mp2; in makeStmt()
H A Ddevice.c1088 e->cur->u.setplugstate.stat_mp); in _process_setplugstate()
H A Dparse_tab.c2674 stmt->u.setplugstate.stat_mp = p->mp2; in makeStmt()