Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/libmpdec/
Dmpdecimal.c1286 if (*status & (MPD_Inexact|MPD_Rounded|MPD_Clamped)) { in mpd_qset_i64_exact()
1318 if (*status & (MPD_Inexact|MPD_Rounded|MPD_Clamped)) { in mpd_qset_u64_exact()
1474 maxcontext.status &= ~MPD_Rounded; in _c32_qget_u64()
1867 *status |= MPD_Overflow|MPD_Inexact|MPD_Rounded; in _mpd_check_exp()
1909 *status |= MPD_Rounded; in _mpd_check_exp()
1955 *status |= MPD_Rounded; in _mpd_check_round()
3516 if (workstatus & (MPD_Inexact|MPD_Rounded|MPD_Clamped)) { in _mpd_qadd_exact()
3547 if (workstatus & (MPD_Inexact|MPD_Rounded|MPD_Clamped)) { in _mpd_qsub_exact()
4302 *status |= MPD_Rounded|MPD_Inexact; in _mpd_qexp_check_one()
4421 *status |= MPD_Overflow|MPD_Inexact|MPD_Rounded; in _mpd_qexp()
[all …]
Dio.c338 if (*status & (MPD_Inexact|MPD_Rounded|MPD_Clamped)) { in mpd_qset_string_exact()
Dmpdecimal.h275 #define MPD_Rounded 0x00001000U macro
/external/python/cpython3/Modules/_decimal/
D_decimal.c173 {"Rounded", "decimal.Rounded", MPD_Rounded, NULL},
1998 if (status & (MPD_Inexact|MPD_Rounded|MPD_Clamped)) { in PyDecType_FromCStringExact()
2211 if (status & (MPD_Inexact|MPD_Rounded|MPD_Clamped)) { in PyDecType_FromLongExact()
5612 {"DecRounded", MPD_Rounded},