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

1 2

  /bionic/libm/
sincos.c 43 void sincosf(float x, float* p_sinf, float* p_cosf) { function
  /external/stlport/src/
sincos.c 34 * have sincos(), sincosf() and sincosl(). These functions are used
46 void HIDDEN sincosf(float x, float *psin, float *pcos) function
  /frameworks/native/opengl/libagl/
fp.cpp 79 void sincosf(GLfloat angle, GLfloat* s, GLfloat* c) { function in namespace:android::gl
fp.h 43 void sincosf(GLfloat angle, GLfloat* s, GLfloat* c);
  /development/ndk/platforms/android-9/include/
math.h 486 void sincosf(float x, float *sin, float *cos);
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/
math.h 486 void sincosf(float x, float *sin, float *cos);
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/
math.h 486 void sincosf(float x, float *sin, float *cos);
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/
math.h 486 void sincosf(float x, float *sin, float *cos);
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
math.h 486 void sincosf(float x, float *sin, float *cos);
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
math.h 486 void sincosf(float x, float *sin, float *cos);
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/
math.h 486 void sincosf(float x, float *sin, float *cos);
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/
math.h 486 void sincosf(float x, float *sin, float *cos);
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/
math.h 486 void sincosf(float x, float *sin, float *cos);
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/
math.h 486 void sincosf(float x, float *sin, float *cos);
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/
math.h 486 void sincosf(float x, float *sin, float *cos);
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/
math.h 486 void sincosf(float x, float *sin, float *cos);
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/
math.h 486 void sincosf(float x, float *sin, float *cos);
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/
math.h 486 void sincosf(float x, float *sin, float *cos);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 613 /* Define to 1 if you have the `sincosf' function. */
1363 # define sincosf macro
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 613 /* Define to 1 if you have the `sincosf' function. */
1363 # define sincosf macro
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 613 /* Define to 1 if you have the `sincosf' function. */
1363 # define sincosf macro
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 613 /* Define to 1 if you have the `sincosf' function. */
1363 # define sincosf macro
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
c++config.h 613 /* Define to 1 if you have the `sincosf' function. */
1363 # define sincosf macro
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 613 /* Define to 1 if you have the `sincosf' function. */
1363 # define sincosf macro
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 613 /* Define to 1 if you have the `sincosf' function. */
1363 # define sincosf macro
    [all...]

Completed in 466 milliseconds

1 2