OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:x_copy
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/lgpl3/mpfr/dist/src/
exp3.c
159
mpfr_t t,
x_copy
, tmp;
local
188
mpfr_init2 (
x_copy
, MPFR_PREC(x));
189
mpfr_set (
x_copy
, x, MPFR_RNDD);
195
mpfr_div_2ui (
x_copy
, x, ttt, MPFR_RNDN);
196
ttt = MPFR_GET_EXP (
x_copy
);
228
mpfr_extract (uk,
x_copy
, 0);
239
mpfr_extract (uk,
x_copy
, i);
336
mpfr_clear (
x_copy
);
exp3.c
159
mpfr_t t,
x_copy
, tmp;
local
188
mpfr_init2 (
x_copy
, MPFR_PREC(x));
189
mpfr_set (
x_copy
, x, MPFR_RNDD);
195
mpfr_div_2ui (
x_copy
, x, ttt, MPFR_RNDN);
196
ttt = MPFR_GET_EXP (
x_copy
);
228
mpfr_extract (uk,
x_copy
, 0);
239
mpfr_extract (uk,
x_copy
, i);
336
mpfr_clear (
x_copy
);
Completed in 49 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026