HomeSort by relevance Sort by last modified time
    Searched defs:a_offset (Results 1 - 25 of 32) sorted by null

1 2

  /cts/tests/tests/rsblas/libbnnmdata/
test_data.cpp 25 const int a_offset = 0; variable
    [all...]
  /external/eigen/blas/f2c/
dsbmv.c 20 integer a_dim1, a_offset, i__1, i__2, i__3, i__4; local
170 a_offset = 1 + a_dim1;
171 a -= a_offset;
dtbmv.c 20 integer a_dim1, a_offset, i__1, i__2, i__3, i__4; local
181 a_offset = 1 + a_dim1;
182 a -= a_offset;
ssbmv.c 20 integer a_dim1, a_offset, i__1, i__2, i__3, i__4; local
172 a_offset = 1 + a_dim1;
173 a -= a_offset;
stbmv.c 20 integer a_dim1, a_offset, i__1, i__2, i__3, i__4; local
181 a_offset = 1 + a_dim1;
182 a -= a_offset;
chbmv.c 20 integer a_dim1, a_offset, i__1, i__2, i__3, i__4, i__5; local
179 a_offset = 1 + a_dim1;
180 a -= a_offset;
ctbmv.c 20 integer a_dim1, a_offset, i__1, i__2, i__3, i__4, i__5; local
185 a_offset = 1 + a_dim1;
186 a -= a_offset;
zhbmv.c 21 integer a_dim1, a_offset, i__1, i__2, i__3, i__4, i__5; local
180 a_offset = 1 + a_dim1;
181 a -= a_offset;
ztbmv.c 20 integer a_dim1, a_offset, i__1, i__2, i__3, i__4, i__5; local
185 a_offset = 1 + a_dim1;
186 a -= a_offset;
  /external/gemmlowp/test/
test_data.cc 25 extern const int a_offset = -84; member in namespace:test_data
    [all...]
test.cc 37 const std::uint8_t* a, std::int32_t a_offset,
87 static_cast<std::int32_t>(a_as_byte) + a_offset;
743 int a_offset[] = {0, -64}; local
745 const OffsetColMap lhs_offset(a_offset, m);
852 int a_offset[] = {0, 0, 0, -51, -51, 0, -36, 0, 0, 0, 0, local
1146 const int a_offset = 0; local
    [all...]
  /external/webp/src/enc/
picture_rescale_enc.c 149 const int a_offset = top * pic->a_stride + left; local
150 WebPCopyPlane(pic->a + a_offset, pic->a_stride,
  /cts/tests/tests/rsblas/src/android/renderscript/cts/
BNNMTest.java 129 private byte[] runBNNM(int m, int n, int k, byte[] a_byte, int a_offset, byte[] b_byte,
146 blas.BNNM(A, a_offset, B, b_offset, C, c_offset, c_mult_int);
169 final int a_offset = 0; local
208 byte[] c_byte_output = runBNNM(m, n, k, a_data, a_offset, b_data, b_offset,
226 final int a_offset = 0; local
253 byte[] c_byte_output = runBNNM(m, n, k, a_data, a_offset, b_data, b_offset,
272 final int a_offset = 13; local
305 byte[] c_byte_output = runBNNM(m, n, k, a_data, a_offset, b_data, b_offset,
320 int a_offset = 0; local
335 byte[] c_byte_output = runBNNM(m, n, k, a_byte, a_offset, b_byte, b_offset
356 final int a_offset = 0; local
465 int a_offset = 0; local
472 int a_offset = -23; local
479 int a_offset = 888; local
486 int a_offset = 0; local
493 int a_offset = 0; local
    [all...]
  /frameworks/rs/tests/java_api/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
BNNMTest.java 41 private int a_offset; field in class:BNNMTest
183 a_offset = 0;
234 mBLAS.BNNM(matA, a_offset, matB, b_offset, matC, c_offset, c_mult_int);
259 a_offset = 13;
305 mBLAS.BNNM(matA, a_offset, matB, b_offset, matC, c_offset, c_mult_int);
326 a_offset = 0;
354 mBLAS.BNNM(matA, a_offset, matB, b_offset, matC, c_offset, c_mult_int);
364 mBLAS.BNNM(matA, a_offset, matB, b_offset, matC, c_offset, c_mult_int);
GoogLeNet.java 218 int a_offset = 1; local
225 mBLAS.BNNM(matA.get(i), a_offset, matB.get(i), b_offset, matC.get(i), c_offset, c_mult_int); local
SGEMMTest.java 41 private int a_offset; field in class:SGEMMTest
130 a_offset = 0;
136 }, a_offset);
175 a_offset = 13;
186 }, a_offset);
232 a_offset = 0;
245 float[] a_float = byteToFloat(a_byte, a_offset);
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicBLAS.cpp 42 uint8_t a_offset = 0; member in class:android::renderscript::RsdCpuScriptIntrinsicBLAS
50 const uint8_t* a, uint8_t a_offset, size_t lda,
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
SerializableTestUtility.java 565 int a_offset, b_offset; local
576 a_offset = tza_a.getOffset(era, year, month, day, dow, mid);
581 if (a_offset != b_offset || a_dst != b_dst) {
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
SerializableTestUtility.java 562 int a_offset, b_offset; local
573 a_offset = tza_a.getOffset(era, year, month, day, dow, mid);
578 if (a_offset != b_offset || a_dst != b_dst) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
compile.c 3438 int a_offset; \/* offset into bytecode *\/ member in struct:assembler
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
compile.c 3418 int a_offset; \/* offset into bytecode *\/ member in struct:assembler
    [all...]
  /external/python/cpython2/Python/
compile.c 3399 int a_offset; \/* offset into bytecode *\/ member in struct:assembler
    [all...]
  /external/python/cpython3/Python/
compile.c 4810 int a_offset; \/* offset into bytecode *\/ member in struct:assembler
    [all...]
  /frameworks/base/rs/java/android/renderscript/
ScriptIntrinsicBLAS.java 3304 mRS.nScriptIntrinsicBLAS_BNNM(getID(mRS), M, N, K, A.getID(mRS), a_offset, B.getID(mRS), b_offset, C.getID(mRS), c_offset, c_mult); local
    [all...]
  /frameworks/rs/
rsDefines.h 469 uint8_t a_offset; member in struct:__anon46718

Completed in 731 milliseconds

1 2