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

1 2 3 4 5 6 7 8 91011>>

  /bionic/libm/src/
s_fabs.c 18 * fabs(x) returns the absolute value of x.
25 fabs(double x) function
e_cosh.c 60 t = expm1(fabs(x));
68 t = __ieee754_exp(fabs(x));
73 if (ix < 0x40862E42) return half*__ieee754_exp(fabs(x));
79 w = __ieee754_exp(half*fabs(x));
e_sinh.c 61 t = expm1(fabs(x));
67 if (ix < 0x40862E42) return h*__ieee754_exp(fabs(x));
72 w = __ieee754_exp(0.5*fabs(x));
s_asinh.c 48 w = __ieee754_log(fabs(x))+ln2;
50 t = fabs(x);
54 w =log1p(fabs(x)+t/(one+__ieee754_sqrt(one+t)));
s_tanh.c 67 t = expm1(two*fabs(x));
70 t = expm1(-two*fabs(x));
s_logb.c 35 if((ix|lx)==0) return -1.0/fabs(x);
  /external/clang/test/CodeGen/
libcalls-fno-builtin.c 7 double fabs(double x);
22 double t4(double x) { return fabs(x); }
24 // CHECK: fabs
  /external/webkit/Source/WebCore/platform/audio/
Cone.cpp 60 double absAngle = fabs(angle);
63 double absInnerAngle = fabs(m_innerAngle) / 2.0;
64 double absOuterAngle = fabs(m_outerAngle) / 2.0;
  /external/compiler-rt/lib/ppc/
gcc_qadd.c 58 if (fabs(A) <= fabs(B))
67 if (fabs(a) <= fabs(b))
gcc_qsub.c 58 if (fabs(A) <= fabs(B))
67 if (fabs(a) <= fabs(b))
  /external/webkit/Source/WebCore/webaudio/
AudioParam.cpp 58 if (fabs(m_smoothedValue - m_value) < SnapThreshold) // FIXME: the threshold needs to be adjustable depending on range - but this is OK general purpose value.
  /frameworks/compile/libbcc/runtime/lib/ppc/
gcc_qadd.c 58 if (fabs(A) <= fabs(B))
67 if (fabs(a) <= fabs(b))
gcc_qsub.c 58 if (fabs(A) <= fabs(B))
67 if (fabs(a) <= fabs(b))
  /system/extras/tests/bionic/libstdc++/
test_cmath.cpp 66 using ::fabs;
  /external/webkit/Source/WebCore/platform/graphics/
UnitBezier.h 75 if (fabs (x2) < epsilon)
78 if (fabs(d2) < 1e-6)
95 if (fabs(x2 - x) < epsilon)
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities_indexing.h 196 best=fabs(s[0]);pos=0;
197 t=fabs(s[1]);if(t>best){best=t;pos=1;}
198 t=fabs(s[2]);if(t>best){pos=2;}
207 best=fabs(s[0]);pos=0;
208 t=fabs(s[1]);if(t>best){best=t;pos=1;}
209 t=fabs(s[2]);if(t>best){best=t;pos=2;}
210 t=fabs(s[3]);if(t>best){best=t;pos=3;}
211 t=fabs(s[4]);if(t>best){best=t;pos=4;}
212 t=fabs(s[5]);if(t>best){best=t;pos=5;}
213 t=fabs(s[6]);if(t>best){best=t;pos=6;
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities_indexing.h 196 best=fabs(s[0]);pos=0;
197 t=fabs(s[1]);if(t>best){best=t;pos=1;}
198 t=fabs(s[2]);if(t>best){pos=2;}
207 best=fabs(s[0]);pos=0;
208 t=fabs(s[1]);if(t>best){best=t;pos=1;}
209 t=fabs(s[2]);if(t>best){best=t;pos=2;}
210 t=fabs(s[3]);if(t>best){best=t;pos=3;}
211 t=fabs(s[4]);if(t>best){best=t;pos=4;}
212 t=fabs(s[5]);if(t>best){best=t;pos=5;}
213 t=fabs(s[6]);if(t>best){best=t;pos=6;
    [all...]
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Geometry.h 78 mass = fabs((y1 - y0) * (x2 - x0)); // Special case 1a
82 mass = fabs((y1 - y0) * (x1 - x0)); // Special case 1b
89 mass = fabs((x2 - x0) * (y2 - y0)); // Special case 2a
93 mass = fabs((x1 - x0) * (y2 - y0)); // Special case 2a
98 mass = fabs((x1 - x0) * (y2 - y0)); // Special case 3
114 if (fabs( m1 - m2 ) > 1.e-6)
124 mass = fabs( (y1 - y0) * (x2 - x0) );
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Geometry.h 78 mass = fabs((y1 - y0) * (x2 - x0)); // Special case 1a
82 mass = fabs((y1 - y0) * (x1 - x0)); // Special case 1b
89 mass = fabs((x2 - x0) * (y2 - y0)); // Special case 2a
93 mass = fabs((x1 - x0) * (y2 - y0)); // Special case 2a
98 mass = fabs((x1 - x0) * (y2 - y0)); // Special case 3
114 if (fabs( m1 - m2 ) > 1.e-6)
124 mass = fabs( (y1 - y0) * (x2 - x0) );
  /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/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

Completed in 1176 milliseconds

1 2 3 4 5 6 7 8 91011>>