Home
last modified time | relevance | path

Searched refs:is_normalized (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.hpp169 : num(r.numerator()), den(is_normalized(int_type(r.numerator()), in rational()
176 : num(r.numerator()), den(is_normalized(int_type(r.numerator()), in rational()
404 bool is_normalized( param_type n, param_type d, int_type const &zero = in is_normalized() function in boost::rational