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

  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
windows_compatibility.h 25 void sincosf(float x, float *sinv, float *cosv);
windows_compatibility.cc 27 void sincosf(float x, float *sinv, float *cosv) { function
  /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);
matrix.cpp 338 sincosf(a, &s, &c);
  /packages/services/Car/evs/app/
RenderTopView.cpp 39 sincosf(pitch, &sinPitch, &cosPitch);
41 sincosf(yaw, &sinYaw, &cosYaw);
69 sincosf(cam.yaw, &sinYaw, &cosYaw);
  /external/libchrome/base/
os_compat_android.cc 101 void sincosf(float angle, float* s, float* c) { function
  /bionic/libc/include/
math.h 406 void sincosf(float __x, float* __sin, float* __cos);
  /external/tensorflow/tensorflow/core/lib/random/
random_distributions.h 521 sincosf(v1, f0, f1);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
c++config.h 784 /* Define to 1 if you have the `sincosf' function. */
1598 # define sincosf macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
c++config.h 784 /* Define to 1 if you have the `sincosf' function. */
1598 # define sincosf macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
c++config.h 784 /* Define to 1 if you have the `sincosf' function. */
1598 # define sincosf macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
c++config.h 784 /* Define to 1 if you have the `sincosf' function. */
1598 # define sincosf macro
    [all...]
  /bionic/tests/
math_test.cpp 507 TEST(MATH_TEST, sincosf) {
509 sincosf(0.0f, &s, &c);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
math.h 250 void __cdecl sincosf (float __x, float *p_sin, float *p_cos);
    [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc     [all...]

Completed in 1362 milliseconds