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

  /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 320 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/upstream-freebsd/lib/msun/src/
s_sincos.c 27 sincos(double x, double *sn, double *cs) function
79 __weak_reference(sincos, sincosl);
  /bionic/libm/
fake_long_double.c 42 void sincosl(long double x, long double* s, long double* c) { sincos(x, (double*) s, (double*) c); }
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_compiler.c 1541 struct etna_inst_src sincos[3], in = src[0]; local
    [all...]
  /bionic/libc/include/
math.h 387 void sincos(double __x, double* __sin, double* __cos);
  /external/clang/lib/Headers/
opencl-c.h     [all...]
  /external/deqp-deps/SPIRV-Tools/test/
ext_inst.opencl_test.cpp 157 CASE2(Sincos, sincos),
  /external/swiftshader/third_party/SPIRV-Tools/test/
ext_inst.opencl_test.cpp 157 CASE2(Sincos, sincos),
  /bionic/benchmarks/
math_benchmark.cpp 231 sincos(d, &s, &c);
  /external/tensorflow/tensorflow/core/lib/random/
random_distributions.h 663 sincos(v1, d0, d1);
  /bionic/tests/
math_test.cpp 526 TEST(MATH_TEST, sincos) {
528 sincos(0.0, &s, &c);
    [all...]
  /external/swiftshader/src/Pipeline/
ShaderCore.hpp 341 void sincos(Vector4f &dst, const Vector4f &src, bool pp = false);
PixelProgram.cpp 271 case Shader::OPCODE_SINCOS: sincos(d, s0, pp); break;
    [all...]
VertexProgram.cpp 265 case Shader::OPCODE_SINCOS: sincos(d, s0, pp); break;
    [all...]
ShaderCore.cpp 1586 void ShaderCore::sincos(Vector4f &dst, const Vector4f &src, bool pp) function in class:sw::ShaderCore
    [all...]
  /external/swiftshader/src/Shader/
ShaderCore.hpp 341 void sincos(Vector4f &dst, const Vector4f &src, bool pp = false);
VertexProgram.cpp 272 case Shader::OPCODE_SINCOS: sincos(d, s0, pp); break;
    [all...]
PixelProgram.cpp 271 case Shader::OPCODE_SINCOS: sincos(d, s0, pp); break;
    [all...]
ShaderCore.cpp 1586 void ShaderCore::sincos(Vector4f &dst, const Vector4f &src, bool pp) function in class:sw::ShaderCore
    [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc     [all...]

Completed in 1290 milliseconds