Lines Matching refs:tech_lo
63 int iter, tech, tech_lo, tech_hi;
105 tech_lo = 180;
108 tech_lo = 90;
111 tech_lo = 65;
114 tech_lo = 45;
117 tech_lo = 32;
120 tech_lo = 22;
128 tech_lo = 180;
131 tech_lo = 90;
134 tech_lo = 65;
137 tech_lo = 45;
140 tech_lo = 32;
145 // tech_lo = 22;
177 tech = tech_lo;
178 if (tech_lo == tech_hi) {
181 curr_alpha = (technology - tech_hi) / (tech_lo - tech_hi);
185 if (tech_lo == tech_hi) {
188 curr_alpha = (tech_lo - technology) / (tech_lo - tech_hi);
1814 tech = tech_lo;
1815 if (tech_lo == tech_hi) {
1818 curr_alpha = (technology - tech_hi) / (tech_lo - tech_hi);
1822 if (tech_lo == tech_hi) {
1825 curr_alpha = (tech_lo - technology) / (tech_lo - tech_hi);