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

1 2

  /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...]
  /external/gemmlowp/test/
test_data.cc 11 extern const int a_offset = -84; member in namespace:test_data
    [all...]
test_data.h 12 extern const int a_offset;
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/gemmlowp/eight_bit_int_gemm/
eight_bit_int_gemm.h 59 std::int32_t a_offset, int lda, const std::uint8_t *b,
66 std::int32_t a_offset, int lda, const std::uint8_t *b,
eight_bit_int_gemm.cc 64 const std::uint8_t* a, std::int32_t a_offset, int lda,
69 const int lhs_offset = a_offset;
103 const std::uint8_t* a, std::int32_t a_offset,
107 const int lhs_offset = a_offset;
293 std::int32_t a_offset, int lda, const std::uint8_t* b,
303 MetaGemmQuantized8Bit(context, a, b, m, n, k, a_offset, b_offset, c_offset,
311 EightBitIntGemmImpl<ta, tb, tc>(context, m, n, k, a, a_offset, lda, b, \
330 std::int32_t a_offset, std::int32_t lda,
340 MetaGemmFloat(context, a, b, m, n, k, a_offset, b_offset, c_offset,
357 EightBitIntGemmInt32Impl<ta, tb, tc>(context, 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);
  /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/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,
  /frameworks/rs/
rsDefines.h 469 uint8_t a_offset; member in struct:__anon28930
  /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...]
  /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...]
  /frameworks/rs/cpp/
ScriptIntrinsicBLAS.cpp 156 RsAllocation A, int a_offset, RsAllocation B, int b_offset,
164 call.a_offset = a_offset & 0xFF;
    [all...]
  /frameworks/base/rs/java/android/renderscript/
RenderScript.java     [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
RenderScript.java     [all...]

Completed in 1924 milliseconds

1 2