Home
last modified time | relevance | path

Searched refs:atanh (Results 1 – 25 of 32) sorted by relevance

12

/frameworks/rs/cpu_ref/
DrsCpuRuntimeMathFuncs.cpp40 IMPORT_F32_FN_F32(atanh)
/frameworks/compile/slang/tests/P_math_fp/
Dmath_fp.rs83 TEST_FUNC_1(atanh);
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dapitest.rs603 f = atanh(f);
604 f2 = atanh(f2);
605 f3 = atanh(f3);
606 f4 = atanh(f4);
Dmath.rs250 TEST_FN_FUNC_FN(atanh);
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Dapitest.rs603 f = atanh(f);
604 f2 = atanh(f2);
605 f3 = atanh(f3);
606 f4 = atanh(f4);
Dmath.rs250 TEST_FN_FUNC_FN(atanh);
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
Dmath.rs123 TEST_FN_FUNC_FN(atanh);
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
Dmath.rs250 TEST_FN_FUNC_FN(atanh);
Dmath.rs.bak236 TEST_FN_FUNC_FN(atanh);
Dmath.rs.orig250 TEST_FN_FUNC_FN(atanh);
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
Dmath.rs257 TEST_FN_FUNC_FN(atanh);
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
Dmath.rs250 TEST_FN_FUNC_FN(atanh);
/frameworks/rs/java/tests/ComputeBenchmark/src/com/example/android/rs/computebench/
Dcompute_benchmark.rs320 BENCH_FN_FUNC_FN(atanh);
/frameworks/rs/driver/runtime/
Drs_cl.c366 extern float __attribute__((overloadable)) atanh(float);
367 FN_FUNC_FN(atanh) in FN_FUNC_FN() argument
1461 THUNK_NATIVE_F(atanh) in THUNK_NATIVE_F()
/frameworks/rs/scriptc/
Drs_math.rsh385 * atanh: Inverse hyperbolic tangent
392 atanh(float v);
395 atanh(float2 v);
398 atanh(float3 v);
401 atanh(float4 v);
2805 * See also atanh().
/frameworks/rs/api/
Drs_math.spec299 function: atanh
1393 See also @atanh().
/frameworks/compile/slang/tests/P_all_api_15/
Dall15.rs2476 *(float*)buf104 = atanh(*(float*)buf105);
2477 *(float2*)buf106 = atanh(*(float2*)buf107);
2478 *(float3*)buf108 = atanh(*(float3*)buf109);
2479 *(float4*)buf110 = atanh(*(float4*)buf111);
/frameworks/compile/slang/tests/P_all_api_16/
Dall16.rs2568 *(float*)buf104 = atanh(*(float*)buf105);
2569 *(float2*)buf106 = atanh(*(float2*)buf107);
2570 *(float3*)buf108 = atanh(*(float3*)buf109);
2571 *(float4*)buf110 = atanh(*(float4*)buf111);
/frameworks/compile/slang/tests/P_all_api_11/
Dall11.rs2406 *(float*)buf104 = atanh(*(float*)buf105);
2407 *(float2*)buf106 = atanh(*(float2*)buf107);
2408 *(float3*)buf108 = atanh(*(float3*)buf109);
2409 *(float4*)buf110 = atanh(*(float4*)buf111);
/frameworks/compile/slang/tests/P_all_api_12/
Dall12.rs2406 *(float*)buf104 = atanh(*(float*)buf105);
2407 *(float2*)buf106 = atanh(*(float2*)buf107);
2408 *(float3*)buf108 = atanh(*(float3*)buf109);
2409 *(float4*)buf110 = atanh(*(float4*)buf111);
/frameworks/compile/slang/tests/P_all_api_13/
Dall13.rs2406 *(float*)buf104 = atanh(*(float*)buf105);
2407 *(float2*)buf106 = atanh(*(float2*)buf107);
2408 *(float3*)buf108 = atanh(*(float3*)buf109);
2409 *(float4*)buf110 = atanh(*(float4*)buf111);
/frameworks/compile/slang/tests/P_all_api_14/
Dall14.rs2476 *(float*)buf104 = atanh(*(float*)buf105);
2477 *(float2*)buf106 = atanh(*(float2*)buf107);
2478 *(float3*)buf108 = atanh(*(float3*)buf109);
2479 *(float4*)buf110 = atanh(*(float4*)buf111);
/frameworks/compile/slang/tests/P_all_api_17/
Dall17.rs2676 *(float*)buf104 = atanh(*(float*)buf105);
2677 *(float2*)buf106 = atanh(*(float2*)buf107);
2678 *(float3*)buf108 = atanh(*(float3*)buf109);
2679 *(float4*)buf110 = atanh(*(float4*)buf111);
/frameworks/base/docs/html/guide/topics/renderscript/reference/
Drs_math.jd233 <a href='rs_math.html#android_rs:atanh'>atanh</a>
1791 <a name='android_rs:atanh'></a>
1794 <span class='sympad'>atanh</span>
1800 <td>float atanh(float v);
1805 …<td><a href='rs_value_types.html#android_rs:float2'>float2</a> atanh(<a href='rs_value_types.html#…
1810 …<td><a href='rs_value_types.html#android_rs:float3'>float3</a> atanh(<a href='rs_value_types.html#…
1815 …<td><a href='rs_value_types.html#android_rs:float4'>float4</a> atanh(<a href='rs_value_types.html#…
4936 <p> See also <a href='rs_math.html#android_rs:atanh'>atanh</a>().
/frameworks/compile/slang/tests/P_all_api_18/
Dall18.rs3235 *(float*)buf104 = atanh(*(float*)buf105);
3236 *(float2*)buf106 = atanh(*(float2*)buf107);
3237 *(float3*)buf108 = atanh(*(float3*)buf109);
3238 *(float4*)buf110 = atanh(*(float4*)buf111);

12