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

1 2 3 45 6 7 8

  /frameworks/base/libs/hwui/
Matrix.cpp 294 float c = cosf(angle);
318 float c = cosf(angle);
  /bionic/libm/include/
math.h 304 float cosf(float);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
FEColorMatrix.cpp 205 float cosHue = cosf(hue * piFloat / 180);
SkiaImageFilterBuilder.cpp 78 float cosHue = cosf(hue * piFloat / 180);
FELighting.cpp 425 SkPoint3 direction(cosf(azimuthRad) * cosf(elevationRad),
426 sinf(azimuthRad) * cosf(elevationRad),
  /external/chromium_org/third_party/angle_dx11/samples/gles2_book/Common/
esTransform.c 61 cosAngle = cosf ( angle * PI / 180.0f );
  /external/chromium_org/third_party/skia/src/core/
SkCordic.cpp 209 float cosine = cosf(radian);
  /external/skia/src/core/
SkCordic.cpp 209 float cosine = cosf(radian);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 360 /* Define to 1 if you have the `cosf' function. */
1163 # define cosf macro
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 360 /* Define to 1 if you have the `cosf' function. */
1163 # define cosf macro
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 360 /* Define to 1 if you have the `cosf' function. */
1163 # define cosf macro
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 360 /* Define to 1 if you have the `cosf' function. */
1163 # define cosf macro
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
c++config.h 360 /* Define to 1 if you have the `cosf' function. */
1163 # define cosf macro
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 360 /* Define to 1 if you have the `cosf' function. */
1163 # define cosf macro
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 360 /* Define to 1 if you have the `cosf' function. */
1163 # define cosf macro
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
c++config.h 360 /* Define to 1 if you have the `cosf' function. */
1163 # define cosf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi/include/bits/
c++config.h 360 /* Define to 1 if you have the `cosf' function. */
1163 # define cosf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include/bits/
c++config.h 360 /* Define to 1 if you have the `cosf' function. */
1163 # define cosf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/mips/include/bits/
c++config.h 360 /* Define to 1 if you have the `cosf' function. */
1163 # define cosf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/x86/include/bits/
c++config.h 360 /* Define to 1 if you have the `cosf' function. */
1163 # define cosf macro
    [all...]
  /cts/suite/cts/deviceTests/opengl/jni/graphics/
Matrix.cpp 257 float c = (float) cosf(radians);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_math.h 68 static INLINE float cosf( float f ) function
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
imports.h 123 #define cosf(f) ((float) cos(f)) macro
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 99 "cosf",
458 TLI.setUnavailable(LibFunc::cosf);
  /external/mesa3d/src/gallium/auxiliary/util/
u_math.h 68 static INLINE float cosf( float f ) function

Completed in 1202 milliseconds

1 2 3 45 6 7 8