Home
last modified time | relevance | path

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

12

/frameworks/av/media/libaaudio/src/flowgraph/resampler/
DKaiserWindow.h71 double y = cosh(0.970941817426052 * x); in bessel()
72 y += cosh(0.8854560256532099 * x); in bessel()
73 y += cosh(0.7485107481711011 * x); in bessel()
74 y += cosh(0.5680647467311558 * x); in bessel()
75 y += cosh(0.3546048870425356 * x); in bessel()
76 y += cosh(0.120536680255323 * x); in bessel()
78 y += cosh(x); in bessel()
DHyperbolicCosineWindow.h51 mInverseCoshAlpha = 1.0 / cosh(alpha); in setAlpha()
61 return cosh(w) * mInverseCoshAlpha; in operator()
/frameworks/compile/slang/tests/P_math_fp/
Dmath_fp.rscript90 TEST_FUNC_1(cosh);
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dapitest.rscript640 f = cosh(f);
641 f2 = cosh(f2);
642 f3 = cosh(f3);
643 f4 = cosh(f4);
Dmath.rscript259 TEST_FN_FUNC_FN(cosh);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
Dapitest.rscript658 f = cosh(f);
659 f2 = cosh(f2);
660 f3 = cosh(f3);
661 f4 = cosh(f4);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dapitest.rscript660 f = cosh(f);
661 f2 = cosh(f2);
662 f3 = cosh(f3);
663 f4 = cosh(f4);
Dmath.rscript284 TEST_FN_FUNC_FN(cosh);
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/
Dmath.rscript130 TEST_FN_FUNC_FN(cosh);
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
Dmath.rs.bak245 TEST_FN_FUNC_FN(cosh);
Dmath.rs.orig259 TEST_FN_FUNC_FN(cosh);
Dmath.rscript259 TEST_FN_FUNC_FN(cosh);
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
Dmath.rscript259 TEST_FN_FUNC_FN(cosh);
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dmath_fp16.rscript133 TEST_HN_FUNC_HN(cosh);
Dmath.rscript282 TEST_FN_FUNC_FN(cosh);
/frameworks/rs/driver/runtime/
Drs_cl.c430 float __attribute__((overloadable)) cosh(float v) { in cosh() function
433 FN_FUNC_FN(cosh) in FN_FUNC_FN() argument
1617 THUNK_NATIVE_F(cosh) in THUNK_NATIVE_F()
1900 HN_FUNC_HN(cosh);
/frameworks/rs/tests/java_api/ComputeBenchmark/src/com/example/android/rs/computebench/
Dcompute_benchmark.rscript329 BENCH_FN_FUNC_FN(cosh);
/frameworks/rs/script_api/include/
Drs_math.rsh1236 * cosh: Hypebolic cosine
1243 cosh(float v);
1246 cosh(float2 v);
1249 cosh(float3 v);
1252 cosh(float4 v);
1256 cosh(half v);
1261 cosh(half2 v);
1266 cosh(half3 v);
1271 cosh(half4 v);
4318 * See also cosh().
/frameworks/rs/script_api/
Drs_math.spec632 function: cosh
646 function: cosh
2162 See also @cosh().
/frameworks/compile/slang/tests/P_all_api_15/
Dall15.rscript2678 *(float*)buf526 = cosh(*(float*)buf527);
2679 *(float2*)buf528 = cosh(*(float2*)buf529);
2680 *(float3*)buf530 = cosh(*(float3*)buf531);
2681 *(float4*)buf532 = cosh(*(float4*)buf533);
/frameworks/compile/slang/tests/P_all_api_12/
Dall12.rscript2608 *(float*)buf526 = cosh(*(float*)buf527);
2609 *(float2*)buf528 = cosh(*(float2*)buf529);
2610 *(float3*)buf530 = cosh(*(float3*)buf531);
2611 *(float4*)buf532 = cosh(*(float4*)buf533);
/frameworks/compile/slang/tests/P_all_api_13/
Dall13.rscript2608 *(float*)buf526 = cosh(*(float*)buf527);
2609 *(float2*)buf528 = cosh(*(float2*)buf529);
2610 *(float3*)buf530 = cosh(*(float3*)buf531);
2611 *(float4*)buf532 = cosh(*(float4*)buf533);
/frameworks/compile/slang/tests/P_all_api_11/
Dall11.rscript2608 *(float*)buf526 = cosh(*(float*)buf527);
2609 *(float2*)buf528 = cosh(*(float2*)buf529);
2610 *(float3*)buf530 = cosh(*(float3*)buf531);
2611 *(float4*)buf532 = cosh(*(float4*)buf533);
/frameworks/compile/slang/tests/P_all_api_14/
Dall14.rscript2678 *(float*)buf526 = cosh(*(float*)buf527);
2679 *(float2*)buf528 = cosh(*(float2*)buf529);
2680 *(float3*)buf530 = cosh(*(float3*)buf531);
2681 *(float4*)buf532 = cosh(*(float4*)buf533);
/frameworks/compile/slang/tests/P_all_api_16/
Dall16.rscript2770 *(float*)buf526 = cosh(*(float*)buf527);
2771 *(float2*)buf528 = cosh(*(float2*)buf529);
2772 *(float3*)buf530 = cosh(*(float3*)buf531);
2773 *(float4*)buf532 = cosh(*(float4*)buf533);

12