HomeSort by relevance Sort by last modified time
    Searched refs:distance (Results 251 - 275 of 663) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_tempbuf.h 119 _M_len = _STLP_STD::distance(__first, __last);
  /external/v8/src/x64/
macro-assembler-x64.h 179 Label::Distance condition_met_distance = Label::kFar);
186 Label::Distance distance = Label::kFar) {
187 InNewSpace(object, scratch, not_equal, branch, distance);
195 Label::Distance distance = Label::kFar) {
196 InNewSpace(object, scratch, equal, branch, distance);
204 Label::Distance on_black_distance = Label::kFar);
211 Label::Distance not_data_object_distance);
222 Label::Distance distance)
    [all...]
  /external/libvpx/vp8/encoder/
mcomp.c     [all...]
  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_view_views.cc 318 void TabContentsViewViews::OnNativeTabContentsViewWheelZoom(int distance) {
320 bool zoom_in = distance > 0;
  /external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/
MapModel3D.java 170 double distance = NavCalculator.computeLongDiff(centre.getLongitude(), local
174 double distanceInPixels = (distance / minutesPerWorldUnit);
  /external/llvm/include/llvm/Support/
CFG.h 201 int distance = idx - x.idx; local
202 return distance;
  /external/openfst/src/include/fst/script/
shortest-path.h 27 #include <fst/script/shortest-distance.h> // for ShortestDistanceOptions
173 vector<WeightClass> *distance,
  /external/webkit/Source/JavaScriptCore/
create_hash_table 146 my ($value, $distance) = @_;
147 return (($value << $distance) & 0xFFFFFFFF);
  /external/webkit/Source/WebCore/platform/graphics/cairo/
GraphicsContextCairo.cpp 335 int distance = (isVerticalLine ? (point2.y() - point1.y()) : (point2.x() - point1.x())) - 2*static_cast<int>(width); local
336 int remainder = distance%patWidth;
337 int coverage = distance-remainder;
447 int distance; local
449 distance = static_cast<int>((M_PI * hRadius) / 2.0);
450 else // We are elliptical and will have to estimate the distance
451 distance = static_cast<int>((M_PI * sqrtf((hRadius * hRadius + vRadius * vRadius) / 2.0)) / 2.0);
453 int remainder = distance % patWidth;
454 int coverage = distance - remainder;
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebHTMLRepresentation.mm 362 size_t distance;
365 NSString *result = core([_private->dataSource webFrame])->searchForLabelsBeforeElement(labels, core(element), &distance, &isInCellAbove);
368 if (distance == notFound)
371 *outDistance = distance;
  /frameworks/base/core/jni/
android_view_GLES20DisplayList.cpp 133 jobject clazz, DisplayList* displayList, float distance) {
134 displayList->setCameraDistance(distance);
  /frameworks/base/location/java/android/location/
ILocationManager.aidl 56 void addProximityAlert(double latitude, double longitude, float distance,
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
RadialGradient_Delegate.java 182 // compute distance from each point to the center, and figure out the distance from
201 float distance = (float) Math.sqrt(_x * _x + _y * _y); local
203 data[index++] = getGradientColor(distance / mRadius);
  /frameworks/native/include/utils/
List.h 185 return size_t(distance(begin(), end()));
259 * Measure the distance between two iterators. On exist, "first"
273 ptrdiff_t distance( function in class:android::List
  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/util/
DrawableViewNode.java 215 * Moves the node the specified distance up.
217 public void move(double distance) {
218 top -= distance;
  /system/core/include/sysutils/
List.h 186 return size_t(distance(begin(), end()));
260 * Measure the distance between two iterators. On exist, "first"
274 ptrdiff_t distance( function in class:android::sysutils::List
  /system/netd/
List.h 186 return size_t(distance(begin(), end()));
260 * Measure the distance between two iterators. On exist, "first"
274 ptrdiff_t distance( function in class:android::netd::List
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_pixels.c 315 /* Do colorspace distance matching */
317 unsigned int distance; local
327 distance = (rd*rd)+(gd*gd)+(bd*bd);
328 if ( distance < smallest ) {
330 if ( distance == 0 ) { /* Perfect match! */
333 smallest = distance;
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
queue.h 271 NaturalShortestFirstQueue(vector<W> *distance) :
272 ShortestFirstQueue<S, C>(C(distance, less_)) {}
501 // This constructor takes a state distance vector that, if non-null and if
503 // shortest-first queue using the natural order w.r.t to the distance.
505 AutoQueue(const Fst<Arc> &fst, const vector<typename Arc::Weight> *distance,
531 if (distance && (Weight::Properties() & kPath)) {
533 comp = new Compare(distance, *less);
  /external/stlport/stlport/stl/
_hashtable.h 394 { return _STLP_STD::distance(_ElemsIte(_M_buckets[__bucket]), _ElemsIte(_M_buckets[__bucket + 1])); }
449 size_type __n = _STLP_STD::distance(__f, __l);
458 size_type __n = _STLP_STD::distance(__f, __l);
480 size_type __n = _STLP_STD::distance(__f, __l);
487 size_type __n = _STLP_STD::distance(__f, __l);
  /external/v8/benchmarks/
raytrace.js 162 distance : function(color) {
438 info.distance = (-B) - Math.sqrt(D);
443 info.distance
497 info.distance = t;
529 distance: null,
683 best.distance = 2000;
690 if(info.isHit && info.distance >= 0 && info.distance < best.distance){
749 if (refl.isHit && refl.distance > 0)
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-raytrace.js 157 distance : function(color) {
433 info.distance = (-B) - Math.sqrt(D);
438 info.distance
492 info.distance = t;
524 distance: null,
678 best.distance = 2000;
685 if(info.isHit && info.distance >= 0 && info.distance < best.distance){
744 if (refl.isHit && refl.distance > 0)
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/
TiledDrawingAreaProxy.cpp 388 // Manhattan distance, biased so that vertical distances are shorter.
441 // Distance is 0 for all currently visible tiles.
442 double distance = tileDistance(visibleRect, currentCoordinate); local
445 if (!distance && (!tile || !tile->isReadyToPaint()))
452 if (distance > shortestDistance)
454 if (distance < shortestDistance) {
456 shortestDistance = distance;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_hashtable.h 394 { return _STLP_STD::distance(_ElemsIte(_M_buckets[__bucket]), _ElemsIte(_M_buckets[__bucket + 1])); }
449 size_type __n = _STLP_STD::distance(__f, __l);
458 size_type __n = _STLP_STD::distance(__f, __l);
480 size_type __n = _STLP_STD::distance(__f, __l);
487 size_type __n = _STLP_STD::distance(__f, __l);
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_hashtable.h 394 { return _STLP_STD::distance(_ElemsIte(_M_buckets[__bucket]), _ElemsIte(_M_buckets[__bucket + 1])); }
449 size_type __n = _STLP_STD::distance(__f, __l);
458 size_type __n = _STLP_STD::distance(__f, __l);
480 size_type __n = _STLP_STD::distance(__f, __l);
487 size_type __n = _STLP_STD::distance(__f, __l);

Completed in 1577 milliseconds

<<11121314151617181920>>