Home
last modified time | relevance | path

Searched refs:right_depth (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/multiprecision/detail/
H A Dnumber_base.hpp613 static const unsigned right_depth = right_type::depth + 1; member
614 static const unsigned depth = left_depth > right_depth ? left_depth : right_depth;
699 static const unsigned right_depth = right_type::depth + 1; member
700 …epth = left_depth > right_depth ? (left_depth > middle_depth ? left_depth : middle_depth) : (right…
794 static const unsigned right_depth = right_type::depth + 1; member
797 …static const unsigned right_max_depth = right_depth > right_middle_depth ? right_depth : right_mid…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/
H A Dnumber.hpp764 static int const right_depth = right_type::depth; in do_assign() local
784 else if(!br && (bl || (left_depth >= right_depth))) in do_assign()
802 static int const right_depth = right_type::depth; in do_assign() local
823 else if(!br && (bl || (left_depth >= right_depth))) in do_assign()
842 static int const right_depth = right_type::depth; in do_assign() local
862 else if(!br && (bl || (left_depth >= right_depth))) in do_assign()
948 static int const right_depth = right_type::depth; in do_assign() local
962 else if(!br && (bl || (left_depth >= right_depth))) in do_assign()
993 static int const right_depth = right_type::depth; in do_assign() local
1007 else if(!br && (bl || (left_depth >= right_depth))) in do_assign()
[all …]