Home
last modified time | relevance | path

Searched defs:bitSize (Results 1 – 25 of 607) sorted by relevance

12345678910>>...25

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.incubator.foreign/share/classes/jdk/internal/foreign/
H A DPlatformLayouts.java53 private static ValueLayout ofChar(ByteOrder order, long bitSize) { in ofChar()
58 private static ValueLayout ofShort(ByteOrder order, long bitSize) { in ofShort()
63 private static ValueLayout ofInt(ByteOrder order, long bitSize) { in ofInt()
68 private static ValueLayout ofLong(ByteOrder order, long bitSize) { in ofLong()
73 private static ValueLayout ofLongLong(ByteOrder order, long bitSize) { in ofLongLong()
78 private static ValueLayout ofFloat(ByteOrder order, long bitSize) { in ofFloat()
83 private static ValueLayout ofDouble(ByteOrder order, long bitSize) { in ofDouble()
88 private static ValueLayout ofPointer(ByteOrder order, long bitSize) { in ofPointer()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/iga/GEDLibrary/GED_external/Source/common/
H A Dged_compact_mapping_table.cpp110 uint32_t bitSize = 0; in MappingSourceBitSize() local
118 … unsigned int bitSize = data._fragments[0]._from._highBit - data._fragments[0]._from._lowBit + 1; in MappingSourceBitSize() local
148 unsigned int bitSize = data._to._highBit - data._to._lowBit + 1; in MappingTargetBitSize() local
155 unsigned int bitSize = data._fragments[0]._to._highBit - data._fragments[0]._to._lowBit + 1; in MappingTargetBitSize() local
H A Dged_ins_decoding_table.cpp73 uint8_t bitSize = entry._bitSize; in MaxValue() local
/dports/x11/dxpc/dxpc-3.9.2/
H A Dunittest.C24 unsigned **bitSize, in readDump()
109 unsigned *bitSize, in writeDump()
182 unsigned *values, *bitSize, *blockSize; in main() local
300 delete bitSize; in main() local
/dports/devel/spark/spark-2.1.1/common/sketch/src/main/java/org/apache/spark/util/sketch/
H A DBloomFilterImpl.java65 public long bitSize() { in bitSize() method in BloomFilterImpl
90 long bitSize = bits.bitSize(); in putBinary() local
113 long bitSize = bits.bitSize(); in mightContainBinary() local
137 long bitSize = bits.bitSize(); in putLong() local
155 long bitSize = bits.bitSize(); in mightContainLong() local
/dports/biology/abyss/abyss-2.3.1/Unittest/Common/
H A DBitUtilTest.cpp25 size_t bitSize, bitOffset; in TEST() local
98 size_t bitSize, bitOffset; in TEST() local
176 size_t bitSize, bitOffset; in TEST() local
/dports/devel/msp430-debug-stack/msp430-debug-stack-3.15.0.1/DLL430_v3/src/TI/DLL430/EM/VariableWatch/
H A DWatchedVariable430.cpp48 WatchedVariable430::WatchedVariable430(uint32_t address, uint32_t bitSize, in WatchedVariable430()
103 uint32_t WatchedVariable430::bitSize() const in bitSize() function in WatchedVariable430
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/main/java/org/apache/hadoop/hbase/util/
H A DByteBloomFilter.java171 public static long idealMaxKeys(long bitSize, double errorRate) { in idealMaxKeys()
188 public static long computeMaxKeys(long bitSize, double errorRate, in computeMaxKeys()
219 public static double actualErrorRate(long maxKeys, long bitSize, in actualErrorRate()
233 public static int computeFoldableByteSize(long bitSize, int foldFactor) { in computeFoldableByteSize()
248 private static int optimalFunctionCount(int maxKeys, long bitSize) { in optimalFunctionCount()
282 long bitSize = computeBitSize(maxKeys, errorRate); in ByteBloomFilter() local
307 long bitSize = bbf.byteSize * 8; in createBySize() local
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/bouncycastle/crypto/engines/
H A DRSAEngine.java43 int bitSize = key.getModulus().bitLength(); in getInputBlockSize() local
64 int bitSize = key.getModulus().bitLength(); in getOutputBlockSize() local
/dports/security/helib/HElib-1.3.1/tests/
H A DGTestTableLookup.cpp42 long bitSize; // bitSize of input integers (<=32) member
104 static long validateBitSize(const long bitSize) in validateBitSize()
146 static long calculateLevels(const bool bootstrap, const long bitSize) in calculateLevels()
156 static void printPreContextPrepDiagnostics(const long bitSize, in printPreContextPrepDiagnostics()
244 const long bitSize; member in __anonb16697110111::GTestTableLookup
/dports/math/linbox/linbox-1.6.3/tests/
H A Dtest-hadamard-bound.C94 bool test_with_matrix_vector(size_t n, size_t bitSize, int* seed) in test_with_matrix_vector()
117 size_t bitSize = 10; in main() local
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/crypto/engines/
H A DRSACoreEngine.java53 int bitSize = key.getModulus().bitLength(); in getInputBlockSize() local
74 int bitSize = key.getModulus().bitLength(); in getOutputBlockSize() local
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/Optimizer/
H A DIntDivConstantReduction.cpp168 const int bitSize = dividend->getType()->getIntegerBitWidth(); in expandPowerOf2Unsigned() local
206 const int bitSize = dividend->getType()->getIntegerBitWidth(); in expandPowerOf2Signed() local
250 const int bitSize = dividend->getType()->getIntegerBitWidth(); in getPowerOf2SignedFixupDividend() local
480 const int bitSize = dividend->getType()->getIntegerBitWidth(); in expandNonPowerOf2SignedDivide() local
525 const int bitSize = dividend->getType()->getIntegerBitWidth(); in expandNonPowerOf2UnsignedDivide() local
/dports/lang/ghc/ghc-8.10.7/libraries/base/Data/
H A DBits.hs193 bitSize b = fromMaybe (error "bitSize is undefined") (bitSizeMaybe b) function
422 bitSize _ = 1 function
473 bitSize i = finiteBitSize i function
516 bitSize i = finiteBitSize i function
547 bitSize _ = errorWithoutStackTrace "Data.Bits.bitSize(Integer)" function
570 bitSize _ = errorWithoutStackTrace "Data.Bits.bitSize(Natural)" function
/dports/security/vault/vault-1.8.2/vendor/github.com/influxdata/influxdb/pkg/radix/
H A Dsort.go34 bitSize uint = 64 const
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/pkg/radix/
H A Dsort.go34 bitSize uint = 64 const
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb/pkg/radix/
H A Dsort.go34 bitSize uint = 64 const
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/influxdata/influxdb/pkg/radix/
H A Dsort.go34 bitSize uint = 64 const
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.phases.common/src/org/graalvm/compiler/phases/common/
H A DOptimizeDivPhase.java117 int bitSize = dividendStamp.getBits(); in optimizeSignedDiv() local
143 assert bitSize == 64; in optimizeSignedDiv() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.phases.common/src/org/graalvm/compiler/phases/common/
H A DOptimizeDivPhase.java117 int bitSize = dividendStamp.getBits(); in optimizeSignedDiv() local
143 assert bitSize == 64; in optimizeSignedDiv() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.phases.common/src/org/graalvm/compiler/phases/common/
H A DOptimizeDivPhase.java117 int bitSize = dividendStamp.getBits(); in optimizeSignedDiv() local
143 assert bitSize == 64; in optimizeSignedDiv() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.phases.common/src/org/graalvm/compiler/phases/common/
H A DOptimizeDivPhase.java117 int bitSize = dividendStamp.getBits(); in optimizeSignedDiv() local
143 assert bitSize == 64; in optimizeSignedDiv() local
/dports/security/helib/HElib-1.3.1/misc/legacy_tests/
H A DTest_binaryCompare.cpp58 long bitSize = 5; in main() local
146 void testCompare(SecKey& secKey, long bitSize, bool bootstrap) in testCompare()
/dports/math/dune-geometry/dune-geometry-e7bfb66e48496aa28e47974c33ea9a4579bf723b/dune/geometry/quadraturerules/
H A Dtensorproductquadrature.hh40 enum { bitSize = sizeof(unsigned int)*8 }; in TensorProductQuadratureRule() enumerator
158 enum { bitSize = sizeof(unsigned int)*8 }; in maxOrder() enumerator
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/jogamp/opengl/macosx/cgl/
H A DMacOSXCGLGraphicsConfiguration.java309 final int bitSize = ( 32 == ivalue ? 24 : ivalue ) / 3; in PixelFormat2GLCapabilities() local
327 final int bitSize = ivalue / 4; in PixelFormat2GLCapabilities() local

12345678910>>...25