Home
last modified time | relevance | path

Searched defs:emax (Results 1 – 12 of 12) 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.c208 mpd_qsetemax(mpd_context_t *ctx, mpd_ssize_t emax) in mpd_qsetemax()
Dmpdecimal.h244 mpd_ssize_t emax; /* max positive exp */ member
/external/musl/src/internal/
Dfloatscan.c74 int emax = -emin-bits+3; in decfloat() local
/external/icu/libicu/cts_headers/
DdecContext.h92 int32_t emax; /* maximum positive exponent */ 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/cronet/third_party/icu/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.c266 int imax, omax, emax, max; in select_select_impl() local
/external/python/cpython3/Modules/_decimal/
D_decimal.c740 Dec_CONTEXT_GET_SSIZE(emax) in Dec_CONTEXT_GET_SSIZE() argument
1250 PyObject *emax = Py_None; in context_init() local