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

  /external/chromium_org/native_client_sdk/src/examples/demo/flock/
goose.cc 84 int32_t cohesion_count = 0; local
102 cohesion_count = AccumulateCohesion(
103 distance, goose, &cohesion, cohesion_count);
129 cohesion_count++;
135 if (cohesion_count > 0) {
136 cohesion.Scale(1.0 / static_cast<double>(cohesion_count));
198 int32_t cohesion_count) {
201 cohesion_count++;
203 return cohesion_count;
goose.h 123 int32_t cohesion_count);

Completed in 66 milliseconds