Home
last modified time | relevance | path

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

/dports/math/giacxcas/giac-1.6.0/src/
H A Dthreaded.h332 inline void type_operator_reduce(const my_mpz & a,const my_mpz & b,my_mpz & c,int reduce){ in type_operator_reduce() function
915 type_operator_reduce(x,it2->g,g,reduce); in smalladdmult()
924 type_operator_reduce(x,it2->g,g,reduce); in smalladdmult()
1036 type_operator_reduce(g,it1->g,it1->g,reduce); in smallmult()
1045 type_operator_reduce(g,it1->g,res,reduce); in smallmult()
1654 type_operator_reduce((it1beg+heapbeg->i1)->g,(it2beg+heapbeg->i2)->g,g,reduce); in smallmult()
1709 type_operator_reduce(g1,it2->g,produit[u],reduce); // g=g1*it2->g; in smallmult()
2186 type_operator_reduce(g1,it2->g,produit[u],reduce); // g=g1*it2->g; in do_threadmult()
2691 type_operator_reduce(cit->g,binv,qn,reduce);
3001 type_operator_reduce(g,binv,g,reduce);
[all …]
H A Dmonomial.h81 inline void type_operator_reduce(const double & a,const double & b,double & c,int reduce){ in type_operator_reduce() function
99 inline void type_operator_reduce(const longlong & a,const longlong & b,longlong & c,int reduce){ in type_operator_reduce() function
164 inline void type_operator_reduce(const int & b,const int & c,int & a,int reduce){ in type_operator_reduce() function
H A Dgen.h1061 inline void type_operator_reduce(const gen & a,const gen & b,gen & c,int reduce){ in type_operator_reduce() function
H A Dthreaded.cc4128 …static void type_operator_reduce(const vector<int> & a,const vector<int> & b,vector<int> & c,const… in type_operator_reduce() function
4164 …static void type_operator_reduce(const vecteur & a,const vecteur & b,vecteur & c,const Modred & re… in type_operator_reduce() function