Home
last modified time | relevance | path

Searched refs:sinh (Results 1 – 25 of 34) sorted by relevance

12

/frameworks/rs/cpu_ref/
DrsCpuRuntimeMathFuncs.cpp82 IMPORT_F32_FN_F32(sinh)
/frameworks/compile/slang/tests/P_math_fp/
Dmath_fp.rs135 TEST_FUNC_1(sinh);
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dapitest.rs849 f = sinh(f);
850 f2 = sinh(f2);
851 f3 = sinh(f3);
852 f4 = sinh(f4);
Dmath.rs318 TEST_FN_FUNC_FN(sinh);
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Dapitest.rs849 f = sinh(f);
850 f2 = sinh(f2);
851 f3 = sinh(f3);
852 f4 = sinh(f4);
Dmath.rs318 TEST_FN_FUNC_FN(sinh);
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
Dmath.rs175 TEST_FN_FUNC_FN(sinh);
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
Dmath.rs318 TEST_FN_FUNC_FN(sinh);
Dmath.rs.bak304 TEST_FN_FUNC_FN(sinh);
Dmath.rs.orig318 TEST_FN_FUNC_FN(sinh);
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
Dmath.rs326 TEST_FN_FUNC_FN(sinh);
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
Dmath.rs318 TEST_FN_FUNC_FN(sinh);
/frameworks/rs/java/tests/ComputeBenchmark/src/com/example/android/rs/computebench/
Dcompute_benchmark.rs387 BENCH_FN_FUNC_FN(sinh);
/frameworks/rs/driver/runtime/
Drs_cl.c624 extern float __attribute__((overloadable)) sinh(float);
625 FN_FUNC_FN(sinh) in FN_FUNC_FN() argument
1476 THUNK_NATIVE_F(sinh) in THUNK_NATIVE_F()
/frameworks/rs/scriptc/
Drs_math.rsh3426 * See also sinh().
3890 * sinh: Hyperbolic sine
3897 sinh(float v);
3900 sinh(float2 v);
3903 sinh(float3 v);
3906 sinh(float4 v);
/frameworks/rs/api/
Drs_math.spec1735 See also @sinh().
2039 function: sinh
/frameworks/compile/slang/tests/P_all_api_15/
Dall15.rs3364 *(float*)buf2316 = sinh(*(float*)buf2317);
3365 *(float2*)buf2318 = sinh(*(float2*)buf2319);
3366 *(float3*)buf2320 = sinh(*(float3*)buf2321);
3367 *(float4*)buf2322 = sinh(*(float4*)buf2323);
/frameworks/compile/slang/tests/P_all_api_16/
Dall16.rs3525 *(float*)buf2408 = sinh(*(float*)buf2409);
3526 *(float2*)buf2410 = sinh(*(float2*)buf2411);
3527 *(float3*)buf2412 = sinh(*(float3*)buf2413);
3528 *(float4*)buf2414 = sinh(*(float4*)buf2415);
/frameworks/compile/slang/tests/P_all_api_11/
Dall11.rs3257 *(float*)buf2246 = sinh(*(float*)buf2247);
3258 *(float2*)buf2248 = sinh(*(float2*)buf2249);
3259 *(float3*)buf2250 = sinh(*(float3*)buf2251);
3260 *(float4*)buf2252 = sinh(*(float4*)buf2253);
/frameworks/compile/slang/tests/P_all_api_12/
Dall12.rs3257 *(float*)buf2246 = sinh(*(float*)buf2247);
3258 *(float2*)buf2248 = sinh(*(float2*)buf2249);
3259 *(float3*)buf2250 = sinh(*(float3*)buf2251);
3260 *(float4*)buf2252 = sinh(*(float4*)buf2253);
/frameworks/compile/slang/tests/P_all_api_13/
Dall13.rs3257 *(float*)buf2246 = sinh(*(float*)buf2247);
3258 *(float2*)buf2248 = sinh(*(float2*)buf2249);
3259 *(float3*)buf2250 = sinh(*(float3*)buf2251);
3260 *(float4*)buf2252 = sinh(*(float4*)buf2253);
/frameworks/compile/slang/tests/P_all_api_14/
Dall14.rs3364 *(float*)buf2316 = sinh(*(float*)buf2317);
3365 *(float2*)buf2318 = sinh(*(float2*)buf2319);
3366 *(float3*)buf2320 = sinh(*(float3*)buf2321);
3367 *(float4*)buf2322 = sinh(*(float4*)buf2323);
/frameworks/compile/slang/tests/P_all_api_17/
Dall17.rs3685 *(float*)buf2516 = sinh(*(float*)buf2517);
3686 *(float2*)buf2518 = sinh(*(float2*)buf2519);
3687 *(float3*)buf2520 = sinh(*(float3*)buf2521);
3688 *(float4*)buf2522 = sinh(*(float4*)buf2523);
/frameworks/base/docs/html/guide/topics/renderscript/reference/
Drs_math.jd1001 <a href='rs_math.html#android_rs:sinh'>sinh</a>
5923 <p> See also <a href='rs_math.html#android_rs:sinh'>sinh</a>().
6856 <a name='android_rs:sinh'></a>
6859 <span class='sympad'>sinh</span>
6865 <td>float sinh(float v);
6870 …<td><a href='rs_value_types.html#android_rs:float2'>float2</a> sinh(<a href='rs_value_types.html#a…
6875 …<td><a href='rs_value_types.html#android_rs:float3'>float3</a> sinh(<a href='rs_value_types.html#a…
6880 …<td><a href='rs_value_types.html#android_rs:float4'>float4</a> sinh(<a href='rs_value_types.html#a…
/frameworks/compile/slang/tests/P_all_api_18/
Dall18.rs4397 *(float*)buf3075 = sinh(*(float*)buf3076);
4398 *(float2*)buf3077 = sinh(*(float2*)buf3078);
4399 *(float3*)buf3079 = sinh(*(float3*)buf3080);
4400 *(float4*)buf3081 = sinh(*(float4*)buf3082);

12