/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/musl/src/internal/ |
D | floatscan.c | 63 static long double decfloat(FILE *f, int c, int bits, int emin, int sign, int pok) in decfloat() 314 static long double hexfloat(FILE *f, int bits, int emin, int sign, int pok) in hexfloat() 431 int emin; in __floatscan() local
|
/third_party/musl/porting/uniproton/kernel/src/internal/ |
D | floatscan.c | 63 static long double decfloat(FILE *f, int c, int bits, int emin, int sign, int pok) in decfloat() 314 static long double hexfloat(FILE *f, int bits, int emin, int sign, int pok) in hexfloat() 431 int emin; in __floatscan() local
|
/third_party/musl/porting/liteos_m/kernel/src/internal/ |
D | floatscan.c | 63 static long double decfloat(FILE *f, int c, int bits, int emin, int sign, int pok) in decfloat() 314 static long double hexfloat(FILE *f, int bits, int emin, int sign, int pok) in hexfloat() 431 int emin; in __floatscan() local
|
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
D | floatscan.c | 63 static long double decfloat(FILE *f, int c, int bits, int emin, int sign, int pok) in decfloat() 314 static long double hexfloat(FILE *f, int bits, int emin, int sign, int pok) in hexfloat() 431 int emin; in __floatscan() local
|
/third_party/ffmpeg/libavutil/ |
D | avsscanf.c | 245 static double decfloat(FFFILE *f, int c, int bits, int emin, int sign, int pok) in decfloat() 497 static double hexfloat(FFFILE *f, int bits, int emin, int sign, int pok) in hexfloat() 615 int emin; in fffloatscan() local
|
/third_party/python/Modules/_decimal/libmpdec/ |
D | context.c | 218 mpd_qsetemin(mpd_context_t *ctx, mpd_ssize_t emin) in mpd_qsetemin()
|
D | mpdecimal.h | 245 mpd_ssize_t emin; /* min negative exp */ member
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | decContext.h | 93 int32_t emin; /* minimum negative exponent */ member
|
D | decNumber.cpp | 8007 Int emin, emax; /* .. */ local
|
/third_party/icu/icu4c/source/i18n/ |
D | decContext.h | 93 int32_t emin; /* minimum negative exponent */ member
|
D | decNumber.cpp | 8007 Int emin, emax; /* .. */ local
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | decContext.h | 93 int32_t emin; /* minimum negative exponent */ member
|
D | decNumber.cpp | 8007 Int emin, emax; /* .. */ local
|
/third_party/node/deps/icu-small/source/i18n/ |
D | decContext.h | 93 int32_t emin; /* minimum negative exponent */ member
|
D | decNumber.cpp | 8007 Int emin, emax; /* .. */ local
|
/third_party/ffmpeg/libavfilter/ |
D | vf_waveform.c | 102 int *emin[4][4]; member 492 int *emin = s->emin[plane][component]; in envelope_peak16() local 561 int *emin = s->emin[plane][component]; in envelope_peak() local
|
/third_party/musl/libc-test/src/math/gen/ |
D | mp.c | 18 static const int emin[] = { variable
|
/third_party/quickjs/ |
D | qjscalc.js | 1866 zero(n, emin) { argument
|
/third_party/python/Modules/_decimal/ |
D | _decimal.c | 1249 PyObject *emin = Py_None; in context_init() local
|