Home
last modified time | relevance | path

Searched defs:c_offset (Results 1 – 20 of 20) sorted by relevance

/external/eigen/unsupported/test/
Dcxx11_tensor_fft.cpp39 std::complex<float> c_offset = std::complex<float>(1.0, 1.0); in test_fft_2D_golden() local
161 std::complex<float> c_offset(1.0, 1.0); in test_fft_real_input_golden() local
/external/rust/android-crates-io/crates/bytemuck/tests/
Doffset_of_tests.rs34 let c_offset = offset_of!(Default::default(), Foo, c); in test_offset_of_foo() localVariable
Ddoc_tests.rs98 let c_offset = offset_of!(Default::default(), Foo, c); in test_offsetof_nonpod() localVariable
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/bytemuck-1.19.0/tests/
Doffset_of_tests.rs34 let c_offset = offset_of!(Default::default(), Foo, c); in test_offset_of_foo() localVariable
Ddoc_tests.rs98 let c_offset = offset_of!(Default::default(), Foo, c); in test_offsetof_nonpod() localVariable
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/bytemuck-1.19.0/tests/
Doffset_of_tests.rs34 let c_offset = offset_of!(Default::default(), Foo, c); in test_offset_of_foo() localVariable
Ddoc_tests.rs98 let c_offset = offset_of!(Default::default(), Foo, c); in test_offsetof_nonpod() localVariable
/external/gemmlowp/eight_bit_int_gemm/
Deight_bit_int_gemm.cc72 std::uint8_t* c, std::int32_t c_offset, in EightBitIntGemmImpl()
305 std::int32_t c_offset, std::int32_t c_mult_int, in EightBitIntGemm()
342 std::int32_t ldb, float* c, float c_offset, in EightBitIntGemm()
/external/mesa3d/src/nouveau/compiler/
Dnak_nir_lower_vtg_io.c209 nir_def *c_offset = offset; in lower_vtg_io_intrin() local
/external/gemmlowp/test/
Dtest.cc40 std::int32_t c_offset, std::int32_t c_mult_int, in ReferenceEightBitIntGemm()
767 int c_offset[] = {97155, 97346}; in TestWithSmallDataPerChannelQuantization() local
957 int c_offset[] = { in TestWithLargeDataPerChannelQuantization() local
1068 std::vector<std::int32_t> c_offset(m, 0); in TestMultithreadedPerChannelQuantization() local
1148 const int c_offset = 0; in TestWithSmallData() local
/external/pdfium/core/fxge/dib/
Dcfx_imagetransformer.cpp35 int c_offset) { in BilinearInterpolate()
/external/skia/modules/skottie/src/effects/
DDisplacementMapEffect.cpp152 c_scale, c_offset; // coverage as a function of alpha member
/external/ComputeLibrary/src/cpu/kernels/assembly/
Darm_gemm.hpp176 int32_t c_offset = 0; member
/external/tensorflow/tensorflow/core/kernels/rnn/
Dlstm_ops_gpu.cu.cc159 const int c_offset = gate_c_offset(gate_layout, cell_size); in lstm_gates() local
/external/libavc/decoder/
Dih264d_process_pslice.c821 WORD16 c_weight, c_offset; in ih264d_parse_pred_weight_table() local
/external/pytorch/aten/src/ATen/native/cuda/
DNormalization.cuh971 int c_offset = blockIdx.x * blockDim.x + threadIdx.x; in batch_norm_collect_statistics_channels_last_kernel() local
1105 int c_offset = blockIdx.x * blockDim.x + threadIdx.x; in batch_norm_transform_input_channels_last_kernel() local
1197 int c_offset = blockIdx.x * blockDim.x + threadIdx.x; in batch_norm_backward_reduce_channels_last_kernel() local
1342 int c_offset = blockIdx.x * blockDim.x + threadIdx.x; in batch_norm_backward_elemt_channels_last_kernel_impl() local
/external/perfetto/src/trace_processor/sqlite/
Ddb_sqlite_table.cc183 uint32_t c_offset = 0; in ReadIdxStrAndUpdateCursor() local
/external/libaom/av1/common/
Dreconintra.c884 int c_offset = k & 0x03; in av1_filter_intra_predictor_c() local
934 int c_offset = k & 0x03; in highbd_filter_intra_predictor() local
/external/mesa3d/src/intel/perf/
Dintel_perf.h250 int c_offset; member
/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp12510 const glw::GLint c_offset = (c > eCol) ? -1 : 0; in eliminate() local