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

  /external/Microsoft-GSL/tests/
at_tests.cpp 27 TEST(static_array)
  /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/clang/test/CXX/temp/temp.param/
p15-cxx0x.cpp 174 template <class... T, T... Values> struct static_array; // expected-error {{must be the last}}
  /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)
  /external/opencv/cxcore/include/
cxmisc.h 219 #define CV_DIM(static_array) ((int)(sizeof(static_array)/sizeof((static_array)[0])))
    [all...]

Completed in 317 milliseconds