Home
last modified time | relevance | path

Searched refs:inner_gcd (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.hpp388 int_type inner_gcd( param_type a, param_type b, int_type const &zero = in inner_gcd() function in boost::rational
390 { return b == zero ? a : inner_gcd(b, a % b, zero); } in inner_gcd()
407 return d > zero && ( n != zero || d == one ) && inner_abs( inner_gcd(n, in is_normalized()