Home
last modified time | relevance | path

Searched defs:c_array (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/array/include/boost/
Darray.hpp167 T* c_array() { return elems; } in c_array() function in boost::array
293 T* c_array() { return 0; } in c_array() function in boost::array
360 template <typename T, std::size_t N> struct c_array struct
362 typedef T type[N];
/aosp_15_r20/external/pigweed/pw_containers/
H A Dto_array_test.cc37 char c_array[] = "array!"; in TEST() local
55 MoveOnly c_array[]{MoveOnly('a'), MoveOnly('b')}; in TEST() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
H A Dcuda_blas.cc1329 const DeviceMemorySlice<Eigen::half> &c_array, int ldc, int batch_count, in DoBlasInternalImpl()
1346 const DeviceMemorySlice<float> &c_array, int ldc, int batch_count, in DoBlasInternalImpl()
1362 const DeviceMemorySlice<double> &c_array, int ldc, int batch_count, in DoBlasInternalImpl()
1379 const DeviceMemorySlice<std::complex<float>> &c_array, int ldc, in DoBlasInternalImpl()
1396 const DeviceMemorySlice<std::complex<double>> &c_array, int ldc, in DoBlasInternalImpl()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_traits/examples/
Dtrivial_destructor_example.cpp85 char c_array[array_size] = {0,}; variable
Dcopy_example.cpp102 char* c_array = c_array_; variable
Dfill_example.cpp99 char* c_array = c_array_; variable
/aosp_15_r20/external/tensorflow/tensorflow/stream_executor/rocm/
H A Drocm_blas.cc886 const absl::Span<DeviceMemory<float> *const> &c_array, int ldc, in DoBlasGemmBatched()
904 double beta, const absl::Span<DeviceMemory<double> *const> &c_array, in DoBlasGemmBatched()
924 const absl::Span<DeviceMemory<std::complex<float>> *const> &c_array, in DoBlasGemmBatched()
944 const absl::Span<DeviceMemory<std::complex<double>> *const> &c_array, in DoBlasGemmBatched()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dconcat_test.cc300 Array3D<float> c_array({ in XLA_TEST_F() local
/aosp_15_r20/external/python/cpython3/Python/
Dhamt.c332 PyObject *c_array[1]; member
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/test/
Ddevector_test.cpp1897 unsigned c_array[] = {1, 2, 3, 4}; in test_data() local
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dlink_layer_controller.cc5457 std::array<uint8_t, 16> c_array({'c', ' ', 'a', 'r', 'r', 'a', 'y', ' ', '0', '0', '0', '0', '0', in ReadLocalOobData() local