Home
last modified time | relevance | path

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

/dports/math/giacxcas/giac-1.6.0/src/
H A Dgen.h1053 void type_operator_minus_times(const gen & a,const gen & b,gen & c);
H A Dgen.cc5916 void type_operator_minus_times(const gen & a,const gen & b,gen & c){ in type_operator_minus_times() function
H A Dmodpoly.cc10890 type_operator_minus_times(tmp,fact,*it); // *it -= tmp*fact; in mod_gcd_c()