Home
last modified time | relevance | path

Searched refs:atanh (Results 1 – 25 of 40) sorted by relevance

12

/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/
H A De_atanh.c67 __weak_reference(atanh, atanhl);
H A Dcatrig.c585 return (CMPLX(atanh(x), y)); in catanh()
H A Dmath_private.h836 #define __ieee754_atanh atanh
/aosp12/bionic/libc/include/
H A Dmath.h112 double atanh(double __x);
114 long double atanhl(long double __x) __RENAME_LDBL(atanh, 3, 21);
/aosp12/bionic/tests/headers/posix/
H A Dtgmath_h.c61 TGMATHC(atanh); in tgmath_h()
H A Dmath_h.c142 FUNCTION(atanh, double (*f)(double)); in math_h()
/aosp12/frameworks/compile/slang/tests/P_math_fp/
H A Dmath_fp.rscript83 TEST_FUNC_1(atanh);
/aosp12/bionic/libm/
H A Dlibm.map.txt24 atanh;
/aosp12/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A Dapitest.rscript603 f = atanh(f);
604 f2 = atanh(f2);
605 f3 = atanh(f3);
606 f4 = atanh(f4);
H A Dmath.rscript250 TEST_FN_FUNC_FN(atanh);
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
H A Dapitest.rscript621 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 Dapitest.rscript623 f = atanh(f);
624 f2 = atanh(f2);
625 f3 = atanh(f3);
626 f4 = atanh(f4);
H A Dmath.rscript275 TEST_FN_FUNC_FN(atanh);
/aosp12/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/
H A Dmath.rscript123 TEST_FN_FUNC_FN(atanh);
/aosp12/bionic/tests/
H A Dmath_test.cpp583 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 Dmath.rs.bak236 TEST_FN_FUNC_FN(atanh);
H A Dmath.rs.orig250 TEST_FN_FUNC_FN(atanh);
H A Dmath.rscript250 TEST_FN_FUNC_FN(atanh);
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A Dmath_fp16.rscript125 TEST_HN_FUNC_HN(atanh);
H A Dmath.rscript273 TEST_FN_FUNC_FN(atanh);
/aosp12/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
H A Dmath.rscript250 TEST_FN_FUNC_FN(atanh);
/aosp12/bionic/libc/tools/
H A Dposix-2013.txt45 atanh
/aosp12/frameworks/rs/driver/runtime/
H A Drs_cl.c389 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 Dcompute_benchmark.rscript320 BENCH_FN_FUNC_FN(atanh);
/aosp12/frameworks/rs/script_api/include/
H A Drs_math.rsh565 * 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().

12