Home
last modified time | relevance | path

Searched refs:rowBlock (Results 1 – 25 of 34) sorted by relevance

12

/dports/math/ogdf/OGDF/src/coin/CoinUtils/
H A DCoinStructuredModel.cpp811 CoinSort_2(rowBlock,rowBlock+numberRows,stack); in decompose()
849 rowBlock[iBlock] += rowBlock[jBlock]; in decompose()
850 rowBlock[jBlock]=0; in decompose()
893 rowBlock[iBlock]++; in decompose()
998 delete [] rowBlock; in decompose()
1011 rowBlock[iRow]=-2; in decompose()
1016 rowBlock[iRow]=-1; in decompose()
1020 rowBlock[iRow]=-1; in decompose()
1023 rowBlock[iRow]=-1; in decompose()
1164 rowBlock[i]=iSmall; in decompose()
[all …]
/dports/math/osi/Osi-0.108.6/CoinUtils/src/
H A DCoinStructuredModel.cpp551 info.rowBlock = iRowBlock; in fillInfo()
647 info.rowBlock = iRowBlock; in fillInfo()
762 rowBlock[length]++; in decompose()
800 CoinSort_2(rowBlock, rowBlock + numberRows, stack); in decompose()
838 rowBlock[iBlock] += rowBlock[jBlock]; in decompose()
985 delete[] rowBlock; in decompose()
1203 delete[] rowBlock; in decompose()
1296 delete[] rowBlock; in decompose()
1533 delete[] rowBlock; in decompose()
1732 delete[] rowBlock; in decompose()
[all …]
H A DCoinStructuredModel.hpp16 int rowBlock; // Which row block member
25 : rowBlock(0) in CoinModelInfo2()
45 int addBlock(const std::string &rowBlock,
56 int addBlock(const std::string &rowBlock,
61 int addBlock(const std::string &rowBlock,
155 int rowBlock(const std::string &name) const;
/dports/math/coinutils/CoinUtils-2.11.4/CoinUtils/src/
H A DCoinStructuredModel.cpp551 info.rowBlock = iRowBlock; in fillInfo()
647 info.rowBlock = iRowBlock; in fillInfo()
762 rowBlock[length]++; in decompose()
800 CoinSort_2(rowBlock, rowBlock + numberRows, stack); in decompose()
838 rowBlock[iBlock] += rowBlock[jBlock]; in decompose()
985 delete[] rowBlock; in decompose()
1203 delete[] rowBlock; in decompose()
1296 delete[] rowBlock; in decompose()
1533 delete[] rowBlock; in decompose()
1732 delete[] rowBlock; in decompose()
[all …]
H A DCoinStructuredModel.hpp16 int rowBlock; // Which row block member
25 : rowBlock(0) in CoinModelInfo2()
45 int addBlock(const std::string &rowBlock,
56 int addBlock(const std::string &rowBlock,
61 int addBlock(const std::string &rowBlock,
155 int rowBlock(const std::string &name) const;
/dports/math/clp/Clp-1.17.3/CoinUtils/src/
H A DCoinStructuredModel.cpp551 info.rowBlock = iRowBlock; in fillInfo()
647 info.rowBlock = iRowBlock; in fillInfo()
762 rowBlock[length]++; in decompose()
800 CoinSort_2(rowBlock, rowBlock + numberRows, stack); in decompose()
838 rowBlock[iBlock] += rowBlock[jBlock]; in decompose()
985 delete[] rowBlock; in decompose()
1203 delete[] rowBlock; in decompose()
1296 delete[] rowBlock; in decompose()
1533 delete[] rowBlock; in decompose()
1732 delete[] rowBlock; in decompose()
[all …]
H A DCoinStructuredModel.hpp16 int rowBlock; // Which row block member
25 : rowBlock(0) in CoinModelInfo2()
45 int addBlock(const std::string &rowBlock,
56 int addBlock(const std::string &rowBlock,
61 int addBlock(const std::string &rowBlock,
155 int rowBlock(const std::string &name) const;
/dports/math/clp/Clp-1.17.3/Clp/examples/
H A Ddecompose.cpp35 rowBlock[iRow] = -2; in main()
40 rowBlock[iRow] = -1; in main()
44 rowBlock[iRow] = -1; in main()
47 rowBlock[iRow] = -1; in main()
50 rowBlock[iRow] = -1; in main()
54 rowBlock[iRow] = -1; in main()
58 rowBlock[iRow] = -1; in main()
62 rowBlock[iRow] = -1; in main()
161 if (rowBlock[iRow] >= 0) in main()
196 if (rowBlock[iRow] < 0) in main()
[all …]
/dports/science/jdftx/jdftx-1.6.0/jdftx/phonon/
H A DPhonon.cpp304 { assert(rowBlock >= 0 && rowBlock < nBlocks); in set()
308 colOffset[rowBlock] = colBlock; in set()
309 rots[rowBlock] = rot; in set()
313 { for(int rowBlock=0; rowBlock<nBlocks; rowBlock++) in allReduce() local
315 bool myRot = colOffset[rowBlock]>=0; in allReduce()
332 for(int rowBlock=0; rowBlock<nBlocks; rowBlock++) in transform() local
333 { int colBlock = colOffset[rowBlock]; in transform()
334 temp.set(rowBlock*blockSize,(rowBlock+1)*blockSize, 0,matSize, in transform()
339 for(int rowBlock=0; rowBlock<nBlocks; rowBlock++) in transform() local
340 { int colBlock = colOffset[rowBlock]; in transform()
[all …]
H A DPhonon.h38 void set(int rowBlock, int colBlock, const matrix& rot); //!< set one block
/dports/math/ogdf/OGDF/include/coin/
H A DCoinStructuredModel.hpp16 int rowBlock; // Which row block member
25 rowBlock(0), in CoinModelInfo2()
44 int addBlock(const std::string & rowBlock,
55 int addBlock(const std::string & rowBlock,
60 int addBlock(const std::string & rowBlock,
139 int rowBlock(const std::string &name) const;
/dports/science/dftbplus/dftbplus-19.1/prog/dftb+/lib_common/
H A Dblacsenv.F9046 subroutine TBlacsEnv_init(this, myMpiEnv, rowBlock, colBlock, nOrb, nAtom) argument
55 integer, intent(in) :: rowBlock local
74 maxProcRow = (nOrb - 1) / rowBlock + 1
85 maxProcRow = (nAtom - 1) / rowBlock + 1
92 this%rowBlockSize = rowBlock
H A Denvironment.F90201 subroutine TEnvironment_initBlacs(this, rowBlock, colBlock, nOrb, nAtom) argument
207 integer, intent(in) :: rowBlock local
218 call TBlacsEnv_init(this%blacs, this%mpi, rowBlock, colBlock, nOrb, nAtom)
/dports/science/ergo/ergo-3.8/source/dft/
H A Dsparse_pattern.cc185 for(int rowBlock=0; rowBlock<nOrbs; rowBlock++) { in add()
186 column.addInterval(orbRanges[rowBlock][0], orbRanges[rowBlock][1]); in add()
/dports/math/singular/Singular-Release-4-2-1/kernel/linear_algebra/
H A DMinor.cc346 int rowBlock = absoluteEraseRowIndex / 32; in getSubMinorKey() local
348 unsigned int newRowBits = getRowKey(rowBlock) - (1 << exponent); in getSubMinorKey()
352 if ((newRowBits == 0) && (rowBlock == highestRowBlock)) in getSubMinorKey()
387 if ((newRowBits != 0) || (rowBlock < getNumberOfRowBlocks() - 1)) in getSubMinorKey()
388 result.setRowKey(rowBlock, newRowBits); in getSubMinorKey()
/dports/graphics/freeimage/FreeImage/Source/OpenEXR/IlmImf/
H A DImfDwaCompressor.cpp735 unsigned short *rowBlock[3]; in execute() local
737 rowBlock[0] = (unsigned short*)rowBlockHandle; in execute()
742 rowBlock[0] = (unsigned short *)(rowBlockHandle + i); in execute()
746 rowBlock[comp] = rowBlock[comp - 1] + numBlocksX * 64; in execute()
946 (&rowBlock[comp][blockx*64], _dctData[comp]._buffer); in execute()
952 __m128i *dst = (__m128i*)&rowBlock[comp][blockx*64]; in execute()
967 unsigned short *dst = &rowBlock[comp][blockx*64]; in execute()
1023 __m128i *src = (__m128i *)&rowBlock[comp][(y & 0x7) * 8]; in execute()
1086 &rowBlock[comp][blockx * 64 + ((y & 0x7) * 8)]; in execute()
1119 &rowBlock[comp][numFullBlocksX * 64 + ((y & 0x7) * 8)]; in execute()
/dports/graphics/povray37/povray-3.7.0.10/libraries/openexr/IlmImf/
H A DImfDwaCompressor.cpp735 unsigned short *rowBlock[3]; in execute() local
737 rowBlock[0] = (unsigned short*)rowBlockHandle; in execute()
742 rowBlock[0] = (unsigned short *)(rowBlockHandle + i); in execute()
746 rowBlock[comp] = rowBlock[comp - 1] + numBlocksX * 64; in execute()
946 (&rowBlock[comp][blockx*64], _dctData[comp]._buffer); in execute()
952 __m128i *dst = (__m128i*)&rowBlock[comp][blockx*64]; in execute()
967 unsigned short *dst = &rowBlock[comp][blockx*64]; in execute()
1023 __m128i *src = (__m128i *)&rowBlock[comp][(y & 0x7) * 8]; in execute()
1086 &rowBlock[comp][blockx * 64 + ((y & 0x7) * 8)]; in execute()
1119 &rowBlock[comp][numFullBlocksX * 64 + ((y & 0x7) * 8)]; in execute()
/dports/graphics/opencv/opencv-4.5.3/3rdparty/openexr/IlmImf/
H A DImfDwaCompressor.cpp736 unsigned short *rowBlock[3]; in execute() local
738 rowBlock[0] = (unsigned short*)rowBlockHandle; in execute()
743 rowBlock[0] = (unsigned short *)(rowBlockHandle + i); in execute()
747 rowBlock[comp] = rowBlock[comp - 1] + numBlocksX * 64; in execute()
947 (&rowBlock[comp][blockx*64], _dctData[comp]._buffer); in execute()
953 __m128i *dst = (__m128i*)&rowBlock[comp][blockx*64]; in execute()
968 unsigned short *dst = &rowBlock[comp][blockx*64]; in execute()
1024 __m128i *src = (__m128i *)&rowBlock[comp][(y & 0x7) * 8]; in execute()
1087 &rowBlock[comp][blockx * 64 + ((y & 0x7) * 8)]; in execute()
1120 &rowBlock[comp][numFullBlocksX * 64 + ((y & 0x7) * 8)]; in execute()
/dports/graphics/openexr/openexr-3.1.4/src/lib/OpenEXR/
H A DImfDwaCompressor.cpp721 unsigned short *rowBlock[3]; in execute() local
723 rowBlock[0] = (unsigned short*)rowBlockHandle; in execute()
728 rowBlock[0] = (unsigned short *)(rowBlockHandle + i); in execute()
732 rowBlock[comp] = rowBlock[comp - 1] + numBlocksX * 64; in execute()
940 (&rowBlock[comp][blockx*64], _dctData[comp]._buffer); in execute()
946 __m128i *dst = (__m128i*)&rowBlock[comp][blockx*64]; in execute()
961 unsigned short *dst = &rowBlock[comp][blockx*64]; in execute()
1017 __m128i *src = (__m128i *)&rowBlock[comp][(y & 0x7) * 8]; in execute()
1080 &rowBlock[comp][blockx * 64 + ((y & 0x7) * 8)]; in execute()
1113 &rowBlock[comp][numFullBlocksX * 64 + ((y & 0x7) * 8)]; in execute()
/dports/games/dhewm3/dhewm3-1.5.1/neo/renderer/
H A DMegaTexture.cpp892 for ( int rowBlock = 0 ; rowBlock < mtHeader.tilesWide ; rowBlock++ ) { in MakeMegaTexture_f() local
894 out->Write( targa_rgba + ( y * targa_header.width + rowBlock * TILE_SIZE ) * 4, TILE_SIZE * 4 ); in MakeMegaTexture_f()
/dports/graphics/dcp2icc/dcp2icc-0.1/dng_sdk_1_2/dng_sdk/source/
H A Ddng_read_image.cpp165 for (uint32 rowBlock = 0; rowBlock < rowBlocks; rowBlock++) in ReorderSubTileBlocks() local
H A Ddng_image_writer.cpp2538 for (uint32 rowBlock = 0; rowBlock < rowBlocks; rowBlock++) in ReorderSubTileBlocks() local
/dports/math/ogdf/OGDF/src/coin/Clp/
H A DClpSolve.cpp3343 info.rowBlock = iRowBlock; in solve()
3355 int iRowBlock = blockInfo[i].rowBlock; in solve()
3465 int iRowBlock = info.rowBlock; in loadProblem()
3526 int iRowBlock = info.rowBlock; in loadProblem()
3586 int iRowBlock = info.rowBlock; in loadProblem()
3735 info.rowBlock = iRowBlock; in solveDW()
3749 int iRowBlock = blockInfo[iBlock].rowBlock; in solveDW()
3786 int iRowBlock = blockInfo[kBlock].rowBlock; in solveDW()
4386 info.rowBlock = iRowBlock; in solveBenders()
4402 int iRowBlock = blockInfo[iBlock].rowBlock; in solveBenders()
[all …]
/dports/math/clp/Clp-1.17.3/Clp/src/
H A DClpSolve.cpp4645 info.rowBlock = iRowBlock; in solve()
4657 int iRowBlock = blockInfo[i].rowBlock; in solve()
4765 int iRowBlock = info.rowBlock; in loadProblem()
4826 int iRowBlock = info.rowBlock; in loadProblem()
4886 int iRowBlock = info.rowBlock; in loadProblem()
5100 info.rowBlock = iRowBlock; in solveDW()
5114 int iRowBlock = blockInfo[iBlock].rowBlock; in solveDW()
5151 int iRowBlock = blockInfo[kBlock].rowBlock; in solveDW()
6077 info.rowBlock = iRowBlock; in solveBenders()
6093 int iRowBlock = blockInfo[iBlock].rowBlock; in solveBenders()
[all …]
/dports/graphics/digikam/digikam-7.4.0/core/libs/dngwriter/extra/dng_sdk/
H A Ddng_read_image.cpp937 for (uint32 rowBlock = 0; rowBlock < rowBlocks; rowBlock++) in ReorderSubTileBlocks() local

12