Searched refs:MP_TRUNC (Results 1 – 4 of 4) sorted by relevance
512 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()
75 extern const mp_result MP_TRUNC;
51 const mp_result MP_TRUNC = -5; /* output truncated */ variable1725 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()
12 #define MP_TRUNC ISL_MP_TRUNC macro