Home
last modified time | relevance | path

Searched defs:coshf (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/libstdc++/libmath/
H A Dstubs.c158 coshf(float x) in coshf() function
H A Dmathconf.h273 # define coshf(x) cosh (x) macro
/freebsd-12.1/contrib/libstdc++/
H A Dconfig.h.in833 # define coshf _coshf macro
/freebsd-12.1/gnu/lib/libstdc++/
H A Dconfig.h848 # define coshf _coshf macro
/freebsd-12.1/contrib/llvm/tools/clang/lib/Headers/
H A D__clang_cuda_device_functions.h1503 __DEVICE__ float coshf(float __a) { return __nv_coshf(__a); } in coshf() function