Home
last modified time | relevance | path

Searched refs:r_num (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.hpp511 IntType r_num = r.num; in operator +=() local
516 num = num * (r_den / g) + r_num * den; in operator +=()
528 IntType r_num = r.num; in operator -=() local
535 num = num * (r_den / g) - r_num * den; in operator -=()
547 IntType r_num = r.num; in operator *=() local
552 IntType gcd2 = integer::gcd(r_num, den); in operator *=()
553 num = (num/gcd1) * (r_num/gcd2); in operator *=()
562 IntType r_num = r.num; in operator /=() local
569 if (r_num == zero) in operator /=()
575 IntType gcd1 = integer::gcd(num, r_num); in operator /=()
[all …]