Home
last modified time | relevance | path

Searched refs:MPD_Inexact (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Modules/_decimal/libmpdec/
H A 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()
1867 *status |= MPD_Overflow|MPD_Inexact|MPD_Rounded; in _mpd_check_exp()
1911 *status |= (MPD_Inexact|MPD_Underflow); in _mpd_check_exp()
1957 *status |= MPD_Inexact; 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()
4425 *status |= (MPD_Inexact|MPD_Rounde in _mpd_qexp()
[all...]
H A Dio.c338 if (*status & (MPD_Inexact|MPD_Rounded|MPD_Clamped)) { in mpd_qset_string_exact()
H A Dmpdecimal.h262 #define MPD_Inexact 0x00000040U macro
/third_party/python/Modules/_decimal/
H A D_decimal.c175 {"Inexact", "decimal.Inexact", MPD_Inexact, NULL},
2035 if (status & (MPD_Inexact|MPD_Rounded|MPD_Clamped)) { in PyDecType_FromCStringExact()
2248 if (status & (MPD_Inexact|MPD_Rounded|MPD_Clamped)) { in PyDecType_FromLongExact()
5773 {"DecInexact", MPD_Inexact},

Completed in 17 milliseconds