Searched refs:float_advance (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/special_functions/ |
| H A D | next.hpp | 690 return -float_advance(-val, -distance, pol); in float_advance_imp() 776 return -float_advance(-val, -distance, pol); in float_advance_imp() 843 inline typename tools::promote_args<T>::type float_advance(T val, int distance, const Policy& pol) in float_advance() function 850 inline typename tools::promote_args<T>::type float_advance(const T& val, int distance) in float_advance() function 852 return boost::math::float_advance(val, distance, policies::policy<>()); in float_advance()
|
| H A D | math_fwd.hpp | 1021 typename tools::promote_args<T>::type float_advance(T val, int distance, const Policy& pol); 1023 typename tools::promote_args<T>::type float_advance(const T& val, int distance);
|