Home
last modified time | relevance | path

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

/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/
H A Ds_sincos.c27 sincos(double x, double *sn, double *cs) in sincos() function
/aosp12/frameworks/rs/driver/runtime/
H A Drs_cl.c755 extern float2 __attribute__((overloadable)) sincos(float2 v, float2 *cosptr) { in sincos() function
759 extern float3 __attribute__((overloadable)) sincos(float3 v, float3 *cosptr) { in sincos() function
763 extern float4 __attribute__((overloadable)) sincos(float4 v, float4 *cosptr) { in sincos() function
2169 extern half __attribute__((overloadable)) sincos(half v, half *cosptr) { in sincos() function
2174 extern half2 __attribute__((overloadable)) sincos(half2 v, half2 *cosptr) { in sincos() function
2178 extern half3 __attribute__((overloadable)) sincos(half3 v, half3 *cosptr) { in sincos() function
2182 extern half4 __attribute__((overloadable)) sincos(half4 v, half4 *cosptr) { in sincos() function
/aosp12/bionic/tests/
H A Dmath_test.cpp526 TEST(MATH_TEST, sincos) { in TEST() argument