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

1 2

  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
windows_compatibility.h 23 // MSVC does not have sincos[f].
24 void sincos(double x, double *sinv, double *cosv);
windows_compatibility.cc 22 void sincos(double x, double *sinv, double *cosv) { function
simple_orc_jit.cc 261 REGISTER_LIBM_SYMBOL(sincos, void (*)(double, double*, double*));
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestSincos.rs 26 float out = sincos(inV, &outCos);
33 float2 out = sincos(inV, &outCos);
40 float3 out = sincos(inV, &outCos);
47 float4 out = sincos(inV, &outCos);
54 half out = sincos(inV, &outCos);
61 half2 out = sincos(inV, &outCos);
68 half3 out = sincos(inV, &outCos);
75 half4 out = sincos(inV, &outCos);
  /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];
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
mathcalls.h 82 __MATHDECL (void,sincos,,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
mathcalls.h 82 __MATHDECL (void,sincos,,
  /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...]
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_compiler.c 1526 struct etna_inst_src sincos[3], in = src[0]; local
    [all...]
  /bionic/libc/include/
math.h 405 void sincos(double __x, double* __sin, double* __cos);
  /external/clang/lib/Headers/
opencl-c.h     [all...]
  /external/tensorflow/tensorflow/core/lib/random/
random_distributions.h 547 sincos(v1, d0, d1);
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
opencl-c.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
opencl-c.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
opencl-c.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
opencl-c.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
opencl-c.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
opencl-c.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
opencl-c.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
opencl-c.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
opencl-c.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
opencl-c.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
opencl-c.h     [all...]

Completed in 7404 milliseconds

1 2