/prebuilts/gdb/darwin-x86/lib/python2.7/test/decimaltestdata/ |
minus.decTest | 126 -- next is rounded to Emin 139 -- next is rounded to Emin
|
plus.decTest | 137 -- next is rounded to Emin 150 -- next is rounded to Emin
|
reduce.decTest | 165 -- next is rounded to Emin 178 -- next is rounded to Emin
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/decimaltestdata/ |
minus.decTest | 126 -- next is rounded to Emin 139 -- next is rounded to Emin
|
plus.decTest | 137 -- next is rounded to Emin 150 -- next is rounded to Emin
|
reduce.decTest | 165 -- next is rounded to Emin 178 -- next is rounded to Emin
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/decimaltestdata/ |
minus.decTest | 126 -- next is rounded to Emin 139 -- next is rounded to Emin
|
plus.decTest | 137 -- next is rounded to Emin 150 -- next is rounded to Emin
|
reduce.decTest | 165 -- next is rounded to Emin 178 -- next is rounded to Emin
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/decimaltestdata/ |
minus.decTest | 126 -- next is rounded to Emin 139 -- next is rounded to Emin
|
plus.decTest | 137 -- next is rounded to Emin 150 -- next is rounded to Emin
|
reduce.decTest | 165 -- next is rounded to Emin 178 -- next is rounded to Emin
|
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
gdtoa.h | 90 int emin; member in struct:FPI
|
/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/ |
gdtoa.h | 92 int emin;
member in struct:FPI
|
strtod.c | 578 if (i < Emin) /* denormal */
579 j += P - Emin;
592 if (i < Emin) /* denormal */
593 j += P - Emin;
|
/external/python/cpython3/Modules/_decimal/tests/ |
bench.py | 102 c.Emin = C.MIN_EMIN
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
PVRTPrint3D.cpp | [all...] |
PVRTPrint3D.h | 157 @param[in] eMin The method of texture filtering for minification 164 void SetFiltering(ETextureFilter eMin, ETextureFilter eMag, ETextureFilter eMip);
|
/packages/apps/Nfc/res/values-tr/ |
strings.xml | 27 <string name="confirm_pairing" msgid="4112568077038265363">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> adl? Bluetooth cihaz?n? e?lemek istedi?inizden emin misiniz?"</string>
|
/external/python/cpython3/Modules/_decimal/ |
docstrings.h | 230 adjusted exponent greater than or equal to Emin. Return False if the\n\ 254 than Emin.\n\ 498 "Context(prec=None, rounding=None, Emin=None, Emax=None, capitals=None, clamp=None, flags=None, traps=None)\n--\n\n\ 503 >>> c = Context(prec=28, Emin=-425000000, Emax=425000000,\n\ 552 Return a value equal to Emin - prec + 1, which is the minimum exponent value\n\
|
_decimal.c | 742 Dec_CONTEXT_GET_SSIZE(emin) 819 "valid range for Emin is [MIN_EMIN, 0]"); 879 "valid range for unsafe emin is [-1070000000, 0]"); 882 ctx->emin = x; 1246 "prec", "rounding", "Emin", "Emax", "capitals", "clamp", 1251 PyObject *emin = Py_None; local 1264 &prec, &rounding, &emin, &emax, &capitals, &clamp, &status, &traps 1275 if (emin != Py_None && context_setemin(self, emin, NULL) < 0) { [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ |
reduce.decTest | 165 -- next is rounded to Emin
178 -- next is rounded to Emin
|
/external/python/cpython2/Lib/test/decimaltestdata/ |
reduce.decTest | 165 -- next is rounded to Emin 178 -- next is rounded to Emin
|
/external/python/cpython3/Lib/ |
_pydecimal.py | 339 """Exponent < Emin before rounding. 343 Emin, before any rounding). The result in all cases is unchanged. 393 Emin). That is, the result is both inexact and subnormal. [all...] |
/external/python/cpython3/Lib/test/decimaltestdata/ |
reduce.decTest | 165 -- next is rounded to Emin 178 -- next is rounded to Emin
|