Home
last modified time | relevance | path

Searched refs:cellOffset (Results 176 – 200 of 426) sorted by relevance

12345678910>>...18

/dports/graphics/openvkl/openvkl-1.1.0/openvkl/devices/cpu/volume/
H A DGridAccelerator.ispc39 const univary vec3i cellOffset = bitwise_AND(cellIndex, BRICK_WIDTH - 1); \
42 cellOffset.z << (2 * BRICK_WIDTH_BITCOUNT) | \
43 cellOffset.y << (BRICK_WIDTH_BITCOUNT) | cellOffset.x; \
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/rendering/raytracing/
H A DConnectivityTracer.hxx494 vtkm::Id cellOffset = NumBins * currentCell; in operator ()() local
497 BOUNDS_CHECK(cellData, cellOffset + i); in operator ()()
498 FloatType absorb = static_cast<FloatType>(cellData.Get(cellOffset + i)); in operator ()()
560 vtkm::Id cellOffset = NumBins * currentCell; in operator ()() local
563 BOUNDS_CHECK(absorptionData, cellOffset + i); in operator ()()
564 FloatType absorb = static_cast<FloatType>(absorptionData.Get(cellOffset + i)); in operator ()()
565 BOUNDS_CHECK(emissionData, cellOffset + i); in operator ()()
566 FloatType emission = static_cast<FloatType>(emissionData.Get(cellOffset + i)); in operator ()()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/nbnxm/
H A Dgrid.h242 int cellOffset() const { return cellOffset_; } in cellOffset() function
350 int cellOffset,
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/ci/
H A DciMethodData.java208 …else out.print(" " + ((vdata.dp() + vdata.cellOffset(vdata.receiverCellIndex(i))) / MethodData.cel… in dumpReplayData()
217 …else out.print(" " + ((vdata.dp() + vdata.cellOffset(vdata.receiverCellIndex(i))) / MethodData.cel… in dumpReplayData()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/ci/
H A DciMethodData.java208 …else out.print(" " + ((vdata.dp() + vdata.cellOffset(vdata.receiverCellIndex(i))) / MethodData.cel… in dumpReplayData()
217 …else out.print(" " + ((vdata.dp() + vdata.cellOffset(vdata.receiverCellIndex(i))) / MethodData.cel… in dumpReplayData()
/dports/math/vtk8/VTK-8.2.0/IO/Export/
H A DvtkX3DExporter.cxx60 vtkIdType cellOffset,
923 vtkIdType cellOffset, in vtkX3DExporterWriterRenderFaceSet() argument
938 for (cells->InitTraversal(); cells->GetNextCell(npts,indx); cellOffset++) in vtkX3DExporterWriterRenderFaceSet()
952 vtkIdType cellid = cellOffset; in vtkX3DExporterWriterRenderFaceSet()
958 for (cells->InitTraversal(); cells->GetNextCell(npts,indx); cellOffset++) in vtkX3DExporterWriterRenderFaceSet()
985 vtkIdType cellid = cellOffset; in vtkX3DExporterWriterRenderFaceSet()
/dports/math/vtk9/VTK-9.1.0/IO/Export/
H A DvtkX3DExporter.cxx58 vtkIdType cellOffset, vtkCellArray* cells, vtkUnsignedCharArray* colors, bool cell_colors,
882 vtkIdType cellOffset, vtkCellArray* cells, vtkUnsignedCharArray* colors, bool cell_colors, in vtkX3DExporterWriterRenderFaceSet() argument
894 for (cells->InitTraversal(); cells->GetNextCell(npts, indx); cellOffset++) in vtkX3DExporterWriterRenderFaceSet()
908 vtkIdType cellid = cellOffset; in vtkX3DExporterWriterRenderFaceSet()
914 for (cells->InitTraversal(); cells->GetNextCell(npts, indx); cellOffset++) in vtkX3DExporterWriterRenderFaceSet()
941 vtkIdType cellid = cellOffset; in vtkX3DExporterWriterRenderFaceSet()
/dports/math/vtk6/VTK-6.2.0/IO/Export/
H A DvtkX3DExporter.cxx58 vtkIdType cellOffset,
913 vtkIdType cellOffset, in vtkX3DExporterWriterRenderFaceSet() argument
928 for (cells->InitTraversal(); cells->GetNextCell(npts,indx); cellOffset++) in vtkX3DExporterWriterRenderFaceSet()
942 vtkIdType cellid = cellOffset; in vtkX3DExporterWriterRenderFaceSet()
948 for (cells->InitTraversal(); cells->GetNextCell(npts,indx); cellOffset++) in vtkX3DExporterWriterRenderFaceSet()
975 vtkIdType cellid = cellOffset; in vtkX3DExporterWriterRenderFaceSet()
/dports/math/vtk9/VTK-9.1.0/IO/HDF/
H A DvtkHDFReader.cxx445 vtkIdType cellOffset = std::accumulate(&numberOfCells[0], &numberOfCells[filePiece], 0); in Read() local
447 this->Impl->NewMetadataArray("Types", cellOffset, numberOfCells[filePiece]))) == nullptr) in Read()
459 std::vector<vtkIdType> offsets = { pointOffset, cellOffset }; in Read()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/rendering/raytracing/
H A DConnectivityTracer.cxx682 vtkm::Id cellOffset = NumBins * currentCell; in operator ()() local
685 BOUNDS_CHECK(cellData, cellOffset + i); in operator ()()
686 FloatType absorb = static_cast<FloatType>(cellData.Get(cellOffset + i)); in operator ()()
754 vtkm::Id cellOffset = NumBins * currentCell; in operator ()() local
757 BOUNDS_CHECK(absorptionData, cellOffset + i); in operator ()()
758 FloatType absorb = static_cast<FloatType>(absorptionData.Get(cellOffset + i)); in operator ()()
759 BOUNDS_CHECK(emissionData, cellOffset + i); in operator ()()
760 FloatType emission = static_cast<FloatType>(emissionData.Get(cellOffset + i)); in operator ()()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/nbnxm/cuda/
H A Dnbnxm_cuda.cu849 const int cellOffset = grid.cellOffset(); in nbnxn_gpu_x_to_nbat_x() local
887 … &d_cxy_ind, &cellOffset, &numAtomsPerCell); in nbnxn_gpu_x_to_nbat_x()
/dports/lang/php73/php-7.3.33/ext/gd/libgd/
H A Dgdkanji.c236 register int cellOffset = adjust ? (31 + (c2 > 127)) : 126; in SJIStoJIS() local
239 *p2 -= cellOffset; in SJIStoJIS()
/dports/www/mod_php81/php-8.1.1/ext/gd/libgd/
H A Dgdkanji.c234 register int cellOffset = adjust ? (31 + (c2 > 127)) : 126; in SJIStoJIS() local
237 *p2 -= cellOffset; in SJIStoJIS()
/dports/www/mod_php74/php-7.4.27/ext/gd/libgd/
H A Dgdkanji.c234 register int cellOffset = adjust ? (31 + (c2 > 127)) : 126; in SJIStoJIS() local
237 *p2 -= cellOffset; in SJIStoJIS()
/dports/lang/php81/php-8.1.1/ext/gd/libgd/
H A Dgdkanji.c234 register int cellOffset = adjust ? (31 + (c2 > 127)) : 126; in SJIStoJIS() local
237 *p2 -= cellOffset; in SJIStoJIS()
/dports/lang/php80/php-8.0.15/ext/gd/libgd/
H A Dgdkanji.c234 register int cellOffset = adjust ? (31 + (c2 > 127)) : 126; in SJIStoJIS() local
237 *p2 -= cellOffset; in SJIStoJIS()
/dports/lang/php74/php-7.4.27/ext/gd/libgd/
H A Dgdkanji.c234 register int cellOffset = adjust ? (31 + (c2 > 127)) : 126; in SJIStoJIS() local
237 *p2 -= cellOffset; in SJIStoJIS()
/dports/www/mod_php73/php-7.3.33/ext/gd/libgd/
H A Dgdkanji.c236 register int cellOffset = adjust ? (31 + (c2 > 127)) : 126; in SJIStoJIS() local
239 *p2 -= cellOffset; in SJIStoJIS()
/dports/www/mod_php80/php-8.0.15/ext/gd/libgd/
H A Dgdkanji.c234 register int cellOffset = adjust ? (31 + (c2 > 127)) : 126; in SJIStoJIS() local
237 *p2 -= cellOffset; in SJIStoJIS()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DMethodData.java368 vdata.cellOffset(vdata.receiverCellIndex(i))) / cellSize) + " " + in dumpReplayData()
380 vdata.cellOffset(vdata.receiverCellIndex(i))) / cellSize) + " " + in dumpReplayData()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DMethodData.java368 vdata.cellOffset(vdata.receiverCellIndex(i))) / cellSize) + " " + in dumpReplayData()
380 vdata.cellOffset(vdata.receiverCellIndex(i))) / cellSize) + " " + in dumpReplayData()
/dports/devel/libunicode/libunicode-0.4/
H A Dsjis.c74 int cellOffset; in sjis_read() local
/dports/russian/gd/libgd-2.3.1/src/
H A Dgdkanji.c226 register int cellOffset = adjust ? (31 + (c2 > 127)) : 126; in SJIStoJIS() local
229 *p2 -= cellOffset; in SJIStoJIS()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ci/
H A DciMethodData.java260 …else out.print(" " + ((pdata.dp() + pdata.cellOffset(index)) / MethodData.cellSize) + " " + k.name… in dumpReplayDataTypeHelper()
303 …out.print(" " + (dpToDi(data.dp() + data.cellOffset(SpeculativeTrapData.methodIndex())) / MethodD… in dumpReplayDataExtraDataHelper()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ci/
H A DciMethodData.java260 …else out.print(" " + ((pdata.dp() + pdata.cellOffset(index)) / MethodData.cellSize) + " " + k.name… in dumpReplayDataTypeHelper()
303 …out.print(" " + (dpToDi(data.dp() + data.cellOffset(SpeculativeTrapData.methodIndex())) / MethodD… in dumpReplayDataExtraDataHelper()

12345678910>>...18