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_size_limb_t
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/lgpl3/mpfr/dist/src/
set_prec.c
42
mpfr_size_limb_t
*tmp;
44
tmp = (
mpfr_size_limb_t
*) mpfr_reallocate_func
init2.c
29
mpfr_size_limb_t
*tmp;
57
tmp = (
mpfr_size_limb_t
*) mpfr_allocate_func(MPFR_MALLOC_SIZE(xsize));
round_prec.c
75
mpfr_size_limb_t
*tmpx;
78
tmpx = (
mpfr_size_limb_t
*) mpfr_reallocate_func
mpfr-impl.h
1301
* A mp_size_t in a
mpfr_size_limb_t
union (see below).
1304
The goal of the
mpfr_size_limb_t
union is to make sure that
1321
typedef union { mp_size_t s; mp_limb_t l; }
mpfr_size_limb_t
;
typedef in typeref:union:__anon23601
1327
(sizeof(
mpfr_size_limb_t
) + MPFR_BYTES_PER_MP_LIMB * (size_t) (s))
1329
(MPFR_MANT(x) = (mp_limb_t *) ((
mpfr_size_limb_t
*) (p) + 1))
1331
((void *) ((
mpfr_size_limb_t
*) (void *) MPFR_MANT(x) - 1))
Completed in 19 milliseconds
Indexes created Fri Jun 05 00:26:10 UTC 2026