Home
last modified time | relevance | path

Searched defs:sincos (Results 1 – 4 of 4) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/src/math/
Dsincos.c16 void sincos(double x, double *sin, double *cos) in sincos() function
/third_party/musl/src/math/
Dsincos.c16 void sincos(double x, double *sin, double *cos) in sincos() function
/third_party/mesa3d/src/amd/vulkan/
Dradv_shader.c655 nir_alu_instr *sincos = nir_instr_as_alu(instr); in lower_sincos() local
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShaderCore.cpp1600 void ShaderCore::sincos(Vector4f &dst, const Vector4f &src, bool pp) in sincos() function in sw::ShaderCore