Searched refs:tempStrength (Results 1 – 3 of 3) sorted by relevance
496 int tempStrength = ceStrength(ce); in addRelation() local497 if(strength < tempStrength) { tempStrength = strength; } in addRelation()498 ces[cesLength - 1] = tempCEFromIndexAndStrength(index, tempStrength); in addRelation()
500 int tempStrength = ceStrength(ce); in addRelation() local501 if(strength < tempStrength) { tempStrength = strength; } in addRelation()502 ces[cesLength - 1] = tempCEFromIndexAndStrength(index, tempStrength); in addRelation()
723 int32_t tempStrength = ceStrength(ce); in addRelation() local724 if(strength < tempStrength) { tempStrength = strength; } in addRelation()725 ces[cesLength - 1] = tempCEFromIndexAndStrength(index, tempStrength); in addRelation()