Searched refs:tempStrength (Results 1 – 3 of 3) sorted by relevance
493 int tempStrength = ceStrength(ce); in addRelation() local494 if(strength < tempStrength) { tempStrength = strength; } in addRelation()495 ces[cesLength - 1] = tempCEFromIndexAndStrength(index, tempStrength); in addRelation()
497 int tempStrength = ceStrength(ce); in addRelation() local498 if(strength < tempStrength) { tempStrength = strength; } in addRelation()499 ces[cesLength - 1] = tempCEFromIndexAndStrength(index, tempStrength); in addRelation()
721 int32_t tempStrength = ceStrength(ce); in addRelation() local722 if(strength < tempStrength) { tempStrength = strength; } in addRelation()723 ces[cesLength - 1] = tempCEFromIndexAndStrength(index, tempStrength); in addRelation()