HomeSort by relevance Sort by last modified time
    Searched defs:b_cols (Results 1 - 3 of 3) sorted by null

  /cts/tests/tests/rsblas/src/android/renderscript/cts/
BNNMTest.java 180 final int b_cols = 4; local
205 final int n = b_cols;
236 final int b_cols = 7; local
250 final int n = b_cols;
284 final int b_cols = 9; local
302 final int n = b_cols;
367 final int b_cols = 4; local
392 final int n = b_cols;
422 final int b_cols = 4; local
446 final int n = b_cols;
    [all...]
  /external/ceres-solver/internal/ceres/
incomplete_lq_factorization.cc 74 const int* b_cols = b.cols(); local
84 if (a_cols[idx_a] == b_cols[idx_b]) {
88 while (a_cols[idx_a] < b_cols[idx_b] && idx_a < row_a_end) {
92 while (a_cols[idx_a] > b_cols[idx_b] && idx_b < row_b_end) {
  /frameworks/rs/java/tests/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
BNNMTest.java 194 final int b_cols = 4; local
219 n = b_cols;
271 final int b_cols = 9; local
289 n = b_cols;

Completed in 108 milliseconds