HomeSort by relevance Sort by last modified time
    Searched refs:GroupSize (Results 1 - 16 of 16) 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 707 linear_solver_ordering->GroupSize(min_group_id) == 0) {
    [all...]
  /external/ceres-solver/include/ceres/
ordered_groups.h 160 int GroupSize(const int group) const {
  /external/llvm/lib/CodeGen/
RegAllocGreedy.cpp     [all...]
  /external/protobuf/src/google/protobuf/
wire_format_lite.h 482 static inline int GroupSize (const MessageLite& value);
wire_format_lite_inl.h     [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite.h 467 static inline int GroupSize (const MessageLite& value);
wire_format_lite_inl.h 747 inline int WireFormatLite::GroupSize(const MessageLite& value) {
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite.h 467 static inline int GroupSize (const MessageLite& value);
wire_format_lite_inl.h 747 inline int WireFormatLite::GroupSize(const MessageLite& value) {
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
wire_format_lite.h 467 static inline int GroupSize (const MessageLite& value);
wire_format_lite_inl.h 747 inline int WireFormatLite::GroupSize(const MessageLite& value) {
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
wire_format_lite.h 505 static inline int GroupSize (const MessageLite& value);
wire_format_lite_inl.h     [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
wire_format_lite.h 467 static inline int GroupSize (const MessageLite& value);
wire_format_lite_inl.h 747 inline int WireFormatLite::GroupSize(const MessageLite& value) {
    [all...]

Completed in 1566 milliseconds