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

1 2

  /cts/tests/tests/rsblas/src/android/renderscript/cts/
BNNMTest.java 130 int b_offset, int c_offset, int c_mult_int) {
146 blas.BNNM(A, a_offset, B, b_offset, C, c_offset, c_mult_int);
181 final int b_offset = 12; local
208 byte[] c_byte_output = runBNNM(m, n, k, a_data, a_offset, b_data, b_offset,
237 final int b_offset = 10; local
253 byte[] c_byte_output = runBNNM(m, n, k, a_data, a_offset, b_data, b_offset,
285 final int b_offset = 23; local
305 byte[] c_byte_output = runBNNM(m, n, k, a_data, a_offset, b_data, b_offset,
321 int b_offset = 84; local
335 byte[] c_byte_output = runBNNM(m, n, k, a_byte, a_offset, b_byte, b_offset,
368 final int b_offset = 127; local
466 int b_offset = 12; local
473 int b_offset = 12; local
480 int b_offset = 12; local
487 int b_offset = -1; local
494 int b_offset = 256; local
    [all...]
  /external/gemmlowp/test/
test_data.cc 12 extern const int b_offset = 0; member in namespace:test_data
    [all...]
test_data.h 13 extern const int b_offset;
test.cc 38 const uint8_t* b, int32_t b_offset, int ldb,
87 const int32_t b_as_int = static_cast<int32_t>(b_as_byte) + b_offset;
738 int b_offset = -127; local
740 const OffsetRowDup rhs_offset(b_offset, rhs.cols());
905 int b_offset = -127; local
1044 const int b_offset = 0; local
    [all...]
  /external/gemmlowp/eight_bit_int_gemm/
eight_bit_int_gemm.h 60 std::int32_t b_offset, int ldb, std::uint8_t *c,
67 std::int32_t b_offset, int ldb, float *c, float c_offset,
eight_bit_int_gemm.cc 65 const std::uint8_t* b, std::int32_t b_offset, int ldb,
70 const int rhs_offset = b_offset;
105 std::int32_t b_offset, int ldb, std::int32_t* c,
108 const int rhs_offset = b_offset;
294 std::int32_t b_offset, int ldb, std::uint8_t* c,
303 MetaGemmQuantized8Bit(context, a, b, m, n, k, a_offset, b_offset, c_offset,
312 b_offset, ldb, c, c_offset, c_mult_int, \
331 const std::uint8_t* b, std::int32_t b_offset,
340 MetaGemmFloat(context, a, b, m, n, k, a_offset, b_offset, c_offset,
358 b, b_offset, ldb, temp_c, ldc,
    [all...]
  /frameworks/rs/java/tests/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
BNNMTest.java 42 private int b_offset; field in class:BNNMTest
195 b_offset = 12;
234 mBLAS.BNNM(matA, a_offset, matB, b_offset, matC, c_offset, c_mult_int);
272 b_offset = 23;
305 mBLAS.BNNM(matA, a_offset, matB, b_offset, matC, c_offset, c_mult_int);
327 b_offset = 84;
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 42 private int b_offset; field in class:SGEMMTest
131 b_offset = 12;
143 }, b_offset);
176 b_offset = 23;
198 }, b_offset);
233 b_offset = 84;
246 float[] b_float = byteToFloat(b_byte, b_offset);
  /cts/tests/tests/rsblas/libbnnmdata/
test_data.cpp 26 const int b_offset = 84; variable
    [all...]
  /external/libvncserver/examples/android/jni/
fbvncserver.c 71 int b_offset; member in struct:varblock_t
212 varblock.b_offset = scrinfo.blue.offset + scrinfo.blue.length - 5;
415 varblock.r_offset, varblock.g_offset, varblock.b_offset);
  /external/v8/src/ppc/
assembler-ppc.h 630 int b_offset = branch_offset(L);
634 bc(b_offset, BT, encode_crbit(cr, CR_EQ), lk);
637 bc(b_offset, BF, encode_crbit(cr, CR_EQ), lk);
640 bc(b_offset, BT, encode_crbit(cr, CR_GT), lk);
643 bc(b_offset, BF, encode_crbit(cr, CR_GT), lk);
646 bc(b_offset, BT, encode_crbit(cr, CR_LT), lk);
649 bc(b_offset, BF, encode_crbit(cr, CR_LT), lk);
652 bc(b_offset, BT, encode_crbit(cr, CR_FU), lk);
655 bc(b_offset, BF, encode_crbit(cr, CR_FU), lk);
658 bc(b_offset, BT, encode_crbit(cr, CR_SO), lk)
    [all...]
  /art/compiler/linker/arm64/
relative_patcher_arm64.cc 228 uint32_t b_offset = patch_offset - literal_offset + pc_insn_offset; local
231 if (adrp_thunk_locations_[i].first == b_offset) {
  /frameworks/rs/
rsDefines.h 470 uint8_t b_offset; member in struct:__anon28930
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicBLAS.cpp 47 uint8_t b_offset = 0; member in class:android::renderscript::RsdCpuScriptIntrinsicBLAS
55 const uint8_t* b, uint8_t b_offset, size_t ldb,
657 (const uint8_t*)B, call->b_offset, ldb,
672 const uint8_t* b, uint8_t b_offset, size_t ldb,
695 const int32_t b_as_int = (((int32_t)(b_as_byte)) - b_offset);
722 b, -b_offset, ldb, c, c_offset
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
SerializableTest.java 520 int a_offset, b_offset; local
532 b_offset = tza_b.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
528 b_offset = tza_b.getOffset(era, year, month, day, dow, mid);
532 if (a_offset != b_offset || a_dst != b_dst) {
    [all...]
  /external/valgrind/memcheck/
mc_translate.c 7050 Int b_offset = MC_(get_otrack_shadow_offset)( local
7119 Int b_offset; local
7218 Int b_offset; local
7430 Int b_offset local
    [all...]
  /frameworks/rs/cpp/
ScriptIntrinsicBLAS.cpp 156 RsAllocation A, int a_offset, RsAllocation B, int b_offset,
165 call.b_offset = b_offset & 0xFF;
    [all...]
  /frameworks/base/rs/java/android/renderscript/
RenderScript.java     [all...]
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/support/v8/renderscript/java/src/android/support/v8/renderscript/
RenderScript.java     [all...]
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...]
  /frameworks/base/rs/jni/
android_renderscript_RenderScript.cpp     [all...]
  /frameworks/support/v8/renderscript/jni/
android_renderscript_RenderScript.cpp     [all...]
  /toolchain/binutils/binutils-2.25/gold/
aarch64.cc 1617 int b_offset = 0; local
1976 unsigned int b_offset = stub_address - stub->erratum_address(); local
    [all...]

Completed in 877 milliseconds

1 2