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

1 2 34 5 6 7 8

  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
strtod.c 615 if (i < Emin) { /* denormal */
616 i = Emin - i;
633 if (i < Emin) /* denormal */
634 j += P - Emin;
gdtoaimp.h 314 #define Emin (-1022)
379 #define Emin (-127)
  /packages/apps/CertInstaller/res/values-tr/
strings.xml 73 <string name="wifi_installer_download_error" msgid="5429453090956277692">"?ndirilen dosyada sorunlar var ve yüklenemiyor. Dosyay? do?ru kaynaktan indirdi?inizden emin olun."</string>
  /device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
gdtoa.c 517 if (be - i++ < fpi->emin)
519 i = be - fpi->emin + 1;
582 if (bbits == 1 && be0 > fpi->emin + 1) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
decimal.py 312 """Exponent < Emin before rounding.
316 Emin, before any rounding). The result in all cases is unchanged.
366 Emin). That is, the result is both inexact and subnormal.
    [all...]
  /external/python/cpython2/Lib/
decimal.py 311 """Exponent < Emin before rounding.
315 Emin, before any rounding). The result in all cases is unchanged.
365 Emin). That is, the result is both inexact and subnormal.
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
decimal.py 312 """Exponent < Emin before rounding.
316 Emin, before any rounding). The result in all cases is unchanged.
366 Emin). That is, the result is both inexact and subnormal.
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
decimal.py 312 """Exponent < Emin before rounding.
316 Emin, before any rounding). The result in all cases is unchanged.
366 Emin). That is, the result is both inexact and subnormal.
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
decimal.py 312 """Exponent < Emin before rounding.
316 Emin, before any rounding). The result in all cases is unchanged.
366 Emin). That is, the result is both inexact and subnormal.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
decimal.py 312 """Exponent < Emin before rounding.
316 Emin, before any rounding). The result in all cases is unchanged.
366 Emin). That is, the result is both inexact and subnormal.
    [all...]
  /external/icu/icu4c/source/i18n/
decNumber.cpp 63 /* range (Emax in the range 0 through 999,999,999 and Emin in the */
66 /* tightly: digits, emax, and -emin in the context must be <= */
501 /* exponent (set.emax and set.emin), determining if */
8005 Int emin, emax; \/* .. *\/ local
    [all...]
  /external/python/cpython2/Doc/library/
decimal.rst 128 Context(prec=28, rounding=ROUND_HALF_EVEN, Emin=-999999999, Emax=999999999,
250 Context(prec=9, rounding=ROUND_HALF_EVEN, Emin=-999999999, Emax=999999999,
275 Context(prec=9, rounding=ROUND_HALF_EVEN, Emin=-999999999, Emax=999999999,
610 number with an adjusted exponent greater than or equal to *Emin*.
642 adjusted exponent less than *Emin*.
    [all...]
  /external/python/cpython3/Doc/library/
decimal.rst 128 Context(prec=28, rounding=ROUND_HALF_EVEN, Emin=-999999, Emax=999999,
279 Context(prec=9, rounding=ROUND_HALF_EVEN, Emin=-999999, Emax=999999,
304 Context(prec=9, rounding=ROUND_HALF_EVEN, Emin=-999999, Emax=999999,
    [all...]
  /external/python/cpython3/Modules/_decimal/libmpdec/
mpdecimal.h 218 #define MPD_EXP_CLAMP (-2000000001L) /* allows for emin=-999999999 in the tests */
263 mpd_ssize_t emin; /* min negative exp */ member in struct:mpd_context_t
345 int mpd_qsetemin(mpd_context_t *ctx, mpd_ssize_t emin);
    [all...]
mpdecimal.c 202 return ctx->emin - (ctx->prec - 1);
346 return mpd_adjexp(dec) >= ctx->emin;
356 return mpd_adjexp(dec) < ctx->emin;
722 workctx->emin = ctx->emin;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/
rescale.decTest 635 -- next is rounded to Emin
649 -- next is rounded to Emin
661 -- next is rounded to Emin
673 -- next is rounded to Emin
    [all...]
ddQuantize.decTest 596 -- next is rounded to Emin
610 -- next is rounded to Emin
622 -- next is rounded to Emin
634 -- next is rounded to Emin
    [all...]
dqQuantize.decTest 606 -- next is rounded to Emin
620 -- next is rounded to Emin
632 -- next is rounded to Emin
644 -- next is rounded to Emin
    [all...]
  /external/python/cpython2/Lib/test/decimaltestdata/
rescale.decTest 635 -- next is rounded to Emin
649 -- next is rounded to Emin
661 -- next is rounded to Emin
673 -- next is rounded to Emin
    [all...]
  /external/python/cpython3/Lib/test/decimaltestdata/
rescale.decTest 635 -- next is rounded to Emin
649 -- next is rounded to Emin
661 -- next is rounded to Emin
673 -- next is rounded to Emin
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/decimaltestdata/
rescale.decTest 635 -- next is rounded to Emin
649 -- next is rounded to Emin
661 -- next is rounded to Emin
673 -- next is rounded to Emin
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/decimaltestdata/
rescale.decTest 635 -- next is rounded to Emin
649 -- next is rounded to Emin
661 -- next is rounded to Emin
673 -- next is rounded to Emin
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/decimaltestdata/
rescale.decTest 635 -- next is rounded to Emin
649 -- next is rounded to Emin
661 -- next is rounded to Emin
673 -- next is rounded to Emin
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/decimaltestdata/
rescale.decTest 635 -- next is rounded to Emin
649 -- next is rounded to Emin
661 -- next is rounded to Emin
673 -- next is rounded to Emin
    [all...]
  /packages/inputmethods/LatinIME/java/res/values-tr/
strings.xml 43 <string name="clear_sync_data_confirmation" msgid="2811931135574727678">"Senkronize edilmi? verileriniz buluttan silinecek. Emin misiniz?"</string>
186 <string name="should_download_over_metered_prompt" msgid="6737084685073734292">"Mobil cihaz?n?zda seçili dile ait kullan?labilir bir sözlük var.&lt;br/&gt; Yazma deneyiminizi iyile?tirmek için <xliff:g id="LANGUAGE_NAME">%1$s</xliff:g> sözlü?ünü &lt;b&gt;indirmenizi&lt;/b&gt; öneririz.&lt;br/&gt; &lt;br/&gt; ?ndirme i?lemi 3G üzerinden bir veya iki dakika sürebilir. &lt;b&gt;S?n?rs?z veri tarifeniz&lt;/b&gt; yoksa ücret al?nabilir.&lt;br/&gt; Ne tür bir veri tarifesine sahip oldu?unuzdan emin de?ilseniz otomatik olarak indirmeye ba?lamak için bir kablosuz ba?lant? bulman?z? öneririz.&lt;br/&gt; &lt;br/&gt; ?pucu: Sözlükleri, mobil cihaz?n?z?n &lt;b&gt;Ayarlar&lt;/b&gt; menüsünde &lt;b&gt;Dil ve giri?&lt;/b&gt; seçene?ine giderek indirebilir ve kald?rabilirsiniz."</string>

Completed in 7039 milliseconds

1 2 34 5 6 7 8