/external/compiler-rt/test/asan/TestCases/ |
halt_on_error-1.c | 11 volatile int ten = 10; variable 20 volatile int res = x[ten]; 23 x[ten] = res + 3; 26 res = x[ten];
|
/external/compiler-rt/test/asan/TestCases/Posix/ |
halt_on_error_suppress_equal_pcs.cc | 26 volatile int ten = 10; variable 36 volatile int res = a[ten + i]; 38 a[i + ten] = res + 3; 40 res = a[ten + i]; 45 ACCESS_ARRAY_FIVE_ELEMENTS(a, ten); 46 ACCESS_ARRAY_FIVE_ELEMENTS(a, ten + 5); 47 ACCESS_ARRAY_FIVE_ELEMENTS(a, ten + 10); 48 ACCESS_ARRAY_FIVE_ELEMENTS(b, ten); 49 ACCESS_ARRAY_FIVE_ELEMENTS(b, ten + 5); 50 ACCESS_ARRAY_FIVE_ELEMENTS(b, ten + 10) [all...] |
/external/eigen/bench/btl/generic_bench/utils/ |
size_lin_log.hh | 28 int ten=10; local 33 if (nb_point>ten){ 42 size_log(nb_point-nine,ten,size_max,log_size);
|
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/build/intermediates/classes/debug/com/android/layoutlib/test/myapplication/ |
R$integer.class | |
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/ |
p9.cpp | 19 static const unsigned char ten = 10; member in namespace:PR6707 24 f2(X<int, 10>(), X<char, ten>());
|
/external/clang/test/CodeGen/ |
ms_struct-bitfield-3.c | 41 struct ten { struct 49 static int a2[(size_struct_2 == sizeof (struct ten)) -1];
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/pe/ |
section-align-3.s | 23 .section .ten,"dr3"
|
section-align-3.d | 38 14 \.ten 0*0000010 0*0000000 0*0000000 0*00002bc 2\*\*3
|
/external/icu/icu4c/source/test/intltest/ |
tsputil.cpp | 243 double ten = 10.0; local 269 if((pinf > ten) != TRUE) { 281 double ten = 10.0; local 307 if((ninf < ten) != TRUE) { 373 double ten = 10.0; local 387 if(uprv_isNaN(ten) == TRUE) { 400 double ten = 10.0; local 414 if((nan > ten) != FALSE) { 427 double ten = 10.0; local 441 if((nan < ten) != FALSE) 454 double ten = 10.0; local 481 double ten = 10.0; local 508 double ten = 10.0; local 535 double ten = 10.0; local [all...] |
/prebuilts/go/darwin-x86/test/bench/shootout/ |
pidigits.go | 58 ten = big.NewInt(10) 97 accum.Mul(accum, ten) 98 numer.Mul(numer, ten) 57 ten = big.NewInt(10) var
|
/prebuilts/go/linux-x86/test/bench/shootout/ |
pidigits.go | 58 ten = big.NewInt(10) 97 accum.Mul(accum, ten) 98 numer.Mul(numer, ten) 57 ten = big.NewInt(10) var
|
/external/v8/tools/ |
generate-ten-powers.scm | 30 ;; bigloo -static-bigloo -o generate-ten-powers generate-ten-powers.scm 34 (module gen-ten-powers 96 ;; Basically we will have a ten^i that we will *10 at each iteration. We 97 ;; want to create the matissa of 1/ten^i. However the mantissa must be 99 ;; We shift by multiplying with two^e. -> We encode two^e*(1/ten^i) == 100 ;; two^e/ten^i. 102 (ten^i #z10) 106 (if (>bx (/bx (*bx #z2 two^e) ten^i) max-container) 112 (v (rounded-/bx two^e ten^i) [all...] |
/prebuilts/go/darwin-x86/misc/cgo/gmp/ |
pi.go | 54 ten = big.NewInt(10) 80 accum.Mul(accum, ten) 81 numer.Mul(numer, ten) 53 ten = big.NewInt(10) var
|
/prebuilts/go/linux-x86/misc/cgo/gmp/ |
pi.go | 54 ten = big.NewInt(10) 80 accum.Mul(accum, ten) 81 numer.Mul(numer, ten) 53 ten = big.NewInt(10) var
|
/prebuilts/go/darwin-x86/src/strconv/ |
atof.go | 253 // decimal power of ten to binary power of two. 366 // value is exact integer * exact power of ten 367 // value is exact integer / exact power of ten 382 // Exact powers of ten are <= 10^22. 415 // Exact powers of ten are <= 10^10.
|
extfloat.go | 17 // Powers of ten taken from double-conversion library. 275 // Multiply by powers of ten. 333 // f by an approximate power of ten 10^-exp, and returns exp10, so 344 // Find power of ten such that x * 10^n has a binary exponent 367 // frexp10Many applies a common shift by a power of ten to a, b, c. 388 // Multiply by an appropriate power of ten to have a reasonable 401 pow10 := uint64(1) // the power of ten by which f was scaled. 445 ? *= 10 // the uncertainty scales as we multiply by ten.
|
/prebuilts/go/linux-x86/src/strconv/ |
atof.go | 253 // decimal power of ten to binary power of two. 366 // value is exact integer * exact power of ten 367 // value is exact integer / exact power of ten 382 // Exact powers of ten are <= 10^22. 415 // Exact powers of ten are <= 10^10.
|
extfloat.go | 17 // Powers of ten taken from double-conversion library. 275 // Multiply by powers of ten. 333 // f by an approximate power of ten 10^-exp, and returns exp10, so 344 // Find power of ten such that x * 10^n has a binary exponent 367 // frexp10Many applies a common shift by a power of ten to a, b, c. 388 // Multiply by an appropriate power of ten to have a reasonable 401 pow10 := uint64(1) // the power of ten by which f was scaled. 445 ? *= 10 // the uncertainty scales as we multiply by ten.
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_decorators.py | 280 def ten(x): function in function:TestClassDecorators.test_double 288 @ten
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_decorators.py | 280 def ten(x): function in function:TestClassDecorators.test_double 288 @ten
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_decorators.py | 280 def ten(x): function in function:TestClassDecorators.test_double 288 @ten
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_decorators.py | 280 def ten(x): function in function:TestClassDecorators.test_double 288 @ten
|
/prebuilts/go/darwin-x86/src/hash/adler32/ |
adler32_test.go | 29 {0x40ee0ee1, "I wouldn't marry him with a ten foot pole."},
|
/prebuilts/go/darwin-x86/src/hash/crc64/ |
crc64_test.go | 31 {0xfbf9d9603a6fa020, "I wouldn't marry him with a ten foot pole."},
|
/prebuilts/go/linux-x86/src/hash/adler32/ |
adler32_test.go | 29 {0x40ee0ee1, "I wouldn't marry him with a ten foot pole."},
|