HomeSort by relevance Sort by last modified time
    Searched full:numbers (Results 751 - 775 of 6415) sorted by null

<<31323334353637383940>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
fractions.py 4 """Rational, infinite-precision, real numbers."""
9 import numbers namespace
15 Rational = numbers.Rational
45 """This class implements rational numbers.
175 if isinstance(f, numbers.Integral):
188 if isinstance(dec, numbers.Integral):
376 elif isinstance(a, numbers.Real):
378 elif isinstance(a, numbers.Complex):
532 if isinstance(b, numbers.Complex) and b.imag == 0:
563 raise TypeError("no ordering relation is defined for complex numbers")
    [all...]
  /external/libphonenumber/java/test/com/android/i18n/phonenumbers/
PhoneNumberUtilTest.java 39 // Set up some test numbers to re-use.
40 // TODO: Rewrite this as static functions that return new numbers each time to avoid
72 // Numbers to test the formatting rules from Mexico.
92 // Too short, but still possible US numbers.
106 // We set this to be the same length as numbers for the other non-geographical country prefix that
246 // Italian numbers - there is no national prefix, but it still has an area code.
390 // Numbers with all zeros in the national number part will be formatted by using the raw_input
435 // Note this number is correctly formatted without national prefix. Most of the numbers that
436 // are treated as invalid numbers by the library are short numbers, and they are usually no
    [all...]
  /external/chromium_org/net/udp/
udp_socket_unittest.cc 261 // peer and save the used port numbers. Then we get rid of the last
264 // test PRNG that would serve used port numbers in the array, one after
271 // random numbers.
276 explicit TestPrng(const std::deque<int>& numbers) : numbers_(numbers) {}
299 // Create and connect sockets and save port numbers.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
ConfigResultsElement.java 255 * <li>0: numbers of values</li>
283 // Get numbers
286 double[][] numbers = configResults.getLastNumbers(buildsNumber); local
287 int numbersLength = numbers.length;
301 if (numbers[i][AbstractResults.DELTA_VALUE_INDEX] < -0.1) {
317 double[] values = numbers[0];
  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/export/binary/
BinaryExporter.java 55 * CLASS TABLE: There will be X blocks each consisting of numbers 2 thru 9,
74 * to read in next (numbers 6 - 9), where each block represents a field in this
101 * DATA LOOKUP TABLE: There will be X blocks each consisting of numbers 11 and
120 * OBJECT DATA SECTION: There will be X blocks each consisting of numbers 15
130 * FIELD ENTRY: There will be X blocks each consisting of numbers 18 and 19
204 // jME3 NEW: Write class hierarchy version numbers
  /external/stressapptest/src/
adler32memcpy.cc 26 // Data is treated as 1-byte numbers and,
27 // there are two 16-bit numbers a and b
37 // Data is treated as 32-bit numbers and whole data is separated into two
59 // Assumption 3 ensures that there is no overflow when numbers are being
379 // 64 bit numbers and have to be converted to 64 bit numbers)
  /external/bison/examples/calc++/
calc++-parser.hh 159 /// State numbers.
183 /// Internal symbol numbers.
223 /// A type to store symbol numbers and -1.
  /external/chromium_org/chrome/
chrome_dll_bundle.gypi 20 # best mapping from product version numbers into this scheme
23 # numbers are guaranteed unique even across distinct major
24 # and minor version numbers. These settings correspond to
  /external/chromium_org/content/common/android/
address_parser.cc 71 // possible house numbers to continue from in case of no match and for
129 // Increase the number of consecutive house numbers since the beginning.
131 // Check if there is a new line between consecutive house numbers.
  /external/chromium_org/third_party/iccjpeg/
iccjpeg.c 33 * Decoders should use the marker sequence numbers to reassemble the profile,
174 #define MAX_SEQ_NO 255 /* sufficient since marker numbers are bytes */
199 return FALSE; /* duplicate sequence numbers */
  /external/chromium_org/third_party/opus/src/celt/
mathops.h 147 /** Integer log in base2. Undefined for zero and negative numbers */
150 celt_assert2(x>0, "celt_ilog2() only defined for strictly positive numbers");
156 /** Integer log in base2. Defined for zero, but not for negative numbers */
  /external/chromium_org/v8/test/cctest/
test-hashing.cc 238 // Numbers are hashed differently.
258 // Some specific numbers
263 // Some pseudo-random numbers
  /external/chromium_org/v8/test/mjsunit/
double-equals.js 65 // Numbers are equal if same, unless NaN, which isn't equal to anything, and
145 // Numbers compared to Strings will convert the string to a number using
154 // Booleans compared to anything else will be converted to numbers.
  /external/kernel-headers/original/linux/
pkt_sched.h 10 These numbers have no special meaning, though their coincidence
56 They can be considered as opaque numbers from user API viewpoint,
58 minor numbers, which are interpreted by kernel specially,
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
delphi.php 19 * - Added support for hex numbers and string entities
246 'NUMBERS' => array(
276 //Hex numbers
gnuplot.php 44 'NUMBERS' =>
220 //Numbers with unit
256 'NUMBERS' => array(
  /external/libvpx/libvpx/vp8/encoder/arm/neon/
fastquantizeb_neon.asm 119 vand q0, q6, q14 ; get all valid numbers from scan array
129 vand q10, q6, q2 ; get all valid numbers from scan array
218 vand q10, q10, q14 ; get all valid numbers from scan array
  /external/llvm/include/llvm/Analysis/
LoopIterator.h 66 /// Return true if postorder numbers are assigned to all loop blocks.
111 /// Specialize po_iterator_storage to record postorder numbers.
152 /// TODO: If anyone is interested, we could record preorder numbers here.
  /external/llvm/test/CodeGen/ARM/
vst3.ll 6 ;This test runs at -O0 so do not check for specific register numbers.
56 ;This test runs at -O0 so do not check for specific register numbers.
67 ;This test runs at -O0 so do not check for specific register numbers.
  /external/openssh/openbsd-compat/
fmt_scaled.c 32 * fmt_scaled: Format numbers scaled for human comprehension
33 * scan_scaled: Scan numbers in this format.
202 * Also check for numbers that are just too darned big to format
  /external/qemu/telephony/
gsm.h 145 /** Dial Numbers: TON byte + 'count' bcd numbers
157 /** ADN: Abbreviated Dialing Numbers
  /external/v8/test/cctest/
test-hashing.cc 228 // Numbers are hashed differently.
246 // Some specific numbers
251 // Some pseudo-random numbers
  /external/v8/test/mjsunit/
double-equals.js 65 // Numbers are equal if same, unless NaN, which isn't equal to anything, and
145 // Numbers compared to Strings will convert the string to a number using
154 // Booleans compared to anything else will be converted to numbers.
  /external/wpa_supplicant_8/src/p2p/
p2p_utils.c 29 u8 numbers = 10; local
36 val %= 2 * letters + numbers;
177 * country codes are used, the regulatory class numbers may not be matched
  /libcore/luni/src/main/java/java/net/
InetSocketAddress.java 48 * no specified address. The range for valid port numbers is between 0 and
60 * {@code address}. The range for valid port numbers is between 0 and 65535
81 * {@code null}. The range for valid port numbers is between 0 and 65535

Completed in 1795 milliseconds

<<31323334353637383940>>