HomeSort by relevance Sort by last modified time
    Searched refs:described (Results 26 - 50 of 58) sorted by null

12 3

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py 9 'binary': '\nBinary arithmetic operations\n****************************\n\nThe binary arithmetic operations have the conventional priority\nlevels. Note that some of these operations also apply to certain non-\nnumeric types. Apart from the power operator, there are only two\nlevels, one for multiplicative operators and one for additive\noperators:\n\n m_expr ::= u_expr | m_expr "*" u_expr | m_expr "//" u_expr | m_expr "/" u_expr\n | m_expr "%" u_expr\n a_expr ::= m_expr | a_expr "+" m_expr | a_expr "-" m_expr\n\nThe ``*`` (multiplication) operator yields the product of its\narguments. The arguments must either both be numbers, or one argument\nmust be an integer (plain or long) and the other must be a sequence.\nIn the former case, the numbers are converted to a common type and\nthen multiplied together. In the latter case, sequence repetition is\nperformed; a negative repetition factor yields an empty sequence.\n\nThe ``/`` (division) and ``//`` (floor division) operators yield the\nquotient of their arguments. The numeric arguments are first\nconverted to a common type. Plain or long integer division yields an\ninteger of the same type; the result is that of mathematical division\nwith the \'floor\' function applied to the result. Division by zero\nraises the ``ZeroDivisionError`` exception.\n\nThe ``%`` (modulo) operator yields the remainder from the division of\nthe first argument by the second. The numeric arguments are first\nconverted to a common type. A zero right argument raises the\n``ZeroDivisionError`` exception. The arguments may be floating point\nnumbers, e.g., ``3.14%0.7`` equals ``0.34`` (since ``3.14`` equals\n``4*0.7 + 0.34``.) The modulo operator always yields a result with\nthe same sign as its second operand (or zero); the absolute value of\nthe result is strictly smaller than the absolute value of the second\noperand [2].\n\nThe integer division and modulo operators are connected by the\nfollowing identity: ``x == (x/y)*y + (x%y)``. Integer division and\nmodulo are also connected with the built-in function ``divmod()``:\n``divmod(x, y) == (x/y, x%y)``. These identities don\'t hold for\nfloating point numbers; there similar identities hold approximately\nwhere ``x/y`` is replaced by ``floor(x/y)`` or ``floor(x/y) - 1`` [3].\n\nIn addition to performing the modulo operation on numbers, the ``%``\noperator is also overloaded by string and unicode objects to perform\nstring formatting (also known as interpolation). The syntax for string\nformatting is described in the Python Library Reference, section\n*String Formatting Operations*.\n\nDeprecated since version 2.3: The floor division operator, the modulo\noperator, and the ``divmod()`` function are no longer defined for\ncomplex numbers. Instead, convert to a floating point number using\nthe ``abs()`` function if appropriate.\n\nThe ``+`` (addition) operator yields the sum of its arguments. The\narguments must either both be numbers or both sequences of the same\ntype. In the former case, the numbers are converted to a common type\nand then added together. In the latter case, the sequences are\nconcatenated.\n\nThe ``-`` (subtraction) operator yields the difference of its\narguments. The numeric arguments are first converted to a common\ntype.\n',
    [all...]
  /external/chromium_org/tools/perf/page_sets/mse_cases/
startup_test.js 7 // video tag. The test takes several URL parameters described in
  /external/chromium_org/v8/test/webkit/
math.js 26 "This test checks the behavior of the Math object as described in 15.8 of the language specification."
  /external/valgrind/main/none/tests/
cmdline2.stdout.exp 43 --suppressions=<filename> suppress errors described in <filename>
  /external/iproute2/doc/
ip-cref.tex 798 described below) is pretty dangerous. If you make a mistake, it will
805 in the format described in the previous subsection.
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
description_util.js 235 * @return {!Array.<!cvox.NavDescription>} The descriptions as described above.
key_sequence.js 456 * standard key sequence format described in keyUtil.keySequenceToString and
  /external/chromium_org/native_client_sdk/src/doc/devguide/devcycle/
dynamic-loading.rst 32 newlib. These libraries are described in the table below.
200 file. These commands are described below.
281 flags. A few of the important flags are described below.
306 As described above, an application's manifest file must explicitly list all the
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
id3_parser.js 475 * Genres list as described in id3 documentation. We aren't going to
  /external/libvorbis/doc/
07-floor1.tex 87 behavior is used for actual decode, as described later. The actual
04-codec.tex 572 function used for the MDCT is the function described earlier.
  /external/chromium_org/third_party/sqlite/src/tool/
spaceanal.tcl 509 information described by this category.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib2.py 4 which accepts a string containing a URL or a Request object (described
6 object; the returned object has some extra methods described below.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib2.py 4 which accepts a string containing a URL or a Request object (described
6 object; the returned object has some extra methods described below.
    [all...]
  /external/libunwind/doc/
unw_create_addr_space.tex 22 The call-back routines are described in detail below. The
  /ndk/build/core/
init.mk 387 # case our automatic substitution function (described below) doesn't work.
  /external/blktrace/btt/doc/
btt.tex 456 described in section~\ref{sec:iostat}.
464 on a per-IO basis can be generated. These are described in
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
deltablue.js 33 * algorithm, as described in:
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
wallpaper_manager.js 460 // as described in http://crbug.com/229036.
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-deltablue.js 27 * algorithm, as described in:
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-deltablue.js 27 * algorithm, as described in:
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-deltablue.js 27 * algorithm, as described in:
  /external/chromium_org/v8/benchmarks/
deltablue.js 33 * algorithm, as described in:
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
event_watcher.js     [all...]

Completed in 895 milliseconds

12 3