HomeSort by relevance Sort by last modified time
    Searched defs:sincos (Results 1 - 11 of 11) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
windows_compatibility.cc 22 void sincos(double x, double *sinv, double *cosv) { function
  /bionic/libm/
sincos.c 30 // Disable sincos optimization for all functions in this file,
33 // -fno-builtin-sin or -fno-builtin-cos can disable sincos optimization,
38 void sincos(double x, double* p_sin, double* p_cos) { function
  /external/libchrome/base/
os_compat_android.cc 62 // a single call to sincos(). This means that source code that looks like:
71 // sincos(angle, &s, &c);
73 // Unfortunately, sincos() and friends are not part of the Android libm.so
76 // because 'sincos' doesn't appear anywhere in the sources!).
78 // To solve this, we provide our own implementation of the sincos() function
95 void sincos(double angle, double* s, double *c) { function
  /external/opencv/cvaux/src/
cvhmmobs.cpp 514 static const double sincos[16 * 2] = { local
562 da0 = a0 = sincos[2 * n - 1];
563 db0 = b0 = sincos[2 * n - 2];
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_compiler.c 1526 struct etna_inst_src sincos[3], in = src[0]; local
    [all...]
  /external/swiftshader/src/Shader/
ShaderCore.cpp 1493 void ShaderCore::sincos(Vector4f &dst, const Vector4f &src, bool pp) function in class:sw::ShaderCore
    [all...]
  /frameworks/rs/driver/runtime/
rs_cl.c 751 extern float __attribute__((overloadable)) sincos(float v, float *cosptr) { function
755 extern float2 __attribute__((overloadable)) sincos(float2 v, float2 *cosptr) { function
759 extern float3 __attribute__((overloadable)) sincos(float3 v, float3 *cosptr) { function
763 extern float4 __attribute__((overloadable)) sincos(float4 v, float4 *cosptr) { function
2169 extern half __attribute__((overloadable)) sincos(half v, half *cosptr) { function
2174 extern half2 __attribute__((overloadable)) sincos(half2 v, half2 *cosptr) { function
2178 extern half3 __attribute__((overloadable)) sincos(half3 v, half3 *cosptr) { function
2182 extern half4 __attribute__((overloadable)) sincos(half4 v, half4 *cosptr) { function
    [all...]
  /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 781 /* Define to 1 if you have the `sincos' function. */
1593 # define sincos 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 781 /* Define to 1 if you have the `sincos' function. */
1593 # define sincos 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 781 /* Define to 1 if you have the `sincos' function. */
1593 # define sincos 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 781 /* Define to 1 if you have the `sincos' function. */
1593 # define sincos macro
    [all...]

Completed in 610 milliseconds