/external/eigen/blas/f2c/ |
chpmv.c | 20 integer i__1, i__2, i__3, i__4, i__5; local 256 i__5 = k; 257 q__2.r = temp1.r * ap[i__5].r - temp1.i * ap[i__5].i, 258 q__2.i = temp1.r * ap[i__5].i + temp1.i * ap[i__5] 300 i__5 = k; 301 q__2.r = temp1.r * ap[i__5].r - temp1.i * ap[i__5].i, 302 q__2.i = temp1.r * ap[i__5].i + temp1.i * ap[i__5 [all...] |
zhpmv.c | 20 integer i__1, i__2, i__3, i__4, i__5; local 256 i__5 = k; 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] 300 i__5 = k; 301 z__2.r = temp1.r * ap[i__5].r - temp1.i * ap[i__5].i, 302 z__2.i = temp1.r * ap[i__5].i + temp1.i * ap[i__5 [all...] |
chbmv.c | 20 integer a_dim1, a_offset, i__1, i__2, i__3, i__4, i__5; local 299 i__5 = l + i__ + j * a_dim1; 300 q__2.r = temp1.r * a[i__5].r - temp1.i * a[i__5].i, 301 q__2.i = temp1.r * a[i__5].i + temp1.i * a[i__5] 344 i__5 = l + i__ + j * a_dim1; 345 q__2.r = temp1.r * a[i__5].r - temp1.i * a[i__5].i, 346 q__2.i = temp1.r * a[i__5].i + temp1.i * a[i__5 [all...] |
zhbmv.c | 21 integer a_dim1, a_offset, i__1, i__2, i__3, i__4, i__5; local 300 i__5 = l + i__ + j * a_dim1; 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] 345 i__5 = l + i__ + j * a_dim1; 346 z__2.r = temp1.r * a[i__5].r - temp1.i * a[i__5].i, 347 z__2.i = temp1.r * a[i__5].i + temp1.i * a[i__5 [all...] |
ctbmv.c | 20 integer a_dim1, a_offset, i__1, i__2, i__3, i__4, i__5; local 256 i__5 = l + i__ + j * a_dim1; 257 q__2.r = temp.r * a[i__5].r - temp.i * a[i__5].i, 258 q__2.i = temp.r * a[i__5].i + temp.i * a[ 259 i__5].r; 293 i__5 = l + i__ + j * a_dim1; 294 q__2.r = temp.r * a[i__5].r - temp.i * a[i__5].i, 295 q__2.i = temp.r * a[i__5].i + temp.i * a [all...] |
ztbmv.c | 20 integer a_dim1, a_offset, i__1, i__2, i__3, i__4, i__5; local 256 i__5 = l + i__ + j * a_dim1; 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[ 259 i__5].r; 293 i__5 = l + i__ + j * a_dim1; 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 [all...] |