Home
last modified time | relevance | path

Searched refs:tmp2p (Results 1 – 12 of 12) sorted by relevance

/dports/devel/volk/volk-2.2.1/kernels/volk/
H A Dvolk_32fc_s32fc_x2_rotator_32fc.h251 tmp2p = _mm_mul_ps(phase_Val, yhp); in volk_32fc_s32fc_x2_rotator_32fc_a_sse4_1()
254 phase_Val = _mm_addsub_ps(tmp1p, tmp2p); in volk_32fc_s32fc_x2_rotator_32fc_a_sse4_1()
282 tmp2p = _mm_mul_ps(phase_Val, yhp); in volk_32fc_s32fc_x2_rotator_32fc_a_sse4_1()
285 phase_Val = _mm_addsub_ps(tmp1p, tmp2p); in volk_32fc_s32fc_x2_rotator_32fc_a_sse4_1()
356 tmp2p = _mm_mul_ps(phase_Val, yhp); in volk_32fc_s32fc_x2_rotator_32fc_u_sse4_1()
387 tmp2p = _mm_mul_ps(phase_Val, yhp); in volk_32fc_s32fc_x2_rotator_32fc_u_sse4_1()
390 phase_Val = _mm_addsub_ps(tmp1p, tmp2p); in volk_32fc_s32fc_x2_rotator_32fc_u_sse4_1()
590 tmp2p = _mm256_mul_ps(phase_Val, yhp); in volk_32fc_s32fc_x2_rotator_32fc_a_avx_fma()
620 tmp2p = _mm256_mul_ps(phase_Val, yhp); in volk_32fc_s32fc_x2_rotator_32fc_a_avx_fma()
688 tmp2p = _mm256_mul_ps(phase_Val, yhp); in volk_32fc_s32fc_x2_rotator_32fc_u_avx_fma()
[all …]
/dports/devel/ppl/ppl-1.2/src/
H A DDB_Matrix_inlines.hh241 const Temp* tmp2p; in l_m_distance_assign() local
244 maybe_assign(tmp2p, tmp2, y_i_j, inverse(dir)); in l_m_distance_assign()
248 maybe_assign(tmp2p, tmp2, x_i_j, inverse(dir)); in l_m_distance_assign()
250 sub_assign_r(tmp1, *tmp1p, *tmp2p, dir); in l_m_distance_assign()
H A DGenerator_inlines.hh599 const Temp* tmp2p; in l_m_distance_assign() local
603 maybe_assign(tmp2p, tmp2, y_coord, inverse(dir)); in l_m_distance_assign()
607 maybe_assign(tmp2p, tmp2, x_coord, inverse(dir)); in l_m_distance_assign()
609 sub_assign_r(tmp1, *tmp1p, *tmp2p, dir); in l_m_distance_assign()
H A DOR_Matrix_inlines.hh669 const Temp* tmp2p; in l_m_distance_assign() local
672 maybe_assign(tmp2p, tmp2, y_i, inverse(dir)); in l_m_distance_assign()
676 maybe_assign(tmp2p, tmp2, x_i, inverse(dir)); in l_m_distance_assign()
678 sub_assign_r(tmp1, *tmp1p, *tmp2p, dir); in l_m_distance_assign()
H A DBox_templates.hh4647 const Temp* tmp2p; in l_m_distance_assign() local
4650 maybe_assign(tmp2p, tmp2, y_i.lower(), inverse(dir)); in l_m_distance_assign()
4654 maybe_assign(tmp2p, tmp2, x_i.lower(), inverse(dir)); in l_m_distance_assign()
4656 sub_assign_r(tmp1, *tmp1p, *tmp2p, dir); in l_m_distance_assign()
4674 const Temp* tmp2p; in l_m_distance_assign() local
4677 maybe_assign(tmp2p, tmp2, y_i.upper(), inverse(dir)); in l_m_distance_assign()
4681 maybe_assign(tmp2p, tmp2, x_i.upper(), inverse(dir)); in l_m_distance_assign()
4683 sub_assign_r(tmp1, *tmp1p, *tmp2p, dir); in l_m_distance_assign()
H A Dppl.hh.dist33527 const Temp* tmp2p;
33537 sub_assign_r(tmp1, *tmp1p, *tmp2p, dir);
62135 const Temp* tmp2p;
62144 sub_assign_r(tmp1, *tmp1p, *tmp2p, dir);
67035 const Temp* tmp2p;
67038 maybe_assign(tmp2p, tmp2, y_i, inverse(dir));
67044 sub_assign_r(tmp1, *tmp1p, *tmp2p, dir);
92266 const Temp* tmp2p;
92275 sub_assign_r(tmp1, *tmp1p, *tmp2p, dir);
92293 const Temp* tmp2p;
[all …]
/dports/multimedia/handbrake/HandBrake-1.4.2/libhb/
H A Ddecomb.c387 uint8_t * tmp2p = pv->eedi_full[TMP2PF]->plane[plane].data; in eedi2_interpolate_plane() local
422 eedi2_mark_directions_2x( msk2p, pitch, tmp2p2, pitch, tmp2p, pitch, pv->tff, height, width ); in eedi2_interpolate_plane()
423 eedi2_filter_dir_map_2x( msk2p, pitch, tmp2p, pitch, dst2mp, pitch, pv->tff, height, width ); in eedi2_interpolate_plane()
424 eedi2_expand_dir_map_2x( msk2p, pitch, dst2mp, pitch, tmp2p, pitch, pv->tff, height, width ); in eedi2_interpolate_plane()
425 eedi2_fill_gaps_2x( msk2p, pitch, tmp2p, pitch, dst2mp, pitch, pv->tff, height, width ); in eedi2_interpolate_plane()
426 eedi2_fill_gaps_2x( msk2p, pitch, dst2mp, pitch, tmp2p, pitch, pv->tff, height, width ); in eedi2_interpolate_plane()
429 eedi2_interpolate_lattice( plane, tmp2p, pitch, dst2p, pitch, tmp2p2, pitch, pv->tff, in eedi2_interpolate_plane()
435 eedi2_bit_blit( tmp2p2, pitch, tmp2p, pitch, width, height ); in eedi2_interpolate_plane()
436 … eedi2_filter_dir_map_2x( msk2p, pitch, tmp2p, pitch, dst2mp, pitch, pv->tff, height, width ); in eedi2_interpolate_plane()
437 … eedi2_expand_dir_map_2x( msk2p, pitch, dst2mp, pitch, tmp2p, pitch, pv->tff, height, width ); in eedi2_interpolate_plane()
[all …]
/dports/misc/py-scikit-fusion/scikit-fusion-0.2.1/skfusion/fusion/decomposition/
H A D_dfmf.py263 tmp2p = np.multiply(t, tmp2)
279 G_denom[i, i] += tmp1n + np.dot(G[i, i], tmp2p)
401 tmp2p = np.multiply(t, tmp2)
405 G_denom += tmp1n + np.dot(G_i, tmp2p)
H A D_dfmc.py159 tmp2p = np.multiply(t, tmp2)
173 G_denom_i = tmp1n + np.dot(G_i, tmp2p)
/dports/security/john/john-1.9.0-jumbo-1/src/
H A Dx86-64.S752 #define tmp2p %esi macro
755 #define tmp2p tmp2 macro
761 mov E(i + 1),tmp2p; \
767 mov E(i + 3),tmp2p; \
773 mov E(i + 5),tmp2p; \
800 mov k(k4),tmp2p; \
1250 mov k(1),tmp2p
1254 mov k(3),tmp2p
1260 mov k(5),tmp2p
1266 mov k(7),tmp2p
/dports/math/sdpa/sdpa-7.3.8/
H A Dsdpa_parts.cpp1074 double tmp,tmp1p,tmp1d,tmp2p,tmp2d,tmp3p,tmp3d,tmp4,tmp5p,tmp5d; in check() local
1080 tmp2p = -tmp; in check()
1081 printf(" + %9.1e",tmp2p); in check()
1082 tmp3p = tmp1p + tmp2p; in check()
/dports/math/linbox/linbox-1.6.3/linbox/algorithms/
H A Dbbcharpoly.h208 FieldPoly *tmp2p = new FieldPoly(*tmp2, F); in blackboxcharpoly() local
210 FFM = new FM (tmp2p, tmp2, 0, depend); in blackboxcharpoly()