| /external/cronet/buildtools/third_party/libc++/trunk/test/std/algorithms/alg.modifying.operations/alg.copy/ | 
| D | ranges.copy.segmented.pass.cpp | 56     std::vector<std::vector<int>> vectors = {};  in test_join_view()  local65     std::vector<std::vector<int>> vectors = {{1, 2, 3, 4}, {5, 6, 7, 8}, {9, 10}, {}};  in test_join_view()  local
 74     std::vector<std::vector<int>> vectors = {{0, 0, 0, 0}, {0, 0}, {0, 0, 0, 0}, {}};  in test_join_view()  local
 83     std::vector<std::vector<int>> vectors = {{1, 2, 3, 4}, {5, 6, 7, 8}, {9, 10}, {}};  in test_join_view()  local
 
 | 
| D | ranges.copy_backward.pass.cpp | 134     std::vector<std::vector<int>> vectors = {};  in test_join_view()  local143     std::vector<std::vector<int>> vectors = {{1, 2, 3, 4}, {5, 6, 7, 8}, {9, 10}, {}};  in test_join_view()  local
 152     std::vector<std::vector<int>> vectors = {{0, 0, 0, 0}, {0, 0}, {0, 0, 0, 0}, {}};  in test_join_view()  local
 161     std::vector<std::vector<int>> vectors = {{1, 2, 3, 4}, {5, 6, 7, 8}, {9, 10}, {}};  in test_join_view()  local
 
 | 
| /external/linux-kselftest/tools/testing/selftests/kvm/lib/aarch64/ | 
| D | handlers.S | 65 .global vectors  symbol66 vectors:  label
 
 | 
| /external/eigen/Eigen/src/Householder/ | 
| D | BlockHouseholder.h | 51 …householder_triangular_factor(TriangularFactorType& triFactor, const VectorsType& vectors, const C…  in make_block_householder_triangular_factor()86 void apply_block_householder_on_the_left(MatrixType& mat, const VectorsType& vectors, const CoeffsT…  in apply_block_householder_on_the_left()
 
 | 
| /external/tensorflow/tensorflow/lite/kernels/internal/optimized/ | 
| D | sse_tensor_utils.cc | 201     const int8_t* __restrict__ vectors,  in Avx2MatrixBatchVectorMultiplyAccumulateImpl()293     const int8_t* __restrict__ vectors,  in SseMatrixBatchVectorMultiplyAccumulateImpl()
 412     const int8_t* __restrict__ vectors,  in SseMatrixBatchVectorMultiplyAccumulate()
 423     const int8_t* __restrict__ vectors,  in SseMatrixBatchVectorMultiplyAccumulate()
 474     const int8_t* __restrict__ vectors,  in SseMatrixBatchVectorMultiplyAccumulate()
 529     const int8_t* __restrict__ const vectors, const __m128 scaling_factors_fx4,  in SseSparseMatrix4VectorsMultiplyAccumulate()
 596     const int m_rows, const int m_cols, const int8_t* __restrict__ vectors,  in SseSparseMatrixBatchVectorMultiplyAccumulate()
 
 | 
| D | sse_tensor_utils.h | 51     const int8_t* __restrict__ vectors,  in MatrixBatchVectorMultiplyAccumulate()60     const int8_t* __restrict__ vectors, const float* scaling_factors,  in MatrixBatchVectorMultiplyAccumulate()
 71     const int8_t* __restrict__ vectors,  in MatrixBatchVectorMultiplyAccumulate()
 112     const int m_rows, const int m_cols, const int8_t* __restrict__ vectors,  in SparseMatrixBatchVectorMultiplyAccumulate()
 
 | 
| D | neon_tensor_utils.h | 36                                          const int8_t* __restrict__ vectors,  in MatrixBatchVectorMultiplyAccumulate()46                                          const int8_t* __restrict__ vectors,  in MatrixBatchVectorMultiplyAccumulate()
 57     const int8_t* __restrict__ vectors, const float* scaling_factors,  in MatrixBatchVectorMultiplyAccumulate()
 99     const int m_cols, const int8_t* __restrict__ vectors,  in SparseMatrixBatchVectorMultiplyAccumulate()
 
 | 
| D | neon_tensor_utils.cc | 276 const int8_t* ShuffleVectors(const int8_t* vectors, const int n_batch,  in ShuffleVectors()331     const int8_t* vectors, const float* scaling_factors, int n_batch,  in DotprodMatrixBatchFourVectorMultiplyAccumulate()
 459     const int8_t* vectors, const float* scaling_factors, int n_batch,  in DotprodMatrixBatchFourVectorMultiplyAccumulate()
 589     const int8_t* vectors, const float* scaling_factors, int n_batch,  in DotprodMatrixBatchFourVectorMultiplyAccumulate()
 622     const int8_t* vectors, const float* scaling_factors, int n_batch,  in DotprodMatrixBatchPaddedFourVectorMultiplyAccumulate()
 694     const int8_t* vectors, const float* scaling_factors, int n_batch,  in DotprodMatrixBatchPaddedFourVectorMultiplyAccumulate()
 704     const int m_cols, const int8_t* __restrict__ vectors,  in DotprodSparseMatrixBatchVectorMultiplyAccumulate()
 1071                                              const int8_t* __restrict__ vectors,  in NeonMatrixBatchVectorMultiplyAccumulate()
 1204                                              const int8_t* __restrict__ vectors,  in NeonMatrixBatchVectorMultiplyAccumulate()
 1271     const int8_t* __restrict__ vectors, const float* scaling_factors,  in NeonMatrixBatchVectorMultiplyAccumulateImpl()
 [all …]
 
 | 
| /external/python/cryptography/docs/development/custom-vectors/secp256k1/ | 
| D | verify_secp256k1.py | 41 def verify_vectors(vectors):  argument
 | 
| /external/tensorflow/tensorflow/compiler/xla/stream_executor/tpu/ | 
| D | c_api_conversions.h | 103   std::array<std::vector<FloatListRef*>, 8> vectors;  member
 | 
| /external/ImageMagick/MagickCore/ | 
| D | distort.c | 543           **vectors,  in GenerateCoefficients()  local618         *vectors[1];  in GenerateCoefficients()  local
 861         *vectors[1],  in GenerateCoefficients()  local
 982         **vectors,  in GenerateCoefficients()  local
 1120         **vectors,  in GenerateCoefficients()  local
 
 | 
| D | matrix.c | 482   double **vectors,const size_t rank,const size_t number_vectors)  in GaussJordanElimination()830 MagickPrivate void LeastSquaresAddTerms(double **matrix,double **vectors,  in LeastSquaresAddTerms()
 
 | 
| /external/compiler-rt/test/builtins/Unit/ | 
| D | comparesf2_test.c | 145 static const struct TestVector vectors[] = {  variable
 | 
| D | comparedf2_test.c | 145 static const struct TestVector vectors[] = {  variable
 | 
| /external/openthread/examples/platforms/cc2538/ | 
| D | startup-gcc.c | 81 __attribute__((section(".vectors"), used)) void (*const vectors[])(void) = {  variable
 | 
| /external/python/cryptography/tests/hazmat/primitives/twofactor/ | 
| D | test_totp.py | 21 vectors = load_vectors_from_file("twofactor/rfc-6238.txt", load_nist_vectors)  variable
 | 
| D | test_hotp.py | 24 vectors = load_vectors_from_file("twofactor/rfc-4226.txt", load_nist_vectors)  variable
 | 
| /external/python/cryptography/tests/hazmat/primitives/ | 
| D | test_scrypt.py | 22 vectors = load_vectors_from_file(  variable
 | 
| /external/tensorflow/tensorflow/lite/kernels/internal/ | 
| D | tensor_utils.h | 62     const int8_t* __restrict__ vectors, const float matrix_scaling_factor,  in MatrixBatchVectorMultiplyAccumulate()
 | 
| /external/tensorflow/tensorflow/compiler/xla/service/cpu/ | 
| D | vector_support_library.cc | 351     std::vector<llvm::Value*> vectors, llvm::Value* init_values) {  in ComputeHorizontalSums()373     std::vector<llvm::Value*> vectors, llvm::Value* init_values) {  in ComputeAvxOptimizedHorizontalSums()
 
 | 
| /external/fonttools/Lib/fontTools/misc/ | 
| D | transform.py | 201 	def transformVectors(self, vectors):  argument
 | 
| /external/mesa3d/src/mesa/main/ | 
| D | uniform_query.cpp | 769    const unsigned vectors = uni->type->matrix_columns;  in _mesa_propagate_uniforms_to_driver_storage()  local1254                                const unsigned vectors, bool transpose,  in copy_uniform_matrix_to_storage()
 1325    const unsigned vectors = uni->type->matrix_columns;  in _mesa_uniform_matrix()  local
 
 | 
| /external/expat/expat/lib/ | 
| D | siphash.h | 290   static const unsigned char vectors[64][8] = {  in sip24_valid()  local
 | 
| /external/python/cpython3/Modules/expat/ | 
| D | siphash.h | 290   static const unsigned char vectors[64][8] = {  in sip24_valid()  local
 | 
| /external/python/cpython2/Modules/expat/ | 
| D | siphash.h | 289 	static const unsigned char vectors[64][8] = {  in sip24_valid()  local
 |