OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:z__2
(Results
1 - 3
of
3
) sorted by null
/external/eigen/blas/f2c/
zhpmv.c
22
doublecomplex z__1,
z__2
, z__3, z__4;
local
257
z__2
.r = temp1.r * ap[i__5].r - temp1.i * ap[i__5].i,
258
z__2
.i = temp1.r * ap[i__5].i + temp1.i * ap[i__5]
260
z__1.r = y[i__4].r +
z__2
.r, z__1.i = y[i__4].i +
z__2
.i;
264
z__2
.r = z__3.r * x[i__3].r - z__3.i * x[i__3].i,
z__2
.i =
266
z__1.r = temp2.r +
z__2
.r, z__1.i = temp2.i +
z__2
.i;
276
z__2
.r = y[i__3].r + z__3.r, z__2.i = y[i__3].i + z__3.i
[
all
...]
ztbmv.c
21
doublecomplex z__1,
z__2
, z__3;
local
257
z__2
.r = temp.r * a[i__5].r - temp.i * a[i__5].i,
258
z__2
.i = temp.r * a[i__5].i + temp.i * a[
260
z__1.r = x[i__3].r +
z__2
.r, z__1.i = x[i__3].i +
261
z__2
.i;
294
z__2
.r = temp.r * a[i__5].r - temp.i * a[i__5].i,
295
z__2
.i = temp.r * a[i__5].i + temp.i * a[
297
z__1.r = x[i__2].r +
z__2
.r, z__1.i = x[i__2].i +
298
z__2
.i;
335
z__2
.r = temp.r * a[i__2].r - temp.i * a[i__2].i,
[
all
...]
zhbmv.c
23
doublecomplex z__1,
z__2
, z__3, z__4;
local
301
z__2
.r = temp1.r * a[i__5].r - temp1.i * a[i__5].i,
302
z__2
.i = temp1.r * a[i__5].i + temp1.i * a[i__5]
304
z__1.r = y[i__3].r +
z__2
.r, z__1.i = y[i__3].i +
z__2
.i;
308
z__2
.r = z__3.r * x[i__2].r - z__3.i * x[i__2].i,
z__2
.i =
310
z__1.r = temp2.r +
z__2
.r, z__1.i = temp2.i +
z__2
.i;
319
z__2
.r = y[i__2].r + z__3.r, z__2.i = y[i__2].i + z__3.i
[
all
...]
Completed in 1954 milliseconds