HomeSort by relevance Sort by last modified time
    Searched refs:ten (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/compiler-rt/test/asan/TestCases/Posix/
print_cmdline.cc 9 volatile int ten = 10; variable
15 x[ten] = 1; // BOOM
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/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/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 32 static const unsigned char ten = 10; member in namespace:PR6707
37 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 245 double ten = 10.0; local
271 if((pinf > ten) != TRUE) {
283 double ten = 10.0; local
309 if((ninf < ten) != TRUE) {
375 double ten = 10.0; local
389 if(uprv_isNaN(ten) == TRUE) {
402 double ten = 10.0; local
416 if((nan > ten) != FALSE) {
429 double ten = 10.0; local
443 if((nan < ten) != FALSE)
456 double ten = 10.0; local
483 double ten = 10.0; local
510 double ten = 10.0; local
537 double ten = 10.0; local
    [all...]
  /external/libcxx/test/std/experimental/iterator/ostream.joiner/ostream.joiner.cons/
ostream_joiner.cons.pass.cpp 31 const std::wstring ten = L"10"; local
43 { exp::ostream_joiner<std::wstring> oj(std::cout, ten); }
55 { exp::ostream_joiner<std::wstring, wchar_t> oj(std::wcout, ten); }
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/experimental/iterator/ostream.joiner/ostream.joiner.cons/
ostream_joiner.cons.pass.cpp 31 const std::wstring ten = L"10"; local
43 { exp::ostream_joiner<std::wstring> oj(std::cout, ten); }
55 { exp::ostream_joiner<std::wstring, wchar_t> oj(std::wcout, ten); }
  /prebuilts/go/darwin-x86/misc/cgo/gmp/
pi.go 21 ten = big.NewInt(10)
47 accum.Mul(accum, ten)
48 numer.Mul(numer, ten)
20 ten = big.NewInt(10) var
  /prebuilts/go/linux-x86/misc/cgo/gmp/
pi.go 21 ten = big.NewInt(10)
47 accum.Mul(accum, ten)
48 numer.Mul(numer, ten)
20 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/src/strconv/
atof.go 255 // decimal power of ten to binary power of two.
368 // value is exact integer * exact power of ten
369 // value is exact integer / exact power of ten
384 // Exact powers of ten are <= 10^22.
417 // 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 255 // decimal power of ten to binary power of two.
368 // value is exact integer * exact power of ten
369 // value is exact integer / exact power of ten
384 // Exact powers of ten are <= 10^22.
417 // 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.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_decorators.py 280 def ten(x): function in function:TestClassDecorators.test_double
288 @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."},

Completed in 1677 milliseconds

1 2 3