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

  /external/ceres-solver/internal/ceres/
ordered_groups_test.cc 45 EXPECT_EQ(ordering.GroupSize(1), 0);
61 EXPECT_EQ(ordering.GroupSize(1), 3);
62 EXPECT_EQ(ordering.GroupSize(0), 0);
70 EXPECT_EQ(ordering.GroupSize(1), 2);
71 EXPECT_EQ(ordering.GroupSize(0), 0);
88 EXPECT_EQ(ordering.GroupSize(1), 3);
89 EXPECT_EQ(ordering.GroupSize(0), 0);
97 EXPECT_EQ(ordering.GroupSize(1), 2);
98 EXPECT_EQ(ordering.GroupSize(5), 1);
99 EXPECT_EQ(ordering.GroupSize(0), 0)
    [all...]
solver_impl.cc     [all...]
  /external/ceres-solver/include/ceres/
ordered_groups.h 147 int GroupSize(const int group) const {
  /external/llvm/lib/CodeGen/
RegAllocGreedy.cpp 817 const unsigned GroupSize = 8;
818 SpillPlacement::BlockConstraint BCS[GroupSize];
819 unsigned TBS[GroupSize];
827 assert(T < GroupSize && "Array overflow");
829 if (++T == GroupSize) {
836 assert(B < GroupSize && "Array overflow");
851 if (++B == GroupSize) {
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
wire_format_lite.h 511 static inline int GroupSize (const MessageLite& value);
wire_format_lite_inl.h 747 inline int WireFormatLite::GroupSize(const MessageLite& value) {
    [all...]
  /external/protobuf/src/google/protobuf/
wire_format_lite.h 469 static inline int GroupSize (const MessageLite& value);
wire_format_lite_inl.h 725 inline int WireFormatLite::GroupSize(const MessageLite& value) {

Completed in 458 milliseconds