Those values are read from the database but don't appear to be used in the code at all.
Code:
sp[tempid].pvpresistbase=atoi(row[177]);
sp[tempid].pvpresistcalc=atoi(row[178]);
sp[tempid].pvpresistcap=atoi(row[179]);
Those are the only references to those values I saw.