/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/ |
H A D | e_acosh.c | 67 __weak_reference(acosh, acoshl);
|
H A D | math_private.h | 833 #define __ieee754_acosh acosh
|
/aosp12/bionic/libc/include/ |
H A D | math.h | 104 double acosh(double __x); 106 long double acoshl(long double __x) __RENAME_LDBL(acosh, 3, 21);
|
/aosp12/bionic/tests/headers/posix/ |
H A D | tgmath_h.c | 59 TGMATHC(acosh); in tgmath_h()
|
H A D | math_h.c | 125 FUNCTION(acosh, double (*f)(double)); in math_h()
|
/aosp12/frameworks/compile/slang/tests/P_math_fp/ |
H A D | math_fp.rscript | 76 TEST_FUNC_1(acosh);
|
/aosp12/bionic/libm/ |
H A D | libm.map.txt | 9 acosh;
|
/aosp12/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
H A D | apitest.rscript | 577 f = acosh(f); 578 f2 = acosh(f2); 579 f3 = acosh(f3); 580 f4 = acosh(f4);
|
H A D | math.rscript | 243 TEST_FN_FUNC_FN(acosh);
|
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/ |
H A D | apitest.rscript | 595 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 D | apitest.rscript | 597 f = acosh(f); 598 f2 = acosh(f2); 599 f3 = acosh(f3); 600 f4 = acosh(f4);
|
H A D | math.rscript | 268 TEST_FN_FUNC_FN(acosh);
|
/aosp12/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/ |
H A D | math.rscript | 116 TEST_FN_FUNC_FN(acosh);
|
/aosp12/bionic/tests/ |
H A D | math_test.cpp | 559 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 D | math.rs.bak | 229 TEST_FN_FUNC_FN(acosh);
|
H A D | math.rs.orig | 243 TEST_FN_FUNC_FN(acosh);
|
H A D | math.rscript | 243 TEST_FN_FUNC_FN(acosh);
|
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
H A D | math_fp16.rscript | 115 TEST_HN_FUNC_HN(acosh);
|
H A D | math.rscript | 266 TEST_FN_FUNC_FN(acosh);
|
/aosp12/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/ |
H A D | math.rscript | 243 TEST_FN_FUNC_FN(acosh);
|
/aosp12/bionic/libc/tools/ |
H A D | posix-2013.txt | 18 acosh
|
/aosp12/frameworks/rs/driver/runtime/ |
H A D | rs_cl.c | 348 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 D | compute_benchmark.rscript | 313 BENCH_FN_FUNC_FN(acosh);
|
/aosp12/frameworks/rs/script_api/include/ |
H A D | rs_math.rsh | 239 * 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 D | rs_math.spec | 203 function: acosh 217 function: acosh 1839 See also @acosh().
|