/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_strtod.py | 42 negative = m.group('sign') == '-' 47 return '-0x0.0p+0' if negative else '0x0.0p+0' 70 return '-inf' if negative else 'inf' 72 return '-0x0.0p+0' if negative else '0x0.0p+0' 79 '-' if negative else '',
|
D | math_testcases.txt | 180 -- negative integers 231 -- values near negative integers 269 -- ... and negative argument 285 -- negative integers inputs are invalid 335 -- values near negative integers 421 -- extreme negative values
|
D | test_long_future.py | 26 negative = a^b < 0 51 return -result if negative else result
|
D | ieee754.txt | 121 ZeroDivisionError: 0.0 cannot be raised to a negative power
|
/device/linaro/bootloader/edk2/StdLib/LibC/Main/Ia32/ |
D | fpu_rmode.asm | 25 ; BYTE 3 ; round to negative infinity
|
/device/linaro/bootloader/edk2/StdLib/LibC/Main/X64/ |
D | fpu_rmode.asm | 20 ; BYTE 3 ; round to negative infinity
|
/device/generic/goldfish-opengl/system/renderControl_enc/ |
D | README | 19 is the negative number of bytes required to store the string value 34 rcGetNumConfigs. if bufSize is not big enough then the negative number 123 negative value on failure.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | longobject.c | 123 int negative = 0; in PyLong_FromLong() local 130 negative = 1; in PyLong_FromLong() 148 v->ob_size = negative ? -ndigits : ndigits; in PyLong_FromLong() 850 int negative = 0; in PyLong_FromLongLong() local 856 negative = 1; in PyLong_FromLongLong() 874 Py_SIZE(v) = negative ? -ndigits : ndigits; in PyLong_FromLongLong() 1342 int negative; in long_to_decimal_string() local 1350 negative = Py_SIZE(a) < 0; in long_to_decimal_string() 1402 strlen = (addL != 0) + negative + in long_to_decimal_string() 1438 if (negative) in long_to_decimal_string()
|
D | lnotab_notes.txt | 25 can't hold negative values, or values larger than 255, and the above example
|
D | intobject.c | 1171 int negative = n < 0; in _PyInt_Format() local 1227 if (negative) in _PyInt_Format()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Objects/ |
D | longobject.c | 123 int negative = 0; in PyLong_FromLong() local 130 negative = 1; in PyLong_FromLong() 148 v->ob_size = negative ? -ndigits : ndigits; in PyLong_FromLong() 850 int negative = 0; in PyLong_FromLongLong() local 856 negative = 1; in PyLong_FromLongLong() 874 Py_SIZE(v) = negative ? -ndigits : ndigits; in PyLong_FromLongLong() 1342 int negative; in long_to_decimal_string() local 1350 negative = Py_SIZE(a) < 0; in long_to_decimal_string() 1402 strlen = (addL != 0) + negative + in long_to_decimal_string() 1438 if (negative) in long_to_decimal_string()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ |
D | dqCopySign.decTest | 90 -- repeat with negative RHS
|
D | ddCopySign.decTest | 90 -- repeat with negative RHS
|
D | copysign.decTest | 92 -- repeat with negative RHS
|
D | power.decTest | 132 -- negative powers 299 -- negative powers, testing subnormals 624 -- negative power giving subnormal 818 -- negative power giving subnormal 1320 -- P=34, within 0-999 -- negative arg2 1363 -- P=16, within 0-99 -- negative arg2 1406 -- P=7, within 0-9 -- negative arg2
|
D | clamp.decTest | 135 -- negative zeros
|
D | dsEncode.decTest | 195 -- negative zeros
|
D | ddCanonical.decTest | 260 -- negative
|
D | dqCanonical.decTest | 283 -- negative
|
/device/linaro/bootloader/edk2/IntelFsp2Pkg/Tools/UserManuals/ |
D | PatchFvUserManual.md | 59 The **_Offset_** can be a positive or negative number and represents where the
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Objects/ |
D | longobject.c | 119 int negative = 0; in PyLong_FromLong() local 126 negative = 1; in PyLong_FromLong() 144 v->ob_size = negative ? -ndigits : ndigits; in PyLong_FromLong() 864 int negative = 0; in PyLong_FromLongLong() local 870 negative = 1; in PyLong_FromLongLong() 888 Py_SIZE(v) = negative ? -ndigits : ndigits; in PyLong_FromLongLong() 1356 int negative; in long_to_decimal_string() local 1364 negative = Py_SIZE(a) < 0; in long_to_decimal_string() 1416 strlen = (addL != 0) + negative + in long_to_decimal_string() 1452 if (negative) in long_to_decimal_string()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | lnotab_notes.txt | 25 can't hold negative values, or values larger than 255, and the above example
|
D | intobject.c | 1197 int negative = n < 0; in _PyInt_Format() local 1253 if (negative) in _PyInt_Format()
|
/device/google/bonito/json-c/ |
D | ChangeLog | 186 value is negative, while error value is positive.
|
/device/google/crosshatch/json-c/ |
D | ChangeLog | 186 value is negative, while error value is positive.
|