Home
last modified time | relevance | path

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

12345678910

/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/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/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.txt717 other{"a ten {0} dia"}
728 other{"a ten {0} dia"}
739 other{"a ten {0} dia"}
777 other{"a ten {0} ora"}
788 other{"a ten {0} ora"}
799 other{"a ten {0} ora"}
810 other{"a ten {0} minutu"}
821 other{"a ten {0} m"}
832 other{"a ten {0} min"}
869 other{"a ten {0} mes"}
[all …]
Ddsb.txt768 "0"{"ten pětk"}
775 "0"{"ten pě."}
782 "0"{"ten pět."}
913 "0"{"ten mjasec"}
1112 "0"{"ten stwórtk"}
1119 "0"{"ten st."}
1126 "0"{"ten stw."}
1176 "0"{"ten tyźeń"}
/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/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/v8/tools/
Dgenerate-ten-powers.scm102 (ten^i #z10)
106 (if (>bx (/bx (*bx #z2 two^e) ten^i) max-container)
112 (v (rounded-/bx two^e ten^i))
115 (loop (+fx i 1) (*bx ten^i #z10) two^e e))
116 (loop i ten^i (bit-lshbx two^e 1) (+fx e 1)))))
/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/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_control_flow_test.cc217 auto ten = ops::Const<int32>( in TEST() local
220 auto less = ops::Less(scope.WithOpName("while/Less"), merge.output, ten); in TEST()
281 auto ten = ops::Const<int32>( in TEST() local
283 auto less = ops::Less(scope.WithOpName("while/Less"), arg, ten); in TEST()
367 auto ten = ops::Const<int32>( in TEST() local
370 auto less = ops::Less(scope.WithOpName("while/Less"), merge.output, ten); in TEST()
501 auto ten = ops::Const<int32>( in TEST() local
504 auto less = ops::Less(scope.WithOpName("while/Less"), merge.output, ten); in TEST()
552 auto ten = ops::Const<int32>( in TEST() local
554 auto less = ops::Less(scope.WithOpName("while/Less"), arg, ten); in TEST()
[all …]
/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()
/external/boringssl/src/crypto/fipsmodule/bn/
Dbn_test.cc2184 bssl::UniquePtr<BIGNUM> ten(BN_new()); in TEST_F() local
2185 ASSERT_TRUE(ten); in TEST_F()
2186 ASSERT_TRUE(BN_set_word(ten.get(), 10)); in TEST_F()
2188 bssl::UniquePtr<BIGNUM> ten_copy(BN_dup(ten.get())); in TEST_F()
2210 EXPECT_TRUE(bn_resize_words(ten.get(), width)); in TEST_F()
2211 EXPECT_EQ(static_cast<int>(width), ten->width); in TEST_F()
2215 EXPECT_TRUE(BN_abs_is_word(ten.get(), 10)); in TEST_F()
2216 EXPECT_TRUE(BN_is_word(ten.get(), 10)); in TEST_F()
2217 EXPECT_EQ(10u, BN_get_word(ten.get())); in TEST_F()
2219 ASSERT_TRUE(BN_get_u64(ten.get(), &v)); in TEST_F()
[all …]
/external/pcre/dist2/testdata/
Dtestinput2491 /[ten]/
93 ten
96 ten
118 ten
Dtestoutput24134 /[ten]/
135 (?s)\A[ten]\z
137 ten
142 ten
143 0: ten
178 ten
Dgrepoutput86 7:X seven…8:X eight
9:X nine
10:X ten
Dgrepinput85 X seven…X eight
X nine
X ten
Dgrepoutput76 30:ten
173 ten
204 30-ten
226 ten
248 ten
280 30-ten
303 ten
581 30:ten
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dattr-amdgpu-num-sgpr-spill-to-smem.ll18 %ten = load volatile i32, i32 addrspace(4)* undef
29 store volatile i32 %ten, i32 addrspace(1)* undef
/external/tensorflow/tensorflow/compiler/jit/
Dshape_inference_test.cc82 auto ten = ops::Const<int32>( in TEST() local
85 auto less = ops::Less(scope.WithOpName("while/Less"), merge.output, ten); in TEST()
/external/ltp/testcases/commands/ar/datafiles/
Dfile10.in1 This is file ten
/external/hyphenation-patterns/nb/
Dhyph-nb.hyp.txt1 at-ten-de
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-strings/Inputs/
Dnumbers10 ten

12345678910