Home
last modified time | relevance | path

Searched defs:acc_n (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/spirit/home/qi/numeric/detail/
H A Dreal_impl.hpp39 void compensate_roundoff(T& n, AccT acc_n, mpl::true_) in compensate_roundoff()
49 void compensate_roundoff(T& n, AccT acc_n, mpl::false_) in compensate_roundoff()
56 void compensate_roundoff(T& n, AccT acc_n) in compensate_roundoff()
64 scale(int exp, T& n, AccT acc_n) in scale()
108 scale(int exp, int frac, T& n, AccT acc_n) in scale()
199 typename traits::real_accumulator<T>::type acc_n = 0; in parse() local