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

1 2 3 4 5

  /bionic/libm/
sincos.c 43 void sincosf(float x, float* p_sinf, float* p_cosf) { 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);
  /ndk/tests/device/math/jni/
math.c 41 sincosf(0.71f, &f, &f1);
math.cpp 41 sincosf(0.71f, &f, &f1);
  /external/chromium_org/base/
os_compat_android.cc 100 void sincosf(float angle, float* s, float* c) { function
  /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);
  /bionic/libm/include/
math.h 467 void sincosf(float, float*, float*);
  /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...]

Completed in 753 milliseconds

1 2 3 4 5