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

1 2

  /bionic/libm/
sincos.c 39 *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/WebCore/platform/graphics/cg/
PDFDocumentImage.cpp 60 const float cosa = cosf(-m_rotation);
95 float cosa = cosf(-m_rotation);
  /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
  /frameworks/base/libs/rs/
rsMatrix.cpp 72 c = cosf(rot);
  /external/webkit/WebCore/platform/graphics/
Path.cpp 76 traversalState.m_current.move(offset * cosf(slope), offset * sinf(slope));
244 x = cx + cosf(angle) * rx;
  /bionic/libm/include/
math.h 314 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/webkit/WebCore/svg/
SVGRadialGradientElement.cpp 145 dfx = cosf(angle) * rMax;
  /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);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
math.h 314 float cosf(float);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
math.h 314 float cosf(float);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
math.h 314 float cosf(float);
  /external/skia/src/core/
SkCordic.cpp 221 float cosine = cosf(radian);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
c++config.h 360 /* Define to 1 if you have the `cosf' function. */
1163 # define cosf macro
    [all...]
  /external/stlport/stlport/stl/
_cmath.h 84 inline float cosf(float v) { return __cosf(v); } function
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 84 inline float cosf(float v) { return __cosf(v); } function

Completed in 265 milliseconds

1 2