Home
last modified time | relevance | path

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

/dports/math/giacxcas/giac-1.6.0/src/
H A DGraph.cc3543 hp_pos=pos; in geo_handle()
3622 hp_pos=-1; in geo_handle()
3639 if (hp_pos<0) hp_pos=hp->children()-1; in geo_handle()
3652 if (hp_pos<0) hp_pos=hp->children()-1; in geo_handle()
3672 if (hp_pos<0) hp_pos=hp->children()-1; in geo_handle()
3795 ++hp_pos; in geo_handle()
3826 ++hp_pos; in geo_handle()
3843 ++hp_pos; in geo_handle()
3849 ++hp_pos; in geo_handle()
3861 ++hp_pos; in geo_handle()
[all …]
H A DGraph.h170 int hp_pos; // Position in hp for modification variable
234 void change_attributs(int hp_pos);
H A Dopengl.h128 int hp_pos; // Position in hp for modification variable
H A DHistory.h211 void next(int hp_pos=0); // eval next child if eval_below is true
H A DXcas1.cc1165 int hp_pos; in Xcas_eval_callback() local
1166 History_Pack * hp = get_history_pack(wid,hp_pos); in Xcas_eval_callback()
1260 hp->next(hp_pos); in Xcas_eval_callback()
1286 hp->focus(hp_pos+1,false); in Xcas_eval_callback()
H A DHistory.cc3229 void History_Pack::next(int hp_pos){ in next() argument
3231 ++hp_pos; in next()
3232 if (hp_pos<hp_n) in next()
3233 update(hp_pos); in next()
H A Dopengl.cc732 …last_event(0),x_tick(1.0),y_tick(1.0),couleur(0),approx(true),hp_pos(-1),moving(false),moving_fram… in Opengl()