Home
last modified time | relevance | path

Searched refs:alignedEnd (Results 1 – 25 of 164) sorted by relevance

1234567

/dports/biology/canu/canu-2.2/src/correction/
H A DfalconConsensus.H92 alignedEnd = 0; in falconInput()
112 alignedEnd = 0; in addInput()
128 int32 alignedEnd; variable
/dports/games/0ad/0ad-0.0.23b-alpha/source/lib/sysdep/os/win/
H A Dwvm.cpp301 alignedEnd = alignedBase + round_up(size, m_Alignment); in CACHE_ALIGNED()
308 m_Alignment = alignedBase = alignedEnd = 0; in CACHE_ALIGNED()
320 return (alignedBase <= address && address < alignedEnd); in CACHE_ALIGNED()
327 ENSURE(alignedBase <= alignedAddress && alignedAddress + m_CommitSize <= alignedEnd); in CACHE_ALIGNED()
337 uintptr_t alignedEnd; // " in CACHE_ALIGNED() local
/dports/math/eigen3/eigen-3.3.9/bench/btl/libs/eigen3/
H A Deigen3_interface.hh124 int alignedEnd = starti; in triassign() local
126 alignedEnd = alignedStart + ((size-alignedStart)/(2*PacketSize))*(PacketSize*2); in triassign()
138 for (int index = alignedStart; index<alignedEnd; index+=PacketSize) in triassign()
147 for (int index = alignedEnd; index<size; ++index) in triassign()
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/bench/btl/libs/eigen3/
H A Deigen3_interface.hh124 int alignedEnd = starti; in triassign() local
126 alignedEnd = alignedStart + ((size-alignedStart)/(2*PacketSize))*(PacketSize*2); in triassign()
138 for (int index = alignedStart; index<alignedEnd; index+=PacketSize) in triassign()
147 for (int index = alignedEnd; index<size; ++index) in triassign()
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/eigen-3.3.7/bench/btl/libs/eigen3/
H A Deigen3_interface.hh124 int alignedEnd = starti; in triassign() local
126 alignedEnd = alignedStart + ((size-alignedStart)/(2*PacketSize))*(PacketSize*2); in triassign()
138 for (int index = alignedStart; index<alignedEnd; index+=PacketSize) in triassign()
147 for (int index = alignedEnd; index<size; ++index) in triassign()
/dports/misc/opennn/opennn-5.0.5/eigen/bench/btl/libs/eigen3/
H A Deigen3_interface.hh124 int alignedEnd = starti; in triassign() local
126 alignedEnd = alignedStart + ((size-alignedStart)/(2*PacketSize))*(PacketSize*2); in triassign()
138 for (int index = alignedStart; index<alignedEnd; index+=PacketSize) in triassign()
147 for (int index = alignedEnd; index<size; ++index) in triassign()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/eigen-3.3.7/bench/btl/libs/eigen3/
H A Deigen3_interface.hh124 int alignedEnd = starti; in triassign() local
126 alignedEnd = alignedStart + ((size-alignedStart)/(2*PacketSize))*(PacketSize*2); in triassign()
138 for (int index = alignedStart; index<alignedEnd; index+=PacketSize) in triassign()
147 for (int index = alignedEnd; index<size; ++index) in triassign()
/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/bench/btl/libs/eigen3/
H A Deigen3_interface.hh124 int alignedEnd = starti; in triassign() local
126 alignedEnd = alignedStart + ((size-alignedStart)/(2*PacketSize))*(PacketSize*2); in triassign()
138 for (int index = alignedStart; index<alignedEnd; index+=PacketSize) in triassign()
147 for (int index = alignedEnd; index<size; ++index) in triassign()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/text/
H A DTextCodecLatin1.cpp126 const uint8_t* alignedEnd = alignToMachineWord(end); in decode() local
133 while (source < alignedEnd) { in decode()
H A DTextCodecUTF8.cpp225 const uint8_t* alignedEnd = alignToMachineWord(end); in decode() local
246 while (source < alignedEnd) { in decode()
/dports/security/fakeroot/fakeroot-1.23/
H A Dpatchattr.h98 size_t alignedEnd = (begin + size + 3) & ~3; in patchattr() local
99 …rintf(stderr, "patchattr reference begin %zu size %zu aligned end %zu\n", begin, size, alignedEnd); in patchattr()
/dports/science/smoldyn/smoldyn-2.67/source/NextSubVolume/Eigen/src/Core/
H A DAssign.h404 const Index alignedEnd = alignedStart + ((size-alignedStart)/packetSize)*packetSize;
408 for(Index index = alignedStart; index < alignedEnd; index += packetSize)
413 unaligned_assign_impl<>::run(src,dst,alignedEnd,size);
458 const Index alignedEnd = alignedStart + ((innerSize-alignedStart) & ~packetAlignedMask);
464 for(Index inner = alignedStart; inner<alignedEnd; inner+=packetSize)
468 for(Index inner = alignedEnd; inner<innerSize ; ++inner)
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/include/Eigen/src/Core/
H A DAssign.h404 const Index alignedEnd = alignedStart + ((size-alignedStart)/packetSize)*packetSize;
408 for(Index index = alignedStart; index < alignedEnd; index += packetSize)
413 unaligned_assign_impl<>::run(src,dst,alignedEnd,size);
458 const Index alignedEnd = alignedStart + ((innerSize-alignedStart) & ~packetAlignedMask);
464 for(Index inner = alignedStart; inner<alignedEnd; inner+=packetSize)
468 for(Index inner = alignedEnd; inner<innerSize ; ++inner)
/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/Eigen/src/Core/
H A DAssign.h404 const Index alignedEnd = alignedStart + ((size-alignedStart)/packetSize)*packetSize;
408 for(Index index = alignedStart; index < alignedEnd; index += packetSize)
413 unaligned_assign_impl<>::run(src,dst,alignedEnd,size);
465 const Index alignedEnd = alignedStart + ((innerSize-alignedStart) & ~packetAlignedMask);
471 for(Index inner = alignedStart; inner<alignedEnd; inner+=packetSize)
475 for(Index inner = alignedEnd; inner<innerSize ; ++inner)
/dports/graphics/wdune/wdune-1.926/vcglib/eigenlib/Eigen/src/Core/
H A DAssign.h404 const Index alignedEnd = alignedStart + ((size-alignedStart)/packetSize)*packetSize;
408 for(Index index = alignedStart; index < alignedEnd; index += packetSize)
413 unaligned_assign_impl<>::run(src,dst,alignedEnd,size);
465 const Index alignedEnd = alignedStart + ((innerSize-alignedStart) & ~packetAlignedMask);
471 for(Index inner = alignedStart; inner<alignedEnd; inner+=packetSize)
475 for(Index inner = alignedEnd; inner<innerSize ; ++inner)
/dports/graphics/krita/krita-4.4.8/libs/image/
H A Dkis_grid_interpolation_tools.h46 int alignedEnd = end & alignmentMask; in calcGridDimension() local
50 if (alignedEnd > alignedStart) { in calcGridDimension()
51 size = (alignedEnd - alignedStart) / pixelPrecision + 1; in calcGridDimension()
53 size += alignedEnd != end; in calcGridDimension()
/dports/math/gismo/gismo-21.12.0/external/Eigen/src/Jacobi/
H A DJacobi.h335 Index alignedEnd = alignedStart + ((size-alignedStart)/PacketSize)*PacketSize; in apply_rotation_in_the_plane() local
355 for(Index i=alignedStart; i<alignedEnd; i+=PacketSize) in apply_rotation_in_the_plane()
381 if(alignedEnd!=peelingEnd) in apply_rotation_in_the_plane()
390 for(Index i=alignedEnd; i<size; ++i) in apply_rotation_in_the_plane()
/dports/graphics/blender/blender-2.91.0/extern/Eigen3/Eigen/src/Jacobi/
H A DJacobi.h339 Index alignedEnd = alignedStart + ((size-alignedStart)/PacketSize)*PacketSize;
359 for(Index i=alignedStart; i<alignedEnd; i+=PacketSize)
385 if(alignedEnd!=peelingEnd)
394 for(Index i=alignedEnd; i<size; ++i)
/dports/math/eigen3/eigen-3.3.9/Eigen/src/Jacobi/
H A DJacobi.h339 Index alignedEnd = alignedStart + ((size-alignedStart)/PacketSize)*PacketSize;
359 for(Index i=alignedStart; i<alignedEnd; i+=PacketSize)
385 if(alignedEnd!=peelingEnd)
394 for(Index i=alignedEnd; i<size; ++i)
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/thirdparty/bcd/ext/eigen/Eigen/src/Jacobi/
H A DJacobi.h330 Index alignedEnd = alignedStart + ((size-alignedStart)/PacketSize)*PacketSize; in apply_rotation_in_the_plane() local
349 for(Index i=alignedStart; i<alignedEnd; i+=PacketSize) in apply_rotation_in_the_plane()
375 if(alignedEnd!=peelingEnd) in apply_rotation_in_the_plane()
384 for(Index i=alignedEnd; i<size; ++i) in apply_rotation_in_the_plane()
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/Eigen/src/Jacobi/
H A DJacobi.h339 Index alignedEnd = alignedStart + ((size-alignedStart)/PacketSize)*PacketSize;
359 for(Index i=alignedStart; i<alignedEnd; i+=PacketSize)
385 if(alignedEnd!=peelingEnd)
394 for(Index i=alignedEnd; i<size; ++i)
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/include/Eigen/src/Jacobi/
H A DJacobi.h330 Index alignedEnd = alignedStart + ((size-alignedStart)/PacketSize)*PacketSize; in apply_rotation_in_the_plane() local
349 for(Index i=alignedStart; i<alignedEnd; i+=PacketSize) in apply_rotation_in_the_plane()
375 if(alignedEnd!=peelingEnd) in apply_rotation_in_the_plane()
384 for(Index i=alignedEnd; i<size; ++i) in apply_rotation_in_the_plane()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/Eigen3/src/itkeigen/Eigen/src/Jacobi/
H A DJacobi.h339 Index alignedEnd = alignedStart + ((size-alignedStart)/PacketSize)*PacketSize;
359 for(Index i=alignedStart; i<alignedEnd; i+=PacketSize)
385 if(alignedEnd!=peelingEnd)
394 for(Index i=alignedEnd; i<size; ++i)
/dports/math/py-cvxpy/cvxpy-1.1.17/cvxpy/cvxcore/include/Eigen/src/Jacobi/
H A DJacobi.h339 Index alignedEnd = alignedStart + ((size-alignedStart)/PacketSize)*PacketSize;
359 for(Index i=alignedStart; i<alignedEnd; i+=PacketSize)
385 if(alignedEnd!=peelingEnd)
394 for(Index i=alignedEnd; i<size; ++i)
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/eigen/Eigen/src/Jacobi/
H A DJacobi.h339 Index alignedEnd = alignedStart + ((size-alignedStart)/PacketSize)*PacketSize;
359 for(Index i=alignedStart; i<alignedEnd; i+=PacketSize)
385 if(alignedEnd!=peelingEnd)
394 for(Index i=alignedEnd; i<size; ++i)

1234567