Home
last modified time | relevance | path

Searched refs:SCIPhashsetGetNSlots (Results 1 – 3 of 3) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dsepa_zerohalf.c771 int nslots = SCIPhashsetGetNSlots(col->nonzrows); in mod2colUnlinkRow()
1213 nslotscol1 = SCIPhashsetGetNSlots(col1->nonzrows); in SCIP_DECL_HASHKEYEQ()
1236 nslots = SCIPhashsetGetNSlots(col->nonzrows); in SCIP_DECL_HASHKEYVAL()
1356 nslots = SCIPhashsetGetNSlots(col->nonzrows); in mod2matrixRemoveCol()
2281 nslots = SCIPhashsetGetNSlots(col->nonzrows); in doSeparation()
H A Dpub_misc.h1060 int SCIPhashsetGetNSlots(
1084 #define SCIPhashsetGetNSlots(hashset) (1u << (64 - (hashset)->shift)) macro
H A Dmisc.c3622 nslots = (uint32_t)SCIPhashsetGetNSlots(hashset); in hashsetInsert()
3675 nslots = (uint32_t)SCIPhashsetGetNSlots(hashset); in hashsetCheckLoad()
3721 nslots = (uint32_t)SCIPhashsetGetNSlots(*hashset); in SCIPhashsetCreate()
3735 BMSfreeBlockMemoryArray(blkmem, &(*hashset)->slots, SCIPhashsetGetNSlots(*hashset)); in SCIPhashsetFree()
3771 nslots = (uint32_t)SCIPhashsetGetNSlots(hashset); in SCIPhashsetExists()
3813 nslots = (uint32_t)SCIPhashsetGetNSlots(hashset); in SCIPhashsetRemove()
3886 nslots = (uint32_t)SCIPhashsetGetNSlots(hashset); in SCIPhashsetPrintStatistics()
3920 #undef SCIPhashsetGetNSlots
3940 int SCIPhashsetGetNSlots( in SCIPhashsetGetNSlots() function
3960 BMSclearMemoryArray(hashset->slots, SCIPhashsetGetNSlots(hashset)); in SCIPhashsetRemoveAll()