HomeSort by relevance Sort by last modified time
    Searched defs:d__1 (Results 1 - 3 of 3) sorted by null

  /external/eigen/blas/f2c/
drotmg.c 34 doublereal d__1; local
210 d__1 = gam;
211 *dd1 *= d__1 * d__1;
227 d__1 = gam;
228 *dd1 /= d__1 * d__1;
247 d__1 = gam;
248 *dd2 *= d__1 * d__1;
    [all...]
zhbmv.c 22 doublereal d__1; local
317 d__1 = a[i__3].r;
318 z__3.r = d__1 * temp1.r, z__3.i = d__1 * temp1.i;
364 d__1 = a[i__2].r;
365 z__3.r = d__1 * temp1.r, z__3.i = d__1 * temp1.i;
395 d__1 = a[i__2].r;
396 z__2.r = d__1 * temp1.r, z__2.i = d__1 * temp1.i
    [all...]
zhpmv.c 21 doublereal d__1; local
274 d__1 = ap[i__4].r;
275 z__3.r = d__1 * temp1.r, z__3.i = d__1 * temp1.i;
319 d__1 = ap[i__4].r;
320 z__3.r = d__1 * temp1.r, z__3.i = d__1 * temp1.i;
347 d__1 = ap[i__4].r;
348 z__2.r = d__1 * temp1.r, z__2.i = d__1 * temp1.i
    [all...]

Completed in 52 milliseconds