Searched refs:c_index (Results 1 – 3 of 3) sorted by relevance
117 int c_index = ((i * n) + j); in getGEMMResult() local118 c_float[c_index] = total; in getGEMMResult()
516 int c_index = path.indexOf('C'); in getCardNumberFromAlsaFilePath() local518 return Integer.parseInt(path.substring(c_index + 1, d_index)); in getCardNumberFromAlsaFilePath()
862 const int c_index = ((ldc * i) + j); in kernelBNNM() local872 c[c_index] = (uint8_t)(output); in kernelBNNM()