hyp 1203 core/shooting.c int hyp, hyp_1e3, av_1e3, v; hyp 1237 core/shooting.c hyp = camera_info.dof_values.hyperfocal_distance; hyp 1243 core/shooting.c hyp = -1; hyp 1248 core/shooting.c hyp = (hyp_1e3+500)/1000; hyp 1253 core/shooting.c int m2 = (int)((((double)hyp*(2*fl - hyp_1e3)/1000))/v + 0.5); hyp 1283 core/shooting.c camera_info.dof_values.near_limit = hyp; hyp 1287 core/shooting.c camera_info.dof_values.hyperfocal_distance = hyp; hyp 234 lib/lua/lfmathlib.c static void atanhypCordic(double x, double y, double *phi, double *hyp) { hyp 238 lib/lua/lfmathlib.c *hyp = 0; hyp 267 lib/lua/lfmathlib.c *hyp = x; hyp 434 lib/lua/lfmathlib.c double phi, hyp; hyp 435 lib/lua/lfmathlib.c atanhypCordic(x, y, &phi, &hyp); hyp 453 lib/lua/lfmathlib.c double phi, hyp; hyp 454 lib/lua/lfmathlib.c atanhypCordic(px, py, &phi, &hyp); hyp 455 lib/lua/lfmathlib.c newval(L, hyp * INV_GAIN_CIRCLE); hyp 106 modules/cordic_math.c static void atanhypCordic(tangle t, fixed px, fixed py, fixed *phi, fixed *hyp) { hyp 130 modules/cordic_math.c *hyp = 0; hyp 141 modules/cordic_math.c *hyp = (f)? 0 : x; hyp 173 modules/cordic_math.c fixed phi, hyp; hyp 175 modules/cordic_math.c atanhypCordic(t, _cos, x, &phi, &hyp); hyp 180 modules/cordic_math.c fixed phi, hyp; hyp 182 modules/cordic_math.c atanhypCordic(t, x, _sin, &phi, &hyp); hyp 187 modules/cordic_math.c fixed phi, hyp; hyp 188 modules/cordic_math.c atanhypCordic(t, CORDIC_SCALE, x, &phi, &hyp); hyp 193 modules/cordic_math.c fixed phi, hyp; hyp 194 modules/cordic_math.c atanhypCordic(t, px, py, &phi, &hyp); hyp 196 modules/cordic_math.c *r = mulScaled(hyp, INV_GAIN_CIRCLE[t]);