Home
last modified time | relevance | path

Searched refs:sincos (Results 1 – 25 of 32) 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.rscript134 TEST_FUNC_2P(sincos);
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dapitest.rscript858 f = sincos(f, (float *)&f);
859 f2 = sincos(f2, (float2 *)&f2);
860 f3 = sincos(f3, (float3 *)&f3);
861 f4 = sincos(f4, (float4 *)&f4);
Dmath.rscript317 TEST_FN_FUNC_FN_PFN(sincos);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dapitest.rscript878 f = sincos(f, (float *)&f);
879 f2 = sincos(f2, (float2 *)&f2);
880 f3 = sincos(f3, (float3 *)&f3);
881 f4 = sincos(f4, (float4 *)&f4);
Dmath.rscript342 TEST_FN_FUNC_FN_PFN(sincos);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
Dapitest.rscript876 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.rscript174 TEST_FN_FUNC_FN_PFN(sincos);
/frameworks/ml/nn/common/random/
Drandom_distributions.h656 sincos(v1, d0, d1); in BoxMullerDouble()
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
Dmath.rs.bak303 TEST_FN_FUNC_FN_PFN(sincos);
Dmath.rs.orig317 TEST_FN_FUNC_FN_PFN(sincos);
Dmath.rscript317 TEST_FN_FUNC_FN_PFN(sincos);
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dmath_fp16.rscript244 TEST_HN_FUNC_HN_PHN(sincos);
Dmath.rscript340 TEST_FN_FUNC_FN_PFN(sincos);
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
Dmath.rscript317 TEST_FN_FUNC_FN_PFN(sincos);
/frameworks/rs/tests/java_api/ComputeBenchmark/src/com/example/android/rs/computebench/
Dcompute_benchmark.rscript386 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_14/
Dall14.rscript3360 *(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_15/
Dall15.rscript3360 *(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_11/
Dall11.rscript3253 *(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_12/
Dall12.rscript3253 *(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.rscript3253 *(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_16/
Dall16.rscript3521 *(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_17/
Dall17.rscript3681 *(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);

12