Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/libmpdec/
Dmpdecimal.c1790 *status |= MPD_Overflow|MPD_Inexact|MPD_Rounded; in _mpd_check_exp()
1834 *status |= (MPD_Inexact|MPD_Underflow); in _mpd_check_exp()
1880 *status |= MPD_Inexact; in _mpd_check_round()
3420 if (workstatus & (MPD_Inexact|MPD_Rounded|MPD_Clamped)) { in _mpd_qadd_exact()
3451 if (workstatus & (MPD_Inexact|MPD_Rounded|MPD_Clamped)) { in _mpd_qsub_exact()
4140 *status |= MPD_Rounded|MPD_Inexact; in _mpd_qexp_check_one()
4259 *status |= MPD_Overflow|MPD_Inexact|MPD_Rounded; in _mpd_qexp()
4263 *status |= (MPD_Inexact|MPD_Rounded|MPD_Subnormal| in _mpd_qexp()
4323 *status |= (MPD_Inexact|MPD_Rounded); in _mpd_qexp()
4571 *status |= (MPD_Inexact|MPD_Rounded); in mpd_qln10()
[all …]
Dmpdecimal.h280 #define MPD_Inexact 0x00000040U macro
/external/python/cpython3/Modules/_decimal/
D_decimal.c162 {"Inexact", "decimal.Inexact", MPD_Inexact, NULL},
1853 if (status & (MPD_Inexact|MPD_Rounded|MPD_Clamped)) { in PyDecType_FromCStringExact()
2066 if (status & (MPD_Inexact|MPD_Rounded|MPD_Clamped)) { in PyDecType_FromLongExact()
5467 {"DecInexact", MPD_Inexact},