/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/ |
TestNativeSincos.rs | 26 float out = native_sincos(inV, &outCos); 33 float2 out = native_sincos(inV, &outCos); 40 float3 out = native_sincos(inV, &outCos); 47 float4 out = native_sincos(inV, &outCos); 54 half out = native_sincos(inV, &outCos); 61 half2 out = native_sincos(inV, &outCos); 68 half3 out = native_sincos(inV, &outCos); 75 half4 out = native_sincos(inV, &outCos);
|
/frameworks/rs/driver/runtime/ |
rs_cl.c | 2307 extern half __attribute__((overloadable)) native_sincos(half v, half *cosptr) { function 2310 extern half2 __attribute__((overloadable)) native_sincos(half2 v, half2 *cosptr) { function 2313 extern half3 __attribute__((overloadable)) native_sincos(half3 v, half3 *cosptr) { function 2316 extern half4 __attribute__((overloadable)) native_sincos(half4 v, half4 *cosptr) { function [all...] |
/frameworks/rs/script_api/include/ |
rs_math.rsh | [all...] |
/prebuilts/sdk/renderscript/include/ |
rs_math.rsh | [all...] |
/frameworks/rs/script_api/ |
rs_math.spec | [all...] |