Home
last modified time | relevance | path

Searched refs:negative (Results 1 – 25 of 45) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_strtod.py42 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 '',
Dmath_testcases.txt180 -- 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
Dtest_long_future.py26 negative = a^b < 0
51 return -result if negative else result
Dieee754.txt121 ZeroDivisionError: 0.0 cannot be raised to a negative power
/device/linaro/bootloader/edk2/StdLib/LibC/Main/Ia32/
Dfpu_rmode.asm25 ; BYTE 3 ; round to negative infinity
/device/linaro/bootloader/edk2/StdLib/LibC/Main/X64/
Dfpu_rmode.asm20 ; BYTE 3 ; round to negative infinity
/device/generic/goldfish-opengl/system/renderControl_enc/
DREADME19 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/google/dragon/audio/hal/dsp/
Ddrc_math.h64 unsigned int negative:1; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dlongobject.c123 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()
Dlnotab_notes.txt25 can't hold negative values, or values larger than 255, and the above example
Dintobject.c1171 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/
Dlongobject.c123 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/
DddCopySign.decTest90 -- repeat with negative RHS
Dcopysign.decTest92 -- repeat with negative RHS
DdqCopySign.decTest90 -- repeat with negative RHS
Dpower.decTest132 -- 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
Dclamp.decTest135 -- negative zeros
DddCanonical.decTest260 -- negative
DdqCanonical.decTest283 -- negative
DdsEncode.decTest195 -- negative zeros
DddEncode.decTest216 -- negative zeros
DdqEncode.decTest195 -- negative zeros
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Objects/
Dlongobject.c119 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/
Dlnotab_notes.txt25 can't hold negative values, or values larger than 255, and the above example
Dintobject.c1197 int negative = n < 0; in _PyInt_Format() local
1253 if (negative) in _PyInt_Format()

12