atanh             419 python_bindings/python/IROperator.cpp     p::def("atanh", &h::atanh, p::args("x"),
atanh            1067 src/IROperator.h inline Expr atanh(const Expr &x) {
atanh              83 src/runtime/hexagon_remote/sim_remote.cpp extern int atanh;
atanh             226 src/runtime/hexagon_remote/sim_remote.cpp         {"atanh", (char *)(&atanh)},
atanh             139 test/correctness/math.cpp fun_1_float_types(atanh)
atanh             230 test/correctness/math.cpp     call_1_float_types(atanh, 256, -1.0, 1.0);