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_odd
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mit/isl/dist/imath/
imath.h
108
static inline bool
mp_int_is_odd
(mp_int z) { return (z->digits[0] & 1) != 0; }
function
imath.c
1180
if (
mp_int_is_odd
(TEMP(0))) {
1259
if (
mp_int_is_odd
(TEMP(0)) ||
mp_int_is_odd
(TEMP(1))) {
1271
if (
mp_int_is_odd
(TEMP(2)) ||
mp_int_is_odd
(TEMP(3))) {
Completed in 25 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026