OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mp_int_is_even
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mit/isl/dist/imath/
imath.h
111
static inline bool
mp_int_is_even
(mp_int z) { return (z->digits[0] & 1) == 0; }
function
imath.c
1256
while (
mp_int_is_even
(TEMP(4))) {
1268
while (
mp_int_is_even
(TEMP(5))) {
Completed in 24 milliseconds
Indexes created Tue Jun 23 00:25:03 UTC 2026