/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/ |
H A D | e_atanh.c | 67 __weak_reference(atanh, atanhl);
|
H A D | catrig.c | 585 return (CMPLX(atanh(x), y)); in catanh()
|
H A D | math_private.h | 836 #define __ieee754_atanh atanh
|
/aosp12/bionic/libc/include/ |
H A D | math.h | 112 double atanh(double __x); 114 long double atanhl(long double __x) __RENAME_LDBL(atanh, 3, 21);
|
/aosp12/bionic/tests/headers/posix/ |
H A D | tgmath_h.c | 61 TGMATHC(atanh); in tgmath_h()
|
H A D | math_h.c | 142 FUNCTION(atanh, double (*f)(double)); in math_h()
|
/aosp12/frameworks/compile/slang/tests/P_math_fp/ |
H A D | math_fp.rscript | 83 TEST_FUNC_1(atanh);
|
/aosp12/bionic/libm/ |
H A D | libm.map.txt | 24 atanh;
|
/aosp12/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
H A D | apitest.rscript | 603 f = atanh(f); 604 f2 = atanh(f2); 605 f3 = atanh(f3); 606 f4 = atanh(f4);
|
H A D | math.rscript | 250 TEST_FN_FUNC_FN(atanh);
|
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/ |
H A D | apitest.rscript | 621 f = atanh(f); 622 f2 = atanh(f2); 623 f3 = atanh(f3); 624 f4 = atanh(f4);
|
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
H A D | apitest.rscript | 623 f = atanh(f); 624 f2 = atanh(f2); 625 f3 = atanh(f3); 626 f4 = atanh(f4);
|
H A D | math.rscript | 275 TEST_FN_FUNC_FN(atanh);
|
/aosp12/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/ |
H A D | math.rscript | 123 TEST_FN_FUNC_FN(atanh);
|
/aosp12/bionic/tests/ |
H A D | math_test.cpp | 583 TEST(MATH_TEST, atanh) { in TEST() argument 584 ASSERT_DOUBLE_EQ(0.0, atanh(0.0)); in TEST() 1749 DoMathDataTest<2>(g_atanh_intel_data, atanh); in TEST()
|
/aosp12/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/ |
H A D | math.rs.bak | 236 TEST_FN_FUNC_FN(atanh);
|
H A D | math.rs.orig | 250 TEST_FN_FUNC_FN(atanh);
|
H A D | math.rscript | 250 TEST_FN_FUNC_FN(atanh);
|
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
H A D | math_fp16.rscript | 125 TEST_HN_FUNC_HN(atanh);
|
H A D | math.rscript | 273 TEST_FN_FUNC_FN(atanh);
|
/aosp12/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/ |
H A D | math.rscript | 250 TEST_FN_FUNC_FN(atanh);
|
/aosp12/bionic/libc/tools/ |
H A D | posix-2013.txt | 45 atanh
|
/aosp12/frameworks/rs/driver/runtime/ |
H A D | rs_cl.c | 389 float __attribute__((overloadable)) atanh(float v) { in atanh() function 392 FN_FUNC_FN(atanh) in FN_FUNC_FN() argument 1612 THUNK_NATIVE_F(atanh) in THUNK_NATIVE_F() 1888 HN_FUNC_HN(atanh);
|
/aosp12/frameworks/rs/tests/java_api/ComputeBenchmark/src/com/example/android/rs/computebench/ |
H A D | compute_benchmark.rscript | 320 BENCH_FN_FUNC_FN(atanh);
|
/aosp12/frameworks/rs/script_api/include/ |
H A D | rs_math.rsh | 565 * atanh: Inverse hyperbolic tangent 572 atanh(float v); 575 atanh(float2 v); 578 atanh(float3 v); 581 atanh(float4 v); 585 atanh(half v); 590 atanh(half2 v); 595 atanh(half3 v); 600 atanh(half4 v); 4128 * See also atanh().
|