Home
last modified time | relevance | path

Searched refs:eval_trunc (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/functions/
H A Dtrig.hpp126 eval_trunc(n_pi, n_pi); in eval_sin()
281 eval_trunc(n_pi, t); in eval_cos()
H A Dpow.hpp273 eval_trunc(exp_series, x); in eval_exp()
748 eval_trunc(temp, arg); in eval_exp2()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/
H A Ddefault_ops.hpp1181 inline void eval_trunc(T& result, const T& a) in eval_trunc() function
1221 eval_trunc(*pipart, arg); in eval_modf()
1227 eval_trunc(ipart, arg); in eval_modf()
1461 typename enable_if_c<sizeof(T) == 0>::type eval_trunc();
2081 using default_ops::eval_trunc; in trunc()
2083 eval_trunc(result.backend(), v.backend()); in trunc()