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

1 2

  /external/eigen/unsupported/test/
cxx11_tensor_fft.cpp 39 std::complex<float> c_offset = std::complex<float>(1.0, 1.0); local
42 VERIFY_IS_APPROX(output(0) + c_offset, output_golden[0] + c_offset); local
43 VERIFY_IS_APPROX(output(1) + c_offset, output_golden[1] + c_offset); local
44 VERIFY_IS_APPROX(output(2) + c_offset, output_golden[2] + c_offset); local
45 VERIFY_IS_APPROX(output(3) + c_offset, output_golden[3] + c_offset); local
46 VERIFY_IS_APPROX(output(4) + c_offset, output_golden[4] + c_offset) local
47 VERIFY_IS_APPROX(output(5) + c_offset, output_golden[5] + c_offset); local
50 VERIFY_IS_APPROX(output(0)+ c_offset, output_golden[0]+ c_offset); local
51 VERIFY_IS_APPROX(output(1)+ c_offset, output_golden[2]+ c_offset); local
52 VERIFY_IS_APPROX(output(2)+ c_offset, output_golden[4]+ c_offset); local
53 VERIFY_IS_APPROX(output(3)+ c_offset, output_golden[1]+ c_offset); local
54 VERIFY_IS_APPROX(output(4)+ c_offset, output_golden[3]+ c_offset); local
55 VERIFY_IS_APPROX(output(5)+ c_offset, output_golden[5]+ c_offset); local
165 VERIFY_IS_APPROX(forward_output_both_parts(i) + c_offset, forward_golden_result[i] + c_offset); local
171 VERIFY_IS_APPROX(reverse_output_both_parts(i) + c_offset, reverse_golden_result[i] + c_offset); local
    [all...]
  /external/gemmlowp/test/
test_data.cc 29 extern const int c_offset = 74980; member in namespace:test_data
    [all...]
test_data.h 31 extern const int c_offset;
test.cc 40 std::int32_t c_offset, std::int32_t c_mult_int,
96 (((total + c_offset) * c_mult_int) + kRoundingTerm) >> c_shift;
767 int c_offset[] = {97155, 97346}; local
775 const OffsetColMap result_offset(c_offset, m);
957 int c_offset[] = { local
1148 const int c_offset = 0; local
    [all...]
  /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);
196 final int c_offset = 128; local
209 c_offset, c_mult_int);
238 final int c_offset = 16384; local
254 c_offset, c_mult_int);
286 final int c_offset = 2121; local
306 c_offset, c_mult_int);
323 int c_offset = 74980; local
336 c_offset, c_mult_int)
383 final int c_offset = 128; local
437 final int c_offset = 128; local
    [all...]
  /external/gemmlowp/eight_bit_int_gemm/
eight_bit_int_gemm.h 59 std::int32_t c_offset, std::int32_t c_mult_int,
65 std::int32_t b_offset, int ldb, float *c, float c_offset,
eight_bit_int_gemm.cc 75 std::uint8_t* c, std::int32_t c_offset,
80 const int result_offset = c_offset;
308 std::int32_t c_offset, std::int32_t c_mult_int,
316 MetaGemmQuantized8Bit(context, a, b, m, n, k, a_offset, b_offset, c_offset,
325 b_offset, ldb, c, c_offset, c_mult_int, \
345 std::int32_t ldb, float* c, float c_offset,
353 MetaGemmFloat(context, a, b, m, n, k, a_offset, b_offset, c_offset,
392 dest_row[j] = static_cast<float>(src_row[j]) * c_offset;
401 dest_column[j] = static_cast<float>(src_column[j]) * c_offset;
  /frameworks/rs/tests/java_api/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
BNNMTest.java 43 private int c_offset; field in class:BNNMTest
210 c_offset = 128;
234 mBLAS.BNNM(matA, a_offset, matB, b_offset, matC, c_offset, c_mult_int);
273 c_offset = 2121;
305 mBLAS.BNNM(matA, a_offset, matB, b_offset, matC, c_offset, c_mult_int);
329 c_offset = 74980;
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 221 int c_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
  /cts/tests/tests/rsblas/libbnnmdata/
test_data.cpp 28 const int c_offset = 74980; variable
    [all...]
  /external/pdfium/core/fxge/dib/
cfx_imagetransformer.cpp 32 int c_offset) {
36 const uint8_t* buf_u = buf + row_offset_l + c_offset;
37 const uint8_t* buf_d = buf + row_offset_r + c_offset;
55 int c_offset) {
61 *(buf + pos_pixel[i + 4] * pitch + pos_pixel[j] * bpp + c_offset);
  /external/libavc/decoder/
ih264d_process_pslice.c 821 WORD16 c_weight, c_offset; local
    [all...]
  /frameworks/rs/
rsDefines.h 471 int32_t c_offset; member in struct:__anon46718
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicBLAS.cpp 44 uint8_t c_offset = 0; member in class:android::renderscript::RsdCpuScriptIntrinsicBLAS
52 uint8_t* c, int32_t c_offset, size_t ldc,
    [all...]
  /frameworks/base/rs/java/android/renderscript/
RenderScript.java     [all...]
  /frameworks/rs/support/java/src/android/support/v8/renderscript/
RenderScript.java     [all...]
  /frameworks/rs/cpp/
ScriptIntrinsicBLAS.cpp 163 RsAllocation C, int c_offset, int c_mult_int) {
172 call.c_offset = c_offset;
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
video_encoder_device.cpp 1679 int c_offset = 0; local
    [all...]
video_encoder_device_copper.cpp 1637 int c_offset = 0; local
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
video_encoder_device.cpp 264 int c_offset = 0; local
269 c_offset= (y_size + 2047) & (~(2047));
284 fwrite((const char *)(buf_addr + c_offset), (y_size>>1), 1, m_debug.infile);
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
video_encoder_device.cpp 265 int c_offset = 0; local
270 c_offset= (y_size + 2047) & (~(2047));
285 fwrite((const char *)(buf_addr + c_offset), (y_size>>1), 1, m_debug.infile);
    [all...]
  /frameworks/base/rs/jni/
android_renderscript_RenderScript.cpp     [all...]
  /frameworks/rs/support/jni/
android_renderscript_RenderScript.cpp     [all...]
  /external/mesa3d/src/compiler/glsl/
builtin_functions.cpp 5010 ir_constant_data c_offset; local
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 2325 milliseconds

1 2