/third_party/python/Modules/_decimal/tests/ |
D | randdec.py | 191 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/ |
D | context.c | 208 mpd_qsetemax(mpd_context_t *ctx, mpd_ssize_t emax) in mpd_qsetemax()
|
D | mpdecimal.h | 244 mpd_ssize_t emax; /* max positive exp */ member
|
/third_party/FreeBSD/contrib/gdtoa/ |
D | gdtoa.h | 90 int emax; member
|
/third_party/musl/src/internal/ |
D | floatscan.c | 74 int emax = -emin-bits+3; in decfloat() local
|
/third_party/musl/porting/uniproton/kernel/src/internal/ |
D | floatscan.c | 74 int emax = -emin-bits+3; in decfloat() local
|
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
D | floatscan.c | 74 int emax = -emin-bits+3; in decfloat() local
|
/third_party/musl/porting/liteos_m/kernel/src/internal/ |
D | floatscan.c | 74 int emax = -emin-bits+3; in decfloat() local
|
/third_party/node/deps/icu-small/source/i18n/ |
D | decContext.h | 92 int32_t emax; /* maximum positive exponent */ member
|
D | decNumber.cpp | 7400 Int emax=set->emax; /* limit value */ local 8007 Int emin, emax; /* .. */ local
|
/third_party/icu/icu4c/source/i18n/ |
D | decContext.h | 92 int32_t emax; /* maximum positive exponent */ member
|
D | decNumber.cpp | 7400 Int emax=set->emax; /* limit value */ local 8007 Int emin, emax; /* .. */ local
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | decContext.h | 92 int32_t emax; /* maximum positive exponent */ member
|
D | decNumber.cpp | 7400 Int emax=set->emax; /* limit value */ local 8007 Int emin, emax; /* .. */ local
|
/third_party/ffmpeg/libavutil/ |
D | avsscanf.c | 256 int emax = -emin-bits+3; in decfloat() local
|
/third_party/ffmpeg/libavfilter/ |
D | vf_waveform.c | 106 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/ |
D | selectmodule.c | 266 int imax, omax, emax, max; in select_select_impl() local
|
/third_party/python/Modules/_decimal/ |
D | _decimal.c | 740 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/ |
D | mp.c | 23 static const int emax[] = { variable
|