Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/libmpdec/
Dmpdecimal.c7126 enum {TO_INT_EXACT, TO_INT_SILENT, TO_INT_TRUNC}; enumerator
7155 if (action == TO_INT_EXACT || action == TO_INT_SILENT) { in _mpd_qround_to_integral()
7177 (void)_mpd_qround_to_integral(TO_INT_SILENT, result, a, ctx, status); in mpd_qround_to_int()
7193 (void)_mpd_qround_to_integral(TO_INT_SILENT, result, a, in mpd_qfloor()
7203 (void)_mpd_qround_to_integral(TO_INT_SILENT, result, a, in mpd_qceil()