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

1 2 3

  /external/webkit/Source/WebCore/platform/graphics/filters/
DistantLightSource.cpp 44 paintingData.lightVector.setX(cosf(azimuth) * cosf(elevation));
45 paintingData.lightVector.setY(sinf(azimuth) * cosf(elevation));
SpotLightSource.cpp 62 paintingData.coneCutOffLimit = cosf(deg2rad(180.0f - limitingConeAngle));
  /bionic/libm/
sincos.c 47 *pcos = cosf(x);
  /external/stlport/src/
sincos.c 49 *pcos = cosf(x);
  /frameworks/base/core/jni/
android_util_FloatMath.cpp 21 static float CosF(JNIEnv* env, jobject clazz, float x) {
22 return cosf(x);
34 {"cos", "(F)F", (void*) MathUtilsGlue::CosF},
  /bionic/libm/src/
s_cosf.c 36 cosf(float x) function
e_j0f.c 55 c = cosf(x);
59 z = -cosf(x+x);
129 c = cosf(x);
137 z = -cosf(x+x);
e_j1f.c 56 c = cosf(y);
60 z = cosf(y+y);
115 c = cosf(x);
119 z = cosf(x+x);
  /external/webkit/Source/WebCore/platform/graphics/cg/
PDFDocumentImage.cpp 67 const float cosa = cosf(-m_rotation);
102 float cosa = cosf(-m_rotation);
  /hardware/invensense/mlsdk/platform/include/
mlmath.h 80 #define cosf(x) ml_cos(x) macro
  /external/skia/include/core/
SkFloatingPoint.h 57 #define sk_float_cos(x) cosf(x)
  /external/stlport/stlport/stl/config/
_como.h 115 # define cosf cos macro
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 115 # define cosf cos macro
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 115 # define cosf cos macro
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 115 # define cosf cos macro
  /external/valgrind/main/memcheck/tests/
vcpu_fnfns.c 63 printf(" cosF(%+20.4e) = %+20.4e\n", (double)f, (double)cosf(f));
  /external/webkit/Source/WebCore/svg/
SVGPathParser.cpp 469 float cosStartTheta = cosf(startTheta);
471 float cosEndTheta = cosf(endTheta);
SVGRadialGradientElement.cpp 245 deltaX = cosf(angle) * radiusMax;
  /bionic/libm/include/
math.h 315 float cosf(float);
  /development/ndk/platforms/android-3/include/
math.h 314 float cosf(float);
  /development/ndk/platforms/android-9/include/
math.h 314 float cosf(float);
  /external/webrtc/src/modules/audio_processing/aec/main/source/
aec_rdft.c 115 rdft_w[nwh] = cosf(delta * nwh);
118 x = cosf(delta * j);
137 c[0] = cosf(delta * nch);
140 c[j] = 0.5f * cosf(delta * j);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
math.h 314 float cosf(float);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
math.h 314 float cosf(float);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
math.h 314 float cosf(float);

Completed in 589 milliseconds

1 2 3