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_ref
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/lgpl3/mpfr/dist/tests/
tconst_pi.c
140
mpfr_t x,
x_ref
;
local
166
mpfr_init2 (
x_ref
, MPFR_PREC_MIN);
172
mpfr_set_prec (
x_ref
, p);
178
inex_ref = mpfr_const_pi_internal (
x_ref
, (mpfr_rnd_t) r);
179
if (inex != inex_ref || mpfr_cmp (x,
x_ref
) != 0)
185
mpfr_dump (
x_ref
);
192
mpfr_clear (
x_ref
);
Completed in 24 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026