Lines Matching refs:kk
182 for (size_t kk = 0; kk < k(); kk++) { variable
183 if (b[nn * k() + kk] != 0.0f) {
186 w[wcnt++] = b[nn * k() + kk] + static_cast<float>(i);
189 first_kk = kk;
191 const int32_t increment = int32_t(kk - last_kk) * int32_t(m() * sizeof(float));
194 last_kk = kk;
205 for (size_t kk = 0; kk < k(); kk++) { variable
206 if (b[nn * k() + kk] != 0.0f) {
208 w[wcnt++] = b[nn * k() + kk];
211 first_kk = kk;
213 const int32_t increment = int32_t(kk - last_kk) * int32_t(m() * sizeof(float));
216 last_kk = kk;
235 for (size_t kk = 0; kk < k(); kk++) { variable
236 if (b[nn * k() + kk] != 0.0f) {
238 b_full[nr() * nn * k() + i * k() + kk] = b[nn * k() + kk] + static_cast<float>(i);
243 for (size_t kk = 0; kk < k(); kk++) { variable
244 if (b[nn * k() + kk] != 0.0f) {
245 b_full[nr() * (n() / nr()) * k() + (nn - n() / nr()) * k() + kk] = b[nn * k() + kk];
355 for (size_t kk = 0; kk < k(); kk++) { in Test() local
356 if (!is_fp16_zero(b[nn * k() + kk])) { in Test()
359 …w[wcnt++] = fp16_ieee_from_fp32_value(fp16_ieee_to_fp32_value(b[nn * k() + kk]) + static_cast<floa… in Test()
362 first_kk = kk; in Test()
364 const int32_t increment = int32_t(kk - last_kk) * int32_t(m() * sizeof(uint16_t)); in Test()
367 last_kk = kk; in Test()
378 for (size_t kk = 0; kk < k(); kk++) { in Test() local
379 if (!is_fp16_zero(b[nn * k() + kk])) { in Test()
381 w[wcnt++] = b[nn * k() + kk]; in Test()
384 first_kk = kk; in Test()
386 const int32_t increment = int32_t(kk - last_kk) * int32_t(m() * sizeof(uint16_t)); in Test()
389 last_kk = kk; in Test()
408 for (size_t kk = 0; kk < k(); kk++) { in Test() local
409 if (b[nn * k() + kk] != 0.0f) { in Test()
411 b_full[nr() * nn * k() + i * k() + kk] = fp16_ieee_from_fp32_value( in Test()
412 fp16_ieee_to_fp32_value(b[nn * k() + kk]) + static_cast<float>(i)); in Test()
417 for (size_t kk = 0; kk < k(); kk++) { in Test() local
418 if (b[nn * k() + kk] != 0.0f) { in Test()
419 b_full[nr() * (n() / nr()) * k() + (nn - n() / nr()) * k() + kk] = b[nn * k() + kk]; in Test()