Searched refs:atanh (Results 1 – 14 of 14) sorted by relevance
/picolibc-3.5.0-3.4.0/newlib/libm/machine/spu/ |
D | w_atanh.c | 40 double atanh(double x) in atanh() function
|
/picolibc-3.5.0-3.4.0/newlib/libm/math/ |
D | sf_atanh.c | 48 _MATH_ALIAS_f_f(atanh)
|
D | s_atanh.c | 67 _MATH_ALIAS_d_d(atanh)
|
D | math.tex | 37 * atanh:: Inverse hyperbolic tangent 136 @c to reflect function name of Bessel (as opposed to j; e.g. after atanh,
|
/picolibc-3.5.0-3.4.0/newlib/libc/include/machine/ |
D | fastmath.h | 50 #define atanh(x) fast_atanh(x) macro
|
/picolibc-3.5.0-3.4.0/newlib/libm/test/ |
D | atanh_vec.c | 305 void test_atanh(int m) {run_vector_1(m,atanh_vec,(char *)(atanh),"atanh","dd"); } in test_atanh()
|
D | math.c | 730 float atanhf(a) float a; { return atanh(a); }
|
/picolibc-3.5.0-3.4.0/test/ |
D | long_double_gen.5c | 185 real atanh(x) { 304 { .f = atanh, .name = "atanhl" },
|
D | math-funcs.c | 155 d1 = atanh (d1); in main()
|
D | math_errhandling_tests.c | 97 FLOAT_T makemathname(test_atanh_qnan)(void) { return makemathname(atanh)(makemathname(qnanval)); } in makemathname() 98 FLOAT_T makemathname(test_atanh_snan)(void) { return makemathname(atanh)(makemathname(snanval)); } in makemathname() 99 FLOAT_T makemathname(test_atanh_1)(void) { return makemathname(atanh)(makemathname(one)); } in makemathname() 100 FLOAT_T makemathname(test_atanh_neg1)(void) { return makemathname(atanh)(-makemathname(one)); } in makemathname() 101 FLOAT_T makemathname(test_atanh_2)(void) { return makemathname(atanh)(makemathname(two)); } in makemathname() 102 FLOAT_T makemathname(test_atanh_neg2)(void) { return makemathname(atanh)(-makemathname(two)); } in makemathname()
|
/picolibc-3.5.0-3.4.0/newlib/libc/include/ |
D | math.h | 446 extern double atanh (double);
|
/picolibc-3.5.0-3.4.0/newlib/libm/common/ |
D | math_config.h | 1159 #define atanh64 _NAME_64(atanh)
|
/picolibc-3.5.0-3.4.0/newlib/ |
D | ChangeLog-2015 | 9231 * libm/machine/spu/headers/atanh.h: Ditto. 9273 * libm/machine/spu/headers/atanh.h: Ditto. 21829 * libm/mathfp/e_atanh.c atanh(): New file. 22224 * libm/math/w_atanh.c (atanh): ditto 22825 * libm/math/w_atanh.c (atanh): Likewise. 26806 * libm/math/{acos.h, acosh.h, asin.c, asinh.h, atanh.h, bessel.h,
|
/picolibc-3.5.0-3.4.0/ |
D | COPYING.picolibc | 2410 newlib/libm/machine/spu/headers/atanh.h
|