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

1 2

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_cosf.c 39 cosf(float x) function
  /hardware/invensense/libsensors_iio/software/core/driver/include/
mlmath.h 68 #define cosf(x) ml_cos(x) macro
  /hardware/invensense/mlsdk/platform/include/
mlmath.h 80 #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
  /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.25f * distanceToWaveRing / waveManager.width); local
193 waveAlpha = waveManager.alpha * max(0.0f, (float) Math.pow(cosf, 20.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));
  /external/bison/darwin-lib/
math.h 798 # undef cosf
799 _GL_FUNCDECL_SYS (cosf, float, (float x));
801 _GL_CXXALIAS_SYS (cosf, float, (float x));
802 _GL_CXXALIASWARN (cosf);
804 # undef cosf macro
806 _GL_WARN_ON_USE (cosf, "cosf is unportable - "
807 "use gnulib module cosf for portability");
    [all...]
  /external/bison/lib/
math.in.h 486 # undef cosf macro
487 _GL_FUNCDECL_SYS (cosf, float, (float x));
489 _GL_CXXALIAS_SYS (cosf, float, (float x));
490 _GL_CXXALIASWARN (cosf); variable
492 # undef cosf macro
494 _GL_WARN_ON_USE (cosf, "cosf is unportable - "
495 "use gnulib module cosf for portability");
    [all...]
  /external/bison/linux-lib/
math.h 798 # undef cosf
799 _GL_FUNCDECL_SYS (cosf, float, (float x));
801 _GL_CXXALIAS_SYS (cosf, float, (float x));
802 _GL_CXXALIASWARN (cosf);
804 # undef cosf macro
806 _GL_WARN_ON_USE (cosf, "cosf is unportable - "
807 "use gnulib module cosf for portability");
    [all...]
  /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...]

Completed in 1492 milliseconds

1 2