Home
last modified time | relevance | path

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

/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/tools/dragstr/
H A DSTRDecimationTable.java131 int totalValues = 0; in coerceStringMatrix() local
152 totalValues++; in coerceStringMatrix()
156 if (totalValues == 0) { in coerceStringMatrix()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_core/containers/
H A Djuce_HashMap_test.cpp52 int totalValues = 0; in run() local
64 if (! contains) totalValues++; in run()
66 u.expectEquals (hashMap.size(), totalValues); in run()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_core/containers/
H A Djuce_HashMap_test.cpp52 int totalValues = 0; in run() local
64 if (! contains) totalValues++; in run()
66 u.expectEquals (hashMap.size(), totalValues); in run()
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_core/containers/
H A Djuce_HashMap_test.cpp52 int totalValues = 0; in run() local
64 if (! contains) totalValues++; in run()
66 u.expectEquals (hashMap.size(), totalValues); in run()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_extra/native/
H A Djuce_mac_AppleRemote.mm211 int totalValues = 0;
230 totalValues += e.value;
259 buttonPressed ((ButtonType) buttonNum, totalValues > 0);
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_extra/native/
H A Djuce_mac_AppleRemote.mm211 int totalValues = 0;
230 totalValues += e.value;
259 buttonPressed ((ButtonType) buttonNum, totalValues > 0);
/dports/databases/arrow/apache-arrow-6.0.1/go/parquet/internal/encoding/
H A Ddelta_bit_packing.go87 var totalValues uint64
88 if totalValues, ok = d.bitdecoder.GetVlqInt(); !ok {
92 if int(totalValues) != d.nvals {
/dports/math/vtk6/VTK-6.2.0/IO/Export/
H A DvtkOOGLExporter.cxx334 int totalValues; in WriteAnActor() local
395 totalValues = xsize*ysize; in WriteAnActor()
397 for (i = 0; i < totalValues; i++) in WriteAnActor()
H A DvtkIVExporter.cxx350 int totalValues; in WriteAnActor() local
411 totalValues = xsize*ysize; in WriteAnActor()
413 for (i = 0; i < totalValues; i++) in WriteAnActor()
H A DvtkVRMLExporter.cxx623 int totalValues = xsize*ysize; in WriteShapeBegin() local
624 for (int i = 0; i < totalValues; i++) in WriteShapeBegin()
H A DvtkX3DExporter.cxx789 int totalValues; in WriteATexture() local
850 totalValues = xsize*ysize; in WriteATexture()
853 for (int i = 0; i < totalValues; i++) in WriteATexture()
/dports/math/vtk9/VTK-9.1.0/IO/Export/
H A DvtkIVExporter.cxx351 int totalValues; in WriteAnActor() local
413 totalValues = xsize * ysize; in WriteAnActor()
415 for (i = 0; i < totalValues; i++) in WriteAnActor()
H A DvtkVRMLExporter.cxx634 int totalValues = xsize * ysize; in WriteShapeBegin() local
635 for (int i = 0; i < totalValues; i++) in WriteShapeBegin()
H A DvtkX3DExporter.cxx767 int totalValues; in WriteATexture() local
828 totalValues = xsize * ysize; in WriteATexture()
830 for (int i = 0; i < totalValues; i++) in WriteATexture()
/dports/math/vtk8/VTK-8.2.0/IO/Export/
H A DvtkIVExporter.cxx346 int totalValues; in WriteAnActor() local
407 totalValues = xsize*ysize; in WriteAnActor()
409 for (i = 0; i < totalValues; i++) in WriteAnActor()
H A DvtkVRMLExporter.cxx626 int totalValues = xsize*ysize; in WriteShapeBegin() local
627 for (int i = 0; i < totalValues; i++) in WriteShapeBegin()
H A DvtkX3DExporter.cxx797 int totalValues; in WriteATexture() local
858 totalValues = xsize*ysize; in WriteATexture()
861 for (int i = 0; i < totalValues; i++) in WriteATexture()
/dports/graphics/libbpg/libbpg-0.9.8/jctvc/TLibCommon/
H A DTComRom.cpp160 const UInt totalValues = blockWidth * blockHeight; in initROM() local
170 … g_scanOrder[SCAN_UNGROUPED][scanType][log2BlockWidth][log2BlockHeight] = new UInt[totalValues]; in initROM()
174 for (UInt scanPosition = 0; scanPosition < totalValues; scanPosition++) in initROM()
196 … g_scanOrder[SCAN_GROUPED_4x4][scanType][log2BlockWidth][log2BlockHeight] = new UInt[totalValues]; in initROM()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_core/maths/
H A Djuce_BigInteger.cpp535 auto* totalValues = total.ensureSize (sizeNeededToHold (total.highestBit) + 1); in operator *=() local
552 … auto uv = (uint64) totalValues[i + j] + (uint64) values[j] * (uint64) mValues[i] + (uint64) c; in operator *=()
553 totalValues[i + j] = (uint32) uv; in operator *=()
557 totalValues[i + n + 1] = c; in operator *=()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_core/maths/
H A Djuce_BigInteger.cpp535 auto* totalValues = total.ensureSize (sizeNeededToHold (total.highestBit) + 1); in operator *=() local
552 … auto uv = (uint64) totalValues[i + j] + (uint64) values[j] * (uint64) mValues[i] + (uint64) c; in operator *=()
553 totalValues[i + j] = (uint32) uv; in operator *=()
557 totalValues[i + n + 1] = c; in operator *=()
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_core/maths/
H A Djuce_BigInteger.cpp535 auto* totalValues = total.ensureSize (sizeNeededToHold (total.highestBit) + 1); in operator *=() local
552 … auto uv = (uint64) totalValues[i + j] + (uint64) values[j] * (uint64) mValues[i] + (uint64) c; in operator *=()
553 totalValues[i + j] = (uint32) uv; in operator *=()
557 totalValues[i + n + 1] = c; in operator *=()
/dports/graphics/alembic/alembic-1.8.3/bin/AbcLs/
H A DAbcLs.cpp318 size_t totalValues = ptr->getDimensions().numPoints() * extent; in getArrayValue() local
320 for ( size_t i=0; i<totalValues; ++i ) { in getArrayValue()
326 else if (totalValues != 1) in getArrayValue()
/dports/math/mdal/MDAL-release-0.9.0/external_drivers/minimal_example/
H A DmdalDummyExternalDriver.cpp623 int totalValues = static_cast<int>( dataset.isFaceActive.size() ); in MDAL_DRIVER_D_activeFlags() local
624 int effectiveCount = std::min( count, totalValues - indexStart ); in MDAL_DRIVER_D_activeFlags()
/dports/www/py-graphite-web/graphite-web-1.1.8/webapp/graphite/render/
H A Dfunctions.py933 totalValues = [ safe.safeSum(row) for row in izip_longest(*metaSeries[key]) ]
934 totalSeries[key] = TimeSeries(name,start,end,step,totalValues,xFilesFactor=xFilesFactor)
952 totalValues = [ safe.safeSum(row) for row in izip_longest(*totalSeries[key]) ]
953 totalSeries[key] = TimeSeries(name,start,end,step,totalValues,xFilesFactor=xFilesFactor)
987 totalValues = [ safe.safeSum(row) for row in izip_longest(*seriesList) ]
995 totalValues = total[0]
996 totalText = totalValues.name
998 totalValues = [total] * len(seriesList[0])
1011 ….safeMul(safe.safeDiv(val, totalVal), 100.0) for val,totalVal in izip_longest(series,totalValues) ]
/dports/www/py-graphite-api/graphite-api-1.1.3/graphite_api/
H A Dfunctions.py544 totalValues = [safeSum(row) for row in zip_longest(*seriesList)]
551 totalValues = total[0]
552 totalText = totalValues.name
554 totalValues = [total] * len(seriesList[0])
560 for val, totalVal in zip_longest(series, totalValues)]