Home
last modified time | relevance | path

Searched refs:tanh (Results 1 – 14 of 14) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libm/machine/spu/
Ds_tanh.c40 double tanh(double x) in tanh() function
/picolibc-3.7.0-3.6.0/newlib/libm/math/
Dsf_tanh.c55 _MATH_ALIAS_f_f(tanh)
Ds_tanh.c113 _MATH_ALIAS_d_d(tanh)
Dmath.tex85 * tanh:: Hyperbolic tangent
/picolibc-3.7.0-3.6.0/newlib/libc/include/machine/
Dfastmath.h47 #define tanh(x) fast_tanh(x) macro
/picolibc-3.7.0-3.6.0/newlib/libm/test/
Dtanh_vec.c304 void test_tanh(int m) {run_vector_1(m,tanh_vec,(char *)(tanh),"tanh","dd"); } in test_tanh()
Dmath.c804 float tanhf(a) float a; { return tanh(a); }
/picolibc-3.7.0-3.6.0/test/
Dlong_double_gen.5c206 real tanh(x) {
358 { .f = tanh, .name = "tanhl" },
Dmath-funcs.c83 d1 = tanh (d1); in main()
Dmath_errhandling_tests.c701 FLOAT_T makemathname(test_tanh_qnan)(void) { return makemathname(tanh)(makemathname(qnanval)); } in makemathname()
702 FLOAT_T makemathname(test_tanh_snan)(void) { return makemathname(tanh)(makemathname(snanval)); } in makemathname()
703 FLOAT_T makemathname(test_tanh_0)(void) { return makemathname(tanh)(makemathname(zero)); } in makemathname()
704 FLOAT_T makemathname(test_tanh_neg0)(void) { return makemathname(tanh)(-makemathname(zero)); } in makemathname()
705 FLOAT_T makemathname(test_tanh_inf)(void) { return makemathname(tanh)(makemathname(infval)); } in makemathname()
706 FLOAT_T makemathname(test_tanh_neginf)(void) { return makemathname(tanh)(-makemathname(infval)); } in makemathname()
/picolibc-3.7.0-3.6.0/newlib/libc/include/
Dmath.h120 extern double tanh (double);
/picolibc-3.7.0-3.6.0/newlib/libm/common/
Dmath_config.h1294 #define tanh64 _NAME_64(tanh)
/picolibc-3.7.0-3.6.0/
DCOPYING.picolibc2542 newlib/libm/machine/spu/headers/tanh.h
/picolibc-3.7.0-3.6.0/newlib/
DChangeLog-20159374 * libm/machine/spu/headers/tanh.h: Ditto.
22054 * libm/mathfp/s_tanh.c (tanh): New file.
26810 tanh.h}: struct reent_struct renamed to struct _reent for ANSI.