Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dmisc.c2842 SCIP_RETCODE hashmapInsert( in hashmapInsert() function
3001 … SCIP_CALL_ABORT( hashmapInsert(hashmap, slots[i].origin, slots[i].image, hashes[i], FALSE) ); in hashmapCheckLoad()
3123 SCIP_CALL( hashmapInsert(hashmap, origin, img, hashval, FALSE) ); in SCIPhashmapInsert()
3159 SCIP_CALL( hashmapInsert(hashmap, origin, img, hashval, FALSE) ); in SCIPhashmapInsertInt()
3195 SCIP_CALL( hashmapInsert(hashmap, origin, img, hashval, FALSE) ); in SCIPhashmapInsertReal()
3289 SCIP_CALL( hashmapInsert(hashmap, origin, img, hashval, TRUE) ); in SCIPhashmapSetImage()
3323 SCIP_CALL( hashmapInsert(hashmap, origin, img, hashval, TRUE) ); in SCIPhashmapSetImageInt()
3357 SCIP_CALL( hashmapInsert(hashmap, origin, img, hashval, TRUE) ); in SCIPhashmapSetImageReal()