Lines Matching +defs:B +defs:rF +defs:k

107 matrix<T_B>* B = G.getBptr();  in test_AxB_dot3_phase1_factory()  local
154 matrix<T_B>* B = G.getBptr(); in test_AxB_dot3_phase2_factory() local
233 matrix<T_B>* B = G.getBptr(); in test_AxB_dot3_full_factory() local
323 int64_t k = (C->i [pC] >> 4) ; // col index of C(i,j) in test_AxB_dot3_full_factory() local
445 matrix<T_B>* B = G.getBptr(); in test_AxB_dot3_dndn_factory() local
504 int64_t k = (C->i [pC] >> 4) ; // col index of C(i,j) in test_AxB_dot3_dndn_factory() local
620 matrix<T_B>* B = G.getBptr(); in test_AxB_dot3_vsvs_factory() local
682 int64_t k = (Ci [pC] >> 4) ; // col index of C(i,j) in test_AxB_dot3_vsvs_factory() local
806 matrix<T_B>* B = G.getBptr(); in test_AxB_dot3_vssp_factory() local
873 int64_t k = (Ci [pC] >> 4) ; // col index of C(i,j) in test_AxB_dot3_vssp_factory() local
1086 matrix<T_B>* B = G.getBptr(); in test_AxB_dot3_spdn_factory() local
1167 int64_t k = Bi [pB] ; // first row index of B(:,j) in test_AxB_dot3_spdn_factory() local
1176 int64_t k = Bi [p] ; // next row index of B(:,j) in test_AxB_dot3_spdn_factory() local
1186 int64_t k = Ai [pA] ; // first row index of A(:,i) in test_AxB_dot3_spdn_factory() local
1195 int64_t k = Ai [p] ; // next row index of A(:,i) in test_AxB_dot3_spdn_factory() local
1288 matrix<T_B>* B = G.getBptr(); in test_AxB_dot3_mp_factory() local
1355 int64_t k = (Ci [pC] >> 4) ; // col index of C(i,j) in test_AxB_dot3_mp_factory() local
1482 matrix<T_B>* B = G.getBptr(); in test_AxB_dot3_warp_factory() local
1549 int64_t k = (Ci [pC] >> 4) ; // col index of C(i,j) in test_AxB_dot3_warp_factory() local
1626 reduceFactory<T> rF; in test_reducefactoryUM() local
1763 #define INTMIN( A, B) ( (A) < (B) ) ? (A) : (B) in test_spdotfactoryUM() argument