OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MPFR_TMP_ALLOC
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/lgpl3/mpfr/dist/src/
const_log2.c
140
T = (mpz_t *)
MPFR_TMP_ALLOC
(3 * lgN * sizeof (mpz_t));
exp_2.c
366
R = (mpz_t*)
MPFR_TMP_ALLOC
((m + 1) * sizeof (mpz_t)); /* R[i] is r^i */
367
expR = (mpfr_exp_t*)
MPFR_TMP_ALLOC
((m + 1) * sizeof (mpfr_exp_t));
log_ui.c
183
P = (mpz_t *)
MPFR_TMP_ALLOC
(3 * lgN * sizeof (mpz_t));
mpfr-impl.h
1338
#define
MPFR_TMP_ALLOC
TMP_ALLOC
1343
#define
MPFR_TMP_ALLOC
(s) TMP_ALLOC(s)
1348
((mp_limb_t *)
MPFR_TMP_ALLOC
((size_t) (N) * MPFR_BYTES_PER_MP_LIMB))
get_str.c
153
str1 = (unsigned char*)
MPFR_TMP_ALLOC
(m + 3); /* need one extra character for mpn_get_str */
/src/external/lgpl3/mpfr/dist/tune/
tuneup.c
771
s.xp =
MPFR_TMP_ALLOC
(n * sizeof (mp_limb_t));
772
s.yp =
MPFR_TMP_ALLOC
(n * sizeof (mp_limb_t));
819
s.xp =
MPFR_TMP_ALLOC
(n * sizeof (mp_limb_t));
870
s.xp =
MPFR_TMP_ALLOC
(n * sizeof (mp_limb_t));
871
s.yp =
MPFR_TMP_ALLOC
(n * sizeof (mp_limb_t));
Completed in 21 milliseconds
Indexes created Fri Jun 05 00:26:10 UTC 2026