Searched refs:sinh (Results 1 - 6 of 6) sorted by relevance

/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A Dmath_fp16.rs245 TEST_HN_FUNC_HN(sinh);
H A Dmath.rs341 TEST_FN_FUNC_FN(sinh);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
H A Dapitest.rs867 f = sinh(f);
868 f2 = sinh(f2);
869 f3 = sinh(f3);
870 f4 = sinh(f4);
/frameworks/rs/driver/runtime/
H A Drs_cl.c769 float __attribute__((overloadable)) sinh(float v) { function
772 FN_FUNC_FN(sinh)
1627 THUNK_NATIVE_F(sinh)
2187 HN_FUNC_HN(sinh); variable
/frameworks/rs/script_api/include/
H A Drs_math.rsh5189 * See also sinh().
6053 * sinh: Hyperbolic sine
6060 sinh(float v);
6063 sinh(float2 v);
6066 sinh(float3 v);
6069 sinh(float4 v);
6073 sinh(half v);
6078 sinh(half2 v);
6083 sinh(half3 v);
6088 sinh(half
[all...]
/frameworks/rs/script_api/
H A Drs_math.spec2616 See also @sinh().
3114 function: sinh
3128 function: sinh

Completed in 111 milliseconds