Home | History | Annotate | Download | only in f2c

Lines Matching refs:doublereal

15 /* Subroutine */ int drotmg_(doublereal *dd1, doublereal *dd2, doublereal *
16 dx1, doublereal *dy1, doublereal *dparam)
20 static doublereal zero = 0.;
21 static doublereal one = 1.;
22 static doublereal two = 2.;
23 static doublereal gam = 4096.;
24 static doublereal gamsq = 16777216.;
25 static doublereal rgamsq = 5.9604645e-8;
34 doublereal d__1;
37 doublereal du, dp1, dp2, dq1, dq2, dh11, dh12, dh21, dh22;
39 doublereal dflag, dtemp;