Home
last modified time | relevance | path

Searched refs:Value2 (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/integer/
H A Dstatic_min_max.hpp21 template <static_min_max_signed_type Value1, static_min_max_signed_type Value2>
24 BOOST_STATIC_CONSTANT(static_min_max_signed_type, value = (Value1 > Value2) ? Value2 : Value1 );
27 template <static_min_max_signed_type Value1, static_min_max_signed_type Value2>
30 BOOST_STATIC_CONSTANT(static_min_max_signed_type, value = (Value1 < Value2) ? Value2 : Value1 );
33 template <static_min_max_unsigned_type Value1, static_min_max_unsigned_type Value2>
37 = (Value1 > Value2) ? Value2 : Value1 );
40 template <static_min_max_unsigned_type Value1, static_min_max_unsigned_type Value2>
44 = (Value1 < Value2) ? Value2 : Value1 );
H A Dcommon_factor_ct.hpp26 template < static_gcd_type Value1, static_gcd_type Value2 >
30 BOOST_STATIC_CONSTANT( static_gcd_type, new_value1 = Value2 );
31 BOOST_STATIC_CONSTANT( static_gcd_type, new_value2 = Value1 % Value2 );
57 template < static_gcd_type Value1, static_gcd_type Value2 >
60 typedef static_gcd_helper_t<Value1, Value2> gcd_type;
63 * Value2 );
78 template < static_gcd_type Value1, static_gcd_type Value2 > struct static_gcd
80 …BOOST_STATIC_CONSTANT( static_gcd_type, value = (detail::static_gcd_helper_t<Value1, Value2>::valu…
84 …mplate< static_gcd_type Value1, static_gcd_type Value2 > static_gcd_type const static_gcd< Value1,…
89 template < static_gcd_type Value1, static_gcd_type Value2 > struct static_lcm
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/cartesian/
H A Dpoint_in_box.hpp38 template <typename Value1, typename Value2>
39 static inline bool apply(Value1 const& value, Value2 const& min_value, Value2 const& max_value) in apply()
47 template <typename Value1, typename Value2>
48 static inline bool apply(Value1 const& value, Value2 const& min_value, Value2 const& max_value) in apply()
97 template <typename Value1, typename Value2>
98 static inline bool apply(Value1 const& value, Value2 const& min_value, Value2 const& max_value) in apply()
102 Value1, Value2 in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dinteger_fwd.hpp149 template <static_min_max_signed_type Value1, static_min_max_signed_type Value2>
152 template <static_min_max_signed_type Value1, static_min_max_signed_type Value2>
155 template <static_min_max_unsigned_type Value1, static_min_max_unsigned_type Value2>
158 template <static_min_max_unsigned_type Value1, static_min_max_unsigned_type Value2>
172 template < static_gcd_type Value1, static_gcd_type Value2 >
174 template < static_gcd_type Value1, static_gcd_type Value2 >
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/variant/detail/
H A Dapply_visitor_binary.hpp68 template <typename Value2>
70 operator()(Value2& value2) in BOOST_VARIANT_AUX_GENERIC_RESULT_TYPE()
207 template <typename Value2>
208 decltype(auto) operator()(Value2& value2) in operator ()()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/adbg/src/
H A Dadbg_expect.c179 const long Value2, in Do_ADBG_ExpectCompareSigned() argument
191 Value1, ComparStr_p, Value2); in Do_ADBG_ExpectCompareSigned()
201 const unsigned long Value2, in Do_ADBG_ExpectCompareUnsigned() argument
213 Value1, ComparStr_p, Value2); in Do_ADBG_ExpectCompareUnsigned()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/52xx/
H A Dlite5200_pm.c175 out_be32(&bes->Value2, sbes.Value2); in lite5200_restore_regs()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/adbg/include/
H A Dadbg.h238 const long Value2, const bool Result,
247 const unsigned long Value2,
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glib-2.0/glib-2.0/
H A DEnable-more-tests-while-cross-compiling.patch29 '--annotate', 'org.project.Bar', 'org.gtk.GDBus.Internal', 'Value2',
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dmpc52xx.h101 u32 Value2; /* SDMA + 0x74 */ member