Home
last modified time | relevance | path

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

12345

/l4re-core-master/uclibc/lib/contrib/uclibc/libm/
A Ds_tanh.c41 double tanh(double x) in tanh() function
73 libm_hidden_def(tanh)
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/m68k/bits/
A Dmathinline.h131 __inline_mathop(__tanh, tanh)
154 __inline_mathop(tanh, tanh)
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/c_compatibility/
A Dmath.h45 using std::tanh;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/c_compatibility/
A Dmath.h45 using std::tanh;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/c_std/
A Dcmath74 #undef tanh
436 using ::tanh;
439 tanh(float __x)
443 tanh(long double __x)
449 tanh(_Tp __x)
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/c_std/
A Dcmath74 #undef tanh
436 using ::tanh;
439 tanh(float __x)
443 tanh(long double __x)
449 tanh(_Tp __x)
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/c_std/
A Dcmath74 #undef tanh
436 using ::tanh;
439 tanh(float __x)
443 tanh(long double __x)
449 tanh(_Tp __x)
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/c_std/
A Dcmath74 #undef tanh
436 using ::tanh;
439 tanh(float __x)
443 tanh(long double __x)
449 tanh(_Tp __x)
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/c_std/
A Dcmath74 #undef tanh
436 using ::tanh;
439 tanh(float __x)
443 tanh(long double __x)
449 tanh(_Tp __x)
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/c_std/
A Dcmath74 #undef tanh
436 using ::tanh;
439 tanh(float __x)
443 tanh(long double __x)
449 tanh(_Tp __x)
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/c_std/
A Dcmath74 #undef tanh
436 using ::tanh;
439 tanh(float __x)
443 tanh(long double __x)
449 tanh(_Tp __x)
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/c_std/
A Dcmath74 #undef tanh
436 using ::tanh;
439 tanh(float __x)
443 tanh(long double __x)
449 tanh(_Tp __x)
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/src/c++98/
A Dmath_stubs_float.cc221 return (float) tanh(x); in tanhf()
A Dmath_stubs_long_double.cc221 return tanh((double) x); in tanhl()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/c++98/
A Dmath_stubs_float.cc221 return (float) tanh(x); in tanhf()
A Dmath_stubs_long_double.cc221 return tanh((double) x); in tanhl()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/c++98/
A Dmath_stubs_long_double.cc221 return tanh((double) x); in tanhl()
A Dmath_stubs_float.cc221 return (float) tanh(x); in tanhf()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/c++98/
A Dmath_stubs_float.cc221 return (float) tanh(x); in tanhf()
A Dmath_stubs_long_double.cc221 return tanh((double) x); in tanhl()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++98/
A Dmath_stubs_float.cc221 return (float) tanh(x); in tanhf()
A Dmath_stubs_long_double.cc221 return tanh((double) x); in tanhl()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++98/
A Dmath_stubs_float.cc221 return (float) tanh(x); in tanhf()
A Dmath_stubs_long_double.cc221 return tanh((double) x); in tanhl()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++98/
A Dmath_stubs_float.cc221 return (float) tanh(x); in tanhf()

Completed in 36 milliseconds

12345