Home
last modified time | relevance | path

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

/netbsd-src/external/mit/isl/dist/imath/
H A Dimrat.c486 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()
H A Dimath.h77 extern const mp_result MP_TRUNC;
H A Dimath.c40 const mp_result MP_TRUNC = -5; /* output truncated */ variable
1486 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()
/netbsd-src/external/mit/isl/dist/imath_wrap/
H A Dwrap.h12 #define MP_TRUNC ISL_MP_TRUNC macro