HomeSort by relevance Sort by last modified time
    Searched full:emin (Results 1 - 25 of 191) sorted by null

1 2 3 4 5 6 7 8

  /external/python/cpython3/Modules/_decimal/libmpdec/
context.c 89 ctx->emin=MPD_MIN_EMIN;
103 ctx->emin=MPD_MIN_EMIN;
117 ctx->emin=MPD_MIN_EMIN;
135 ctx->emin = 1 - ctx->emax;
161 return ctx->emin;
216 mpd_qsetemin(mpd_context_t *ctx, mpd_ssize_t emin)
218 if (emin > 0 || emin < MPD_MIN_EMIN) {
221 ctx->emin = emin;
    [all...]
  /external/python/cpython3/Modules/_decimal/tests/
randdec.py 191 def close_to_one_greater(prec, emax, emin):
196 def close_to_one_less(prec, emax, emin):
202 def close_to_zero_greater(prec, emax, emin):
207 def close_to_zero_less(prec, emax, emin):
213 def close_to_emax_less(prec, emax, emin):
218 def close_to_emax_greater(prec, emax, emin):
223 # Close to emin:
224 def close_to_emin_greater(prec, emax, emin):
227 str(randrange(rprec)), "E", str(emin)))
229 def close_to_emin_less(prec, emax, emin)
    [all...]
deccheck.py 175 self.p.Emin = self.c.Emin
195 assert(self.c.Emin == self.p.Emin)
196 return self.c.Emin
199 self.c.Emin = val
200 self.p.Emin = val
235 Emin = property(getemin, setemin)
274 context.Emin = C.MIN_EMIN
282 Emin=C.MIN_EMIN
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
float_ieee754.h 69 #define FLT_MIN_EXP (-125) /* emin */
70 #define FLT_MIN 1.17549435E-38F /* b**(emin-1) */
71 #define FLT_MIN_10_EXP (-37) /* ceil(log10(b**(emin-1))) */
  /device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
strtodg.c 253 if (e < fpi->emin) {
254 k = fpi->emin - e;
255 e = fpi->emin;
313 int dsign, e, e1, e2, emin, esign, finished, i, inex, irv; local
619 if (e2 < (emin = fpi->emin)) {
621 j = rve - emin;
633 *expt = emin;
642 rve = rve1 = emin;
643 if (sudden_underflow && e2 + 1 < emin)
    [all...]
gethex.c 171 if (e < fpi->emin) {
173 n = fpi->emin - e;
187 *expt = fpi->emin;
207 e = fpi->emin;
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
strtodg.c 267 if (e < fpi->emin) {
268 k = fpi->emin - e;
269 e = fpi->emin;
347 int dsign, e, e1, e2, emin, esign, finished, i, inex, irv; local
717 if (e2 < (emin = fpi->emin)) {
719 j = rve - emin;
733 *exp = emin;
742 rve = rve1 = emin;
743 if (sudden_underflow && e2 + 1 < emin)
    [all...]
gethex.c 202 *exp = fpi->emin;
273 if (e < fpi->emin) {
275 n = fpi->emin - e;
292 *exp = fpi->emin;
316 e = fpi->emin;
  /external/eigen/lapack/
dlamch.f 34 *> = 'M' or 'm', DLAMCH := emin
45 *> emin = minimum exponent before (gradual) underflow
46 *> rmin = underflow threshold - base**(emin-1)
slamch.f 38 *> = 'M' or 'm', SLAMCH := emin
49 *> emin = minimum exponent before (gradual) underflow
50 *> rmin = underflow threshold - base**(emin-1)
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
float.h 60 /* Minimum int x such that FLT_RADIX**(x-1) is a normalized float, emin */
71 ceil(log10(b) * (emin - 1))
120 /* Minimum normalized positive floating-point number, b**(emin - 1). */
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
float.h 60 /* Minimum int x such that FLT_RADIX**(x-1) is a normalized float, emin */
71 ceil(log10(b) * (emin - 1))
120 /* Minimum normalized positive floating-point number, b**(emin - 1). */
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/include/
float.h 57 /* Minimum int x such that FLT_RADIX**(x-1) is a normalized float, emin */
68 ceil(log10(b) * (emin - 1))
117 /* Minimum normalized positive floating-point number, b**(emin - 1). */
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include/
float.h 57 /* Minimum int x such that FLT_RADIX**(x-1) is a normalized float, emin */
68 ceil(log10(b) * (emin - 1))
117 /* Minimum normalized positive floating-point number, b**(emin - 1). */
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include/
float.h 57 /* Minimum int x such that FLT_RADIX**(x-1) is a normalized float, emin */
68 ceil(log10(b) * (emin - 1))
117 /* Minimum normalized positive floating-point number, b**(emin - 1). */
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include/
float.h 57 /* Minimum int x such that FLT_RADIX**(x-1) is a normalized float, emin */
68 ceil(log10(b) * (emin - 1))
117 /* Minimum normalized positive floating-point number, b**(emin - 1). */
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/include/
float.h 57 /* Minimum int x such that FLT_RADIX**(x-1) is a normalized float, emin */
68 ceil(log10(b) * (emin - 1))
117 /* Minimum normalized positive floating-point number, b**(emin - 1). */
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include/
float.h 57 /* Minimum int x such that FLT_RADIX**(x-1) is a normalized float, emin */
68 ceil(log10(b) * (emin - 1))
117 /* Minimum normalized positive floating-point number, b**(emin - 1). */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/
float.h 57 /* Minimum int x such that FLT_RADIX**(x-1) is a normalized float, emin */
68 ceil(log10(b) * (emin - 1))
117 /* Minimum normalized positive floating-point number, b**(emin - 1). */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
float.h 57 /* Minimum int x such that FLT_RADIX**(x-1) is a normalized float, emin */
68 ceil(log10(b) * (emin - 1))
117 /* Minimum normalized positive floating-point number, b**(emin - 1). */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
float.h 54 /* Minimum normalized positive floating-point number, b**(emin - 1). */
68 /* Minimum int x such that FLT_RADIX**(x-1) is a normalized float, emin */
79 ceil(log10(b) * (emin - 1))
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include/
float.h 57 /* Minimum int x such that FLT_RADIX**(x-1) is a normalized float, emin */
68 ceil(log10(b) * (emin - 1))
117 /* Minimum normalized positive floating-point number, b**(emin - 1). */
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include/
float.h 57 /* Minimum int x such that FLT_RADIX**(x-1) is a normalized float, emin */
68 ceil(log10(b) * (emin - 1))
117 /* Minimum normalized positive floating-point number, b**(emin - 1). */
  /prebuilts/go/darwin-x86/src/math/big/
rat.go 81 Emin = 1 - Ebias
133 if Emin-Msize <= exp && exp <= Emin {
135 shift := uint(Emin - (exp - 1)) // [1..Esize1)
179 Emin = 1 - Ebias
231 if Emin-Msize <= exp && exp <= Emin {
233 shift := uint(Emin - (exp - 1)) // [1..Esize1)
  /prebuilts/go/linux-x86/src/math/big/
rat.go 81 Emin = 1 - Ebias
133 if Emin-Msize <= exp && exp <= Emin {
135 shift := uint(Emin - (exp - 1)) // [1..Esize1)
179 Emin = 1 - Ebias
231 if Emin-Msize <= exp && exp <= Emin {
233 shift := uint(Emin - (exp - 1)) // [1..Esize1)

Completed in 921 milliseconds

1 2 3 4 5 6 7 8