Searched refs:TO_INT_SILENT (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Modules/_decimal/libmpdec/ |
D | mpdecimal.c | 7292 enum {TO_INT_EXACT, TO_INT_SILENT, TO_INT_TRUNC}; enumerator 7321 if (action == TO_INT_EXACT || action == TO_INT_SILENT) { in _mpd_qround_to_integral() 7343 (void)_mpd_qround_to_integral(TO_INT_SILENT, result, a, ctx, status); in mpd_qround_to_int() 7370 (void)_mpd_qround_to_integral(TO_INT_SILENT, result, a, in mpd_qfloor() 7386 (void)_mpd_qround_to_integral(TO_INT_SILENT, result, a, in mpd_qceil()
|