Home
last modified time | relevance | path

Searched defs:EqualSize (Results 1 – 4 of 4) sorted by relevance

/dports/misc/visp/visp-3.4.0/3rdparty/simdlib/Simd/
H A DSimdView.hpp1296 …template <template<class> class A, template<class> class B> SIMD_INLINE bool EqualSize(const View<… in EqualSize() function
1302 …template <template<class> class A> SIMD_INLINE bool EqualSize(const View<A> & a, const View<A> & b… in EqualSize() function
1309 …template <template<class> class A> SIMD_INLINE bool EqualSize(const View<A> & a, const View<A> & b… in EqualSize() function
H A DSimdFrame.hpp605 …template <template<class> class A, template<class> class B> SIMD_INLINE bool EqualSize(const Frame… in EqualSize() function
/dports/net/gdrive/gdrive-2.1.1/drive/
H A Dsync.go32 EqualSize const
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DButtonBox.c51 #define EqualSize(x) (XmButtonBox_equal_size((x))) macro