Searched refs:tempStrength (Results 1 – 5 of 5) 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()
724 int32_t tempStrength = ceStrength(ce); in addRelation() local725 if(strength < tempStrength) { tempStrength = strength; } in addRelation()726 ces[cesLength - 1] = tempCEFromIndexAndStrength(index, tempStrength); in addRelation()
722 int32_t tempStrength = ceStrength(ce); in addRelation() local723 if(strength < tempStrength) { tempStrength = strength; } in addRelation()724 ces[cesLength - 1] = tempCEFromIndexAndStrength(index, tempStrength); in addRelation()