/external/sdv/vsomeip/third_party/boost/serialization/test/ |
D | test_boost_array.cpp | 37 const boost::array<T,10> a_array = {{T(),T(),T(),T(),T(),T(),T(),T(),T(),T()}}; in test_boost_array() local
|
D | test_array.cpp | 37 const std::array<T, 10> a_array = {{T(),T(),T(),T(),T(),T(),T(),T(),T(),T()}}; in test_std_array() local
|
D | test_native_array.cpp | 36 const T a_array[10]={T(),T(),T(),T(),T(),T(),T(),T(),T(),T()}; in test_native_array() local
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | concat_test.cc | 157 auto a_array = CreatePatternedMatrix(1, 1); in XLA_TEST_F() local 172 auto a_array = CreatePatternedMatrix(1, 1); in XLA_TEST_F() local 196 auto a_array = CreatePatternedMatrix(2, 3); in XLA_TEST_F() local 211 auto a_array = CreatePatternedMatrix(3, 2); in XLA_TEST_F() local 221 auto a_array = CreatePatternedMatrix(3, 2); in XLA_TEST_F() local 251 Array3D<float> a_array({ in XLA_TEST_F() local 288 Array3D<float> a_array({ in XLA_TEST_F() local
|
/external/sdv/vsomeip/third_party/boost/serialization/performance/ |
D | peformance_array.cpp | 68 const T a_array[10]={T(),T(),T(),T(),T(),T(),T(),T(),T(),T()}; in test_array() local
|
/external/eigen/test/ |
D | mapstride.cpp | 22 Scalar* a_array = internal::aligned_new<Scalar>(arraysize+1); in map_class_vector() local
|
/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/ |
D | cuda_blas.cc | 1327 const DeviceMemorySlice<Eigen::half> &a_array, int lda, in DoBlasInternalImpl() 1344 uint64_t n, uint64 k, float alpha, const DeviceMemorySlice<float> &a_array, in DoBlasInternalImpl() 1360 const DeviceMemorySlice<double> &a_array, int lda, in DoBlasInternalImpl() 1376 const DeviceMemorySlice<std::complex<float>> &a_array, int lda, in DoBlasInternalImpl() 1393 const DeviceMemorySlice<std::complex<double>> &a_array, int lda, in DoBlasInternalImpl()
|
/external/tensorflow/tensorflow/stream_executor/rocm/ |
D | rocm_blas.cc | 884 const absl::Span<DeviceMemory<float> *const> &a_array, int lda, in DoBlasGemmBatched() 902 const absl::Span<DeviceMemory<double> *const> &a_array, int lda, in DoBlasGemmBatched() 920 const absl::Span<DeviceMemory<std::complex<float>> *const> &a_array, in DoBlasGemmBatched() 940 const absl::Span<DeviceMemory<std::complex<double>> *const> &a_array, in DoBlasGemmBatched()
|
/external/python/cpython3/Python/ |
D | hamt.c | 318 PyHamtNode *a_array[HAMT_ARRAY_NODE_SIZE]; member
|
/external/mesa3d/src/util/ |
D | parson.c | 2372 JSON_Array *a_array = NULL, *b_array = NULL; in json_value_equals() local
|