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

1 2 3

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_cosf.c 39 cosf(float x) function
  /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/stlport/stlport/stl/
_cmath.h 84 inline float cosf(float v) { return __cosf(v); } function
  /external/stlport/stlport/stl/config/
_como.h 115 # define cosf cos macro
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 84 inline float cosf(float v) { return __cosf(v); } function
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 115 # define cosf cos macro
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 84 inline float cosf(float v) { return __cosf(v); } function
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 115 # define cosf cos macro
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 84 inline float cosf(float v) { return __cosf(v); } function
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 115 # define cosf cos macro
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 84 inline float cosf(float v) { return __cosf(v); } function
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 115 # define cosf cos macro
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 84 inline float cosf(float v) { return __cosf(v); } function
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 115 # define cosf cos macro
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_cmath.h 84 inline float cosf(float v) { return __cosf(v); } function
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_como.h 115 # define cosf cos macro
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
imports.h 123 #define cosf(f) ((float) cos(f)) macro
  /external/mesa3d/src/mesa/main/
imports.h 123 #define cosf(f) ((float) cos(f)) macro
  /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));
  /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));
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_math.h 68 static INLINE float cosf( float f ) function
  /external/mesa3d/src/gallium/auxiliary/util/
u_math.h 68 static INLINE float cosf( float f ) function

Completed in 769 milliseconds

1 2 3