/external/eigen/Eigen/src/SparseCore/ |
SparseRedux.h | 28 template<typename _Scalar, int _Options, typename _Index> 29 typename internal::traits<SparseMatrix<_Scalar,_Options,_Index> >::Scalar 30 SparseMatrix<_Scalar,_Options,_Index>::sum() const 39 template<typename _Scalar, int _Options, typename _Index> 40 typename internal::traits<SparseVector<_Scalar,_Options, _Index> >::Scalar 41 SparseVector<_Scalar,_Options,_Index>::sum() const
|
SparseVector.h | 409 template<typename _Scalar, int _Options, typename _Index> 410 struct evaluator<SparseVector<_Scalar,_Options,_Index> > 411 : evaluator_base<SparseVector<_Scalar,_Options,_Index> > 413 typedef SparseVector<_Scalar,_Options,_Index> SparseVectorType;
|
/external/eigen/unsupported/Eigen/src/SparseExtra/ |
BlockOfDynamicSparseMatrix.h | 17 // NOTE Have to be reimplemented as a specialization of BlockImpl< DynamicSparseMatrix<_Scalar, _Options, _Index>, ... > 25 template<typename _Scalar, int _Options, typename _Index, int Size> 26 class SparseInnerVectorSet<DynamicSparseMatrix<_Scalar, _Options, _Index>, Size> 27 : public SparseMatrixBase<SparseInnerVectorSet<DynamicSparseMatrix<_Scalar, _Options, _Index>, Size> > 29 typedef DynamicSparseMatrix<_Scalar, _Options, _Index> MatrixType;
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/ |
DecParserMisc.py | 303 self._Index = 0
312 return self._Index >= self._StrLen
319 for Char in self._String[self._Index:]:
322 self._Index += 1
332 for Char in self._String[self._Index:]:
336 self._Index += 1
352 PreIndex = self._Index
355 for Char in self._String[self._Index:]:
360 self._Index += 1
365 return self._String[PreIndex:self._Index]
[all...] |
/external/eigen/Eigen/src/CholmodSupport/ |
CholmodSupport.h | 104 template<typename _Scalar, int _Options, typename _Index> 105 const cholmod_sparse viewAsCholmod(const SparseMatrix<_Scalar,_Options,_Index>& mat) 107 cholmod_sparse res = viewAsCholmod(Ref<SparseMatrix<_Scalar,_Options,_Index> >(mat.const_cast_derived())); 111 template<typename _Scalar, int _Options, typename _Index> 112 const cholmod_sparse viewAsCholmod(const SparseVector<_Scalar,_Options,_Index>& mat) 114 cholmod_sparse res = viewAsCholmod(Ref<SparseMatrix<_Scalar,_Options,_Index> >(mat.const_cast_derived())); 120 template<typename _Scalar, int _Options, typename _Index, unsigned int UpLo> 121 cholmod_sparse viewAsCholmod(const SparseSelfAdjointView<const SparseMatrix<_Scalar,_Options,_Index>, UpLo>& mat) 123 cholmod_sparse res = viewAsCholmod(Ref<SparseMatrix<_Scalar,_Options,_Index> >(mat.matrix().const_cast_derived()));
|
/external/clang/lib/Headers/ |
intrin.h | 164 unsigned char _BitScanForward(unsigned long *_Index, unsigned long _Mask); 166 unsigned char _BitScanReverse(unsigned long *_Index, unsigned long _Mask); 340 unsigned char _BitScanForward64(unsigned long *_Index, unsigned __int64 _Mask); 342 unsigned char _BitScanReverse64(unsigned long *_Index, unsigned __int64 _Mask); 503 _BitScanForward(unsigned long *_Index, unsigned long _Mask) { 506 *_Index = __builtin_ctzl(_Mask); 510 _BitScanReverse(unsigned long *_Index, unsigned long _Mask) { 513 *_Index = 31 - __builtin_clzl(_Mask); 553 _BitScanForward64(unsigned long *_Index, unsigned __int64 _Mask) { 556 *_Index = __builtin_ctzll(_Mask) [all...] |
/prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/ |
intrin.h | 164 unsigned char _BitScanForward(unsigned long *_Index, unsigned long _Mask); 166 unsigned char _BitScanReverse(unsigned long *_Index, unsigned long _Mask); 340 unsigned char _BitScanForward64(unsigned long *_Index, unsigned __int64 _Mask); 342 unsigned char _BitScanReverse64(unsigned long *_Index, unsigned __int64 _Mask); 503 _BitScanForward(unsigned long *_Index, unsigned long _Mask) { 506 *_Index = __builtin_ctzl(_Mask); 510 _BitScanReverse(unsigned long *_Index, unsigned long _Mask) { 513 *_Index = 31 - __builtin_clzl(_Mask); 553 _BitScanForward64(unsigned long *_Index, unsigned __int64 _Mask) { 556 *_Index = __builtin_ctzll(_Mask) [all...] |
/prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/ |
intrin.h | 164 unsigned char _BitScanForward(unsigned long *_Index, unsigned long _Mask); 166 unsigned char _BitScanReverse(unsigned long *_Index, unsigned long _Mask); 340 unsigned char _BitScanForward64(unsigned long *_Index, unsigned __int64 _Mask); 342 unsigned char _BitScanReverse64(unsigned long *_Index, unsigned __int64 _Mask); 503 _BitScanForward(unsigned long *_Index, unsigned long _Mask) { 506 *_Index = __builtin_ctzl(_Mask); 510 _BitScanReverse(unsigned long *_Index, unsigned long _Mask) { 513 *_Index = 31 - __builtin_clzl(_Mask); 553 _BitScanForward64(unsigned long *_Index, unsigned __int64 _Mask) { 556 *_Index = __builtin_ctzll(_Mask) [all...] |
/prebuilts/sdk/renderscript/clang-include/ |
intrin.h | 164 unsigned char _BitScanForward(unsigned long *_Index, unsigned long _Mask); 166 unsigned char _BitScanReverse(unsigned long *_Index, unsigned long _Mask); 340 unsigned char _BitScanForward64(unsigned long *_Index, unsigned __int64 _Mask); 342 unsigned char _BitScanReverse64(unsigned long *_Index, unsigned __int64 _Mask); 503 _BitScanForward(unsigned long *_Index, unsigned long _Mask) { 506 *_Index = __builtin_ctzl(_Mask); 510 _BitScanReverse(unsigned long *_Index, unsigned long _Mask) { 513 *_Index = 31 - __builtin_clzl(_Mask); 553 _BitScanForward64(unsigned long *_Index, unsigned __int64 _Mask) { 556 *_Index = __builtin_ctzll(_Mask) [all...] |
/external/eigen/unsupported/Eigen/src/LevenbergMarquardt/ |
LevenbergMarquardt.h | 68 template <typename _Scalar, typename _Index> 72 typedef _Index Index;
|
/external/syslinux/gpxe/src/include/gpxe/efi/Protocol/ |
DevicePath.h | 165 #define ACPI_DISPLAY_ADR(_DeviceIdScheme, _HeadId, _NonVgaOutput, _BiosCanDetect, _VendorInfo, _Type, _Port, _Index) \ 173 ((_Index) & 0xf) ))
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/ |
EfiDevicePath.h | 140 #define ACPI_DISPLAY_ADR(_DeviceIdScheme, _HeadId, _NonVgaOutput, _BiosCanDetect, _VendorInfo, _Type, _Port, _Index) \
148 ((_Index) & 0xf) ))
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
DevicePath.h | 297 #define ACPI_DISPLAY_ADR(_DeviceIdScheme, _HeadId, _NonVgaOutput, _BiosCanDetect, _VendorInfo, _Type, _Port, _Index) \
305 ((_Index) & 0xf) ))
[all...] |