Home
last modified time | relevance | path

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

12

/frameworks/compile/slang/tests/P_math_fp/
Dmath_fp.rscript79 TEST_FUNC_1(asinh);
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dapitest.rscript590 f = asinh(f);
591 f2 = asinh(f2);
592 f3 = asinh(f3);
593 f4 = asinh(f4);
Dmath.rscript246 TEST_FN_FUNC_FN(asinh);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dapitest.rscript610 f = asinh(f);
611 f2 = asinh(f2);
612 f3 = asinh(f3);
613 f4 = asinh(f4);
Dmath.rscript271 TEST_FN_FUNC_FN(asinh);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
Dapitest.rscript608 f = asinh(f);
609 f2 = asinh(f2);
610 f3 = asinh(f3);
611 f4 = asinh(f4);
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/
Dmath.rscript119 TEST_FN_FUNC_FN(asinh);
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
Dmath.rs.bak232 TEST_FN_FUNC_FN(asinh);
Dmath.rs.orig246 TEST_FN_FUNC_FN(asinh);
Dmath.rscript246 TEST_FN_FUNC_FN(asinh);
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dmath_fp16.rscript119 TEST_HN_FUNC_HN(asinh);
Dmath.rscript269 TEST_FN_FUNC_FN(asinh);
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
Dmath.rscript246 TEST_FN_FUNC_FN(asinh);
/frameworks/rs/driver/runtime/
Drs_cl.c366 float __attribute__((overloadable)) asinh(float v) { in asinh() function
369 FN_FUNC_FN(asinh) in FN_FUNC_FN() argument
1608 THUNK_NATIVE_F(asinh) in THUNK_NATIVE_F()
1885 HN_FUNC_HN(asinh);
/frameworks/rs/tests/java_api/ComputeBenchmark/src/com/example/android/rs/computebench/
Dcompute_benchmark.rscript316 BENCH_FN_FUNC_FN(asinh);
/frameworks/rs/script_api/include/
Drs_math.rsh358 * asinh: Inverse hyperbolic sine
365 asinh(float v);
368 asinh(float2 v);
371 asinh(float3 v);
374 asinh(float4 v);
378 asinh(half v);
383 asinh(half2 v);
388 asinh(half3 v);
393 asinh(half4 v);
3878 * See also asinh().
/frameworks/rs/script_api/
Drs_math.spec274 function: asinh
288 function: asinh
1924 See also @asinh().
/frameworks/compile/slang/tests/P_all_api_14/
Dall14.rscript2456 *(float*)buf56 = asinh(*(float*)buf57);
2457 *(float2*)buf58 = asinh(*(float2*)buf59);
2458 *(float3*)buf60 = asinh(*(float3*)buf61);
2459 *(float4*)buf62 = asinh(*(float4*)buf63);
/frameworks/compile/slang/tests/P_all_api_15/
Dall15.rscript2456 *(float*)buf56 = asinh(*(float*)buf57);
2457 *(float2*)buf58 = asinh(*(float2*)buf59);
2458 *(float3*)buf60 = asinh(*(float3*)buf61);
2459 *(float4*)buf62 = asinh(*(float4*)buf63);
/frameworks/compile/slang/tests/P_all_api_11/
Dall11.rscript2386 *(float*)buf56 = asinh(*(float*)buf57);
2387 *(float2*)buf58 = asinh(*(float2*)buf59);
2388 *(float3*)buf60 = asinh(*(float3*)buf61);
2389 *(float4*)buf62 = asinh(*(float4*)buf63);
/frameworks/compile/slang/tests/P_all_api_12/
Dall12.rscript2386 *(float*)buf56 = asinh(*(float*)buf57);
2387 *(float2*)buf58 = asinh(*(float2*)buf59);
2388 *(float3*)buf60 = asinh(*(float3*)buf61);
2389 *(float4*)buf62 = asinh(*(float4*)buf63);
/frameworks/compile/slang/tests/P_all_api_13/
Dall13.rscript2386 *(float*)buf56 = asinh(*(float*)buf57);
2387 *(float2*)buf58 = asinh(*(float2*)buf59);
2388 *(float3*)buf60 = asinh(*(float3*)buf61);
2389 *(float4*)buf62 = asinh(*(float4*)buf63);
/frameworks/compile/slang/tests/P_all_api_16/
Dall16.rscript2548 *(float*)buf56 = asinh(*(float*)buf57);
2549 *(float2*)buf58 = asinh(*(float2*)buf59);
2550 *(float3*)buf60 = asinh(*(float3*)buf61);
2551 *(float4*)buf62 = asinh(*(float4*)buf63);
/frameworks/compile/slang/tests/P_all_api_17/
Dall17.rscript2656 *(float*)buf56 = asinh(*(float*)buf57);
2657 *(float2*)buf58 = asinh(*(float2*)buf59);
2658 *(float3*)buf60 = asinh(*(float3*)buf61);
2659 *(float4*)buf62 = asinh(*(float4*)buf63);
/frameworks/compile/slang/tests/P_all_api_24/
Dall24.rscript6530 *(float*)buf88 = asinh(*(float*)buf89);
6531 *(float2*)buf90 = asinh(*(float2*)buf91);
6532 *(float3*)buf92 = asinh(*(float3*)buf93);
6533 *(float4*)buf94 = asinh(*(float4*)buf95);
6534 *(half*)buf96 = asinh(*(half*)buf97);
6535 *(half2*)buf98 = asinh(*(half2*)buf99);
6536 *(half3*)buf100 = asinh(*(half3*)buf101);
6537 *(half4*)buf102 = asinh(*(half4*)buf103);

12