Home
last modified time | relevance | path

Searched defs:multiplies (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dstl_function.h187 struct multiplies : public binary_function<_Tp, _Tp, _Tp> in _GLIBCXX_VISIBILITY() struct
191 operator()(const _Tp& __x, const _Tp& __y) const in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dstl_function.h187 struct multiplies : public binary_function<_Tp, _Tp, _Tp> in _GLIBCXX_VISIBILITY() struct
191 operator()(const _Tp& __x, const _Tp& __y) const in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/
H A Dmultiplies.hpp37 struct multiplies struct
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/
H A Dfunctional.hpp101 template <typename T> struct multiplies : binary_function<T, T, T> struct
103 __device__ __forceinline__ T operator ()(typename TypeTraits<T>::ParameterType a, in operator ()()
108 __host__ __device__ __forceinline__ multiplies() {} in multiplies() argument
109 __host__ __device__ __forceinline__ multiplies(const multiplies&) {} in multiplies() function
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/
H A Dfunctional.hpp101 template <typename T> struct multiplies : binary_function<T, T, T> struct
103 __device__ __forceinline__ T operator ()(typename TypeTraits<T>::ParameterType a, in operator ()()
108 __host__ __device__ __forceinline__ multiplies() {} in multiplies() function
109 __host__ __device__ __forceinline__ multiplies(const multiplies&) {} in multiplies() function
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/
H A Dfunctional.hpp101 template <typename T> struct multiplies : binary_function<T, T, T> struct
103 __device__ __forceinline__ T operator ()(typename TypeTraits<T>::ParameterType a, in operator ()()
108 __host__ __device__ __forceinline__ multiplies() {} in multiplies() argument
109 __host__ __device__ __forceinline__ multiplies(const multiplies&) {} in multiplies() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/
H A Dtags.hpp57 struct multiplies {}; struct
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/
H A Dnumber.hpp836 void do_assign(const Exp& e, const detail::multiplies&) in do_assign()
1392 void do_multiplies(const Exp& e, const detail::multiplies&) in do_multiplies()
1461 do_divide(const Exp& e, const detail::multiplies&) in do_divide()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/
H A Dnumber_base.hpp273 struct multiplies{}; struct