Home
last modified time | relevance | path

Searched refs:zpowi (Results 1 – 6 of 6) sorted by relevance

/dports/math/mpexpr/mpexpr-1.2/generic/
H A Dqfunc.c80 zpowi(num, z2, &r->num);
82 zpowi(den, z2, &r->den);
H A Dzmath.h227 extern void zpowi MATH_PROTO((ZVALUE z1, ZVALUE z2, ZVALUE *res));
H A Dzfunc.c368 zpowi(z1, z2, res) in zpowi() function
1332 zpowi(ztry, k1, &temp);
/dports/math/calc/calc-2.14.0.14/
H A Dqfunc.c230 zpowi(num, z2, &r->num); in qpowi()
232 zpowi(zden, z2, &r->den); in qpowi()
691 zpowi(base, K, &B); in qdigit()
710 zpowi(base, A, &B); in qdigit()
H A Dzfunc.c525 zpowi(ZVALUE z1, ZVALUE z2, ZVALUE *res) in zpowi() function
2082 zpowi(ztry, k1, &temp); in zroot()
H A Dzmath.h361 E_FUNC void zpowi(ZVALUE z1, ZVALUE z2, ZVALUE *res);