Searched refs:aff (Results 1 – 3 of 3) sorted by relevance
/device/board/isoftstone/yangfan/common/seetafaceengine/opencv2/modules/calib3d/perf/ |
D | perf_affine2d.cpp | 62 double aff[2*3] = { std::cos(theta) * scale, -std::sin(theta) * scale, tx, in rngPartialAffMat() local 64 return Mat(2, 3, CV_64F, aff).clone(); in rngPartialAffMat() 75 Mat aff(2, 3, CV_64F); in PERF_TEST_P() local 76 cv::randu(aff, -2., 2.); in PERF_TEST_P() 91 transform(fpts, tpts, aff); in PERF_TEST_P() 125 Mat aff = rngPartialAffMat(); in PERF_TEST_P() local 139 transform(fpts, tpts, aff); in PERF_TEST_P()
|
/device/soc/rockchip/common/sdk_linux/drivers/irqchip/ |
D | irq-gic-v3.c | 647 u64 aff; in gic_mpidr_to_affinity() local 649 …aff = (((u64)MPIDR_AFFINITY_LEVEL(mpidr, 0x3) << 0x20) | (MPIDR_AFFINITY_LEVEL(mpidr, 0x2) << 0x10… in gic_mpidr_to_affinity() 652 return aff; in gic_mpidr_to_affinity() 910 u32 aff; in __gic_populate_rdist() local 916 aff = (MPIDR_AFFINITY_LEVEL(mpidr, 0x3) << 0x18 | MPIDR_AFFINITY_LEVEL(mpidr, 0x2) << 0x10 | in __gic_populate_rdist() 920 if ((typer >> 0x20) == aff) { in __gic_populate_rdist()
|
D | irq-gic-v3-its.c | 2451 u32 aff, clpiaff; in compute_common_aff() local 2453 aff = FIELD_GET(GICR_TYPER_AFFINITY, val); in compute_common_aff() 2456 return aff & ~(GENMASK(0x1f, 0) >> (clpiaff * 0x8)); in compute_common_aff() 2478 u32 aff; in find_sibling_its() local 2484 aff = compute_its_aff(cur_its); in find_sibling_its() 2498 if (aff != compute_its_aff(its)) { in find_sibling_its() 2643 u32 aff; in inherit_vpe_l1_table_from_its() local 2646 aff = compute_common_aff(val); in inherit_vpe_l1_table_from_its() 2660 if (aff != compute_its_aff(its)) { in inherit_vpe_l1_table_from_its() 2700 u32 aff; in inherit_vpe_l1_table_from_rd() local [all …]
|