Home
last modified time | relevance | path

Searched defs:vectors (Results 1 – 25 of 52) sorted by relevance

123

/external/cronet/buildtools/third_party/libc++/trunk/test/std/algorithms/alg.modifying.operations/alg.copy/
Dranges.copy.segmented.pass.cpp56 std::vector<std::vector<int>> vectors = {}; in test_join_view() local
65 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
Dranges.copy_backward.pass.cpp134 std::vector<std::vector<int>> vectors = {}; in test_join_view() local
143 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/
Dhandlers.S65 .global vectors symbol
66 vectors: label
/external/eigen/Eigen/src/Householder/
DBlockHouseholder.h51 …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/
Dsse_tensor_utils.cc201 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()
Dsse_tensor_utils.h51 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()
Dneon_tensor_utils.h36 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()
Dneon_tensor_utils.cc276 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/
Dverify_secp256k1.py41 def verify_vectors(vectors): argument
/external/tensorflow/tensorflow/compiler/xla/stream_executor/tpu/
Dc_api_conversions.h103 std::array<std::vector<FloatListRef*>, 8> vectors; member
/external/ImageMagick/MagickCore/
Ddistort.c543 **vectors, in GenerateCoefficients() local
618 *vectors[1]; in GenerateCoefficients() local
861 *vectors[1], in GenerateCoefficients() local
982 **vectors, in GenerateCoefficients() local
1120 **vectors, in GenerateCoefficients() local
Dmatrix.c482 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/
Dcomparesf2_test.c145 static const struct TestVector vectors[] = { variable
Dcomparedf2_test.c145 static const struct TestVector vectors[] = { variable
/external/openthread/examples/platforms/cc2538/
Dstartup-gcc.c81 __attribute__((section(".vectors"), used)) void (*const vectors[])(void) = { variable
/external/python/cryptography/tests/hazmat/primitives/twofactor/
Dtest_totp.py21 vectors = load_vectors_from_file("twofactor/rfc-6238.txt", load_nist_vectors) variable
Dtest_hotp.py24 vectors = load_vectors_from_file("twofactor/rfc-4226.txt", load_nist_vectors) variable
/external/python/cryptography/tests/hazmat/primitives/
Dtest_scrypt.py22 vectors = load_vectors_from_file( variable
/external/tensorflow/tensorflow/lite/kernels/internal/
Dtensor_utils.h62 const int8_t* __restrict__ vectors, const float matrix_scaling_factor, in MatrixBatchVectorMultiplyAccumulate()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dvector_support_library.cc351 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/
Dtransform.py201 def transformVectors(self, vectors): argument
/external/mesa3d/src/mesa/main/
Duniform_query.cpp769 const unsigned vectors = uni->type->matrix_columns; in _mesa_propagate_uniforms_to_driver_storage() local
1254 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/
Dsiphash.h290 static const unsigned char vectors[64][8] = { in sip24_valid() local
/external/python/cpython3/Modules/expat/
Dsiphash.h290 static const unsigned char vectors[64][8] = { in sip24_valid() local
/external/python/cpython2/Modules/expat/
Dsiphash.h289 static const unsigned char vectors[64][8] = { in sip24_valid() local

123