Home
last modified time | relevance | path

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

/dports/audio/gsequencer/gsequencer-3.10.4/ags/lib/
H A Dags_math_util.c819 gchar *exp_look_ahead; in ags_math_util_match_coefficient() local
823 if(exp_look_ahead < end_ptr && in ags_math_util_match_coefficient()
824 exp_look_ahead[0] == '+' || in ags_math_util_match_coefficient()
825 exp_look_ahead[0] == '-'){ in ags_math_util_match_coefficient()
826 exp_look_ahead++; in ags_math_util_match_coefficient()
829 for(; exp_look_ahead < end_ptr; exp_look_ahead++){ in ags_math_util_match_coefficient()
839 look_ahead = exp_look_ahead; in ags_math_util_match_coefficient()
915 gchar *exp_look_ahead; in ags_math_util_match_coefficient() local
921 exp_look_ahead[0] == '-'){ in ags_math_util_match_coefficient()
922 exp_look_ahead++; in ags_math_util_match_coefficient()
[all …]