Home | History | Annotate | Download | only in perf

Lines Matching full:double

64 	Marinchip 9900	  QBASIC    IBM 370 double-precision (REAL * 8) format
68 BASICA "Double precision"
69 Quick BASIC IEEE double precision, software routines
82 the format is a recognised double precision format. If you
273 static double clear_aperture;
275 static double aberr_lspher;
276 static double aberr_osc;
277 static double aberr_lchrom;
279 static double max_lspher;
280 static double max_osc;
281 static double max_lchrom;
283 static double radius_of_curvature;
284 static double object_distance;
285 static double ray_height;
286 static double axis_slope_angle;
287 static double from_index;
288 static double to_index;
290 static double spectral_line[9];
291 static double s[max_surfaces][5];
292 static double od_sa[2][2];
326 static double testcase[4][4] = {
357 static double pi = pic,
365 static double atanc[] = {
379 double aint(x)
380 double x;
397 static double sin(x)
398 double x;
401 double y, r, z;
436 static double cos(x)
437 double x;
447 static double tan(x)
448 double x;
456 double sqrt(x)
457 double x;
459 double c, cl, y;
489 static double atan(x)
490 double x;
493 double a, b, z;
529 static double atan2(y, x)
530 double y, x;
532 double temp;
554 static double asin(x)
555 double x;
609 double iang, /* Incidence angle */
675 double ray_h;
705 double od_fline, od_cline;