Searched refs:cosptr (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/driver/runtime/
H A Drs_cl.c604 extern float __attribute__((overloadable)) sincos(float v, float *cosptr) { argument
605 *cosptr = cos(v);
608 extern float2 __attribute__((overloadable)) sincos(float2 v, float2 *cosptr) { argument
609 *cosptr = cos(v);
612 extern float3 __attribute__((overloadable)) sincos(float3 v, float3 *cosptr) { argument
613 *cosptr = cos(v);
616 extern float4 __attribute__((overloadable)) sincos(float4 v, float4 *cosptr) { argument
617 *cosptr = cos(v);
/frameworks/rs/api/
H A Drs_core_math.spec791 arg: #2#1 *cosptr
797 @param *cosptr cosptr[0] will be set to the cosine value.
1816 arg: #2#1 *cosptr
1822 @param *cosptr cosptr[0] will be set to the cosine value.
/frameworks/rs/scriptc/
H A Drs_core_math.rsh8642 * @param *cosptr cosptr[0] will be set to the cosine value.
8646 extern float __attribute__((overloadable))native_sincos(float v, float* cosptr);
8655 * @param *cosptr cosptr[0] will be set to the cosine value.
8659 extern float2 __attribute__((overloadable))native_sincos(float2 v, float2* cosptr);
8668 * @param *cosptr cosptr[0] will be set to the cosine value.
8672 extern float3 __attribute__((overloadable))native_sincos(float3 v, float3* cosptr);
8681 * @param *cosptr cospt
[all...]

Completed in 982 milliseconds