/external/eigen/unsupported/test/ |
D | cxx11_tensor_fft.cpp | 39 std::complex<float> c_offset = std::complex<float>(1.0, 1.0); in test_fft_2D_golden() local 42 VERIFY_IS_APPROX(output(0) + c_offset, output_golden[0] + c_offset); in test_fft_2D_golden() 43 VERIFY_IS_APPROX(output(1) + c_offset, output_golden[1] + c_offset); in test_fft_2D_golden() 44 VERIFY_IS_APPROX(output(2) + c_offset, output_golden[2] + c_offset); in test_fft_2D_golden() 45 VERIFY_IS_APPROX(output(3) + c_offset, output_golden[3] + c_offset); in test_fft_2D_golden() 46 VERIFY_IS_APPROX(output(4) + c_offset, output_golden[4] + c_offset); in test_fft_2D_golden() 47 VERIFY_IS_APPROX(output(5) + c_offset, output_golden[5] + c_offset); in test_fft_2D_golden() 50 VERIFY_IS_APPROX(output(0)+ c_offset, output_golden[0]+ c_offset); in test_fft_2D_golden() 51 VERIFY_IS_APPROX(output(1)+ c_offset, output_golden[2]+ c_offset); in test_fft_2D_golden() 52 VERIFY_IS_APPROX(output(2)+ c_offset, output_golden[4]+ c_offset); in test_fft_2D_golden() [all …]
|
/external/gemmlowp/eight_bit_int_gemm/ |
D | eight_bit_int_gemm.cc | 75 std::uint8_t* c, std::int32_t c_offset, in EightBitIntGemmImpl() argument 80 const int result_offset = c_offset; in EightBitIntGemmImpl() 308 std::int32_t c_offset, std::int32_t c_mult_int, in EightBitIntGemm() argument 316 MetaGemmQuantized8Bit(context, a, b, m, n, k, a_offset, b_offset, c_offset, in EightBitIntGemm() 325 b_offset, ldb, c, c_offset, c_mult_int, \ in EightBitIntGemm() 345 std::int32_t ldb, float* c, float c_offset, in EightBitIntGemm() argument 353 MetaGemmFloat(context, a, b, m, n, k, a_offset, b_offset, c_offset, in EightBitIntGemm() 392 dest_row[j] = static_cast<float>(src_row[j]) * c_offset; in EightBitIntGemm() 401 dest_column[j] = static_cast<float>(src_column[j]) * c_offset; in EightBitIntGemm()
|
D | 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,
|
/external/gemmlowp/test/ |
D | test_data.h | 31 extern const int c_offset;
|
D | test_data.cc | 29 extern const int c_offset = 74980;
|
D | test.cc | 40 std::int32_t c_offset, std::int32_t c_mult_int, in ReferenceEightBitIntGemm() argument 96 (((total + c_offset) * c_mult_int) + kRoundingTerm) >> c_shift; in ReferenceEightBitIntGemm() 767 int c_offset[] = {97155, 97346}; in TestWithSmallDataPerChannelQuantization() local 775 const OffsetColMap result_offset(c_offset, m); in TestWithSmallDataPerChannelQuantization() 957 int c_offset[] = { in TestWithLargeDataPerChannelQuantization() local 972 const OffsetColMap result_offset(c_offset, m); in TestWithLargeDataPerChannelQuantization() 1068 std::vector<std::int32_t> c_offset(m, 0); in TestMultithreadedPerChannelQuantization() local 1085 const OffsetColMap result_offset(&c_offset[0], m); in TestMultithreadedPerChannelQuantization() 1148 const int c_offset = 0; in TestWithSmallData() local 1154 a_offset, lda, b_data, b_offset, ldb, output_data.get(), c_offset, c_mult, in TestWithSmallData() [all …]
|
/external/pdfium/core/fxge/dib/ |
D | cfx_imagetransformer.cpp | 32 int c_offset) { in bilinear_interpol() argument 36 const uint8_t* buf_u = buf + row_offset_l + c_offset; in bilinear_interpol() 37 const uint8_t* buf_d = buf + row_offset_r + c_offset; in bilinear_interpol() 55 int c_offset) { in bicubic_interpol() argument 61 *(buf + pos_pixel[i + 4] * pitch + pos_pixel[j] * bpp + c_offset); in bicubic_interpol()
|
/external/libavc/decoder/ |
D | ih264d_process_pslice.c | 821 WORD16 c_weight, c_offset; in ih264d_parse_pred_weight_table() local 876 c_offset = i_temp; in ih264d_parse_pred_weight_table() 877 COPYTHECONTEXT("SH: luma_offset_l0",c_offset); in ih264d_parse_pred_weight_table() 879 ui32_temp = (c_offset << 16) | (c_weight & 0xFFFF); in ih264d_parse_pred_weight_table()
|
/external/libaom/libaom/av1/common/ |
D | reconintra.c | 871 int c_offset = k & 0x03; in av1_filter_intra_predictor_c() local 872 buffer[r + r_offset][c + c_offset] = in av1_filter_intra_predictor_c() 921 int c_offset = k & 0x03; in highbd_filter_intra_predictor() local 922 buffer[r + r_offset][c + c_offset] = in highbd_filter_intra_predictor()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_context.h | 708 int c_offset; member
|
/external/mesa3d/src/compiler/glsl/ |
D | builtin_functions.cpp | 5474 ir_constant_data c_offset; in _noise3() local 5475 c_offset.f[0] = 1559.0f; in _noise3() 5476 c_offset.f[1] = 113.0f; in _noise3() 5477 c_offset.f[2] = 1861.0f; in _noise3() 5478 c_offset.f[3] = 797.0f; in _noise3() 5486 body.emit(assign(c, expr(ir_unop_noise, add(p, imm(type, c_offset))))); in _noise3()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cGPUShaderFP64Tests.cpp | 12404 const glw::GLint c_offset = (c > column) ? -1 : 0; in eliminate() local 12406 result(r + r_offset, c + c_offset) = matrix(r, c); in eliminate()
|