Home
last modified time | relevance | path

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

/dports/math/giacxcas/giac-1.6.0/src/
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 Dthreaded.h121 …inline void type_operator_reduce(const mpz_class & a,const mpz_class & b,mpz_class & c,int reduce){ in type_operator_reduce() function
161 inline void type_operator_reduce(const int128_t & a,const int128_t & b,int128_t & c,int reduce){ in type_operator_reduce() function
332 inline void type_operator_reduce(const my_mpz & a,const my_mpz & b,my_mpz & c,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