Home
last modified time | relevance | path

Searched refs:TO_INT_EXACT (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()
7157 if (action == TO_INT_EXACT) { in _mpd_qround_to_integral()
7170 (void)_mpd_qround_to_integral(TO_INT_EXACT, result, a, ctx, status); in mpd_qround_to_intx()