Home
last modified time | relevance | path

Searched refs:coshl (Results 1 – 25 of 231) sorted by relevance

12345678910

/netbsd/lib/libm/src/
H A Dnamespace.h34 #define coshl _coshl macro
68 #define coshl _coshl macro
H A Dldbl_dummy.c55 __weak_alias(coshl, _coshl) in __weak_alias()
155 coshl(long double x) in coshl() function
/netbsd/lib/libm/complex/
H A Dccoshl.c44 w = coshl(x) * cosl(y) + (sinhl(x) * sinl(y)) * I; in ccoshl()
H A Dcsinhl.c44 w = sinhl(x) * cosl(y) + (coshl(x) * sinl(y)) * I; in csinhl()
H A Dctanhl.c44 d = coshl(2.0L * x) + cosl(2.0L * y); in ctanhl()
H A Dctanl.c46 d = cosl(2.0L * creall(z)) + coshl(2.0L * cimagl(z)); in ctanl()
H A Dcephes_subrl.c45 *c = coshl(x); in _cchshl()
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
H A Dmath_stubs_long_double.cc91 coshl(long double x) in coshl() function
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
H A Dmath_stubs_long_double.cc91 coshl(long double x) in coshl() function
/netbsd/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Dc99_functions.c1315 COMPLEX_ASSIGN (v, sinhl (r) * cosl (i), coshl (r) * sinl (i)); in csinhl()
1368 COMPLEX_ASSIGN (v, coshl (r) * cosl (i), sinhl (r) * sinl (i)); in ccoshl()
1479 COMPLEX_ASSIGN (v, sinl (r) * coshl (i), cosl (r) * sinhl (i)); in csinl()
1532 COMPLEX_ASSIGN (v, cosl (r) * coshl (i), - (sinl (r) * sinhl (i))); in ccosl()
/netbsd/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Dc99_functions.c1315 COMPLEX_ASSIGN (v, sinhl (r) * cosl (i), coshl (r) * sinl (i)); in csinhl()
1368 COMPLEX_ASSIGN (v, coshl (r) * cosl (i), sinhl (r) * sinl (i)); in ccoshl()
1479 COMPLEX_ASSIGN (v, sinl (r) * coshl (i), cosl (r) * sinhl (i)); in csinl()
1532 COMPLEX_ASSIGN (v, cosl (r) * coshl (i), - (sinl (r) * sinhl (i))); in ccosl()
/netbsd/external/gpl3/gcc/lib/libstdc++-v3/arch/vax/
H A Dsymver-config.h1088 # define coshl _coshl macro
/netbsd/external/gpl3/gcc.old/lib/libstdc++-v3/arch/vax/
H A Dsymver-config.h1088 # define coshl _coshl macro
/netbsd/external/gpl3/gcc.old/lib/libstdc++-v3/arch/armeb/
H A Dsymver-config.h1075 # define coshl _coshl macro
/netbsd/include/
H A Dmath.h335 long double coshl(long double);
/netbsd/external/gpl3/gcc/lib/libstdc++-v3/arch/hppa/
H A Dsymver-config.h1088 # define coshl _coshl macro
/netbsd/external/gpl3/gcc/lib/libstdc++-v3/arch/mips64eb/
H A Dsymver-config.h1088 # define coshl _coshl macro
/netbsd/external/gpl3/gcc/lib/libstdc++-v3/arch/mips64el/
H A Dsymver-config.h1088 # define coshl _coshl macro
/netbsd/external/gpl3/gcc/lib/libstdc++-v3/arch/mipseb/
H A Dsymver-config.h1088 # define coshl _coshl macro
/netbsd/external/gpl3/gcc/lib/libstdc++-v3/arch/mipsel/
H A Dsymver-config.h1088 # define coshl _coshl macro
/netbsd/external/gpl3/gcc/lib/libstdc++-v3/arch/mipsn64eb/
H A Dsymver-config.h1088 # define coshl _coshl macro
/netbsd/external/gpl3/gcc/lib/libstdc++-v3/arch/mipsn64el/
H A Dsymver-config.h1088 # define coshl _coshl macro
/netbsd/external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc/
H A Dsymver-config.h1088 # define coshl _coshl macro
/netbsd/external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc64/
H A Dsymver-config.h1088 # define coshl _coshl macro
/netbsd/external/gpl3/gcc/lib/libstdc++-v3/arch/riscv32/
H A Dsymver-config.h1088 # define coshl _coshl macro

12345678910