Home
last modified time | relevance | path

Searched refs:c_local (Results 1 – 25 of 71) sorted by relevance

123

/dports/math/blis/blis-0.8.1/frame/3/gemm/
H A Dbli_gemm_front.c54 obj_t c_local; in bli_gemm_front() local
92 bli_obj_alias_to( c, &c_local ); in bli_gemm_front()
106 bli_obj_comp_prec( &c_local ) != bli_obj_prec( &c_local ) ) in bli_gemm_front()
166 bli_obj_induce_trans( &c_local ); in bli_gemm_front()
180 bli_obj_length( &c_local ), in bli_gemm_front()
181 bli_obj_width( &c_local ), in bli_gemm_front()
186 obj_t* cp = &c_local; in bli_gemm_front()
214 bli_obj_prec( &c_local ) != bli_obj_comp_prec( &c_local ) || in bli_gemm_front()
227 const dim_t m = bli_obj_length( &c_local ); in bli_gemm_front()
228 const dim_t n = bli_obj_width( &c_local ); in bli_gemm_front()
[all …]
H A Dbli_gemm_md.c649 obj_t c_local;
665 bli_obj_alias_to( c, &c_local );
677 bli_obj_induce_trans( &c_local );
692 bli_obj_length( &c_local ),
693 bli_obj_width( &c_local ),
707 &c_local,
732 obj_t c_local;
790 bli_obj_alias_to( c, &c_local );
833 bli_obj_length( &c_local ),
834 bli_obj_width( &c_local ),
[all …]
H A Dbli_gemm_int.c53 obj_t c_local; in bli_gemm_int() local
93 bli_obj_alias_to( c, &c_local ); in bli_gemm_int()
106 bli_obj_scalar_apply_scalar( beta, &c_local ); in bli_gemm_int()
131 &c_local, in bli_gemm_int()
/dports/math/blis/blis-0.8.1/frame/3/herk/
H A Dbli_herk_front.c52 obj_t c_local; in bli_herk_front() local
69 bli_obj_alias_to( c, &c_local ); in bli_herk_front()
70 bli_obj_set_as_root( &c_local ); in bli_herk_front()
81 if ( bli_cntx_l3_vir_ukr_dislikes_storage_of( &c_local, BLIS_GEMM_UKR, cntx ) ) in bli_herk_front()
86 bli_obj_induce_trans( &c_local ); in bli_herk_front()
96 bli_obj_length( &c_local ), in bli_herk_front()
97 bli_obj_width( &c_local ), in bli_herk_front()
122 &c_local, in bli_herk_front()
134 bli_setid( &BLIS_ZERO, &c_local ); in bli_herk_front()
/dports/math/blis/blis-0.8.1/frame/3/syrk/
H A Dbli_syrk_front.c53 obj_t c_local; in bli_syrk_front() local
57 bli_obj_alias_to( c, &c_local ); in bli_syrk_front()
58 bli_obj_set_as_root( &c_local ); in bli_syrk_front()
66 gint_t status = bli_syrk_small( alpha, &a_local, &at_local, beta, &c_local, in bli_syrk_front()
87 if ( bli_cntx_l3_vir_ukr_dislikes_storage_of( &c_local, BLIS_GEMM_UKR, cntx ) ) in bli_syrk_front()
89 bli_obj_induce_trans( &c_local ); in bli_syrk_front()
99 bli_obj_length( &c_local ), in bli_syrk_front()
100 bli_obj_width( &c_local ), in bli_syrk_front()
125 &c_local, in bli_syrk_front()
/dports/math/blis/blis-0.8.1/frame/3/symm/
H A Dbli_symm_front.c54 obj_t c_local; in bli_symm_front() local
70 bli_obj_alias_to( c, &c_local ); in bli_symm_front()
97 bli_obj_induce_trans( &c_local ); in bli_symm_front()
116 if ( bli_cntx_l3_vir_ukr_dislikes_storage_of( &c_local, BLIS_GEMM_UKR, cntx ) ) in bli_symm_front()
120 bli_obj_induce_trans( &c_local ); in bli_symm_front()
137 bli_obj_set_as_root( &c_local ); in bli_symm_front()
146 bli_obj_length( &c_local ), in bli_symm_front()
147 bli_obj_width( &c_local ), in bli_symm_front()
172 &c_local, in bli_symm_front()
/dports/math/blis/blis-0.8.1/frame/3/hemm/
H A Dbli_hemm_front.c54 obj_t c_local; in bli_hemm_front() local
70 bli_obj_alias_to( c, &c_local ); in bli_hemm_front()
97 bli_obj_induce_trans( &c_local ); in bli_hemm_front()
116 if ( bli_cntx_l3_vir_ukr_dislikes_storage_of( &c_local, BLIS_GEMM_UKR, cntx ) ) in bli_hemm_front()
121 bli_obj_induce_trans( &c_local ); in bli_hemm_front()
138 bli_obj_set_as_root( &c_local ); in bli_hemm_front()
147 bli_obj_length( &c_local ), in bli_hemm_front()
148 bli_obj_width( &c_local ), in bli_hemm_front()
173 &c_local, in bli_hemm_front()
/dports/math/blis/blis-0.8.1/frame/3/her2k/
H A Dbli_her2k_front.c52 obj_t c_local; in bli_her2k_front() local
74 bli_obj_alias_to( c, &c_local ); in bli_her2k_front()
75 bli_obj_set_as_root( &c_local ); in bli_her2k_front()
96 if ( bli_cntx_l3_vir_ukr_dislikes_storage_of( &c_local, BLIS_GEMM_UKR, cntx ) ) in bli_her2k_front()
106 bli_obj_induce_trans( &c_local ); in bli_her2k_front()
116 bli_obj_length( &c_local ), in bli_her2k_front()
117 bli_obj_width( &c_local ), in bli_her2k_front()
146 &c_local, in bli_her2k_front()
160 &c_local, in bli_her2k_front()
172 bli_setid( &BLIS_ZERO, &c_local ); in bli_her2k_front()
/dports/math/blis/blis-0.8.1/frame/3/trmm/
H A Dbli_trmm_front.c53 obj_t c_local; in bli_trmm_front() local
69 bli_obj_alias_to( b, &c_local ); in bli_trmm_front()
116 bli_obj_induce_trans( &c_local ); in bli_trmm_front()
134 if ( bli_cntx_l3_vir_ukr_dislikes_storage_of( &c_local, BLIS_GEMM_UKR, cntx ) ) in bli_trmm_front()
139 bli_obj_induce_trans( &c_local ); in bli_trmm_front()
156 bli_obj_set_as_root( &c_local ); in bli_trmm_front()
165 bli_obj_length( &c_local ), in bli_trmm_front()
166 bli_obj_width( &c_local ), in bli_trmm_front()
191 &c_local, in bli_trmm_front()
/dports/math/blis/blis-0.8.1/frame/3/syr2k/
H A Dbli_syr2k_front.c51 obj_t c_local; in bli_syr2k_front() local
71 bli_obj_alias_to( c, &c_local ); in bli_syr2k_front()
72 bli_obj_set_as_root( &c_local ); in bli_syr2k_front()
85 if ( bli_cntx_l3_vir_ukr_dislikes_storage_of( &c_local, BLIS_GEMM_UKR, cntx ) ) in bli_syr2k_front()
87 bli_obj_induce_trans( &c_local ); in bli_syr2k_front()
97 bli_obj_length( &c_local ), in bli_syr2k_front()
98 bli_obj_width( &c_local ), in bli_syr2k_front()
127 &c_local, in bli_syr2k_front()
141 &c_local, in bli_syr2k_front()
/dports/math/blis/blis-0.8.1/frame/3/trmm3/
H A Dbli_trmm3_front.c54 obj_t c_local; in bli_trmm3_front() local
70 bli_obj_alias_to( c, &c_local ); in bli_trmm3_front()
117 bli_obj_induce_trans( &c_local ); in bli_trmm3_front()
126 if ( bli_cntx_l3_vir_ukr_dislikes_storage_of( &c_local, BLIS_GEMM_UKR, cntx ) ) in bli_trmm3_front()
131 bli_obj_induce_trans( &c_local ); in bli_trmm3_front()
148 bli_obj_set_as_root( &c_local ); in bli_trmm3_front()
157 bli_obj_length( &c_local ), in bli_trmm3_front()
158 bli_obj_width( &c_local ), in bli_trmm3_front()
183 &c_local, in bli_trmm3_front()
/dports/math/blis/blis-0.8.1/frame/3/gemmt/
H A Dbli_gemmt_front.c54 obj_t c_local; in bli_gemmt_front() local
79 bli_obj_alias_to( c, &c_local ); in bli_gemmt_front()
80 bli_obj_set_as_root( &c_local ); in bli_gemmt_front()
86 if ( bli_cntx_l3_vir_ukr_dislikes_storage_of( &c_local, BLIS_GEMM_UKR, cntx ) ) in bli_gemmt_front()
92 bli_obj_induce_trans( &c_local ); in bli_gemmt_front()
102 bli_obj_length( &c_local ), in bli_gemmt_front()
103 bli_obj_width( &c_local ), in bli_gemmt_front()
128 &c_local, in bli_gemmt_front()
/dports/math/blis/blis-0.8.1/sandbox/ref99/old/
H A Dblx_gemm_front.c55 obj_t c_local; in blx_gemm_front() local
71 bli_obj_alias_to( c, &c_local ); in blx_gemm_front()
84 bli_obj_scalar_apply_scalar( beta, &c_local ); in blx_gemm_front()
91 if ( bli_cntx_l3_vir_ukr_dislikes_storage_of( &c_local, BLIS_GEMM_UKR, cntx ) ) in blx_gemm_front()
97 bli_obj_induce_trans( &c_local ); in blx_gemm_front()
128 bli_obj_length( &c_local ), in blx_gemm_front()
129 bli_obj_width( &c_local ), in blx_gemm_front()
141 &c_local, in blx_gemm_front()
H A Dblx_gemm_int.c52 obj_t c_local; in blx_gemm_int() local
58 bli_obj_alias_to( c, &c_local ); in blx_gemm_int()
71 &c_local, in blx_gemm_int()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/vidhrdw/
H A Dvoodblit.c641 tr += c_local >> 24; in RENDERFUNC()
642 tg += c_local >> 24; in RENDERFUNC()
997 tr += c_local >> 24; in RENDERFUNC()
998 tg += c_local >> 24; in RENDERFUNC()
999 tb += c_local >> 24; in RENDERFUNC()
1191 r += c_local >> 24; in RENDERFUNC()
1192 g += c_local >> 24; in RENDERFUNC()
1193 b += c_local >> 24; in RENDERFUNC()
1211 a -= c_local >> 24; in RENDERFUNC()
1222 am = c_local >> 24; in RENDERFUNC()
[all …]
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/vidhrdw/
H A Dvoodblit.c641 tr += c_local >> 24; in RENDERFUNC()
642 tg += c_local >> 24; in RENDERFUNC()
997 tr += c_local >> 24; in RENDERFUNC()
998 tg += c_local >> 24; in RENDERFUNC()
999 tb += c_local >> 24; in RENDERFUNC()
1191 r += c_local >> 24; in RENDERFUNC()
1192 g += c_local >> 24; in RENDERFUNC()
1193 b += c_local >> 24; in RENDERFUNC()
1211 a -= c_local >> 24; in RENDERFUNC()
1222 am = c_local >> 24; in RENDERFUNC()
[all …]
/dports/math/blis/blis-0.8.1/frame/3/trsm/
H A Dbli_trsm_front.c53 obj_t c_local; in bli_trsm_front() local
76 bli_obj_alias_to( b, &c_local ); in bli_trsm_front()
105 bli_obj_induce_trans( &c_local ); in bli_trsm_front()
130 bli_obj_set_as_root( &c_local ); in bli_trsm_front()
139 bli_obj_length( &c_local ), in bli_trsm_front()
140 bli_obj_width( &c_local ), in bli_trsm_front()
165 &c_local, in bli_trsm_front()
H A Dbli_trsm_int.c52 obj_t c_local; in bli_trsm_int() local
80 bli_obj_alias_to( c, &c_local ); in bli_trsm_int()
89 bli_obj_induce_trans( &c_local ); in bli_trsm_int()
90 bli_obj_set_onlytrans( BLIS_NO_TRANSPOSE, &c_local ); in bli_trsm_int()
96 bli_obj_scalar_apply_scalar( beta, &c_local ); in bli_trsm_int()
135 &c_local, in bli_trsm_int()
/dports/math/blis/blis-0.8.1/frame/2/her/other/
H A Dbli_her_int.c66 obj_t c_local; in bli_her_int() local
81 bli_obj_alias_to( c, &c_local ); in bli_her_int()
85 if ( bli_obj_has_conj( &c_local ) ) in bli_her_int()
87 bli_obj_toggle_conj( &c_local ); in bli_her_int()
105 &c_local, in bli_her_int()
/dports/science/lammps/lammps-stable_29Sep2021/lib/atc/
H A DParDenseMatrix.h127 DenseVector<double> c_local = A_local * v_local; in ParMultMv() local
130 MPI_Wrappers::allsum(_comm, c_local.ptr(), c.ptr(), c_local.size()); in ParMultMv()
138 DenseVector<double> c_local(myNMajor); in ParMultMv()
140 c_local(i) = c(myMajorOffset + i); in ParMultMv()
142 MultMv(A_local, v, c_local, At, a, b); in ParMultMv()
145 allgatherv(_comm, c_local.ptr(), c_local.size(), c.ptr(), in ParMultMv()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/atc/
H A DParDenseMatrix.h127 DenseVector<double> c_local = A_local * v_local; in ParMultMv() local
130 MPI_Wrappers::allsum(_comm, c_local.ptr(), c.ptr(), c_local.size()); in ParMultMv()
138 DenseVector<double> c_local(myNMajor); in ParMultMv()
140 c_local(i) = c(myMajorOffset + i); in ParMultMv()
142 MultMv(A_local, v, c_local, At, a, b); in ParMultMv()
145 allgatherv(_comm, c_local.ptr(), c_local.size(), c.ptr(), in ParMultMv()
/dports/math/blis/blis-0.8.1/frame/2/her2/other/
H A Dbli_her2_int.c73 obj_t c_local; in bli_her2_int() local
90 bli_obj_alias_to( c, &c_local ); in bli_her2_int()
94 if ( bli_obj_has_conj( &c_local ) ) in bli_her2_int()
96 bli_obj_toggle_conj( &c_local ); in bli_her2_int()
130 &c_local, in bli_her2_int()
/dports/emulators/mess/mame-mame0226/src/devices/video/
H A Dvooddefs.ipp2382 rgbaint_t c_local;
2439 /* compute c_local */
2443 c_local.set(srcColor);
2450 c_local.set(srcColor);
2497 /* subtract a/c_local */
2505 sub_val.set(c_local);
2523 case 1: /* c_local */
2589 add_val.set(c_local);
3042 sub_val.set(c_local);
3060 case 1: /* c_local */
[all …]
/dports/emulators/mame/mame-mame0226/src/devices/video/
H A Dvooddefs.ipp2382 rgbaint_t c_local;
2439 /* compute c_local */
2443 c_local.set(srcColor);
2450 c_local.set(srcColor);
2497 /* subtract a/c_local */
2505 sub_val.set(c_local);
2523 case 1: /* c_local */
2589 add_val.set(c_local);
3042 sub_val.set(c_local);
3060 case 1: /* c_local */
[all …]
/dports/emulators/bochs/bochs-2.7/iodev/display/
H A Dvoodoo_data.h2865 rgb_union c_local; \
2932 c_local.u = (LOOKUP)[texel0]; \
2938 c_local.u = (LOOKUP)[texel0]; \
2940 c_local.u = ((LOOKUP)[texel0 & 0xff] & 0xffffff) | \
3050 tr -= c_local.rgb.r; \
3051 tg -= c_local.rgb.g; \
3052 tb -= c_local.rgb.b; \
3055 ta -= c_local.rgb.a; \
3066 blendr = c_local.rgb.r; \
3067 blendg = c_local.rgb.g; \
[all …]

123