Home
last modified time | relevance | path

Searched defs: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… argument
192 # define BOOST_MATH_PRECOMPUTE_IF_NOT_LOCAL(constant_, name) argument
/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()
H A Dpaint_property_binder.hpp100 ConstantPaintPropertyBinder(T constant_) in ConstantPaintPropertyBinder()