Home
last modified time | relevance | path

Searched refs:constant_ (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/math/constants/
H A Dconstants.hpp190 …define BOOST_MATH_PRECOMPUTE_IF_NOT_LOCAL(constant_, name) constant_initializer<T, & BOOST_J… argument
192 # define BOOST_MATH_PRECOMPUTE_IF_NOT_LOCAL(constant_, name) argument
197 template <class T> struct BOOST_JOIN(constant_, name){\
228 … constant_initializer<T, & BOOST_JOIN(constant_, name)<T>::get_from_string >::force_instantiate();\
240 …constant_initializer2<T, N, & BOOST_JOIN(constant_, name)<T>::template get_from_compute<N> >::forc…
246 BOOST_MATH_PRECOMPUTE_IF_NOT_LOCAL(constant_, name)\
254 …{ return detail:: BOOST_JOIN(constant_, name)<T>::get(typename construction_traits<T, Policy>::typ…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dpossibly_evaluated_property_value.hpp46 [&] (const T& constant_) { return constant_; }, in evaluate() argument
H A Dpaint_property_binder.hpp100 ConstantPaintPropertyBinder(T constant_) in ConstantPaintPropertyBinder() argument
101 : constant(std::move(constant_)) { in ConstantPaintPropertyBinder()