/prebuilts/go/linux-x86/src/runtime/ |
alg.go | 302 hashkey[0] |= 1 // make sure these numbers are odd
|
/prebuilts/go/linux-x86/src/strconv/ |
atof_test.go | 318 t.Logf("tested %d random numbers", len(atofRandomTests))
|
decimal.go | 5 // Multiprecision decimal numbers.
|
/prebuilts/go/linux-x86/test/ |
fibo.go | 14 // -short only print the first 10 digits of very large fibonacci numbers
|
index.go | 227 // numbers do fit in an int, so they
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_fractions.py | 6 import numbers 30 if isinstance(other, numbers.Rational):
|
test_decimal.py | 33 import numbers [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_fractions.py | 6 import numbers 30 if isinstance(other, numbers.Rational):
|
test_decimal.py | 33 import numbers [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_decimal.py | 33 import numbers
[all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_decimal.py | 33 import numbers [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_decimal.py | 33 import numbers [all...] |
/prebuilts/go/darwin-x86/src/encoding/gob/ |
decode.go | 20 errRange = errors.New("gob: bad data: field numbers out of bounds") 310 // Floating-point numbers are transmitted as uint64s holding the bits 312 // the exponent end coming out first, so integer floating point numbers 355 // pair of floating point numbers, and stores them as a complex64 in value. 364 // pair of floating point numbers, and stores them as a complex128 in value. [all...] |
/prebuilts/go/linux-x86/src/encoding/gob/ |
decode.go | 20 errRange = errors.New("gob: bad data: field numbers out of bounds") 310 // Floating-point numbers are transmitted as uint64s holding the bits 312 // the exponent end coming out first, so integer floating point numbers 355 // pair of floating point numbers, and stores them as a complex64 in value. 364 // pair of floating point numbers, and stores them as a complex128 in value. [all...] |
/external/blktrace/btt/doc/ |
btt.tex | 706 \item The major and minor numbers of the device separated by a comma. [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/ |
__init__.py | 328 This can be used to raise an exception if invalid JSON numbers
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/ |
__init__.py | 316 This can be used to raise an exception if invalid JSON numbers
|
/external/devlib/devlib/utils/ |
misc.py | 435 """Return a string with the hex for the cpu mask for the specified core numbers."""
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
MeasureUnitTest.java | 1242 int[] numbers = new int[] {1, 7}; local [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
MeasureUnitTest.java | 1241 int[] numbers = new int[] {1, 7}; local [all...] |
/external/llvm/test/MC/ARM/ |
ldr-pseudo-darwin.s | 201 @ Negative numbers can be used with MVN or in Thumb2 with modified immediate
|
ldr-pseudo.s | 201 @ Negative numbers can be used with MVN or in Thumb2 with modified immediate
|
/external/ltp/testcases/kernel/power_management/lib/ |
pm_sched_mc.py | 568 Expand the range of value into actual numbers
|
/external/pcre/dist2/ |
RunTest.bat | 12 @rem Updated by Tom Fortmann to support explicit test numbers on the command
121 echo Where test_number is one or more optional test numbers 1 through 23, default is all tests.
|
/external/python/cpython2/Lib/json/ |
__init__.py | 329 This can be used to raise an exception if invalid JSON numbers
|