HomeSort by relevance Sort by last modified time
    Searched refs:cosf (Results 126 - 150 of 205) sorted by null

1 2 3 4 56 7 8 9

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips32r6/include/bits/
c++config.h 515 /* Define to 1 if you have the `cosf' function. */
1412 # define cosf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/
c++config.h 515 /* Define to 1 if you have the `cosf' function. */
1412 # define cosf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/
c++config.h 515 /* Define to 1 if you have the `cosf' function. */
1412 # define cosf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/
c++config.h 515 /* Define to 1 if you have the `cosf' function. */
1412 # define cosf macro
    [all...]
  /external/ltrace/etc/
libm.so.conf 17 float cosf(float);
  /bionic/tests/
math_test.cpp 368 TEST(math, cosf) {
369 ASSERT_FLOAT_EQ(1.0f, cosf(0.0f));
    [all...]
  /development/ndk/platforms/android-13/include/
math.h 315 float cosf(float) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-18/include/
math.h 316 float cosf(float) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-21/include/
math.h 309 float cosf(float) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-3/include/
math.h 314 float cosf(float) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-9/include/
math.h 314 float cosf(float) __NDK_FPABI_MATH__;
  /frameworks/native/libs/input/
Input.cpp 373 float y = -cosf(angleRadians);
  /ndk/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/
_cmath.h 84 inline float cosf(float v) { return __cosf(v); } function
  /prebuilts/ndk/6/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/
_cmath.h 84 inline float cosf(float v) { return __cosf(v); } function
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 84 inline float cosf(float v) { return __cosf(v); } function
  /prebuilts/ndk/9/platforms/android-12/arch-arm/usr/include/
math.h 314 float cosf(float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/
math.h 314 float cosf(float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-12/arch-x86/usr/include/
math.h 314 float cosf(float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-13/arch-arm/usr/include/
math.h 315 float cosf(float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/
math.h 315 float cosf(float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-13/arch-x86/usr/include/
math.h 315 float cosf(float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/
math.h 315 float cosf(float) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/
math.h 315 float cosf(float) __NDK_FPABI_MATH__;

Completed in 3546 milliseconds

1 2 3 4 56 7 8 9