Home
last modified time | relevance | path

Searched refs:ten (Results 1 – 25 of 291) sorted by relevance

12345678910>>...12

/external/compiler-rt/test/asan/TestCases/Posix/
Dhalt_on_error_suppress_equal_pcs.cc26 volatile int ten = 10; variable
36 volatile int res = a[ten + i]; in main()
38 a[i + ten] = res + 3; in main()
40 res = a[ten + i]; in main()
45 ACCESS_ARRAY_FIVE_ELEMENTS(a, ten); in main()
46 ACCESS_ARRAY_FIVE_ELEMENTS(a, ten + 5); in main()
47 ACCESS_ARRAY_FIVE_ELEMENTS(a, ten + 10); in main()
48 ACCESS_ARRAY_FIVE_ELEMENTS(b, ten); in main()
49 ACCESS_ARRAY_FIVE_ELEMENTS(b, ten + 5); in main()
50 ACCESS_ARRAY_FIVE_ELEMENTS(b, ten + 10); in main()
Dprint_cmdline.cc9 volatile int ten = 10; variable
15 x[ten] = 1; // BOOM in main()
/external/llvm-project/compiler-rt/test/asan/TestCases/Posix/
Dhalt_on_error_suppress_equal_pcs.cpp27 volatile int ten = 10; variable
37 volatile int res = a[ten + i]; in main()
39 a[i + ten] = res + 3; in main()
41 res = a[ten + i]; in main()
46 ACCESS_ARRAY_FIVE_ELEMENTS(a, ten); in main()
47 ACCESS_ARRAY_FIVE_ELEMENTS(a, ten + 5); in main()
48 ACCESS_ARRAY_FIVE_ELEMENTS(a, ten + 10); in main()
49 ACCESS_ARRAY_FIVE_ELEMENTS(b, ten); in main()
50 ACCESS_ARRAY_FIVE_ELEMENTS(b, ten + 5); in main()
51 ACCESS_ARRAY_FIVE_ELEMENTS(b, ten + 10); in main()
Dprint_cmdline.cpp9 volatile int ten = 10; variable
15 x[ten] = 1; // BOOM in main()
/external/skia/tests/sksl/dslfp/
DGrDSLFPTest_SwitchStatement.dsl.cpp27 [[maybe_unused]] const auto& ten = _outer.ten; in emitCode() local
28 Var _ten(kConst_Modifier, DSLType(kInt_Type), "ten", Int(ten)); in emitCode()
58 b->add32((uint32_t) ten, "ten"); in onGetGLSLProcessorKey()
63 if (ten != that.ten) return false; in onIsEqual()
68 , ten(src.ten) { in GrDSLFPTest_SwitchStatement()
76 return SkStringPrintf("(ten=%d)", ten); in onDumpInfo()
DGrDSLFPTest_SwitchStatement.h17 static std::unique_ptr<GrFragmentProcessor> Make(int32_t ten) { in Make() argument
18 return std::unique_ptr<GrFragmentProcessor>(new GrDSLFPTest_SwitchStatement(ten)); in Make()
23 int32_t ten; variable
25 GrDSLFPTest_SwitchStatement(int32_t ten) in GrDSLFPTest_SwitchStatement() argument
27 , ten(ten) { in GrDSLFPTest_SwitchStatement()
/external/icu/icu4c/source/test/intltest/
Dtsputil.cpp245 double ten = 10.0; in testPositiveInfinity() local
271 if((pinf > ten) != TRUE) { in testPositiveInfinity()
283 double ten = 10.0; in testNegativeInfinity() local
309 if((ninf < ten) != TRUE) { in testNegativeInfinity()
375 double ten = 10.0; in testIsNaN() local
389 if(uprv_isNaN(ten) == TRUE) { in testIsNaN()
402 double ten = 10.0; in NaNGT() local
416 if((nan > ten) != FALSE) { in NaNGT()
429 double ten = 10.0; in NaNLT() local
443 if((nan < ten) != FALSE) { in NaNLT()
[all …]
/external/tensorflow/tensorflow/python/kernel_tests/
Dsoftplus_op_test.py58 ten = t(10)
61 log_eps, log_eps - one, log_eps + one, log_eps - ten,
62 log_eps + ten, -log_eps, -log_eps - one, -log_eps + one,
63 -log_eps - ten, -log_eps + ten
68 log_eps, log_eps - one, log_eps + one, log_eps - ten,
69 log_eps + ten - log_eps, -log_eps - one, -log_eps + one,
70 -log_eps - ten, -log_eps + ten
/external/llvm-project/compiler-rt/test/asan/TestCases/
Dhalt_on_error-1.c11 volatile int ten = 10; variable
20 volatile int res = x[ten]; in main()
23 x[ten] = res + 3; in main()
26 res = x[ten]; in main()
/external/compiler-rt/test/asan/TestCases/
Dhalt_on_error-1.c11 volatile int ten = 10; variable
20 volatile int res = x[ten]; in main()
23 x[ten] = res + 3; in main()
26 res = x[ten]; in main()
/external/icu/icu4c/source/data/locales/
Dkea.txt815 other{"a ten {0} dia"}
831 other{"a ten {0} dia"}
847 other{"a ten {0} dia"}
877 other{"a ten {0} sesta-fera"}
892 other{"a ten {0} ses."}
907 other{"a ten {0} ses."}
921 other{"a ten {0} ora"}
932 other{"a ten {0} ora"}
943 other{"a ten {0} ora"}
957 other{"a ten {0} minutu"}
[all …]
/external/eigen/bench/btl/generic_bench/utils/
Dsize_lin_log.hh28 int ten=10; in size_lin_log() local
33 if (nb_point>ten){ in size_lin_log()
42 size_log(nb_point-nine,ten,size_max,log_size); in size_lin_log()
/external/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
Dp9.cpp32 static const unsigned char ten = 10; variable
39 f2(X<int, 10>(), X<char, ten>()); // expected-error {{no matching}} in g2()
40 f2(X<char, 10>(), X<int, ten>()); // expected-error {{no matching}} in g2()
/external/tensorflow/tensorflow/python/eager/
Dlift_to_graph_test.py62 ten = constant_op.constant(10.0, name='ten')
63 twenty = math_ops.multiply(two, ten, name='twenty')
66 thirty = math_ops.multiply(three, ten, name='thirty')
67 return ten, twenty, thirty
/external/llvm-project/llvm/test/TableGen/
Dcond-usage.td6 // CHECK-NEXT: string S = !cond(!eq(A:x, 10): "ten", !eq(A:x, 11): "eleven", !eq(A:x, 10): "TEN", …
10 // CHECK-NEXT: string S = "ten";
19 string S = !cond(!eq(x,10) : "ten",
/external/llvm-project/libcxx/test/std/experimental/iterator/ostream.joiner/ostream.joiner.cons/
Dostream_joiner.cons.pass.cpp31 const std::wstring ten = L"10"; in main() local
43 { exper::ostream_joiner<std::wstring> oj(std::cout, ten); } in main()
55 { exper::ostream_joiner<std::wstring, wchar_t> oj(std::wcout, ten); } in main()
/external/libcxx/test/std/experimental/iterator/ostream.joiner/ostream.joiner.cons/
Dostream_joiner.cons.pass.cpp31 const std::wstring ten = L"10"; in main() local
43 { exp::ostream_joiner<std::wstring> oj(std::cout, ten); } in main()
55 { exp::ostream_joiner<std::wstring, wchar_t> oj(std::wcout, ten); } in main()
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
Dp9.cpp32 static const unsigned char ten = 10; variable
37 f2(X<int, 10>(), X<char, ten>()); in g2()
/external/clang/test/CodeGen/
Dms_struct-bitfield-3.c41 struct ten { struct
49 static int a2[(size_struct_2 == sizeof (struct ten)) -1]; argument
/external/llvm-project/clang/test/CodeGen/
Dms_struct-bitfield-3.c41 struct ten { struct
49 static int a2[(size_struct_2 == sizeof (struct ten)) -1]; argument
/external/protobuf/js/commonjs/
Dstrict_test.js58 var simple1 = new test10_pb.jspb.exttest.strict.ten.Simple10()
59 var simple2 = new test10_pb.jspb.exttest.strict.ten.Simple10()
/external/skia/resources/sksl/dslfp/
DGrDSLFPTest_SwitchStatement.fp1 layout(key) in int ten; // always equals 10
21 @switch (ten) {
/external/tensorflow/tensorflow/python/kernel_tests/linalg/sparse/
Dcsr_sparse_matrix_dense_mat_mul_grad_test.py94 for [ten, val, nn] in [[a_mats, a_mats_val, "a"],
98 ten,
99 ten.get_shape().as_list(),
Dcsr_sparse_matrix_sparse_mat_mul_grad_test.py97 for ten, val, nn in [[a_mats, a_mats_val, "a"], [b_mats, b_mats_val,
101 ten,
102 ten.get_shape().as_list(),
/external/boringssl/src/crypto/stack/
Dstack_test.cc245 auto ten = TEST_INT_new(10); in TEST() local
246 ASSERT_TRUE(ten); in TEST()
248 EXPECT_FALSE(sk_TEST_INT_find(sk.get(), &index, ten.get())); in TEST()
267 ASSERT_TRUE(ten); in TEST()
268 EXPECT_FALSE(sk_TEST_INT_find(sk.get(), &index, ten.get())); in TEST()
310 ASSERT_TRUE(sk_TEST_INT_find(sk.get(), &index, ten.get())); in TEST()

12345678910>>...12