/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cfi/ |
cfi-i386.s | 103 #; - test for all .cfi register numbers.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/ |
quick.s | 44 ; bits cases above covers positive numbers.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic4x/ |
float.s | 1 ;; test float numbers and constants
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
fractions.py | 4 """Rational, infinite-precision, real numbers."""
9 import numbers
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/python/cpython2/Lib/ |
fractions.py | 4 """Rational, infinite-precision, real numbers.""" 9 import numbers 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...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
fractions.py | 4 """Rational, infinite-precision, real numbers.""" 9 import numbers 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...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
fractions.py | 4 """Rational, infinite-precision, real numbers.""" 9 import numbers 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...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
fractions.py | 4 """Rational, infinite-precision, real numbers.""" 9 import numbers 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...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
fractions.py | 4 """Rational, infinite-precision, real numbers.""" 9 import numbers 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/libvpx/libvpx/vpx_dsp/x86/ |
quantize_ssse3_x86_64.asm | 70 ; coeff stored as 32bit numbers & require 16bit numbers 100 ; store 16bit numbers as 32bit numbers in array pointed to by qcoeff 135 ; store 16bit numbers as 32bit numbers in array pointed to by qcoeff 202 ; store 16bit numbers as 32bit numbers in array pointed to by qcoeff 236 ; store 16bit numbers as 32bit numbers in array pointed to by qcoef [all...] |
quantize_avx_x86_64.asm | 45 ; coeff stored as 32bit numbers but we process them as 16 bit numbers 125 ; Store 16bit numbers as 32bit numbers in array pointed to by qcoeff 146 ; Store 16bit numbers as 32bit numbers in array pointed to by qcoeff 243 ; coeff stored as 32bit numbers & require 16bit numbers 303 ; store 16bit numbers as 32bit numbers in array pointed to by qcoef [all...] |
/external/icu/icu4c/source/test/letest/ |
letest.cpp | 445 le_uint32 *getHexArray(const UnicodeString &numbers, int32_t &arraySize) 450 while((offset = numbers.indexOf(CH_COMMA, offset + 1)) >= 0) { 461 while(u_isUWhiteSpace(numbers[start])) { 465 while((end = numbers.indexOf(CH_COMMA, start)) >= 0) { 466 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV); 473 while(u_isUWhiteSpace(numbers[start])) { 479 end = numbers.length(); 480 while(u_isUWhiteSpace(numbers[end - 1])) { 484 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV); 491 float *getFloatArray(const UnicodeString &numbers, int32_t &arraySize [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
Collections2Test.java | 291 String[] numbers = new String[] { "0", "1", "2" }; local 292 Arrays.sort(numbers, roc); 294 Arrays.equals(fixtureDesc, numbers)); 309 String[] numbers = new String[] { "0", "1", "2" }; local 310 Arrays.sort(numbers, roc); 312 Arrays.equals(fixtureDesc, numbers)); 320 numbers = new String[] { "0", "1", "2" }; 321 Arrays.sort(numbers, roc); 323 Arrays.equals(fixtureDesc, numbers));
|
/libcore/luni/src/test/java/libcore/java/util/ |
OldCollectionsTest.java | 318 String[] numbers = new String[] { "0", "1", "2" }; local 319 Arrays.sort(numbers, roc); 321 Arrays.equals(fixtureDesc, numbers)); 336 String[] numbers = new String[] { "0", "1", "2" }; local 337 Arrays.sort(numbers, roc); 339 Arrays.equals(fixtureDesc, numbers)); 347 numbers = new String[] { "0", "1", "2" }; 348 Arrays.sort(numbers, roc); 350 Arrays.equals(fixtureDesc, numbers));
|
/external/protobuf/js/binary/ |
writer.js | 47 * for all numbers. BinaryWriter does not make any special effort to preserve 438 * Writes an int32 field to the buffer. Numbers outside the range [-2^31,2^31) 452 * Writes an int32 field represented as a string to the buffer. Numbers outside 467 * Writes an int64 field to the buffer. Numbers outside the range [-2^63,2^63) 494 * Writes a uint32 field to the buffer. Numbers outside the range [0,2^32) 508 * Writes a uint32 field represented as a string to the buffer. Numbers outside 523 * Writes a uint64 field to the buffer. Numbers outside the range [0,2^64) 550 * Writes a sint32 field to the buffer. Numbers outside the range [-2^31,2^31) 564 * Writes a sint64 field to the buffer. Numbers outside the range [-2^63,2^63) 578 * Writes a fixed32 field to the buffer. Numbers outside the range [0,2^32 [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/ |
TestUtil.java | 239 String[] numbers = verstr.split("\\."); local 241 ver = Integer.parseInt(numbers[1]);
|
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/ |
TestUtil.java | 238 String[] numbers = verstr.split("\\."); local 240 ver = Integer.parseInt(numbers[1]);
|
/external/protobuf/examples/ |
add_person_test.go | 46 t.Errorf("want %d phone numbers, got %d", len(want), len(got.Phones))
|
/prebuilts/go/darwin-x86/misc/cgo/gmp/ |
fib.go | 7 // Compute Fibonacci numbers with two goroutines
|
/prebuilts/go/darwin-x86/misc/cgo/stdio/ |
fib.go | 9 // Compute Fibonacci numbers with two goroutines
|
/prebuilts/go/darwin-x86/src/runtime/ |
defs_nacl_amd64p32.go | 5 // but really don't matter. Even so, use the standard numbers.
|
/prebuilts/go/darwin-x86/test/ |
235.go | 7 // Solve the 2,3,5 problem (print all numbers with 2, 3, or 5 as factor) using channels.
|
/prebuilts/go/darwin-x86/test/ken/ |
cplx1.go | 7 // Test simple arithmetic and assignment for complex numbers.
|
cplx4.go | 7 // Test complex numbers,including fmt support.
|
cplx5.go | 7 // Test compound types made of complex numbers.
|