Searched refs:cosh (Results 1 – 25 of 34) sorted by relevance
12
71 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()
51 mInverseCoshAlpha = 1.0 / cosh(alpha); in setAlpha()61 return cosh(w) * mInverseCoshAlpha; in operator()
90 TEST_FUNC_1(cosh);
640 f = cosh(f);641 f2 = cosh(f2);642 f3 = cosh(f3);643 f4 = cosh(f4);
259 TEST_FN_FUNC_FN(cosh);
658 f = cosh(f);659 f2 = cosh(f2);660 f3 = cosh(f3);661 f4 = cosh(f4);
660 f = cosh(f);661 f2 = cosh(f2);662 f3 = cosh(f3);663 f4 = cosh(f4);
284 TEST_FN_FUNC_FN(cosh);
130 TEST_FN_FUNC_FN(cosh);
245 TEST_FN_FUNC_FN(cosh);
133 TEST_HN_FUNC_HN(cosh);
282 TEST_FN_FUNC_FN(cosh);
430 float __attribute__((overloadable)) cosh(float v) { in cosh() function433 FN_FUNC_FN(cosh) in FN_FUNC_FN() argument1617 THUNK_NATIVE_F(cosh) in THUNK_NATIVE_F()1900 HN_FUNC_HN(cosh);
329 BENCH_FN_FUNC_FN(cosh);
1236 * cosh: Hypebolic cosine1243 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().
632 function: cosh646 function: cosh2162 See also @cosh().
2678 *(float*)buf526 = cosh(*(float*)buf527);2679 *(float2*)buf528 = cosh(*(float2*)buf529);2680 *(float3*)buf530 = cosh(*(float3*)buf531);2681 *(float4*)buf532 = cosh(*(float4*)buf533);
2608 *(float*)buf526 = cosh(*(float*)buf527);2609 *(float2*)buf528 = cosh(*(float2*)buf529);2610 *(float3*)buf530 = cosh(*(float3*)buf531);2611 *(float4*)buf532 = cosh(*(float4*)buf533);
2770 *(float*)buf526 = cosh(*(float*)buf527);2771 *(float2*)buf528 = cosh(*(float2*)buf529);2772 *(float3*)buf530 = cosh(*(float3*)buf531);2773 *(float4*)buf532 = cosh(*(float4*)buf533);