Searched refs:TO_INT_EXACT (Results 1 – 1 of 1) sorted by relevance
7292 enum {TO_INT_EXACT, TO_INT_SILENT, TO_INT_TRUNC}; enumerator7321 if (action == TO_INT_EXACT || action == TO_INT_SILENT) { in _mpd_qround_to_integral()7323 if (action == TO_INT_EXACT) { in _mpd_qround_to_integral()7336 (void)_mpd_qround_to_integral(TO_INT_EXACT, result, a, ctx, status); in mpd_qround_to_intx()