Searched refs:atanh (Results 1 – 14 of 14) sorted by relevance
/picolibc-latest/newlib/libm/machine/spu/ |
D | w_atanh.c | 40 double atanh(double x) in atanh() function
|
/picolibc-latest/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 * Function atanh:: Inverse hyperbolic tangent 136 @c to reflect function name of Bessel (as opposed to j; e.g. after atanh,
|
/picolibc-latest/newlib/libc/include/machine/ |
D | fastmath.h | 50 #define atanh(x) fast_atanh(x) macro
|
/picolibc-latest/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 | 790 float atanhf(a) float a; { return atanh(a); }
|
/picolibc-latest/test/ |
D | long_double_gen.5c | 190 real atanh(x) { 329 { .f = atanh, .name = "atanhl" },
|
D | math-funcs.c | 163 d1 = atanh (d1); in main()
|
D | math_errhandling_tests.c | 120 static FLOAT_T makemathname(test_atanh_qnan)(void) { return makemathname(atanh)(makemathname(qnanva… in makemathname() 121 static FLOAT_T makemathname(test_atanh_snan)(void) { return makemathname(atanh)(makemathname(snanva… in makemathname() 122 static FLOAT_T makemathname(test_atanh_1)(void) { return makemathname(atanh)(makemathname(one)); } in makemathname() 123 static FLOAT_T makemathname(test_atanh_neg1)(void) { return makemathname(atanh)(-makemathname(one))… in makemathname() 124 static FLOAT_T makemathname(test_atanh_2)(void) { return makemathname(atanh)(makemathname(two)); } in makemathname() 125 static FLOAT_T makemathname(test_atanh_neg2)(void) { return makemathname(atanh)(-makemathname(two))… in makemathname()
|
/picolibc-latest/newlib/libc/include/ |
D | math.h | 472 extern double atanh (double);
|
/picolibc-latest/newlib/libm/common/ |
D | math_config.h | 1215 #define atanh64 _NAME_64(atanh)
|
/picolibc-latest/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-latest/ |
D | COPYING.picolibc | 2575 newlib/libm/machine/spu/headers/atanh.h
|