Home
last modified time | relevance | path

Searched refs:a_offset (Results 1 – 11 of 11) sorted by relevance

/external/eigen/blas/f2c/
Dssbmv.c20 integer a_dim1, a_offset, i__1, i__2, i__3, i__4; in ssbmv_() local
172 a_offset = 1 + a_dim1; in ssbmv_()
173 a -= a_offset; in ssbmv_()
Ddsbmv.c20 integer a_dim1, a_offset, i__1, i__2, i__3, i__4; in dsbmv_() local
170 a_offset = 1 + a_dim1; in dsbmv_()
171 a -= a_offset; in dsbmv_()
Dstbmv.c20 integer a_dim1, a_offset, i__1, i__2, i__3, i__4; in stbmv_() local
181 a_offset = 1 + a_dim1; in stbmv_()
182 a -= a_offset; in stbmv_()
Ddtbmv.c20 integer a_dim1, a_offset, i__1, i__2, i__3, i__4; in dtbmv_() local
181 a_offset = 1 + a_dim1; in dtbmv_()
182 a -= a_offset; in dtbmv_()
Dzhbmv.c21 integer a_dim1, a_offset, i__1, i__2, i__3, i__4, i__5; in zhbmv_() local
180 a_offset = 1 + a_dim1; in zhbmv_()
181 a -= a_offset; in zhbmv_()
Dchbmv.c20 integer a_dim1, a_offset, i__1, i__2, i__3, i__4, i__5; in chbmv_() local
179 a_offset = 1 + a_dim1; in chbmv_()
180 a -= a_offset; in chbmv_()
Dztbmv.c20 integer a_dim1, a_offset, i__1, i__2, i__3, i__4, i__5; in ztbmv_() local
185 a_offset = 1 + a_dim1; in ztbmv_()
186 a -= a_offset; in ztbmv_()
Dctbmv.c20 integer a_dim1, a_offset, i__1, i__2, i__3, i__4, i__5; in ctbmv_() local
185 a_offset = 1 + a_dim1; in ctbmv_()
186 a -= a_offset; in ctbmv_()
/external/webp/src/enc/
Dpicture_rescale.c155 const int a_offset = top * pic->a_stride + left; in WebPPictureCrop() local
156 CopyPlane(pic->a + a_offset, pic->a_stride, in WebPPictureCrop()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
DSerializableTest.java516 int a_offset, b_offset; in hasSameBehavior() local
527 a_offset = tza_a.getOffset(era, year, month, day, dow, mid); in hasSameBehavior()
532 if (a_offset != b_offset || a_dst != b_dst) { in hasSameBehavior()
/external/valgrind/perf/
Dtinycc.c19469 int a_offset, p_offset; in tcc_output_file() local
19473 a_offset = addr & (ELF_PAGE_SIZE - 1); in tcc_output_file()
19475 if (a_offset < p_offset) in tcc_output_file()
19476 a_offset += ELF_PAGE_SIZE; in tcc_output_file()
19477 file_offset += (a_offset - p_offset); in tcc_output_file()