OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mp_size
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/mit/isl/dist/imath/
imath.h
39
typedef unsigned int
mp_size
;
typedef
61
mp_size
alloc;
62
mp_size
used;
67
static inline
mp_size
MP_ALLOC(mp_int Z) { return Z->alloc; }
68
static inline
mp_size
MP_USED(mp_int Z) { return Z->used; }
94
void mp_int_default_precision(
mp_size
ndigits);
99
void mp_int_multiply_threshold(
mp_size
ndigits);
124
mp_result mp_int_init_size(mp_int z,
mp_size
prec);
327
mp_result mp_int_to_string(mp_int z,
mp_size
radix, char *str, int limit);
332
mp_result mp_int_string_len(mp_int z,
mp_size
radix)
[
all
...]
imath.h
39
typedef unsigned int
mp_size
;
typedef
61
mp_size
alloc;
62
mp_size
used;
67
static inline
mp_size
MP_ALLOC(mp_int Z) { return Z->alloc; }
68
static inline
mp_size
MP_USED(mp_int Z) { return Z->used; }
94
void mp_int_default_precision(
mp_size
ndigits);
99
void mp_int_multiply_threshold(
mp_size
ndigits);
124
mp_result mp_int_init_size(mp_int z,
mp_size
prec);
327
mp_result mp_int_to_string(mp_int z,
mp_size
radix, char *str, int limit);
332
mp_result mp_int_string_len(mp_int z,
mp_size
radix)
[
all
...]
imath.h
39
typedef unsigned int
mp_size
;
typedef
61
mp_size
alloc;
62
mp_size
used;
67
static inline
mp_size
MP_ALLOC(mp_int Z) { return Z->alloc; }
68
static inline
mp_size
MP_USED(mp_int Z) { return Z->used; }
94
void mp_int_default_precision(
mp_size
ndigits);
99
void mp_int_multiply_threshold(
mp_size
ndigits);
124
mp_result mp_int_init_size(mp_int z,
mp_size
prec);
327
mp_result mp_int_to_string(mp_int z,
mp_size
radix, char *str, int limit);
332
mp_result mp_int_string_len(mp_int z,
mp_size
radix)
[
all
...]
imath.h
39
typedef unsigned int
mp_size
;
typedef
61
mp_size
alloc;
62
mp_size
used;
67
static inline
mp_size
MP_ALLOC(mp_int Z) { return Z->alloc; }
68
static inline
mp_size
MP_USED(mp_int Z) { return Z->used; }
94
void mp_int_default_precision(
mp_size
ndigits);
99
void mp_int_multiply_threshold(
mp_size
ndigits);
124
mp_result mp_int_init_size(mp_int z,
mp_size
prec);
327
mp_result mp_int_to_string(mp_int z,
mp_size
radix, char *str, int limit);
332
mp_result mp_int_string_len(mp_int z,
mp_size
radix)
[
all
...]
Completed in 77 milliseconds
Indexes created Wed Jul 29 00:25:28 UTC 2026