Searched refs:MP_TRUNC (Results 1 – 4 of 4) sorted by relevance
486 if (limit == 0) return MP_TRUNC; in mp_rat_to_string()611 res = MP_TRUNC; in mp_rat_to_decimal()666 (res != MP_TRUNC)) { in mp_rat_read_cstring()709 if (res == MP_TRUNC && *endp == '.') { in mp_rat_read_ustring()737 (res != MP_TRUNC)) { in mp_rat_read_cdecimal()763 return MP_TRUNC; in mp_rat_read_cdecimal()776 (res != MP_TRUNC)) { in mp_rat_read_cdecimal()
77 extern const mp_result MP_TRUNC;
40 const mp_result MP_TRUNC = -5; /* output truncated */ variable1486 return MP_TRUNC; in mp_int_to_string()1554 return MP_TRUNC; in mp_int_read_cstring()2777 return (uz == 0) ? MP_OK : MP_TRUNC; in s_tobin()
12 #define MP_TRUNC ISL_MP_TRUNC macro