Searched defs:ten (Results 1 - 20 of 20) sorted by relevance

/external/compiler-rt/test/asan/TestCases/Posix/
H A Dprint_cmdline.cc9 volatile int ten = 10; variable
15 x[ten] = 1; // BOOM
H A Dhalt_on_error_suppress_equal_pcs.cc26 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
[all...]
/external/compiler-rt/test/asan/TestCases/
H A Dhalt_on_error-1.c11 volatile int ten = 10; variable
20 volatile int res = x[ten];
23 x[ten] = res + 3;
26 res = x[ten];
/external/libcxx/test/std/experimental/iterator/ostream.joiner/ostream.joiner.cons/
H A Dostream_joiner.cons.pass.cpp31 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); }
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
H A Dp9.cpp32 static const unsigned char ten = 10; member in namespace:PR6707
37 f2(X<int, 10>(), X<char, ten>());
/external/eigen/bench/btl/generic_bench/utils/
H A Dsize_lin_log.hh28 int ten=10; local
33 if (nb_point>ten){
42 size_log(nb_point-nine,ten,size_max,log_size);
/external/clang/test/CodeGen/
H A Dms_struct-bitfield-3.c41 struct ten { struct
49 static int a2[(size_struct_2 == sizeof (struct ten)) -1];
/external/icu/icu4c/source/test/intltest/
H A Dtsputil.cpp245 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) !
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...]
H A Dustrtest.cpp1702 TestEnumeration ten; local
1712 pc=ten.next(&length, status);
1719 if(ten.next(&length, status)!=NULL) {
1724 ten.reset(status);
1727 pu=ten.unext(&length, status);
1734 if(ten.unext(&length, status)!=NULL) {
1739 if(ten.clone()!=NULL) {
/external/python/cpython2/Lib/test/
H A Dtest_decorators.py280 def ten(x): function in function:TestClassDecorators.test_double
288 @ten
/external/python/cpython3/Lib/test/
H A Dtest_decorators.py279 def ten(x): function in function:TestClassDecorators.test_double
287 @ten
/external/tensorflow/tensorflow/c/
H A Dwhile_loop_test.cc418 TF_Operation* ten = ScalarConst(10, params_->cond_graph, s_); local
420 LessThan(params_->cond_inputs[0], {ten, 0}, params_->cond_graph, s_);
H A Dc_api_function_test.cc612 TF_Operation* ten = ScalarConst(10, host_graph_, s_, "ten"); local
614 TF_Operation* func_op = Use({two, ten, func_feed});
707 TF_Operation* ten = ScalarConst(10, host_graph_, s_, "ten"); local
709 TF_Operation* func_op = Use({two, ten, func_feed});
1399 TF_Operation* ten = ScalarConst(10, host_graph_, s_, "ten"); local
1401 TF_Operation* func_op = Use({two, ten, func_feed});
/external/tensorflow/tensorflow/cc/training/
H A Dqueue_runner_test.cc180 auto ten = Const(root, 10); local
181 auto enqueue0 = QueueEnqueue(root.WithOpName(kEnqueueOp0), q0, {ten});
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bigdec/
H A DDiagBigDecimalTest.java110 private static final android.icu.math.BigDecimal ten = android.icu.math.BigDecimal.TEN; field in class:DiagBigDecimalTest
652 "111e1-3-", "111e1*23", "111e1e+3", "1e1.0", "1e123e", "ten",
1026 ten.add((android.icu.math.BigDecimal) null);
1033 ten.add(ten, (android.icu.math.MathContext) null);
1101 ten.compareTo((android.icu.math.BigDecimal) null);
1108 ten.compareTo(ten, (android.icu.math.MathContext) null);
1366 ten.divide((android.icu.math.BigDecimal) null);
1373 ten
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/
H A DDiagBigDecimalTest.java107 private static final com.ibm.icu.math.BigDecimal ten = com.ibm.icu.math.BigDecimal.TEN; field in class:DiagBigDecimalTest
649 "111e1-3-", "111e1*23", "111e1e+3", "1e1.0", "1e123e", "ten",
1023 ten.add((com.ibm.icu.math.BigDecimal) null);
1030 ten.add(ten, (com.ibm.icu.math.MathContext) null);
1098 ten.compareTo((com.ibm.icu.math.BigDecimal) null);
1105 ten.compareTo(ten, (com.ibm.icu.math.MathContext) null);
1363 ten.divide((com.ibm.icu.math.BigDecimal) null);
1370 ten
[all...]
/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dfunctionalize_control_flow_test.cc204 auto ten = ops::Const<int32>( local
207 auto less = ops::Less(scope.WithOpName("while/Less"), merge.output, ten);
264 auto ten = ops::Const<int32>( local
266 auto less = ops::Less(scope.WithOpName("while/Less"), arg, ten);
319 auto ten = ops::Const<int32>( local
322 auto less = ops::Less(scope.WithOpName("while/Less"), merge.output, ten);
366 auto ten = ops::Const<int32>( local
368 auto less = ops::Less(scope.WithOpName("while/Less"), arg, ten);
434 auto ten = ops::Const<int32>(scope.WithOpName("while/cond/ten") local
516 auto ten = ops::Const<int32>( local
604 auto ten = ops::Const<int32>(scope.WithOpName("outer/Less/y") local
753 auto ten = ops::Const<int32>( local
[all...]
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dbuffer_assignment_test.cc1485 auto ten = builder.AddInstruction( local
1488 ShapeUtil::MakeShape(PRED, {}), HloOpcode::kLt, zero, ten)); local
/external/icu/icu4c/source/i18n/
H A Ddecimfmt.cpp1027 DigitList ten; local
1028 ten.set((int32_t)10);
1032 digits->div(ten,ec);
1037 digits->mult(ten,ec);
/external/python/cpython3/Modules/_decimal/
H A D_decimal.c4518 mpd_t ten = {MPD_POS|MPD_STATIC|MPD_CONST_DATA, local
4566 mpd_qpowmod(exp_hash, &ten, tmp, &p, &maxctx, &status);

Completed in 1367 milliseconds