HomeSort by relevance Sort by last modified time
    Searched refs:aii (Results 1 - 2 of 2) sorted by null

  /external/clang/test/SemaTemplate/
temp_func_order.cpp 37 void test_f2(int i, A<int, float> aif, A<int, int> aii) {
40 double &dr = f2(aii);
94 A<int, int> aii = cf; local
  /external/valgrind/main/drd/tests/
matinv.c 176 elem_t aii; local
201 aii = a[i * cols + i];
202 if (aii != 0)
204 a[i * cols + k] /= aii;

Completed in 139 milliseconds