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

  /external/eigen/test/
sparse_basic.cpp 596 IteratorType static_array[2]; local
597 static_array[0] = IteratorType(m2,0);
598 static_array[1] = IteratorType(m2,m2.outerSize()-1);
599 VERIFY( static_array[0] || m2.innerVector(static_array[0].outer()).nonZeros() == 0 );
600 VERIFY( static_array[1] || m2.innerVector(static_array[1].outer()).nonZeros() == 0 );
601 if(static_array[0] && static_array[1])
603 ++(static_array[1])
    [all...]
  /external/harfbuzz_ng/src/
hb-private.hh 376 Type static_array[StaticSize]; member in struct:hb_prealloced_array_t
386 array = static_array;
387 allocated = ARRAY_LENGTH (static_array);
396 if (array == static_array) {
474 if (array != static_array)

Completed in 84 milliseconds