HomeSort by relevance Sort by last modified time
    Searched refs:distance (Results 1 - 25 of 1974) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/platform/audio/
Distance.cpp 33 #include "platform/audio/Distance.h"
50 double DistanceEffect::gain(double distance)
52 // don't go beyond maximum distance
53 distance = std::min(distance, m_maxDistance);
55 // if clamped, don't get closer than reference distance
57 distance = std::max(distance, m_refDistance);
61 return linearGain(distance);
63 return inverseGain(distance);
    [all...]
Distance.h 36 // Distance models are defined according to the OpenAL specification:
49 // Returns scalar gain for the given distance the current distance model is used
50 double gain(double distance);
60 // Distance params
70 double linearGain(double distance);
71 double inverseGain(double distance);
72 double exponentialGain(double distance);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
distance_fwd.hpp 21 BOOST_MPL_AUX_COMMON_NAME_WKND(distance)
24 template< typename First, typename Last > struct distance;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_temporal_filter.h 19 void vp9_temporal_filter(VP9_COMP *cpi, int distance);
  /external/libcxx/test/re/re.results/re.results.acc/
position.pass.cpp 25 assert(m.position() == std::distance(s, m[0].first));
26 assert(m.position(0) == std::distance(s, m[0].first));
27 assert(m.position(1) == std::distance(s, m[1].first));
28 assert(m.position(2) == std::distance(s, m[2].first));
29 assert(m.position(3) == std::distance(s, m[3].first));
30 assert(m.position(4) == std::distance(s, m[4].first));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.results/re.results.acc/
position.pass.cpp 25 assert(m.position() == std::distance(s, m[0].first));
26 assert(m.position(0) == std::distance(s, m[0].first));
27 assert(m.position(1) == std::distance(s, m[1].first));
28 assert(m.position(2) == std::distance(s, m[2].first));
29 assert(m.position(3) == std::distance(s, m[3].first));
30 assert(m.position(4) == std::distance(s, m[4].first));
  /external/chromium_org/third_party/WebKit/Source/core/svg/
ColorDistance.h 30 static float distance(const Color& fromColor, const Color& toColor);
  /external/libvpx/libvpx/vp9/encoder/
vp9_temporal_filter.h 18 void vp9_temporal_filter_prepare(VP9_COMP *cpi, int distance);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_temporal_filter.h 18 void vp9_temporal_filter_prepare(VP9_COMP *cpi, int distance);
  /external/chromium-trace/trace-viewer/src/tracing/tracks/
ruler_track.css 10 .ruler-track-with-distance-measurements {
  /external/chromium_org/native_client_sdk/src/examples/demo/flock/
goose.cc 19 // The minimum distance that a goose can be from this goose. If another goose
20 // comes within this distance of this goose, the flocking algorithm tries to
24 // The distance at which attractors have effect on a goose's direction.
27 // The goose will try to turn towards geese within this distance (computed
92 // Compute the distance from this goose to its neighbour.
95 double distance = goose_delta.Magnitude(); local
98 distance, goose_delta, &separation, separation_count);
101 distance, goose, &alignment, align_count);
103 distance, goose, &cohesion, cohesion_count);
125 double distance = attractor_direction.Magnitude() local
151 double distance = desired_direction.Magnitude(); local
    [all...]
  /external/libcxx/test/containers/sequences/list/list.cons/
default_stack_alloc.pass.cpp 24 assert(std::distance(l.begin(), l.end()) == 0);
29 assert(std::distance(l.begin(), l.end()) == 0);
34 assert(std::distance(l.begin(), l.end()) == 0);
40 assert(std::distance(l.begin(), l.end()) == 0);
45 assert(std::distance(l.begin(), l.end()) == 0);
default.pass.cpp 24 assert(std::distance(l.begin(), l.end()) == 0);
29 assert(std::distance(l.begin(), l.end()) == 0);
34 assert(std::distance(l.begin(), l.end()) == 0);
40 assert(std::distance(l.begin(), l.end()) == 0);
45 assert(std::distance(l.begin(), l.end()) == 0);
50 assert(std::distance(l.begin(), l.end()) == 0);
55 assert(std::distance(l.begin(), l.end()) == 0);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.cons/
default_stack_alloc.pass.cpp 24 assert(std::distance(l.begin(), l.end()) == 0);
29 assert(std::distance(l.begin(), l.end()) == 0);
34 assert(std::distance(l.begin(), l.end()) == 0);
40 assert(std::distance(l.begin(), l.end()) == 0);
45 assert(std::distance(l.begin(), l.end()) == 0);
default.pass.cpp 24 assert(std::distance(l.begin(), l.end()) == 0);
29 assert(std::distance(l.begin(), l.end()) == 0);
34 assert(std::distance(l.begin(), l.end()) == 0);
40 assert(std::distance(l.begin(), l.end()) == 0);
45 assert(std::distance(l.begin(), l.end()) == 0);
50 assert(std::distance(l.begin(), l.end()) == 0);
55 assert(std::distance(l.begin(), l.end()) == 0);
  /external/chromium_org/ash/wm/workspace/
magnetism_matcher_unittest.cc 13 const int distance = MagnetismMatcher::kMagneticDistance; local
19 gfx::Rect(initial_bounds.x() - distance - 10,
20 initial_bounds.y() - distance - 10, 2, 3), &edge));
30 initial_bounds.y() + distance + 1 , 1, 1),
38 const int distance = MagnetismMatcher::kMagneticDistance; local
44 gfx::Rect(initial_bounds.x() - distance - 10,
45 initial_bounds.y() - distance - 10, 2, 3), &edge));
54 gfx::Rect(initial_bounds.x() + distance + 1,
68 const int distance = MagnetismMatcher::kMagneticDistance; local
74 gfx::Rect(initial_bounds.right() - distance * 2
97 const int distance = MagnetismMatcher::kMagneticDistance; local
120 const int distance = MagnetismMatcher::kMagneticDistance; local
145 const int distance = MagnetismMatcher::kMagneticDistance; local
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/detail/
workaround.hpp 22 #include <iterator> // for std::distance
36 std::ptrdiff_t distance( T const& x_, T const& y_ ) function in namespace:boost::unit_test::ut_detail
40 std::distance( x_, y_, res );
48 using std::distance;
  /external/libcxx/test/containers/sequences/forwardlist/forwardlist.modifiers/
push_front_const.pass.cpp 27 assert(distance(c.begin(), c.end()) == 1);
31 assert(distance(c.begin(), c.end()) == 2);
40 assert(distance(c.begin(), c.end()) == 1);
44 assert(distance(c.begin(), c.end()) == 2);
push_front_rv.pass.cpp 29 assert(distance(c.begin(), c.end()) == 1);
33 assert(distance(c.begin(), c.end()) == 2);
42 assert(distance(c.begin(), c.end()) == 1);
46 assert(distance(c.begin(), c.end()) == 2);
resize_size.pass.cpp 27 assert(distance(c.begin(), c.end()) == 0);
29 assert(distance(c.begin(), c.end()) == 10);
31 assert(distance(c.begin(), c.end()) == 20);
33 assert(distance(c.begin(), c.end()) == 5);
35 assert(distance(c.begin(), c.end()) == 0);
44 assert(distance(c.begin(), c.end()) == 3);
50 assert(distance(c.begin(), c.end()) == 6);
59 assert(distance(c.begin(), c.end()) == 6);
73 assert(distance(c.begin(), c.end()) == 0);
75 assert(distance(c.begin(), c.end()) == 10)
    [all...]
pop_front.pass.cpp 30 assert(distance(c.begin(), c.end()) == 1);
33 assert(distance(c.begin(), c.end()) == 0);
43 assert(distance(c.begin(), c.end()) == 1);
46 assert(distance(c.begin(), c.end()) == 0);
58 assert(distance(c.begin(), c.end()) == 1);
61 assert(distance(c.begin(), c.end()) == 0);
71 assert(distance(c.begin(), c.end()) == 1);
74 assert(distance(c.begin(), c.end()) == 0);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.modifiers/
push_front_const.pass.cpp 27 assert(distance(c.begin(), c.end()) == 1);
31 assert(distance(c.begin(), c.end()) == 2);
40 assert(distance(c.begin(), c.end()) == 1);
44 assert(distance(c.begin(), c.end()) == 2);
push_front_rv.pass.cpp 29 assert(distance(c.begin(), c.end()) == 1);
33 assert(distance(c.begin(), c.end()) == 2);
42 assert(distance(c.begin(), c.end()) == 1);
46 assert(distance(c.begin(), c.end()) == 2);
resize_size.pass.cpp 27 assert(distance(c.begin(), c.end()) == 0);
29 assert(distance(c.begin(), c.end()) == 10);
31 assert(distance(c.begin(), c.end()) == 20);
33 assert(distance(c.begin(), c.end()) == 5);
35 assert(distance(c.begin(), c.end()) == 0);
44 assert(distance(c.begin(), c.end()) == 3);
50 assert(distance(c.begin(), c.end()) == 6);
59 assert(distance(c.begin(), c.end()) == 6);
73 assert(distance(c.begin(), c.end()) == 0);
75 assert(distance(c.begin(), c.end()) == 10)
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TestDistance.rs 26 return distance(inLhs, inRhs);
31 return distance(inLhs, inRhs);
36 return distance(inLhs, inRhs);
41 return distance(inLhs, inRhs);

Completed in 743 milliseconds

1 2 3 4 5 6 7 8 91011>>