OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wloc
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/lgpl3/mpc/dist/src/
div.c
193
mpfr_t
wloc
;
local
205
wloc
[0] = mpc_imagref(w)[0]; /* copies mpfr struct IM(w) into
wloc
*/
206
inex_re = mpfr_div (mpc_realref(dest), mpc_imagref(z),
wloc
, MPC_RND_RE(rnd));
207
mpfr_neg (
wloc
,
wloc
, MPFR_RNDN);
208
/* changes the sign only in
wloc
, not in w; no need to correct later */
209
inex_im = mpfr_div (mpc_imagref(dest), mpc_realref(z),
wloc
, MPC_RND_IM(rnd));
div.c
193
mpfr_t
wloc
;
local
205
wloc
[0] = mpc_imagref(w)[0]; /* copies mpfr struct IM(w) into
wloc
*/
206
inex_re = mpfr_div (mpc_realref(dest), mpc_imagref(z),
wloc
, MPC_RND_RE(rnd));
207
mpfr_neg (
wloc
,
wloc
, MPFR_RNDN);
208
/* changes the sign only in
wloc
, not in w; no need to correct later */
209
inex_im = mpfr_div (mpc_imagref(dest), mpc_realref(z),
wloc
, MPC_RND_IM(rnd));
Completed in 100 milliseconds
Indexes created Fri Jun 26 00:24:39 UTC 2026