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

  /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 11 extern const int a_offset = -84; member in namespace:test_data
    [all...]
test.cc 37 const uint8_t* a, int32_t a_offset, int lda,
84 const int32_t a_as_int = static_cast<int32_t>(a_as_byte) + a_offset;
721 int a_offset[] = {0, -64}; local
723 const OffsetColMap lhs_offset(a_offset, m);
843 int a_offset[] = { local
1043 const int a_offset = 0; local
    [all...]
  /external/webp/src/enc/
picture_rescale.c 145 const int a_offset = top * pic->a_stride + left; local
146 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/cpu_ref/
rsCpuIntrinsicBLAS.cpp 46 uint8_t a_offset = 0; member in class:android::renderscript::RsdCpuScriptIntrinsicBLAS
54 const uint8_t* a, uint8_t a_offset, size_t lda,
656 (const uint8_t*)A, call->a_offset, lda,
671 const uint8_t* a, uint8_t a_offset, size_t lda,
692 const int32_t a_as_int = (((int32_t)(a_as_byte)) - a_offset);
721 m, n, k, a, -a_offset, lda,
    [all...]
  /frameworks/rs/java/tests/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);
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);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
SerializableTest.java 520 int a_offset, b_offset; local
531 a_offset = tza_a.getOffset(era, year, month, day, dow, mid);
536 if (a_offset != b_offset || a_dst != b_dst) {
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
SerializableTest.java 516 int a_offset, b_offset; local
527 a_offset = tza_a.getOffset(era, year, month, day, dow, mid);
532 if (a_offset != b_offset || a_dst != b_dst) {
    [all...]
  /external/opencv3/3rdparty/libwebp/enc/
picture.c 343 const int a_offset = top * pic->a_stride + left; local
344 CopyPlane(pic->a + a_offset, pic->a_stride,
    [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:__anon30230
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ScriptIntrinsicBLAS.java 4186 mRS.nScriptIntrinsicBLAS_BNNM(getID(mRS), M, N, K, aID, a_offset, bID, b_offset, cID, c_offset, c_mult, mUseIncSupp); local
    [all...]
  /external/valgrind/perf/
tinycc.c 19469 int a_offset, p_offset; local
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 
  /prebuilts/sdk/23/
android.jar 

Completed in 730 milliseconds