Home
last modified time | relevance | path

Searched refs:checked_add_imp (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/multiprecision/cpp_int/
H A Dchecked.hpp38 inline A checked_add_imp(A a, A b, const mpl::true_&) in checked_add_imp() function
53 inline A checked_add_imp(A a, A b, const mpl::false_&) in checked_add_imp() function
62 return checked_add_imp(a, b, boost::is_signed<A>()); in checked_add()