Home
last modified time | relevance | path

Searched defs:emax (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython3/Modules/_decimal/tests/
Dranddec.py191 def close_to_one_greater(prec, emax, emin): argument
196 def close_to_one_less(prec, emax, emin): argument
202 def close_to_zero_greater(prec, emax, emin): argument
207 def close_to_zero_less(prec, emax, emin): argument
213 def close_to_emax_less(prec, emax, emin): argument
218 def close_to_emax_greater(prec, emax, emin): argument
224 def close_to_emin_greater(prec, emax, emin): argument
229 def close_to_emin_less(prec, emax, emin): argument
235 def close_to_etiny_greater(prec, emax, emin): argument
241 def close_to_etiny_less(prec, emax, emin): argument
[all …]
/external/python/cpython3/Modules/_decimal/libmpdec/
Dcontext.c206 mpd_qsetemax(mpd_context_t *ctx, mpd_ssize_t emax) in mpd_qsetemax()
Dmpdecimal.h262 mpd_ssize_t emax; /* max positive exp */ member
/external/icu/icu4c/source/i18n/
DdecContext.h92 int32_t emax; /* maximum positive exponent */ member
DdecNumber.cpp7400 Int emax=set->emax; /* limit value */ local
8007 Int emin, emax; /* .. */ local
/external/python/cpython2/Modules/
Dselectmodule.c206 int imax, omax, emax, max; in select_select() local
/external/python/cpython3/Modules/
Dselectmodule.c203 int imax, omax, emax, max; in select_select() local
/external/python/cpython3/Modules/_decimal/
D_decimal.c731 Dec_CONTEXT_GET_SSIZE(emax) in Dec_CONTEXT_GET_SSIZE() argument
1235 PyObject *emax = Py_None; in context_init() local