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_UNDEF
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/mit/isl/dist/imath/
imrat.c
108
if (denom == 0) return
MP_UNDEF
;
123
if (denom == 0) return
MP_UNDEF
;
203
if (mp_rat_compare_zero(a) == 0) return
MP_UNDEF
;
247
if (mp_rat_compare_zero(b) == 0) return
MP_UNDEF
;
347
return
MP_UNDEF
;
689
return
MP_UNDEF
;
imath.c
39
const mp_result
MP_UNDEF
= -4; /* result undefined */
783
return
MP_UNDEF
;
1041
if (CMPZ(m) == 0) return
MP_UNDEF
;
1089
if (CMPZ(m) == 0) return
MP_UNDEF
;
1128
REQUIRE(
MP_UNDEF
);
1156
return
MP_UNDEF
;
1218
return
MP_UNDEF
;
1355
return
MP_UNDEF
; /* root does not exist for negative a with even b */
imath.h
76
extern const mp_result
MP_UNDEF
;
255
It returns `MP_RANGE` if `b < 0` or `
MP_UNDEF
` if `m == 0`. */
259
It returns `MP_RANGE` if `value < 0` or `
MP_UNDEF
` if `m == 0`. */
263
It returns `MP_RANGE` if `b < 0` or `
MP_UNDEF
` if `m == 0`. */
270
It returns `MP_RANGE` if `b < 0` or `
MP_UNDEF
` if `m == 0`. */
280
It returns `
MP_UNDEF
` if the inverse does not exist, or `MP_RANGE` if `a ==
286
It returns `
MP_UNDEF
` if the GCD is undefined, such as for example if `a`
293
It returns `
MP_UNDEF
` if the GCD is undefined, such as for example if `a`
299
It returns `
MP_UNDEF
` if the LCM is undefined, such as for example if `a`
305
It returns `
MP_UNDEF
` if `a < 0` and `b` is even. *
[
all
...]
/src/external/mit/isl/dist/imath_wrap/
wrap.h
13
#define
MP_UNDEF
ISL_MP_UNDEF
Completed in 30 milliseconds
Indexes created Thu Jun 11 00:25:07 UTC 2026