Home
last modified time | relevance | path

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

/dports/math/giacxcas/giac-1.6.0/src/
H A Dmoyal.cc2889 gen_sort_f(xm.begin(),xm.end(),first_ascend_sort); in wilcoxons()
2916 gen_sort_f(xm.begin(),xm.end(),first_ascend_sort); in wilcoxons()
3833 gen_sort_f(m.begin(),m.end(),first_ascend_sort); in _cdf()
H A Dsubst.cc776 gen_sort_f(atrier.begin(),atrier.end(),first_sort); in sort2()
1696 gen_sort_f(res.begin(),res.end(),symb_size_less); in rlvar()
H A Dgen.h964 void gen_sort_f(iterateur it,iterateur itend,bool (*f)(const gen &a,const gen &b));
H A Dcsturm.cc1786 gen_sort_f(res.begin(),res.end(),vas_sort); in VAS_positive_roots()
H A Dsym2poly.cc1627 gen_sort_f(it,itend,symb_size_less); in compute_lv_lvnum_lvden()
2853 gen_sort_f(res.begin(),res.end(),sort_func); in sort1()
H A Dti89.cc1654 gen_sort_f(valeur.begin(),valeur.end(),first_ascend_sort); in sortad()
1656 gen_sort_f(valeur.begin(),valeur.end(),first_descend_sort); in sortad()
H A Dseries.cc2171 gen_sort_f(res.begin(),res.end(),symb_size_less); in rlvarx()
H A Dmisc.cc2847 gen_sort_f(w.begin(),w.end(),first_ascend_sort); in freq_quantile()
4355 gen_sort_f(tmp.begin(),tmp.end(),first_ascend_sort); in effectifs()
5453 gen_sort_f(ls.begin(),ls.end(),graham_sort_function); in _convexhull()
H A Dgen.cc8398 void gen_sort_f(iterateur it,iterateur itend,bool (*f)(const gen &a,const gen &b)){ in gen_sort_f() function