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

  /external/harfbuzz_ng/src/
hb-vector.hh 48 Type static_array[PreallocedCount]; member in struct:hb_vector_t
54 allocated = ARRAY_LENGTH (static_array);
74 Type * arrayZ () { return arrayZ_ ? arrayZ_ : static_array; }
75 const Type * arrayZ () const { return arrayZ_ ? arrayZ_ : static_array; }
164 memcpy (new_array, static_array, len * sizeof (Type));
  /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/tensorflow/tensorflow/core/grappler/optimizers/
constant_folding_test.cc 3445 auto static_array = local
    [all...]

Completed in 238 milliseconds