Home
last modified time | relevance | path

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

/third_party/python/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 …]
/third_party/python/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
/third_party/FreeBSD/contrib/gdtoa/
Dgdtoa.h90 int emax; member
/third_party/musl/src/internal/
Dfloatscan.c74 int emax = -emin-bits+3; in decfloat() local
/third_party/musl/porting/uniproton/kernel/src/internal/
Dfloatscan.c74 int emax = -emin-bits+3; in decfloat() local
/third_party/musl/porting/liteos_a/kernel/src/internal/
Dfloatscan.c74 int emax = -emin-bits+3; in decfloat() local
/third_party/musl/porting/liteos_m/kernel/src/internal/
Dfloatscan.c74 int emax = -emin-bits+3; in decfloat() local
/third_party/node/deps/icu-small/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
/third_party/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
/third_party/skia/third_party/externals/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
/third_party/ffmpeg/libavutil/
Davsscanf.c256 int emax = -emin-bits+3; in decfloat() local
/third_party/ffmpeg/libavfilter/
Dvf_waveform.c106 int *emax[4][4]; member
502 int *emax = s->emax[plane][component]; in envelope_peak16() local
571 int *emax = s->emax[plane][component]; in envelope_peak() local
/third_party/python/Modules/
Dselectmodule.c266 int imax, omax, emax, max; in select_select_impl() local
/third_party/python/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
/third_party/musl/libc-test/src/math/gen/
Dmp.c23 static const int emax[] = { variable