Home
last modified time | relevance | path

Searched defs:emin (Results 1 – 20 of 20) 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/musl/src/internal/
Dfloatscan.c63 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/
Dfloatscan.c63 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/
Dfloatscan.c63 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/
Dfloatscan.c63 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/
Davsscanf.c245 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/
Dcontext.c218 mpd_qsetemin(mpd_context_t *ctx, mpd_ssize_t emin) in mpd_qsetemin()
Dmpdecimal.h245 mpd_ssize_t emin; /* min negative exp */ member
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
DdecContext.h93 int32_t emin; /* minimum negative exponent */ member
DdecNumber.cpp8007 Int emin, emax; /* .. */ local
/third_party/icu/icu4c/source/i18n/
DdecContext.h93 int32_t emin; /* minimum negative exponent */ member
DdecNumber.cpp8007 Int emin, emax; /* .. */ local
/third_party/skia/third_party/externals/icu/source/i18n/
DdecContext.h93 int32_t emin; /* minimum negative exponent */ member
DdecNumber.cpp8007 Int emin, emax; /* .. */ local
/third_party/node/deps/icu-small/source/i18n/
DdecContext.h93 int32_t emin; /* minimum negative exponent */ member
DdecNumber.cpp8007 Int emin, emax; /* .. */ local
/third_party/ffmpeg/libavfilter/
Dvf_waveform.c102 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/
Dmp.c18 static const int emin[] = { variable
/third_party/quickjs/
Dqjscalc.js1866 zero(n, emin) { argument
/third_party/python/Modules/_decimal/
D_decimal.c1249 PyObject *emin = Py_None; in context_init() local