Home | History | Annotate | Download | only in tests

Lines Matching full:double

68 	Marinchip 9900	  QBASIC    IBM 370 double-precision (REAL * 8) format
72 BASICA "Double precision"
73 Quick BASIC IEEE double precision, software routines
86 the format is a recognised double precision format. If you
277 static double clear_aperture;
279 static double aberr_lspher;
280 static double aberr_osc;
281 static double aberr_lchrom;
283 static double max_lspher;
284 static double max_osc;
285 static double max_lchrom;
287 static double radius_of_curvature;
288 static double object_distance;
289 static double ray_height;
290 static double axis_slope_angle;
291 static double from_index;
292 static double to_index;
294 static double spectral_line[9];
295 static double s[max_surfaces][5];
296 static double od_sa[2][2];
330 static double testcase[4][4] = {
361 static double pi = pic,
369 static double atanc[] = {
383 double aint(x)
384 double x;
401 static double sin(x)
402 double x;
405 double y, r, z;
440 static double cos(x)
441 double x;
451 static double tan(x)
452 double x;
460 double sqrt(x)
461 double x;
463 double c, cl, y;
493 static double atan(x)
494 double x;
497 double a, b, z;
533 static double
534 double y, x;
536 double temp;
558 static double asin(x)
559 double x;
613 double iang, /* Incidence angle */
679 double ray_h;
709 double od_fline, od_cline;