Home
last modified time | relevance | path

Searched refs:inner_abs (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/
H A Drational.hpp393 int_type inner_abs( param_type x, int_type const &zero = int_type(0) ) in inner_abs() function in boost::rational
407 return d > zero && ( n != zero || d == one ) && inner_abs( inner_gcd(n, in is_normalized()