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_small
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/mit/isl/dist/imath/
imath.h
41
typedef long
mp_small
; /* must be a signed type */
typedef
131
mp_result mp_int_init_value(mp_int z,
mp_small
value);
137
mp_result mp_int_set_value(mp_int z,
mp_small
value);
169
mp_result mp_int_add_value(mp_int a,
mp_small
value, mp_int c);
175
mp_result mp_int_sub_value(mp_int a,
mp_small
value, mp_int c);
181
mp_result mp_int_mul_value(mp_int a,
mp_small
value, mp_int c);
184
mp_result mp_int_mul_pow2(mp_int a,
mp_small
p2, mp_int c);
200
mp_result mp_int_div_value(mp_int a,
mp_small
value, mp_int q,
mp_small
*r);
206
mp_result mp_int_div_pow2(mp_int a,
mp_small
p2, mp_int q, mp_int r)
[
all
...]
Completed in 33 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026