/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 | 148 int separation = (*first).major_length / 2 + (*second).major_length / 2 + local 150 int overlap = (*first).major_pos + separation - (*second).major_pos; 154 (*first).major_pos + separation); 158 (*second).major_pos - separation); [all...] |
/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/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...] |