/external/eigen/test/ |
D | product_notemporary.cpp | 33 ColVectorType cv1 = ColVectorType::Random(cols), cvres(cols); in product_notemporary() local 118 VERIFY_EVALUATION_COUNT( cvres.noalias() = m1 * cv1, 0 ); in product_notemporary() 119 VERIFY_EVALUATION_COUNT( cvres.noalias() -= m1 * cv1, 0 ); in product_notemporary() 124 VERIFY_EVALUATION_COUNT( cvres.noalias() = (m1+m1) * cv1, 0 ); in product_notemporary() 125 VERIFY_EVALUATION_COUNT( cvres.noalias() = (rm3+rm3) * cv1, 0 ); in product_notemporary() 126 VERIFY_EVALUATION_COUNT( cvres.noalias() = (m1+m1) * (m1*cv1), 1 ); in product_notemporary() 127 VERIFY_EVALUATION_COUNT( cvres.noalias() = (rm3+rm3) * (m1*cv1), 1 ); in product_notemporary() 130 m3 = cv1 * rv1; in product_notemporary() 131 VERIFY_EVALUATION_COUNT( m3.noalias() = cv1 * rv1, 0 ); in product_notemporary() 132 VERIFY_EVALUATION_COUNT( m3.noalias() = (cv1+cv1) * (rv1+rv1), 1 ); in product_notemporary() [all …]
|
D | array_for_matrix.cpp | 26 ColVectorType cv1 = ColVectorType::Random(rows); in array_for_matrix() local 52 VERIFY_IS_APPROX(m3.colwise() += cv1, m1.colwise() + cv1); in array_for_matrix() 54 VERIFY_IS_APPROX(m3.colwise() -= cv1, m1.colwise() - cv1); in array_for_matrix()
|
D | array.cpp | 29 ColVectorType cv1 = ColVectorType::Random(rows); in array() local 80 VERIFY_IS_APPROX(m3.colwise() += cv1, m1.colwise() + cv1); in array() 82 VERIFY_IS_APPROX(m3.colwise() -= cv1, m1.colwise() - cv1); in array()
|
D | sparse_product.cpp | 210 ColSpVector cv0(cols), cv1; in sparse_product() local 218 VERIFY_IS_APPROX(cv1=m3*cv0, dcv1=refMat3*dcv0); in sparse_product() 220 VERIFY_IS_APPROX(cv1=m3t.adjoint()*cv0, dcv1=refMat3t.adjoint()*dcv0); in sparse_product() 221 VERIFY_IS_APPROX(cv1=rv0*m3, dcv1=drv0*refMat3); in sparse_product()
|
/external/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/ |
D | assign.fail.cpp | 22 std::condition_variable_any cv1; in main() local 23 cv1 = cv0; in main()
|
D | copy.fail.cpp | 22 std::condition_variable_any cv1(cv0); in main() local
|
/external/libcxx/test/std/thread/thread.condition/thread.condition.condvar/ |
D | assign.fail.cpp | 22 std::condition_variable cv1; in main() local 23 cv1 = cv0; in main()
|
D | copy.fail.cpp | 22 std::condition_variable cv1(cv0); in main() local
|
/external/clang/test/Sema/ |
D | deref.c | 24 extern const void cv1; 28 return &cv1; in foo4()
|
/external/libcxx/test/std/utilities/variant/variant.variant/variant.ctor/ |
D | copy.pass.cpp | 127 const V &cv1 = v1; in test_copy_ctor_valueless_by_exception() local 128 V v(cv1); in test_copy_ctor_valueless_by_exception()
|
/external/libcxx/test/std/utilities/variant/variant.get/ |
D | get_index.pass.cpp | 248 const V &cv1 = v1; in test_throws_for_all_value_categories() local 268 assert(test(zero, cv1)); in test_throws_for_all_value_categories() 276 assert(test(zero, std::move(cv1))); in test_throws_for_all_value_categories()
|
D | get_type.pass.cpp | 248 const V &cv1 = v1; in test_throws_for_all_value_categories() local 268 assert(test(zero, cv1)); in test_throws_for_all_value_categories() 276 assert(test(zero, std::move(cv1))); in test_throws_for_all_value_categories()
|
/external/webp/src/dsp/ |
D | upsampling_msa.c | 583 v16u8 tu0, tu1, tv0, tv1, cu0, cu1, cv0, cv1; \ 587 LD_UB2(cur_v, 1, cv0, cv1); \ 589 UPSAMPLE_32PIXELS(tv0, tv1, cv0, cv1); \ 591 ST_UB4(tv0, tv1, cv0, cv1, &temp_v[0], 16); \ 607 v16u8 tu0, tu1, tv0, tv1, cu0, cu1, cv0, cv1; \ 615 LD_UB2(&temp_v[32], 1, cv0, cv1); \ 617 UPSAMPLE_32PIXELS(tv0, tv1, cv0, cv1); \ 619 ST_UB4(tv0, tv1, cv0, cv1, &temp_v[0], 16); \
|
/external/libcxx/test/std/utilities/variant/variant.visit/ |
D | visit.pass.cpp | 182 const V &cv1 = v1; in test_argument_forwarding() local 189 std::visit(obj, cv1, cv2, std::move(v3)); in test_argument_forwarding()
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/PBQP/Heuristics/ |
D | Briggs.h | 65 const PBQP::Vector &cv1 = g->getNodeCosts(n1Itr); in operator() local 68 PBQPNum cost1 = cv1[0] / s->getSolverDegree(n1Itr); in operator()
|
/external/clang/lib/Sema/ |
D | SemaCast.cpp | 511 SmallVector<Qualifiers, 8> cv1, cv2; in CastsAwayConstness() local 541 cv1.push_back(RetainedSrcQuals); in CastsAwayConstness() 547 if (cv1.empty()) in CastsAwayConstness() 555 for (SmallVectorImpl<Qualifiers>::reverse_iterator i1 = cv1.rbegin(), in CastsAwayConstness() 557 i1 != cv1.rend(); ++i1, ++i2) { in CastsAwayConstness()
|
/external/libchrome/base/synchronization/ |
D | condition_variable_unittest.cc | 160 ConditionVariable cv1(&lock); in TEST_F() local
|
/external/guice/lib/build/ |
D | cglib-3.1.jar | META-INF/
META-INF/MANIFEST.MF
net/
net/sf/
net/ ... |
/external/guice/extensions/persist/lib/ |
D | cglib-nodep-3.0.jar | META-INF/MANIFEST.MF
LICENSE
NOTICE
net/sf/cglib/beans/BeanCopier$ ... |
/external/robolectric/v1/lib/test/ |
D | mockito-core-1.8.5.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/mockito/
org/ ... |
/external/valgrind/VEX/priv/ |
D | guest_amd64_toIR.c | 27421 IRExpr* cv1 = binop(Iop_ShrN32x4, in math_PERMILPS_VAR_128() local 27427 assign(res, binop(Iop_Perm32x4, mkexpr(dataV), cv1)); in math_PERMILPS_VAR_128() 27481 IRExpr* cv1 = binop(Iop_ShrN32x8, in math_VPERMD() local 27487 assign(res, binop(Iop_Perm32x8, mkexpr(dataV), cv1)); in math_VPERMD()
|