Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/functions/
H A Dpow.hpp796 void sinhcosh(const T& x, T* p_sinh, T* p_cosh) in sinhcosh() function
865 detail::sinhcosh(x, &result, static_cast<T*>(0)); in eval_sinh()
872 detail::sinhcosh(x, static_cast<T*>(0), &result); in eval_cosh()
880 detail::sinhcosh(x, &result, &c); in eval_tanh()