Home
last modified time | relevance | path

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

12

/frameworks/compile/slang/tests/P_math_fp/
Dmath_fp.rs135 TEST_FUNC_1(sinh);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
Dapitest.rs867 f = sinh(f);
868 f2 = sinh(f2);
869 f3 = sinh(f3);
870 f4 = sinh(f4);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dapitest.rs869 f = sinh(f);
870 f2 = sinh(f2);
871 f3 = sinh(f3);
872 f4 = sinh(f4);
Dmath.rs343 TEST_FN_FUNC_FN(sinh);
/frameworks/rs/tests/java_api/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/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dmath_fp16.rs245 TEST_HN_FUNC_HN(sinh);
Dmath.rs341 TEST_FN_FUNC_FN(sinh);
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/
Dmath.rs175 TEST_FN_FUNC_FN(sinh);
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
Dmath.rs318 TEST_FN_FUNC_FN(sinh);
/frameworks/rs/tests/java_api/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/tests/java_api/ComputeBenchmark/src/com/example/android/rs/computebench/
Dcompute_benchmark.rs387 BENCH_FN_FUNC_FN(sinh);
/frameworks/rs/driver/runtime/
Drs_cl.c769 float __attribute__((overloadable)) sinh(float v) { in sinh() function
772 FN_FUNC_FN(sinh) in FN_FUNC_FN() argument
1627 THUNK_NATIVE_F(sinh) in THUNK_NATIVE_F()
2187 HN_FUNC_HN(sinh);
/frameworks/rs/script_api/include/
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(half4 v);
/frameworks/rs/script_api/
Drs_math.spec2616 See also @sinh().
3114 function: sinh
3128 function: sinh
/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_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_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_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_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/compile/slang/tests/P_all_api_24/
Dall24.rs8751 *(float*)buf6273 = sinh(*(float*)buf6274);
8752 *(float2*)buf6275 = sinh(*(float2*)buf6276);
8753 *(float3*)buf6277 = sinh(*(float3*)buf6278);
8754 *(float4*)buf6279 = sinh(*(float4*)buf6280);
8755 *(half*)buf6281 = sinh(*(half*)buf6282);
8756 *(half2*)buf6283 = sinh(*(half2*)buf6284);
8757 *(half3*)buf6285 = sinh(*(half3*)buf6286);
8758 *(half4*)buf6287 = sinh(*(half4*)buf6288);

12