| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/core/ |
| H A D | scoped_enum.hpp | 120 … explicit BOOST_CONSTEXPR EnumType(underlying_type v) BOOST_NOEXCEPT : v_(v) {} \ 121 … BOOST_CONSTEXPR underlying_type get_underlying_value_() const BOOST_NOEXCEPT { return v_; } \ 124 underlying_type v_; \ 130 … BOOST_CONSTEXPR enum_type get_native_value_() const BOOST_NOEXCEPT { return enum_type(v_); } \ 131 … ==(self_type lhs, self_type rhs) BOOST_NOEXCEPT { return enum_type(lhs.v_)==enum_type(rhs.v_); } \ 132 … bool operator ==(self_type lhs, enum_type rhs) BOOST_NOEXCEPT { return enum_type(lhs.v_)==rhs; } \ 133 … bool operator ==(enum_type lhs, self_type rhs) BOOST_NOEXCEPT { return lhs==enum_type(rhs.v_); } \ 134 … !=(self_type lhs, self_type rhs) BOOST_NOEXCEPT { return enum_type(lhs.v_)!=enum_type(rhs.v_); } \ 135 … bool operator !=(self_type lhs, enum_type rhs) BOOST_NOEXCEPT { return enum_type(lhs.v_)!=rhs; } \ 136 … bool operator !=(enum_type lhs, self_type rhs) BOOST_NOEXCEPT { return lhs!=enum_type(rhs.v_); } \ [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/stitching/detail/ |
| H A D | warpers_inl.hpp | 317 float v_ = (float)CV_PI - acosf(y_ / sqrtf(x_ * x_ + y_ * y_ + z_ * z_)); in mapForward() local 319 u = scale * v_ * cosf(u_); in mapForward() 320 v = scale * v_ * sinf(u_); in mapForward() 330 float v_ = sqrtf(u*u + v*v); in mapBackward() local 332 float sinv = sinf((float)CV_PI - v_); in mapBackward() 334 float y_ = cosf((float)CV_PI - v_); in mapBackward() 354 float v_ = (float)CV_PI - acosf(y_ / sqrtf(x_ * x_ + y_ * y_ + z_ * z_)); in mapForward() local 356 float r = sinf(v_) / (1 - cosf(v_)); in mapForward() 370 float v_ = 2 * atanf(1.f / r); in mapBackward() local 372 float sinv = sinf((float)CV_PI - v_); in mapBackward() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/hal/ |
| H A D | intrin_neon.hpp | 324 inline v_##_Tpv v_setzero_##suffix() { return v_##_Tpv(vdupq_n_##suffix((_Tp)0)); } \ 325 inline v_##_Tpv v_setall_##suffix(_Tp v) { return v_##_Tpv(vdupq_n_##suffix(v)); } \ 327 inline v_uint8x16 v_reinterpret_as_u8(const v_##_Tpv& v) { return v_uint8x16(vreinterpretq_u8_##suf… 328 inline v_int8x16 v_reinterpret_as_s8(const v_##_Tpv& v) { return v_int8x16(vreinterpretq_s8_##suffi… 329 inline v_uint16x8 v_reinterpret_as_u16(const v_##_Tpv& v) { return v_uint16x8(vreinterpretq_u16_##s… 330 inline v_int16x8 v_reinterpret_as_s16(const v_##_Tpv& v) { return v_int16x8(vreinterpretq_s16_##suf… 331 inline v_uint32x4 v_reinterpret_as_u32(const v_##_Tpv& v) { return v_uint32x4(vreinterpretq_u32_##s… 332 inline v_int32x4 v_reinterpret_as_s32(const v_##_Tpv& v) { return v_int32x4(vreinterpretq_s32_##suf… 333 inline v_uint64x2 v_reinterpret_as_u64(const v_##_Tpv& v) { return v_uint64x2(vreinterpretq_u64_##s… 334 inline v_int64x2 v_reinterpret_as_s64(const v_##_Tpv& v) { return v_int64x2(vreinterpretq_s64_##suf… [all …]
|
| H A D | intrin_forward.hpp | 45 #define __CV_VX(fun) v_##fun
|
| H A D | intrin_vsx.hpp | 340 inline _Tpvec v_##pack(const _Tpwvec& a, const _Tpwvec& b) … 344 inline void v_##pack##_store(_Tp* ptr, const _Tpwvec& a) …
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/hal/ |
| H A D | intrin_neon.hpp | 324 inline v_##_Tpv v_setzero_##suffix() { return v_##_Tpv(vdupq_n_##suffix((_Tp)0)); } \ 325 inline v_##_Tpv v_setall_##suffix(_Tp v) { return v_##_Tpv(vdupq_n_##suffix(v)); } \ 327 inline v_uint8x16 v_reinterpret_as_u8(const v_##_Tpv& v) { return v_uint8x16(vreinterpretq_u8_##suf… 328 inline v_int8x16 v_reinterpret_as_s8(const v_##_Tpv& v) { return v_int8x16(vreinterpretq_s8_##suffi… 329 inline v_uint16x8 v_reinterpret_as_u16(const v_##_Tpv& v) { return v_uint16x8(vreinterpretq_u16_##s… 330 inline v_int16x8 v_reinterpret_as_s16(const v_##_Tpv& v) { return v_int16x8(vreinterpretq_s16_##suf… 331 inline v_uint32x4 v_reinterpret_as_u32(const v_##_Tpv& v) { return v_uint32x4(vreinterpretq_u32_##s… 332 inline v_int32x4 v_reinterpret_as_s32(const v_##_Tpv& v) { return v_int32x4(vreinterpretq_s32_##suf… 333 inline v_uint64x2 v_reinterpret_as_u64(const v_##_Tpv& v) { return v_uint64x2(vreinterpretq_u64_##s… 334 inline v_int64x2 v_reinterpret_as_s64(const v_##_Tpv& v) { return v_int64x2(vreinterpretq_s64_##suf… [all …]
|
| H A D | intrin_forward.hpp | 45 #define __CV_VX(fun) v_##fun
|
| H A D | intrin_vsx.hpp | 340 inline _Tpvec v_##pack(const _Tpwvec& a, const _Tpwvec& b) … 344 inline void v_##pack##_store(_Tp* ptr, const _Tpwvec& a) …
|
| H A D | intrin_cpp.hpp | 1996 inline _Tpnvec v_##pack_suffix(const _Tpvec& a, const _Tpvec& b) \ 2066 inline void v_##pack_suffix##_store(_Tpn* ptr, const _Tpvec& a) \
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/hal/ |
| H A D | intrin_neon.hpp | 324 inline v_##_Tpv v_setzero_##suffix() { return v_##_Tpv(vdupq_n_##suffix((_Tp)0)); } \ 325 inline v_##_Tpv v_setall_##suffix(_Tp v) { return v_##_Tpv(vdupq_n_##suffix(v)); } \ 327 inline v_uint8x16 v_reinterpret_as_u8(const v_##_Tpv& v) { return v_uint8x16(vreinterpretq_u8_##suf… 328 inline v_int8x16 v_reinterpret_as_s8(const v_##_Tpv& v) { return v_int8x16(vreinterpretq_s8_##suffi… 329 inline v_uint16x8 v_reinterpret_as_u16(const v_##_Tpv& v) { return v_uint16x8(vreinterpretq_u16_##s… 330 inline v_int16x8 v_reinterpret_as_s16(const v_##_Tpv& v) { return v_int16x8(vreinterpretq_s16_##suf… 331 inline v_uint32x4 v_reinterpret_as_u32(const v_##_Tpv& v) { return v_uint32x4(vreinterpretq_u32_##s… 332 inline v_int32x4 v_reinterpret_as_s32(const v_##_Tpv& v) { return v_int32x4(vreinterpretq_s32_##suf… 333 inline v_uint64x2 v_reinterpret_as_u64(const v_##_Tpv& v) { return v_uint64x2(vreinterpretq_u64_##s… 334 inline v_int64x2 v_reinterpret_as_s64(const v_##_Tpv& v) { return v_int64x2(vreinterpretq_s64_##suf… [all …]
|
| H A D | intrin_forward.hpp | 45 #define __CV_VX(fun) v_##fun
|
| H A D | intrin_vsx.hpp | 340 inline _Tpvec v_##pack(const _Tpwvec& a, const _Tpwvec& b) … 344 inline void v_##pack##_store(_Tp* ptr, const _Tpwvec& a) …
|
| H A D | intrin_cpp.hpp | 1996 inline _Tpnvec v_##pack_suffix(const _Tpvec& a, const _Tpvec& b) \ 2066 inline void v_##pack_suffix##_store(_Tpn* ptr, const _Tpvec& a) \
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/smart_ptr/detail/ |
| H A D | spinlock_pt.hpp | 30 pthread_mutex_t v_; member in boost::detail::spinlock 36 return pthread_mutex_trylock( &v_ ) == 0; in try_lock() 41 pthread_mutex_lock( &v_ ); in lock() 46 pthread_mutex_unlock( &v_ ); in unlock()
|
| H A D | spinlock_gcc_arm.hpp | 40 int v_; member in boost::detail::spinlock 56 "r"( 1 ), "r"( &v_ ): // inputs in try_lock() 65 "r"( 1 ), "r"( &v_ ): // inputs in try_lock() 84 *const_cast< int volatile* >( &v_ ) = 0; in unlock()
|
| H A D | spinlock_sync.hpp | 34 int v_; member in boost::detail::spinlock 40 int r = __sync_lock_test_and_set( &v_, 1 ); in try_lock() 54 __sync_lock_release( &v_ ); in unlock()
|
| H A D | spinlock_std_atomic.hpp | 31 std::atomic_flag v_; member in boost::detail::spinlock 37 return !v_.test_and_set( std::memory_order_acquire ); in try_lock() 50 v_ .clear( std::memory_order_release ); in unlock()
|
| H A D | spinlock_w32.hpp | 56 long v_; member in boost::detail::spinlock 62 long r = BOOST_SP_INTERLOCKED_EXCHANGE( &v_, 1 ); in try_lock() 80 *const_cast< long volatile* >( &v_ ) = 0; in unlock()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/exception/ |
| H A D | exception.hpp | 107 value_type v_; member in boost::error_info 110 v_(v) in error_info() 121 value_type v_; member in boost::error_info 124 v_(v) in error_info() 135 value_type v_; member in boost::error_info 138 v_(v) in error_info() 315 x.throw_function_=y.v_; in set_info() 323 x.throw_file_=y.v_; in set_info() 331 x.throw_line_=y.v_; in set_info()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/detail/ |
| H A D | advanced_insert_int.hpp | 102 : v_(v) in insert_n_copies_proxy() 106 { boost::container::uninitialized_fill_alloc_n(a, v_, n, p); } in uninitialized_copy_n_and_update() 111 *p = v_; in copy_n_and_update() 115 const value_type &v_; member 154 : v_(v) in insert_copy_proxy() 160 alloc_traits::construct( a, boost::movelib::iterator_to_raw_pointer(p), v_); in uninitialized_copy_n_and_update() 166 *p =v_; in copy_n_and_update() 169 const value_type &v_; member 181 : v_(v) in insert_move_proxy() 187 alloc_traits::construct( a, boost::movelib::iterator_to_raw_pointer(p), ::boost::move(v_) ); in uninitialized_copy_n_and_update() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/ |
| H A D | stringify.hpp | 102 Value::visit(v, [&] (const auto& v_) { stringify(writer, v_); }); in stringify() argument 147 v.evaluate([&] (const auto& v_) { stringify(writer, v_); }); in stringify() argument 160 v.evaluate([&] (const auto& v_) { stringify(writer, v_); }); in stringify() argument
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/detail/ |
| H A D | meta_utils.hpp | 245 T & v_; member 246 BOOST_MOVE_FORCEINLINE addr_impl_ref( T & v ): v_( v ) {} in addr_impl_ref() 247 BOOST_MOVE_FORCEINLINE operator T& () const { return v_; } in operator T&()
|
| /OK3568_Linux_fs/buildroot/package/rings/ |
| H A D | rings.mk | 9 RINGS_SUBDIR = rings-v_$(subst .,_,$(RINGS_VERSION_MAJOR))
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | tm-preds.h | 366 #define CONST_OK_FOR_CONSTRAINT_P(v_,c_,s_) \ argument 367 insn_const_int_ok_for_constraint (v_, lookup_constraint (s_))
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | tm-preds.h | 414 #define CONST_OK_FOR_CONSTRAINT_P(v_,c_,s_) \ argument 415 insn_const_int_ok_for_constraint (v_, lookup_constraint (s_))
|