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

1 2 3 4 5 6 7 8

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
DistantLightSource.cpp 43 paintingData.lightVector.setX(cosf(azimuth) * cosf(elevation));
44 paintingData.lightVector.setY(sinf(azimuth) * cosf(elevation));
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_csc.c 211 (*matrix)[0][1] = c * (*cstd)[0][1] * s * cosf(h) - c * (*cstd)[0][2] * s * sinf(h);
212 (*matrix)[0][2] = c * (*cstd)[0][2] * s * cosf(h) + c * (*cstd)[0][1] * s * sinf(h);
214 (*cstd)[0][1] * (c * cbbias * s * cosf(h) + c * crbias * s * sinf(h)) +
215 (*cstd)[0][2] * (c * crbias * s * cosf(h) - c * cbbias * s * sinf(h));
218 (*matrix)[1][1] = c * (*cstd)[1][1] * s * cosf(h) - c * (*cstd)[1][2] * s * sinf(h);
219 (*matrix)[1][2] = c * (*cstd)[1][2] * s * cosf(h) + c * (*cstd)[1][1] * s * sinf(h);
221 (*cstd)[1][1] * (c * cbbias * s * cosf(h) + c * crbias * s * sinf(h)) +
222 (*cstd)[1][2] * (c * crbias * s * cosf(h) - c * cbbias * s * sinf(h));
225 (*matrix)[2][1] = c * (*cstd)[2][1] * s * cosf(h) - c * (*cstd)[2][2] * s * sinf(h);
226 (*matrix)[2][2] = c * (*cstd)[2][2] * s * cosf(h) + c * (*cstd)[2][1] * s * sinf(h)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_csc.c 211 (*matrix)[0][1] = c * (*cstd)[0][1] * s * cosf(h) - c * (*cstd)[0][2] * s * sinf(h);
212 (*matrix)[0][2] = c * (*cstd)[0][2] * s * cosf(h) + c * (*cstd)[0][1] * s * sinf(h);
214 (*cstd)[0][1] * (c * cbbias * s * cosf(h) + c * crbias * s * sinf(h)) +
215 (*cstd)[0][2] * (c * crbias * s * cosf(h) - c * cbbias * s * sinf(h));
218 (*matrix)[1][1] = c * (*cstd)[1][1] * s * cosf(h) - c * (*cstd)[1][2] * s * sinf(h);
219 (*matrix)[1][2] = c * (*cstd)[1][2] * s * cosf(h) + c * (*cstd)[1][1] * s * sinf(h);
221 (*cstd)[1][1] * (c * cbbias * s * cosf(h) + c * crbias * s * sinf(h)) +
222 (*cstd)[1][2] * (c * crbias * s * cosf(h) - c * cbbias * s * sinf(h));
225 (*matrix)[2][1] = c * (*cstd)[2][1] * s * cosf(h) - c * (*cstd)[2][2] * s * sinf(h);
226 (*matrix)[2][2] = c * (*cstd)[2][2] * s * cosf(h) + c * (*cstd)[2][1] * s * sinf(h)
    [all...]
  /bionic/libm/
sincos.c 45 *p_cosf = cosf(x);
  /external/stlport/src/
sincos.c 49 *pcos = cosf(x);
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_ccoshf.c 60 return (cpackf(coshf(x) * cosf(y), sinhf(x) * sinf(y)));
66 return (cpackf(h * cosf(y), copysignf(h, x) * sinf(y)));
74 return (cpackf(h * h * cosf(y), h * sinf(y)));
93 return (cpackf((x * x) * cosf(y), x * sinf(y)));
s_csinhf.c 60 return (cpackf(sinhf(x) * cosf(y), coshf(x) * sinf(y)));
66 return (cpackf(copysignf(h, x) * cosf(y), h * sinf(y)));
74 return (cpackf(h * cosf(y), h * h * sinf(y)));
93 return (cpackf(x * cosf(y), INFINITY * sinf(y)));
s_cexpf.c 57 return (cpackf(cosf(y), sinf(y)));
87 return (cpackf(exp_x * cosf(y), exp_x * sinf(y)));
s_ctanhf.c 57 copysignf(0, isinf(y) ? y : sinf(y) * cosf(y))));
66 4 * sinf(y) * cosf(y) * exp_mx * exp_mx));
k_expf.c 85 return (cpackf(cosf(y) * exp_x * scale1 * scale2,
s_cosf.c 39 cosf(float x) function
e_j0f.c 53 c = cosf(x);
57 z = -cosf(x+x);
127 c = cosf(x);
135 z = -cosf(x+x);
e_j1f.c 54 c = cosf(y);
58 z = cosf(y+y);
113 c = cosf(x);
117 z = cosf(x+x);
  /hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/
AKFS_Math.h 40 #define AKFS_COS(x) cosf(x)
  /external/clang/test/CodeGen/
libcall-declarations.c 25 float cosf(float);
81 atan2f, ceil, ceill, ceilf, copysign, copysignl, copysignf, cos, cosl, cosf,
109 // CHECK-NOERRNO: declare float @cosf(float) [[NUW]]
  /frameworks/base/core/java/com/android/internal/widget/multiwaveview/
PointCloud.java 183 float cosf = FloatMath.cos(PI * 0.25f * glowDistance / glowManager.radius); local
184 glowAlpha = glowManager.alpha * max(0.0f, (float) Math.pow(cosf, 10.0f));
192 float cosf = FloatMath.cos(PI * 0.5f * distanceToWaveRing / waveManager.radius); local
193 waveAlpha = waveManager.alpha * max(0.0f, (float) Math.pow(cosf, 6.0f));
  /frameworks/base/core/jni/
android_util_FloatMath.cpp 21 static float CosF(JNIEnv* env, jobject clazz, float x) {
22 return cosf(x);
46 {"cos", "(F)F", (void*) MathUtilsGlue::CosF},
  /packages/apps/DeskClock/src/com/android/deskclock/widget/multiwaveview/
PointCloud.java 184 float cosf = FloatMath.cos(PI * 0.25f * glowDistance / glowManager.radius); local
185 glowAlpha = glowManager.alpha * max(0.0f, (float) Math.pow(cosf, 10.0f));
193 float cosf = FloatMath.cos(PI * 0.25f * distanceToWaveRing / waveManager.width); local
194 waveAlpha = waveManager.alpha * max(0.0f, (float) Math.pow(cosf, 20.0f));
  /packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/
PointCloud.java 184 float cosf = FloatMath.cos(PI * 0.25f * glowDistance / glowManager.radius); local
185 glowAlpha = glowManager.alpha * max(0.0f, (float) Math.pow(cosf, 10.0f));
193 float cosf = FloatMath.cos(PI * 0.25f * distanceToWaveRing / waveManager.width); local
194 waveAlpha = waveManager.alpha * max(0.0f, (float) Math.pow(cosf, 20.0f));
  /hardware/invensense/60xx/libsensors_iio/software/core/driver/include/
mlmath.h 68 #define cosf(x) ml_cos(x) macro
  /hardware/invensense/60xx/mlsdk/platform/include/
mlmath.h 80 #define cosf(x) ml_cos(x) macro
  /hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
mlmath.h 68 #define cosf(x) ml_cos(x) macro
  /external/chromium_org/native_client_sdk/src/examples/api/graphics_3d/
matrix.cc 94 mat[5] = cosf(x_rad);
102 mat[0] = cosf(y_rad);
110 mat[0] = cosf(z_rad);
  /external/chromium_org/base/
os_compat_android.cc 96 *c = cosf(angle);
  /external/chromium_org/third_party/skia/include/core/
SkFloatingPoint.h 49 #define sk_float_cos(x) cosf(x)

Completed in 882 milliseconds

1 2 3 4 5 6 7 8