/frameworks/rs/driver/runtime/ |
D | rs_cl.c | 751 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/ |
D | math_fp.rscript | 134 TEST_FUNC_2P(sincos);
|
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | apitest.rscript | 858 f = sincos(f, (float *)&f); 859 f2 = sincos(f2, (float2 *)&f2); 860 f3 = sincos(f3, (float3 *)&f3); 861 f4 = sincos(f4, (float4 *)&f4);
|
D | math.rscript | 317 TEST_FN_FUNC_FN_PFN(sincos);
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | apitest.rscript | 878 f = sincos(f, (float *)&f); 879 f2 = sincos(f2, (float2 *)&f2); 880 f3 = sincos(f3, (float3 *)&f3); 881 f4 = sincos(f4, (float4 *)&f4);
|
D | math.rscript | 342 TEST_FN_FUNC_FN_PFN(sincos);
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/ |
D | apitest.rscript | 876 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/ |
D | math.rscript | 174 TEST_FN_FUNC_FN_PFN(sincos);
|
/frameworks/ml/nn/common/random/ |
D | random_distributions.h | 656 sincos(v1, d0, d1); in BoxMullerDouble()
|
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/ |
D | math.rs.bak | 303 TEST_FN_FUNC_FN_PFN(sincos);
|
D | math.rs.orig | 317 TEST_FN_FUNC_FN_PFN(sincos);
|
D | math.rscript | 317 TEST_FN_FUNC_FN_PFN(sincos);
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | math_fp16.rscript | 244 TEST_HN_FUNC_HN_PHN(sincos);
|
D | math.rscript | 340 TEST_FN_FUNC_FN_PFN(sincos);
|
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/ |
D | math.rscript | 317 TEST_FN_FUNC_FN_PFN(sincos);
|
/frameworks/rs/tests/java_api/ComputeBenchmark/src/com/example/android/rs/computebench/ |
D | compute_benchmark.rscript | 386 BENCH_FN_FUNC_FN_PFN(sincos);
|
/frameworks/rs/script_api/include/ |
D | rs_math.rsh | 5136 * 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/ |
D | rs_math.spec | 2589 See also @sincos(). 3091 function: sincos 3105 function: sincos
|
/frameworks/compile/slang/tests/P_all_api_14/ |
D | all14.rscript | 3360 *(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/ |
D | all15.rscript | 3360 *(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/ |
D | all11.rscript | 3253 *(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/ |
D | all12.rscript | 3253 *(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/ |
D | all13.rscript | 3253 *(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/ |
D | all16.rscript | 3521 *(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/ |
D | all17.rscript | 3681 *(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);
|