HomeSort by relevance Sort by last modified time
    Searched full:fabsf (Results 1 - 25 of 93) sorted by null

1 2 3 4

  /system/core/libacc/tests/data/
rollo3.c 2 float fabsf(float);
6 float f = fabsf(-10.0f);
  /bionic/libm/man/
fabs.3 41 .Nm fabsf ,
51 .Fn fabsf "float x"
57 .Fn fabsf
65 .Fn fabsf
83 .Fn fabsf
  /bionic/libm/src/
e_coshf.c 39 t = expm1f(fabsf(x));
47 t = __ieee754_expf(fabsf(x));
52 if (ix < 0x42b17217) return half*__ieee754_expf(fabsf(x));
56 w = __ieee754_expf(half*fabsf(x));
s_fabsf.c 21 * fabsf(x) returns the absolute value of x.
28 fabsf(float x) function
e_sinhf.c 43 t = expm1f(fabsf(x));
49 if (ix < 0x42b17217) return h*__ieee754_expf(fabsf(x));
53 w = __ieee754_expf((float)0.5*fabsf(x));
s_asinhf.c 40 w = __ieee754_logf(fabsf(x))+ln2;
42 t = fabsf(x);
46 w =log1pf(fabsf(x)+t/(one+__ieee754_sqrtf(one+t)));
e_remainderf.c 48 x = fabsf(x);
49 p = fabsf(p);
s_tanhf.c 45 t = expm1f(two*fabsf(x));
48 t = expm1f(-two*fabsf(x));
s_logbf.c 32 if(ix==0) return (float)-1.0/fabsf(x);
s_erff.c 124 s = fabsf(x)-one;
132 x = fabsf(x);
179 s = fabsf(x)-one;
189 x = fabsf(x);
e_asinf.c 64 w = one-fabsf(x);
e_jnf.c 52 x = fabsf(x);
133 tmp = tmp*__ieee754_logf(fabsf(v*tmp));
e_atan2f.c 84 else z=atanf(fabsf(y/x)); /* safe to do y/x */
  /external/webkit/WebCore/svg/
SVGTransformDistance.cpp 178 m_angle += absoluteValue ? fabsf(transform.angle()) : transform.angle();
179 m_cx += absoluteValue ? fabsf(transform.rotationCenter().x()) : transform.rotationCenter().x();
180 m_cy += absoluteValue ? fabsf(transform.rotationCenter().y()) : transform.rotationCenter().y();
184 float dx = absoluteValue ? fabsf(transform.translate().x()) : transform.translate().x();
185 float dy = absoluteValue ? fabsf(transform.translate().y()) : transform.translate().y();
191 float scaleX = absoluteValue ? fabsf(transform.scale().width()) : transform.scale().width();
192 float scaleY = absoluteValue ? fabsf(transform.scale().height()) : transform.scale().height();
198 m_angle += absoluteValue ? fabsf(transform.angle()) : transform.angle();
  /frameworks/base/opengl/libagl/
fp.cpp 65 if (fabsf(x) >= 0.5f) {
70 const float y = B*x*fabsf(x) + C*x;
71 return 0.2215f * (y*fabsf(y) - y) + y;
  /external/skia/src/core/
SkCordic.cpp 226 float error = fabsf(sine - sine2);
229 error = fabsf(cosine - cosine2);
236 error = fabsf(_tan - tan2);
237 if (error > 0.05 && fabsf(_tan) < 1e6)
246 float error = fabsf(arcsine - arcsine2);
260 float error = fabsf(arccos - arccos2);
277 float error = fabsf(arctan - arctan2);
293 float error = fabsf(log - log2);
  /packages/apps/Launcher2/res/raw/
allapps.rs 142 float av = fabsf(g_PosVelocity);
145 minVel *= 1.f - (fabsf(fracf(g_PosPage + 0.5f) - 0.5f) * 0.45f);
208 if (fabsf(g_PosVelocity) < 4.0f || (g_PosVelocity * accel) < 0) {
225 if ((friction > fabsf(g_PosVelocity)) && (friction > fabsf(accel))) {
228 if (fabsf(t) < (friction * g_DT)) {
370 if (fabsf(g_Zoom - state->zoomTarget) < fabsf(dz)) {
  /packages/wallpapers/Basic/res/raw/
galaxy.rs 60 float d = fabsf(randomGauss()) * State->galaxyRadius * 0.5f + randf(64.0f);
147 float absoluteAngle = fabsf(a);
161 //pointAttenuation(0.1f + 0.3f * fabsf(offset), 0.0f, 0.06f + 0.1f * fabsf(offset));
  /external/stlport/stlport/stl/config/
_gcc.h 127 /* No *f math fuctions variants (i.e. sqrtf, fabsf, etc.) */
149 /* No *f math fuctions variants (i.e. sqrtf, fabsf, etc.) */
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_gcc.h 127 /* No *f math fuctions variants (i.e. sqrtf, fabsf, etc.) */
149 /* No *f math fuctions variants (i.e. sqrtf, fabsf, etc.) */
  /external/quake/quake/src/WinQuake/
snd_android.cpp 106 if (fabsf(x) >= 0.5f) {
111 const float y = B*x*fabsf(x) + C*x;
112 return 0.2215f * (y*fabsf(y) - y) + y;
  /external/skia/include/core/
SkFloatingPoint.h 69 #define sk_float_abs(x) fabsf(x)
  /external/webkit/WebCore/platform/graphics/cg/
PDFDocumentImage.cpp 66 return IntSize((int)(fabsf(rotWidth) + 0.5f), (int)(fabsf(rotHeight) + 0.5f));
  /frameworks/base/libs/rs/
rsScriptC_Lib.cpp 297 if (fabsf(x) >= 0.5f) {
302 const float y = B * x * fabsf(x) + C * x;
303 return 0.2215f * (y * fabsf(y) - y) + y;
317 if (fabsf(x) >= 0.5f) {
322 const float y = B * x * fabsf(x) + C * x;
323 return 0.2215f * (y * fabsf(y) - y) + y;
1117 { "absf", (void *)&fabsf,
1135 { "fabsf", (void *)&fabsf,
    [all...]
  /external/webkit/WebKit/mac/WebView/
WebDynamicScrollBarsView.mm 333 if (fabsf(deltaY) > fabsf(deltaX)) {

Completed in 2093 milliseconds

1 2 3 4