HomeSort by relevance Sort by last modified time
    Searched refs:fabs (Results 26 - 50 of 616) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/content/browser/renderer_host/
overscroll_controller.cc 193 ratio = fabs(overscroll_delta_x_) / bounds.width();
196 ratio = fabs(overscroll_delta_y_) / bounds.height();
256 if (fabs(velocity_x) > kFlingVelocityThreshold) {
263 } else if (fabs(velocity_y) > kFlingVelocityThreshold) {
298 if (fabs(overscroll_delta_x_) <= horiz_threshold &&
299 fabs(overscroll_delta_y_) <= vert_threshold) {
309 if (fabs(overscroll_delta_x_) > horiz_threshold &&
310 fabs(overscroll_delta_x_) > fabs(overscroll_delta_y_) * kMinRatio)
312 else if (fabs(overscroll_delta_y_) > vert_threshold &
    [all...]
  /external/chromium_org/third_party/opus/src/celt/tests/
test_unit_mathops.c 72 if (fabs(prod-1) > .00025)
89 if (fabs(ratio - 1) > .0005 && fabs(val-sqrt(i)) > 2)
157 float error = fabs((1.442695040888963387*log(x))-celt_log2(x));
160 fprintf (stderr, "celt_log2 failed: fabs((1.442695040888963387*log(x))-celt_log2(x))>0.001 (x = %f, error = %f)\n", x,error);
171 float error = fabs(x-(1.442695040888963387*log(celt_exp2(x))));
174 fprintf (stderr, "celt_exp2 failed: fabs(x-(1.442695040888963387*log(celt_exp2(x))))>0.0005 (x = %f, error = %f)\n", x,error);
185 float error = fabs(x-(celt_log2(celt_exp2(x))));
188 fprintf (stderr, "celt_log2/celt_exp2 failed: fabs(x-(celt_log2(celt_exp2(x))))>0.001 (x = %f, error = %f)\n", x,error);
199 float error = fabs((1.442695040888963387*log(x/16384.0))-celt_log2(x)/1024.0)
    [all...]
  /external/opencv/cv/src/
cvmatchcontours.cpp 111 double ama = fabs( ma[i] );
112 double amb = fabs( mb[i] );
131 result += fabs( -ama + amb );
141 double ama = fabs( ma[i] );
142 double amb = fabs( mb[i] );
161 result += fabs( -ama + amb );
171 double ama = fabs( ma[i] );
172 double amb = fabs( mb[i] );
191 mmm = fabs( (ama - amb) / ama );
343 t0 = fabs( r11 * w1 + r21 * w2 )
    [all...]
  /external/ceres-solver/internal/ceres/
test_util.cc 53 double absolute_difference = fabs(x - y);
54 double relative_difference = absolute_difference / std::max(fabs(x), fabs(y));
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_hypot.c 65 a = fabs(a);
66 b = fabs(b);
73 w = fabs(x+0.0)-fabs(y+0.0);
e_remainder.c 57 x = fabs(x);
58 p = fabs(p);
  /external/oprofile/gui/
oprof_start_util.h 29 return fabs(((x1 - x2) / x2)) * 100;
  /external/stlport/stlport/stl/config/
_como.h 97 # define fabsl fabs
129 # define fabsf fabs
130 # define fabsl fabs
169 # define fabsl fabs
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 97 # define fabsl fabs
129 # define fabsf fabs
130 # define fabsl fabs
169 # define fabsl fabs
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 97 # define fabsl fabs
129 # define fabsf fabs
130 # define fabsl fabs
169 # define fabsl fabs
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 97 # define fabsl fabs
129 # define fabsf fabs
130 # define fabsl fabs
169 # define fabsl fabs
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 97 # define fabsl fabs
129 # define fabsf fabs
130 # define fabsl fabs
169 # define fabsl fabs
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 97 # define fabsl fabs
129 # define fabsf fabs
130 # define fabsl fabs
169 # define fabsl fabs
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_como.h 97 # define fabsl fabs
129 # define fabsf fabs
130 # define fabsl fabs
169 # define fabsl fabs
  /bionic/libstdc++/include/
cmath 68 using ::fabs;
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
DenormalDisabler.h 81 return (fabs(f) < FLT_MIN) ? 0.0f : f;
116 return (fabs(f) < FLT_MIN) ? 0.0f : f;
  /ndk/sources/cxx-stl/gabi++/include/
cmath 68 using ::fabs;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/
load_factor.pass.cpp 41 assert(fabs(c.load_factor() - (float)c.size()/c.bucket_count()) < FLT_EPSILON);
66 assert(fabs(c.load_factor() - (float)c.size()/c.bucket_count()) < FLT_EPSILON);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/
load_factor.pass.cpp 41 assert(fabs(c.load_factor() - (float)c.size()/c.bucket_count()) < FLT_EPSILON);
66 assert(fabs(c.load_factor() - (float)c.size()/c.bucket_count()) < FLT_EPSILON);
  /ndk/sources/cxx-stl/system/include/
cmath 68 using ::fabs;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cmath 66 using ::fabs;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cmath 66 using ::fabs;
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
cmath 68 using ::fabs;
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
cmath 68 using ::fabs;
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cmath 68 using ::fabs;

Completed in 2884 milliseconds

12 3 4 5 6 7 8 91011>>