Searched refs:mpcr_mul (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/external/lgpl3/mpc/dist/src/ |
| D | balls.c | 178 mpcr_mul (r, z1->r, z2->r); in mpcb_mul() 262 mpcr_mul (r, r, z1->r); in mpcb_add() 264 mpcr_mul (s, s, z2->r); in mpcb_add() 305 mpcr_mul (r, r, z1->r); in mpcb_sqrt()
|
| D | eta.c | 74 mpcr_mul (r2, r, eta->r); in eta_series()
|
| D | radius.c | 436 void mpcr_mul (mpcr_ptr r, mpcr_srcptr s, mpcr_srcptr t) in mpcr_mul() function
|
| D | mpc.h | 288 __MPC_DECLSPEC void mpcr_mul (mpcr_ptr r, mpcr_srcptr s, mpcr_srcptr t);
|
| /netbsd/src/external/lgpl3/mpc/dist/doc/ |
| D | mpc.info | 1174 -- Function: void mpcr_mul (mpcr_ptr R, mpcr_srcptr S, mpcr_srcptr T) 1501 * mpcr_mul: Ball Arithmetic. (line 95)
|
| D | mpc.texi | 1325 @deftypefunx void mpcr_mul (mpcr_ptr @var{r}, mpcr_srcptr @var{s}, mpcr_srcptr @var{t})
|