Home
last modified time | relevance | path

Searched refs:acosh (Results 1 – 25 of 39) sorted by relevance

12

/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/
H A De_acosh.c67 __weak_reference(acosh, acoshl);
H A Dmath_private.h833 #define __ieee754_acosh acosh
/aosp12/bionic/libc/include/
H A Dmath.h104 double acosh(double __x);
106 long double acoshl(long double __x) __RENAME_LDBL(acosh, 3, 21);
/aosp12/bionic/tests/headers/posix/
H A Dtgmath_h.c59 TGMATHC(acosh); in tgmath_h()
H A Dmath_h.c125 FUNCTION(acosh, double (*f)(double)); in math_h()
/aosp12/frameworks/compile/slang/tests/P_math_fp/
H A Dmath_fp.rscript76 TEST_FUNC_1(acosh);
/aosp12/bionic/libm/
H A Dlibm.map.txt9 acosh;
/aosp12/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A Dapitest.rscript577 f = acosh(f);
578 f2 = acosh(f2);
579 f3 = acosh(f3);
580 f4 = acosh(f4);
H A Dmath.rscript243 TEST_FN_FUNC_FN(acosh);
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
H A Dapitest.rscript595 f = acosh(f);
596 f2 = acosh(f2);
597 f3 = acosh(f3);
598 f4 = acosh(f4);
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
H A Dapitest.rscript597 f = acosh(f);
598 f2 = acosh(f2);
599 f3 = acosh(f3);
600 f4 = acosh(f4);
H A Dmath.rscript268 TEST_FN_FUNC_FN(acosh);
/aosp12/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/
H A Dmath.rscript116 TEST_FN_FUNC_FN(acosh);
/aosp12/bionic/tests/
H A Dmath_test.cpp559 TEST(MATH_TEST, acosh) { in TEST() argument
560 ASSERT_DOUBLE_EQ(0.0, acosh(1.0)); in TEST()
1699 DoMathDataTest<2>(g_acosh_intel_data, acosh); in TEST()
/aosp12/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
H A Dmath.rs.bak229 TEST_FN_FUNC_FN(acosh);
H A Dmath.rs.orig243 TEST_FN_FUNC_FN(acosh);
H A Dmath.rscript243 TEST_FN_FUNC_FN(acosh);
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A Dmath_fp16.rscript115 TEST_HN_FUNC_HN(acosh);
H A Dmath.rscript266 TEST_FN_FUNC_FN(acosh);
/aosp12/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
H A Dmath.rscript243 TEST_FN_FUNC_FN(acosh);
/aosp12/bionic/libc/tools/
H A Dposix-2013.txt18 acosh
/aosp12/frameworks/rs/driver/runtime/
H A Drs_cl.c348 float __attribute__((overloadable)) acosh(float v) { in acosh() function
351 FN_FUNC_FN(acosh) in FN_FUNC_FN() argument
1605 THUNK_NATIVE_F(acosh) in THUNK_NATIVE_F() argument
1882 HN_FUNC_HN(acosh);
/aosp12/frameworks/rs/tests/java_api/ComputeBenchmark/src/com/example/android/rs/computebench/
H A Dcompute_benchmark.rscript313 BENCH_FN_FUNC_FN(acosh);
/aosp12/frameworks/rs/script_api/include/
H A Drs_math.rsh239 * acosh: Inverse hyperbolic cosine
246 acosh(float v);
249 acosh(float2 v);
252 acosh(float3 v);
255 acosh(float4 v);
259 acosh(half v);
264 acosh(half2 v);
269 acosh(half3 v);
274 acosh(half4 v);
3731 * See also acosh().
/aosp12/frameworks/rs/script_api/
H A Drs_math.spec203 function: acosh
217 function: acosh
1839 See also @acosh().

12