OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ukz
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/lgpl3/mpfr/dist/src/
atan.c
289
mpz_t
ukz
;
local
369
mpz_init2 (
ukz
, prec); /*
ukz
will need 'prec' bits below */
468
/* tmp =
ukz
*2^exptol */
469
exptol = mpfr_get_z_2exp (
ukz
, tmp);
474
mpz_tdiv_q_2exp (
ukz
,
ukz
, (unsigned long int) (-exptol));
476
we now have
ukz
= tmp, thus
ukz
is non-zero */
478
mpfr_set_z (tmp,
ukz
, MPFR_RNDN)
[
all
...]
atan.c
289
mpz_t
ukz
;
local
369
mpz_init2 (
ukz
, prec); /*
ukz
will need 'prec' bits below */
468
/* tmp =
ukz
*2^exptol */
469
exptol = mpfr_get_z_2exp (
ukz
, tmp);
474
mpz_tdiv_q_2exp (
ukz
,
ukz
, (unsigned long int) (-exptol));
476
we now have
ukz
= tmp, thus
ukz
is non-zero */
478
mpfr_set_z (tmp,
ukz
, MPFR_RNDN)
[
all
...]
Completed in 58 milliseconds
Indexes created Tue May 26 00:24:38 UTC 2026