Searched refs:tempStrength (Results 1 – 2 of 2) 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()
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()