Lines Matching refs:tech_hi
63 int iter, tech, tech_lo, tech_hi;
106 tech_hi = 180;
109 tech_hi = 90;
112 tech_hi = 65;
115 tech_hi = 45;
118 tech_hi = 32;
121 tech_hi = 22;
129 tech_hi = 90;
132 tech_hi = 65;
135 tech_hi = 45;
138 tech_hi = 32;
141 tech_hi = 22;
146 // tech_hi = 16;
178 if (tech_lo == tech_hi) {
181 curr_alpha = (technology - tech_hi) / (tech_lo - tech_hi);
184 tech = tech_hi;
185 if (tech_lo == tech_hi) {
188 curr_alpha = (tech_lo - technology) / (tech_lo - tech_hi);
1815 if (tech_lo == tech_hi) {
1818 curr_alpha = (technology - tech_hi) / (tech_lo - tech_hi);
1821 tech = tech_hi;
1822 if (tech_lo == tech_hi) {
1825 curr_alpha = (tech_lo - technology) / (tech_lo - tech_hi);