Home
last modified time | relevance | path

Searched refs:coshf (Results 1 – 25 of 86) sorted by relevance

1234

/netbsd/src/tests/lib/libm/
Dt_cosh.c171 if (!(fabsf((coshf(x) - cosh_x)/cosh_x) <= eps)) { in ATF_TC_BODY()
173 x, coshf(x), cosh_x); in ATF_TC_BODY()
189 ATF_CHECK(isnan(coshf(x)) != 0); in ATF_TC_BODY()
201 float y = coshf(x); in ATF_TC_BODY()
216 float y = coshf(x); in ATF_TC_BODY()
232 if (coshf(x) != 1.0) in ATF_TC_BODY()
246 if (coshf(x) != 1.0) in ATF_TC_BODY()
/netbsd/src/lib/libm/src/
Dw_coshf.c30 __weak_alias(coshf, _coshf) in __weak_alias() argument
34 coshf(float x) /* wrapper coshf */ in __weak_alias()
Dnamespace.h30 #define coshf _coshf macro
/netbsd/src/lib/libm/noieee_src/
Dn_cosh.c91 __weak_alias(coshf, _coshf);
144 coshf(float x) in coshf() function
/netbsd/src/lib/libm/complex/
Dcsinhf.c44 w = sinhf(x) * cosf(y) + (coshf(x) * sinf(y)) * I; in csinhf()
Dccoshf.c44 w = coshf(x) * cosf(y) + (sinhf(x) * sinf(y)) * I; in ccoshf()
Dctanhf.c44 d = coshf(2.0f * x) + cosf(2.0f * y); in ctanhf()
Dctanf.c46 d = cosf(2.0f * crealf(z)) + coshf(2.0f * cimagf(z)); in ctanf()
Dcephes_subrf.c45 *c = coshf(x); in _cchshf()
/netbsd/src/lib/libm/
Dm.common.expsym140 coshf
/netbsd/src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv4/
Dsymver-config.h1145 # define coshf _coshf macro
/netbsd/src/external/gpl3/gcc/lib/libstdc++-v3/arch/sparc/
Dsymver-config.h1145 # define coshf _coshf macro
/netbsd/src/external/gpl3/gcc/lib/libstdc++-v3/arch/m68000/
Dsymver-config.h1145 # define coshf _coshf macro
/netbsd/src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6hfeb/
Dsymver-config.h1145 # define coshf _coshf macro
/netbsd/src/external/gpl3/gcc/lib/libstdc++-v3/arch/ia64/
Dsymver-config.h1145 # define coshf _coshf macro
/netbsd/src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmeb/
Dsymver-config.h1145 # define coshf _coshf macro
/netbsd/src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmhfeb/
Dsymver-config.h1145 # define coshf _coshf macro
/netbsd/src/external/gpl3/gcc/lib/libstdc++-v3/arch/mips64el/
Dsymver-config.h1145 # define coshf _coshf macro
/netbsd/src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6/
Dsymver-config.h1145 # define coshf _coshf macro
/netbsd/src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv7/
Dsymver-config.h1145 # define coshf _coshf macro
/netbsd/src/external/gpl3/gcc/lib/libstdc++-v3/arch/sparc64/
Dsymver-config.h1145 # define coshf _coshf macro
/netbsd/src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv7eb/
Dsymver-config.h1145 # define coshf _coshf macro
/netbsd/src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv7hf/
Dsymver-config.h1145 # define coshf _coshf macro
/netbsd/src/external/gpl3/gcc/lib/libstdc++-v3/arch/mipseb/
Dsymver-config.h1145 # define coshf _coshf macro
/netbsd/src/external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/
Dsymver-config.h1145 # define coshf _coshf macro

1234