Searched refs:dm2 (Results 1 – 8 of 8) sorted by relevance
125 destroyme2 dm2; in fn2() local133 destroyme2 dm2; in fn3() local147 destroyme2 dm2; in fn4() local158 destroyme2 dm2; in fn5() local172 destroyme2 dm2; in fn6() local183 destroyme2 dm2; in fn7() local198 destroyme2 dm2; in fn8() local208 destroyme2 dm2; in fn9() local230 destroyme2 dm2; local242 destroyme2 dm2; local[all …]
74 destroyme2 dm2; in fn2() local82 destroyme2 dm2; in fn3() local
26 SkAutoTDelete<SkDiscardableMemory> dm2(pool->create(200)); in DEF_TEST() local29 dm2->unlock(); in DEF_TEST()31 REPORTER_ASSERT(reporter, dm2->lock()); in DEF_TEST()32 dm2->unlock(); in DEF_TEST()34 REPORTER_ASSERT(reporter, !dm2->lock()); in DEF_TEST()
365 dm2 = sm1 + dm1;383 dm2 = dm1 * sm1.adjoint();384 dm2 = 2. * sm1 * dm1;388 dm2 = sm1.selfadjointView<>() * dm1; // if all coefficients of A are stored389 dm2 = A.selfadjointView<Upper>() * dm1; // if only the upper part of A is stored390 dm2 = A.selfadjointView<Lower>() * dm1; // if only the lower part of A is stored417 dm2 = sm1.triangularView<Lower>(dm1);424 dm2 = sm1.selfadjointView<>() * dm1; // if all coefficients of A are stored425 dm2 = A.selfadjointView<Upper>() * dm1; // if only the upper part of A is stored426 dm2 = A.selfadjointView<Lower>() * dm1; // if only the lower part of A is stored
119 dm2 = sm1 * dm1;
278 BEQ dm2307 dm2: label
2260 int32_t dm2 = cal2->fieldDifference(date2, Calendar::MONTH, ec2); in TestJ438() local2265 (dm2 != dm) || in TestJ438()
2313 int32_t dm2 = cal2->fieldDifference(date2, Calendar::MONTH, ec2); in TestJ438() local2318 (dm2 != dm) || in TestJ438()