Home
last modified time | relevance | path

Searched refs:sincos (Results 1 – 25 of 31) sorted by relevance

12

/frameworks/rs/driver/runtime/
Drs_cl.c751 extern float __attribute__((overloadable)) sincos(float v, float *cosptr) { in FN_FUNC_FN()
755 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
1626 THUNK_NATIVE_F_FP(sincos) in THUNK_NATIVE_F()
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
2308 return sincos(v, cosptr); in native_sincos()
[all …]
/frameworks/compile/slang/tests/P_math_fp/
Dmath_fp.rs134 TEST_FUNC_2P(sincos);
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dapitest.rs858 f = sincos(f, (float *)&f);
859 f2 = sincos(f2, (float2 *)&f2);
860 f3 = sincos(f3, (float3 *)&f3);
861 f4 = sincos(f4, (float4 *)&f4);
Dmath.rs317 TEST_FN_FUNC_FN_PFN(sincos);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dapitest.rs878 f = sincos(f, (float *)&f);
879 f2 = sincos(f2, (float2 *)&f2);
880 f3 = sincos(f3, (float3 *)&f3);
881 f4 = sincos(f4, (float4 *)&f4);
Dmath.rs342 TEST_FN_FUNC_FN_PFN(sincos);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
Dapitest.rs876 f = sincos(f, (float *)&f);
877 f2 = sincos(f2, (float2 *)&f2);
878 f3 = sincos(f3, (float3 *)&f3);
879 f4 = sincos(f4, (float4 *)&f4);
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/
Dmath.rs174 TEST_FN_FUNC_FN_PFN(sincos);
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dmath_fp16.rs244 TEST_HN_FUNC_HN_PHN(sincos);
Dmath.rs340 TEST_FN_FUNC_FN_PFN(sincos);
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
Dmath.rs.bak303 TEST_FN_FUNC_FN_PFN(sincos);
Dmath.rs317 TEST_FN_FUNC_FN_PFN(sincos);
Dmath.rs.orig317 TEST_FN_FUNC_FN_PFN(sincos);
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
Dmath.rs317 TEST_FN_FUNC_FN_PFN(sincos);
/frameworks/rs/tests/java_api/ComputeBenchmark/src/com/example/android/rs/computebench/
Dcompute_benchmark.rs386 BENCH_FN_FUNC_FN_PFN(sincos);
/frameworks/rs/script_api/include/
Drs_math.rsh5136 * See also sincos().
6008 * sincos: Sine and cosine
6021 sincos(float v, float* cos);
6024 sincos(float2 v, float2* cos);
6027 sincos(float3 v, float3* cos);
6030 sincos(float4 v, float4* cos);
6034 sincos(half v, half* cos);
6039 sincos(half2 v, half2* cos);
6044 sincos(half3 v, half3* cos);
6049 sincos(half4 v, half4* cos);
/frameworks/rs/script_api/
Drs_math.spec2589 See also @sincos().
3091 function: sincos
3105 function: sincos
/frameworks/compile/slang/tests/P_all_api_12/
Dall12.rs3253 *(float*)buf2234 = sincos(*(float*)buf2235, (float*) buf2236);
3254 *(float2*)buf2237 = sincos(*(float2*)buf2238, (float2*) buf2239);
3255 *(float3*)buf2240 = sincos(*(float3*)buf2241, (float3*) buf2242);
3256 *(float4*)buf2243 = sincos(*(float4*)buf2244, (float4*) buf2245);
/frameworks/compile/slang/tests/P_all_api_13/
Dall13.rs3253 *(float*)buf2234 = sincos(*(float*)buf2235, (float*) buf2236);
3254 *(float2*)buf2237 = sincos(*(float2*)buf2238, (float2*) buf2239);
3255 *(float3*)buf2240 = sincos(*(float3*)buf2241, (float3*) buf2242);
3256 *(float4*)buf2243 = sincos(*(float4*)buf2244, (float4*) buf2245);
/frameworks/compile/slang/tests/P_all_api_15/
Dall15.rs3360 *(float*)buf2304 = sincos(*(float*)buf2305, (float*) buf2306);
3361 *(float2*)buf2307 = sincos(*(float2*)buf2308, (float2*) buf2309);
3362 *(float3*)buf2310 = sincos(*(float3*)buf2311, (float3*) buf2312);
3363 *(float4*)buf2313 = sincos(*(float4*)buf2314, (float4*) buf2315);
/frameworks/compile/slang/tests/P_all_api_14/
Dall14.rs3360 *(float*)buf2304 = sincos(*(float*)buf2305, (float*) buf2306);
3361 *(float2*)buf2307 = sincos(*(float2*)buf2308, (float2*) buf2309);
3362 *(float3*)buf2310 = sincos(*(float3*)buf2311, (float3*) buf2312);
3363 *(float4*)buf2313 = sincos(*(float4*)buf2314, (float4*) buf2315);
/frameworks/compile/slang/tests/P_all_api_16/
Dall16.rs3521 *(float*)buf2396 = sincos(*(float*)buf2397, (float*) buf2398);
3522 *(float2*)buf2399 = sincos(*(float2*)buf2400, (float2*) buf2401);
3523 *(float3*)buf2402 = sincos(*(float3*)buf2403, (float3*) buf2404);
3524 *(float4*)buf2405 = sincos(*(float4*)buf2406, (float4*) buf2407);
/frameworks/compile/slang/tests/P_all_api_11/
Dall11.rs3253 *(float*)buf2234 = sincos(*(float*)buf2235, (float*) buf2236);
3254 *(float2*)buf2237 = sincos(*(float2*)buf2238, (float2*) buf2239);
3255 *(float3*)buf2240 = sincos(*(float3*)buf2241, (float3*) buf2242);
3256 *(float4*)buf2243 = sincos(*(float4*)buf2244, (float4*) buf2245);
/frameworks/compile/slang/tests/P_all_api_17/
Dall17.rs3681 *(float*)buf2504 = sincos(*(float*)buf2505, (float*) buf2506);
3682 *(float2*)buf2507 = sincos(*(float2*)buf2508, (float2*) buf2509);
3683 *(float3*)buf2510 = sincos(*(float3*)buf2511, (float3*) buf2512);
3684 *(float4*)buf2513 = sincos(*(float4*)buf2514, (float4*) buf2515);
/frameworks/compile/slang/tests/P_all_api_24/
Dall24.rs8743 *(float*)buf6249 = sincos(*(float*)buf6250, (float*) buf6251);
8744 *(float2*)buf6252 = sincos(*(float2*)buf6253, (float2*) buf6254);
8745 *(float3*)buf6255 = sincos(*(float3*)buf6256, (float3*) buf6257);
8746 *(float4*)buf6258 = sincos(*(float4*)buf6259, (float4*) buf6260);
8747 *(half*)buf6261 = sincos(*(half*)buf6262, (half*) buf6263);
8748 *(half2*)buf6264 = sincos(*(half2*)buf6265, (half2*) buf6266);
8749 *(half3*)buf6267 = sincos(*(half3*)buf6268, (half3*) buf6269);
8750 *(half4*)buf6270 = sincos(*(half4*)buf6271, (half4*) buf6272);

12