Home
last modified time | relevance | path

Searched refs:expand_add (Results 1 – 5 of 5) sorted by relevance

/dports/math/GiNaC/ginac-1.8.2/ginac/
H A Dpower.h98 static ex expand_add(const add & a, long n, unsigned options);
H A Dpower.cpp846 distrseq.push_back(expand_add(ex_to<add>(expanded_basis), int_exponent, options)); in expand()
872 return expand_add(ex_to<add>(expanded_basis), int_exponent, options); in expand()
897 ex power::expand_add(const add & a, long n, unsigned options) in expand_add() function in GiNaC::power
/dports/math/pynac/pynac-pynac-0.7.27/ginac/
H A Dpower.h105 ex expand_add(const add & a, long int n, unsigned options) const;
H A Dpower.cpp968 distrseq.push_back(expand_add(ex_to<add>(expanded_basis), int_exponent, options)); in expand()
1005 return expand_add(ex_to<add>(expanded_basis), in expand()
1008 return dynallocate<power>(expand_add(ex_to<add>(expanded_basis), in expand()
1221 ex power::expand_add(const add & a, long n, unsigned options) const in expand_add() function in GiNaC::power
/dports/audio/cmus/cmus-2.9.1/
H A Dcommand_mode.c2117 static void expand_add(const char *str) in expand_add() function
2577 { "add", cmd_add, 1, 1, expand_add, 0, 0 },