HomeSort by relevance Sort by last modified time
    Searched refs:GroupSize (Results 1 - 6 of 6) 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 735 linear_solver_ordering->GroupSize(min_group_id) == 0) {
    [all...]
  /external/ceres-solver/include/ceres/
ordered_groups.h 147 int GroupSize(const int group) const {
  /external/llvm/lib/CodeGen/
RegAllocGreedy.cpp 761 const unsigned GroupSize = 8;
762 SpillPlacement::BlockConstraint BCS[GroupSize];
763 unsigned TBS[GroupSize];
771 assert(T < GroupSize && "Array overflow");
773 if (++T == GroupSize) {
780 assert(B < GroupSize && "Array overflow");
795 if (++B == GroupSize) {
    [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 1452 milliseconds