Searched refs:idealRatio (Results 1 – 10 of 10) sorted by relevance
/dports/devel/csoap/libsoap-1.1.0/utils/ |
H A D | hashtable.c | 85 hashTable->idealRatio = 3.0; in hashtable_create() 246 if (hashTable->upperRehashThreshold > hashTable->idealRatio) { in hashtable_put() 609 void hashtable_set_ideal_ration(hashtable_t *hashTable, float idealRatio, in hashtable_set_ideal_ration() argument 611 assert(idealRatio > 0.0); in hashtable_set_ideal_ration() 612 assert(lowerRehashThreshold < idealRatio); in hashtable_set_ideal_ration() 613 assert(upperRehashThreshold == 0.0 || upperRehashThreshold > idealRatio); in hashtable_set_ideal_ration() 615 hashTable->idealRatio = idealRatio; in hashtable_set_ideal_ration() 707 long idealNumOfBuckets = hashTable->numOfElements / hashTable->idealRatio; in calculateIdealNumOfBuckets()
|
H A D | hashtable.h | 40 float idealRatio, lowerRehashThreshold, upperRehashThreshold; member 398 void hashtable_set_ideal_ration(hashtable_t *hashTable, float idealRatio,
|
/dports/biology/subread/subread-2.0.2-source/src/longread-one/ |
H A D | LRMhashtable.c | 123 hashTable->idealRatio = 3.0; in LRMHashTableCreate() 293 if (hashTable->upperRehashThreshold > hashTable->idealRatio) { in LRMHashTablePutReplace() 661 void LRMHashTableSetIdealRatio(HashTable *hashTable, float idealRatio, in LRMHashTableSetIdealRatio() argument 663 assert(idealRatio > 0.0); in LRMHashTableSetIdealRatio() 664 assert(lowerRehashThreshold < idealRatio); in LRMHashTableSetIdealRatio() 665 assert(upperRehashThreshold == 0.0 || upperRehashThreshold > idealRatio); in LRMHashTableSetIdealRatio() 667 hashTable->idealRatio = idealRatio; in LRMHashTableSetIdealRatio() 753 srInt_64 idealNumOfBuckets = hashTable->numOfElements / hashTable->idealRatio; in LRMcalculateIdealNumOfBuckets()
|
H A D | LRMhashtable.h | 28 float idealRatio, lowerRehashThreshold, upperRehashThreshold; member 411 void LRMHashTableSetIdealRatio(HashTable *hashTable, float idealRatio,
|
/dports/biology/subread/subread-2.0.2-source/src/ |
H A D | hashtable.c | 319 hashTable->idealRatio = 3.0; in HashTableCreate() 490 if (hashTable->upperRehashThreshold > hashTable->idealRatio) { in HashTablePutReplaceEx() 873 void HashTableSetIdealRatio(HashTable *hashTable, float idealRatio, in HashTableSetIdealRatio() argument 875 assert(idealRatio > 0.0); in HashTableSetIdealRatio() 876 assert(lowerRehashThreshold < idealRatio); in HashTableSetIdealRatio() 877 assert(upperRehashThreshold == 0.0 || upperRehashThreshold > idealRatio); in HashTableSetIdealRatio() 879 hashTable->idealRatio = idealRatio; in HashTableSetIdealRatio() 965 srInt_64 idealNumOfBuckets = hashTable->numOfElements / hashTable->idealRatio; in calculateIdealNumOfBuckets()
|
H A D | hashtable.h | 33 float idealRatio, lowerRehashThreshold, upperRehashThreshold; member 445 void HashTableSetIdealRatio(HashTable *hashTable, float idealRatio,
|
/dports/math/asymptote/asymptote-2.67/GUI/ |
H A D | labelEditor.py | 133 idealRatio = min(idealRatioHeight, idealRatioWidth) 135 idealRatio = idealRatioHeight 136 return idealRatio
|
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/utils/collections/ |
H A D | HashTable.c | 94 int idealNumOfBuckets = table->numOfElements / ((int)table->idealRatio); in HashTable_CalculateIdealNumOfBuckets() 259 if (table->upperRehashThreshold > table->idealRatio) in HashTable_Add() 592 table->idealRatio = 3.0; in HashTable_New()
|
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/packages/pebbl/src/pbb/pebbl/ |
H A D | pbWorker.cpp | 720 double idealRatio = adjustedWorkersInCluster()/adjustedWorkerCount; in shouldScatterToRandom() local 721 double nonLocalChance = otherHubRelease.probability(loadRatio,idealRatio); in shouldScatterToRandom()
|
/dports/net/freerdp/freerdp-2.5.0/winpr/include/winpr/ |
H A D | collections.h | 340 float idealRatio; member
|