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_int_sub
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mit/isl/dist/imath_wrap/
wrap.h
117
#define
mp_int_sub
isl_mp_int_sub
macro
/src/external/mit/isl/dist/imath/
imath.c
603
mp_result
mp_int_sub
(mp_int a, mp_int b, mp_int c) {
function
662
return
mp_int_sub
(a, &vtmp, c);
1140
REQUIRE(
mp_int_sub
(m, TEMP(1), c));
1195
REQUIRE(
mp_int_sub
(TEMP(0), TEMP(1), TEMP(2)));
1261
REQUIRE(
mp_int_sub
(TEMP(1), TEMP(6), TEMP(1)));
1273
REQUIRE(
mp_int_sub
(TEMP(3), TEMP(6), TEMP(3)));
1281
REQUIRE(
mp_int_sub
(TEMP(4), TEMP(5), TEMP(4)));
1282
REQUIRE(
mp_int_sub
(TEMP(0), TEMP(2), TEMP(0)));
1283
REQUIRE(
mp_int_sub
(TEMP(1), TEMP(3), TEMP(1)));
1285
REQUIRE(
mp_int_sub
(TEMP(5), TEMP(4), TEMP(5)))
[
all
...]
Completed in 23 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026