Home
last modified time | relevance | path

Searched refs:MP_TRUNC (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/polly/lib/External/isl/imath/
Dimrat.c512 return MP_TRUNC; in mp_rat_to_string()
627 res = MP_TRUNC; in mp_rat_to_decimal()
688 (res != MP_TRUNC)) in mp_rat_read_cstring()
730 if (res == MP_TRUNC) { in mp_rat_read_ustring()
768 (res != MP_TRUNC)) in mp_rat_read_cdecimal()
796 return MP_TRUNC; in mp_rat_read_cdecimal()
809 (res != MP_TRUNC)) in mp_rat_read_cdecimal()
Dimath.h75 extern const mp_result MP_TRUNC;
Dimath.c51 const mp_result MP_TRUNC = -5; /* output truncated */ variable
1725 return MP_TRUNC; in mp_int_to_string()
1806 return MP_TRUNC; in mp_int_read_cstring()
3125 return (uz == 0) ? MP_OK : MP_TRUNC; in s_tobin()
/external/llvm-project/polly/lib/External/isl/imath_wrap/
Dwrap.h12 #define MP_TRUNC ISL_MP_TRUNC macro