Home
last modified time | relevance | path

Searched refs:adjust_complex_display (Results 1 – 2 of 2) sorted by relevance

/dports/math/giacxcas/giac-1.6.0/src/
H A Dgen.cc3063 static gen adjust_complex_display(const gen & res,const gen & a,const gen & b){ in adjust_complex_display() function
3073 static gen adjust_complex_display(const gen & res,const gen & a){ in adjust_complex_display() function
3083 int adjust_complex_display(gen & res,int value){ in adjust_complex_display() function
3100 r += adjust_complex_display(v[i],value); in adjust_complex_display()
3110 int r=adjust_complex_display(f,value); in adjust_complex_display()
3122 return adjust_complex_display(gen(*_CPLXptr,-(*(_CPLXptr+1))),*this); in conj()
4588 return adjust_complex_display(gen(*aptr + *bptr, *(aptr+1) + *(bptr+1)),a,b); in operator_plus()
5648 return adjust_complex_display(gen(-aptr->_DOUBLE_val,-(aptr+1)->_DOUBLE_val),a); in operator -()
5649 return adjust_complex_display(gen(-*aptr,-*(aptr+1)),a); in operator -()
6107 return adjust_complex_display(mult_cplx(a,b,contextptr),a,b); in operator_times()
[all …]
H A Dgen.h847 int adjust_complex_display(gen & res,int value);