Home
last modified time | relevance | path

Searched refs:MPD_Clamped (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Modules/_decimal/libmpdec/
H A Dcontext.c121 ctx->traps=MPD_Traps|MPD_Clamped; in mpd_basiccontext()
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()
1831 *status |= MPD_Clamped; in _mpd_check_exp()
1879 *status |= MPD_Clamped; in _mpd_check_exp()
1894 *status |= MPD_Clamped; in _mpd_check_exp()
1914 *status |= MPD_Clamped; in _mpd_check_exp()
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()
3748 *status |= MPD_Clamped; in _mpd_qdiv_inf()
4426 MPD_Underflow|MPD_Clamped); in _mpd_qexp()
[all...]
H A Dio.c338 if (*status & (MPD_Inexact|MPD_Rounded|MPD_Clamped)) { in mpd_qset_string_exact()
H A Dmpdecimal.h256 #define MPD_Clamped 0x00000001U macro
/third_party/python/Modules/_decimal/
H A D_decimal.c177 {"Clamped", "decimal.Clamped", MPD_Clamped, NULL},
1372 ctx.traps |= (MPD_Underflow|MPD_Clamped); in init_basic_context()
2035 if (status & (MPD_Inexact|MPD_Rounded|MPD_Clamped)) { in PyDecType_FromCStringExact()
2248 if (status & (MPD_Inexact|MPD_Rounded|MPD_Clamped)) { in PyDecType_FromLongExact()
5767 {"DecClamped", MPD_Clamped},

Completed in 18 milliseconds