Home
last modified time | relevance | path

Searched defs:VectorBase (Results 1 – 25 of 66) sorted by relevance

123

/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/
H A DOgreVector.h46 template <int dims, typename T> struct VectorBase struct
48 VectorBase() {} in VectorBase() function
49 VectorBase(T _x, T _y) in VectorBase() function
54 VectorBase(T _x, T _y, T _z) in VectorBase() function
59 VectorBase(T _x, T _y, T _z, T _w) in VectorBase() function
68 template <> struct _OgreExport VectorBase<2, Real> argument
/dports/devel/eastl/EASTL-3.13.06/include/EASTL/
H A Dvector.h125 struct VectorBase in EA_RESTORE_ALL_VC_WARNINGS() struct
127 typedef Allocator allocator_type; in EA_RESTORE_ALL_VC_WARNINGS()
128 typedef eastl_size_t size_type; in EA_RESTORE_ALL_VC_WARNINGS()
129 typedef ptrdiff_t difference_type; in EA_RESTORE_ALL_VC_WARNINGS()
137 …ize_type npos = (size_type)-1; /// 'npos' means non-valid position or simply non-position. in EA_RESTORE_ALL_VC_WARNINGS()
143 T* mpEnd; in EA_RESTORE_ALL_VC_WARNINGS()
144 eastl::compressed_pair<T*, allocator_type> mCapacityAllocator; in EA_RESTORE_ALL_VC_WARNINGS()
146 T*& internalCapacityPtr() EA_NOEXCEPT { return mCapacityAllocator.first(); } in EA_RESTORE_ALL_VC_WARNINGS()
147 T* const& internalCapacityPtr() const EA_NOEXCEPT { return mCapacityAllocator.first(); } in EA_RESTORE_ALL_VC_WARNINGS()
148 allocator_type& internalAllocator() EA_NOEXCEPT { return mCapacityAllocator.second(); } in EA_RESTORE_ALL_VC_WARNINGS()
[all …]
/dports/science/simbody/simbody-Simbody-3.7/SimTKcommon/BigMatrix/include/SimTKcommon/internal/
H A DVectorBase.h72 VectorBase(const VectorBase& source) : Base(source) {} in VectorBase() function
75 VectorBase(const TNeg& source) : Base(source) {} in VectorBase() function
79 VectorBase(int m, const ELT& initialValue) in VectorBase() function
86 VectorBase(int m, const ELT* cppInitialValues) in VectorBase() function
101 VectorBase(int m, int stride, const Scalar* s) in VectorBase() function
104 VectorBase(int m, int stride, Scalar* s) in VectorBase() function
117 VectorBase(MatrixHelper<Scalar>& h, const typename MatrixHelper<Scalar>::ShallowCopy& s) in VectorBase() function
120 VectorBase(const MatrixHelper<Scalar>& h, const typename MatrixHelper<Scalar>::ShallowCopy& s) in VectorBase() function
123 VectorBase(const MatrixHelper<Scalar>& h, const typename MatrixHelper<Scalar>::DeepCopy& d) in VectorBase() function
467 explicit VectorBase(MatrixHelperRep<Scalar>* hrep) : Base(hrep) {} in VectorBase() function
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/ArmPkg/Library/ArmExceptionLib/
H A DArmExceptionLib.c93 UINTN VectorBase; in InitializeCpuExceptionHandlers() local
158 UINT32 *VectorBase; in CopyExceptionHandlers() local
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/ArmPkg/Library/ArmExceptionLib/
H A DArmExceptionLib.c93 UINTN VectorBase; in InitializeCpuExceptionHandlers() local
158 UINT32 *VectorBase; in CopyExceptionHandlers() local
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/ArmPkg/Library/ArmExceptionLib/
H A DArmExceptionLib.c93 UINTN VectorBase; in InitializeCpuExceptionHandlers() local
158 UINT32 *VectorBase; in CopyExceptionHandlers() local
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/ArmPkg/Library/ArmExceptionLib/
H A DArmExceptionLib.c93 UINTN VectorBase; in InitializeCpuExceptionHandlers() local
158 UINT32 *VectorBase; in CopyExceptionHandlers() local
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/ArmPkg/Library/ArmExceptionLib/
H A DArmExceptionLib.c93 UINTN VectorBase; in InitializeCpuExceptionHandlers() local
158 UINT32 *VectorBase; in CopyExceptionHandlers() local
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/ArmPkg/Library/ArmExceptionLib/
H A DArmExceptionLib.c93 UINTN VectorBase; in InitializeCpuExceptionHandlers() local
158 UINT32 *VectorBase; in CopyExceptionHandlers() local
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/ArmPkg/Library/ArmExceptionLib/
H A DArmExceptionLib.c93 UINTN VectorBase; in InitializeCpuExceptionHandlers() local
158 UINT32 *VectorBase; in CopyExceptionHandlers() local
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/ArmPkg/Library/ArmExceptionLib/
H A DArmExceptionLib.c93 UINTN VectorBase; in InitializeCpuExceptionHandlers() local
158 UINT32 *VectorBase; in CopyExceptionHandlers() local
/dports/sysutils/edk2/edk2-edk2-stable202102/ArmPkg/Library/ArmExceptionLib/
H A DArmExceptionLib.c93 UINTN VectorBase; in InitializeCpuExceptionHandlers() local
158 UINT32 *VectorBase; in CopyExceptionHandlers() local
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/ArmPkg/Library/ArmLib/Arm11/
H A DArm11Lib.c25 IN UINTN VectorBase in ArmWriteVBar()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/common/
H A Dvector_utils.h108 friend class VectorBase; variable
182 VectorBase<Dimension, Type>::VectorBase(Type element) in VectorBase() function
192 VectorBase<Dimension, Type>::VectorBase(const VectorBase<Dimension, Type2> &other) in VectorBase() function
212 VectorBase<Dimension, Type>::VectorBase(const Arg1 &arg1, const Arg2 &arg2, const Args &... args) in VectorBase() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/common/
H A Dvector_utils.h108 friend class VectorBase; variable
182 VectorBase<Dimension, Type>::VectorBase(Type element) in VectorBase() function
192 VectorBase<Dimension, Type>::VectorBase(const VectorBase<Dimension, Type2> &other) in VectorBase() function
212 VectorBase<Dimension, Type>::VectorBase(const Arg1 &arg1, const Arg2 &arg2, const Args &... args) in VectorBase() function
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/common/
H A Dvector_utils.h108 friend class VectorBase; variable
182 VectorBase<Dimension, Type>::VectorBase(Type element) in VectorBase() function
192 VectorBase<Dimension, Type>::VectorBase(const VectorBase<Dimension, Type2> &other) in VectorBase() function
212 VectorBase<Dimension, Type>::VectorBase(const Arg1 &arg1, const Arg2 &arg2, const Args &... args) in VectorBase() function
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/common/
H A Dvector_utils.h108 friend class VectorBase; variable
182 VectorBase<Dimension, Type>::VectorBase(Type element) in VectorBase() function
192 VectorBase<Dimension, Type>::VectorBase(const VectorBase<Dimension, Type2> &other) in VectorBase() function
212 VectorBase<Dimension, Type>::VectorBase(const Arg1 &arg1, const Arg2 &arg2, const Args &... args) in VectorBase() function
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/common/
H A Dvector_utils.h108 friend class VectorBase; variable
182 VectorBase<Dimension, Type>::VectorBase(Type element) in VectorBase() function
192 VectorBase<Dimension, Type>::VectorBase(const VectorBase<Dimension, Type2> &other) in VectorBase() function
212 VectorBase<Dimension, Type>::VectorBase(const Arg1 &arg1, const Arg2 &arg2, const Args &... args) in VectorBase() function
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/common/
H A Dvector_utils.h108 friend class VectorBase; variable
182 VectorBase<Dimension, Type>::VectorBase(Type element) in VectorBase() function
192 VectorBase<Dimension, Type>::VectorBase(const VectorBase<Dimension, Type2> &other) in VectorBase() function
212 VectorBase<Dimension, Type>::VectorBase(const Arg1 &arg1, const Arg2 &arg2, const Args &... args) in VectorBase() function
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/common/
H A Dvector_utils.h108 friend class VectorBase; variable
182 VectorBase<Dimension, Type>::VectorBase(Type element) in VectorBase() function
192 VectorBase<Dimension, Type>::VectorBase(const VectorBase<Dimension, Type2> &other) in VectorBase() function
212 VectorBase<Dimension, Type>::VectorBase(const Arg1 &arg1, const Arg2 &arg2, const Args &... args) in VectorBase() function
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/common/
H A Dvector_utils.h108 friend class VectorBase; variable
182 VectorBase<Dimension, Type>::VectorBase(Type element) in VectorBase() function
192 VectorBase<Dimension, Type>::VectorBase(const VectorBase<Dimension, Type2> &other) in VectorBase() function
212 VectorBase<Dimension, Type>::VectorBase(const Arg1 &arg1, const Arg2 &arg2, const Args &... args) in VectorBase() function
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/common/
H A Dvector_utils.h108 friend class VectorBase; variable
182 VectorBase<Dimension, Type>::VectorBase(Type element) in VectorBase() function
192 VectorBase<Dimension, Type>::VectorBase(const VectorBase<Dimension, Type2> &other) in VectorBase() function
212 VectorBase<Dimension, Type>::VectorBase(const Arg1 &arg1, const Arg2 &arg2, const Args &... args) in VectorBase() function
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/common/
H A Dvector_utils.h108 friend class VectorBase; variable
182 VectorBase<Dimension, Type>::VectorBase(Type element) in VectorBase() function
192 VectorBase<Dimension, Type>::VectorBase(const VectorBase<Dimension, Type2> &other) in VectorBase() function
212 VectorBase<Dimension, Type>::VectorBase(const Arg1 &arg1, const Arg2 &arg2, const Args &... args) in VectorBase() function
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/common/
H A Dvector_utils.h108 friend class VectorBase; variable
182 VectorBase<Dimension, Type>::VectorBase(Type element) in VectorBase() function
192 VectorBase<Dimension, Type>::VectorBase(const VectorBase<Dimension, Type2> &other) in VectorBase() function
212 VectorBase<Dimension, Type>::VectorBase(const Arg1 &arg1, const Arg2 &arg2, const Args &... args) in VectorBase() function
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/common/
H A Dvector_utils.h108 friend class VectorBase; variable
182 VectorBase<Dimension, Type>::VectorBase(Type element) in VectorBase() function
192 VectorBase<Dimension, Type>::VectorBase(const VectorBase<Dimension, Type2> &other) in VectorBase() function
212 VectorBase<Dimension, Type>::VectorBase(const Arg1 &arg1, const Arg2 &arg2, const Args &... args) in VectorBase() function

123