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

  /cts/suite/cts/deviceTests/opengl/jni/reference/scene/flocking/
Boid.cpp 24 Vector2D separation; local
35 // Separation.
41 separation.add(tmp);
57 separation.scale(1.0f / separationCount);
58 separation.scale(SEPARATION_WEIGHT);
59 mAcceleration.add(separation);
  /external/chromium_org/native_client_sdk/src/examples/demo/flock/
goose.cc 79 // the separation mean, the alignment mean and the cohesion mean.
81 Vector2 separation; local
98 distance, goose_delta, &separation, separation_count);
109 separation.Scale(1.0 / static_cast<double>(separation_count));
140 separation.Scale(kSeparationWeight);
145 weighted_sum.Add(separation);
172 Vector2* separation, /* inout */
178 separation->Add(weighted_direction);
goose.h 38 // 1. Compute the separation component,
71 // Add a neighbouring goose's contribution to the separation mean. Only
73 // Modifies the separation accumulator |separation| in-place.
77 // @param separation The accumulated separation from all the neighbouring
80 // the separation component so far.
81 // @return The new count of geese that contribute to the separation component.
86 Vector2* separation, /* inout */
  /device/lge/mako/camera/mm-camera-interface/
mm_jpeg_encoder.c 621 cfg_3d.separation = 0;
628 cfg_3d.separation = 0;
635 cfg_3d.separation = 0;
643 cfg_3d.separation = 0;
  /external/chromium_org/ash/wm/panels/
panel_layout_manager.cc 151 int separation = (*first).major_length / 2 + (*second).major_length / 2 + local
153 int overlap = (*first).major_pos + separation - (*second).major_pos;
157 (*first).major_pos + separation);
161 (*second).major_pos - separation);
  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixFunction.h 176 * separation constant is set to 0.1, a value taken from the
178 static const RealScalar separation() { return static_cast<RealScalar>(0.1); } function in class:Eigen::MatrixFunction
228 * # Any eigenvalue in a certain cluster is at most separation() away
231 * more than separation().
254 if (internal::abs(diag(j) - diag(i)) <= separation() && std::find(qi->begin(), qi->end(), diag(j)) == qi->end()) {
  /external/chromium_org/third_party/gpsd/release-3.1/
gps.h 1649 double separation; \/* Geoidal separation, MSL - WGS84 (Meters) *\/ member in struct:gps_data_t
    [all...]
  /external/oprofile/utils/
opcontrol 168 none: no profile separation
    [all...]
  /external/openssh/
configure     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-tagcloud.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-tagcloud.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
string-tagcloud.js     [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex     [all...]

Completed in 446 milliseconds