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

  /frameworks/native/libs/math/include/math/
mat2.h 89 static constexpr size_t ROW_SIZE = row_type::SIZE; // size of a row (i.e.: number of columns)
91 static constexpr size_t NUM_COLS = ROW_SIZE;
104 * ROW_SIZE = N
mat3.h 96 static constexpr size_t ROW_SIZE = row_type::SIZE; // size of a row (i.e.: number of columns)
98 static constexpr size_t NUM_COLS = ROW_SIZE;
111 * ROW_SIZE = N
mat4.h 102 static constexpr size_t ROW_SIZE = row_type::SIZE; // size of a row (i.e.: number of columns)
104 static constexpr size_t NUM_COLS = ROW_SIZE;
117 * ROW_SIZE = N
  /prebuilts/sdk/current/extras/constraint-layout/solver/
constraint-layout-solver-1.1.0-beta1.jar 
  /prebuilts/sdk/current/extras/constraint-layout-x/solver/
constraintlayout-solver-1.1.0.jar 

Completed in 77 milliseconds