Home
last modified time | relevance | path

Searched refs:small_sinh (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.hpp825 …bool small_sinh = eval_get_sign(x) < 0 ? x.compare(fp_type(-0.5)) > 0 : x.compare(fp_type(0.5)) < … in sinhcosh() local
827 if(p_cosh || !small_sinh) in sinhcosh()
837 if(small_sinh) in sinhcosh()