/external/sdv/vsomeip/third_party/boost/preprocessor/doc/examples/ |
D | delay.c | 39 # define DELAY(N) BOOST_PP_TUPLE_ELEM(2, 0, (BOOST_PP_EMPTY, BOOST_PP_WHILE(DELAY_C, BOOST_PP_CAT(D… argument 41 # define DELAY_C(D, N) N argument 43 # define DELAY_F0(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument 44 # define DELAY_F1(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument 45 # define DELAY_F2(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument 46 # define DELAY_F3(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument 47 # define DELAY_F4(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument 48 # define DELAY_F5(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument 49 # define DELAY_F6(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument 50 # define DELAY_F7(D, N) BOOST_PP_IF(1, BOOST_PP_DEC(N), BOOST_PP_WHILE_ ## D(DELAY_C, DELAY_F ## N,… argument [all …]
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeFloatTypes.cpp | 49 bool DAGTypeLegalizer::SoftenFloatResult(SDNode *N, unsigned ResNo) { in SoftenFloatResult() 126 SDValue DAGTypeLegalizer::SoftenFloatRes_BITCAST(SDNode *N, unsigned ResNo) { in SoftenFloatRes_BITCAST() 132 SDValue DAGTypeLegalizer::SoftenFloatRes_MERGE_VALUES(SDNode *N, in SoftenFloatRes_MERGE_VALUES() 138 SDValue DAGTypeLegalizer::SoftenFloatRes_BUILD_PAIR(SDNode *N) { in SoftenFloatRes_BUILD_PAIR() 147 SDValue DAGTypeLegalizer::SoftenFloatRes_ConstantFP(SDNode *N, unsigned ResNo) { in SoftenFloatRes_ConstantFP() 174 SDValue DAGTypeLegalizer::SoftenFloatRes_EXTRACT_VECTOR_ELT(SDNode *N) { in SoftenFloatRes_EXTRACT_VECTOR_ELT() 181 SDValue DAGTypeLegalizer::SoftenFloatRes_FABS(SDNode *N, unsigned ResNo) { in SoftenFloatRes_FABS() 196 SDValue DAGTypeLegalizer::SoftenFloatRes_FMINNUM(SDNode *N) { in SoftenFloatRes_FMINNUM() 209 SDValue DAGTypeLegalizer::SoftenFloatRes_FMAXNUM(SDNode *N) { in SoftenFloatRes_FMAXNUM() 222 SDValue DAGTypeLegalizer::SoftenFloatRes_FADD(SDNode *N) { in SoftenFloatRes_FADD() [all …]
|
D | LegalizeIntegerTypes.cpp | 37 void DAGTypeLegalizer::PromoteIntegerResult(SDNode *N, unsigned ResNo) { in PromoteIntegerResult() 166 SDValue DAGTypeLegalizer::PromoteIntRes_MERGE_VALUES(SDNode *N, in PromoteIntRes_MERGE_VALUES() 172 SDValue DAGTypeLegalizer::PromoteIntRes_AssertSext(SDNode *N) { in PromoteIntRes_AssertSext() 179 SDValue DAGTypeLegalizer::PromoteIntRes_AssertZext(SDNode *N) { in PromoteIntRes_AssertZext() 186 SDValue DAGTypeLegalizer::PromoteIntRes_Atomic0(AtomicSDNode *N) { in PromoteIntRes_Atomic0() 199 SDValue DAGTypeLegalizer::PromoteIntRes_Atomic1(AtomicSDNode *N) { in PromoteIntRes_Atomic1() 212 SDValue DAGTypeLegalizer::PromoteIntRes_AtomicCmpSwap(AtomicSDNode *N, in PromoteIntRes_AtomicCmpSwap() 249 SDValue DAGTypeLegalizer::PromoteIntRes_BITCAST(SDNode *N) { in PromoteIntRes_BITCAST() 312 SDValue DAGTypeLegalizer::PromoteIntRes_BSWAP(SDNode *N) { in PromoteIntRes_BSWAP() 325 SDValue DAGTypeLegalizer::PromoteIntRes_BITREVERSE(SDNode *N) { in PromoteIntRes_BITREVERSE() [all …]
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeFloatTypes.cpp | 51 void DAGTypeLegalizer::SoftenFloatResult(SDNode *N, unsigned ResNo) { in SoftenFloatResult() 160 SDValue DAGTypeLegalizer::SoftenFloatRes_Unary(SDNode *N, RTLIB::Libcall LC) { in SoftenFloatRes_Unary() 179 SDValue DAGTypeLegalizer::SoftenFloatRes_Binary(SDNode *N, RTLIB::Libcall LC) { in SoftenFloatRes_Binary() 200 SDValue DAGTypeLegalizer::SoftenFloatRes_BITCAST(SDNode *N) { in SoftenFloatRes_BITCAST() 204 SDValue DAGTypeLegalizer::SoftenFloatRes_FREEZE(SDNode *N) { in SoftenFloatRes_FREEZE() 210 SDValue DAGTypeLegalizer::SoftenFloatRes_ARITH_FENCE(SDNode *N) { in SoftenFloatRes_ARITH_FENCE() 217 SDValue DAGTypeLegalizer::SoftenFloatRes_MERGE_VALUES(SDNode *N, in SoftenFloatRes_MERGE_VALUES() 223 SDValue DAGTypeLegalizer::SoftenFloatRes_BUILD_PAIR(SDNode *N) { in SoftenFloatRes_BUILD_PAIR() 232 SDValue DAGTypeLegalizer::SoftenFloatRes_ConstantFP(SDNode *N) { in SoftenFloatRes_ConstantFP() 256 SDValue DAGTypeLegalizer::SoftenFloatRes_EXTRACT_VECTOR_ELT(SDNode *N, unsigned ResNo) { in SoftenFloatRes_EXTRACT_VECTOR_ELT() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeFloatTypes.cpp | 48 void DAGTypeLegalizer::SoftenFloatResult(SDNode *N, unsigned ResNo) { in SoftenFloatResult() 143 SDValue DAGTypeLegalizer::SoftenFloatRes_Unary(SDNode *N, RTLIB::Libcall LC) { in SoftenFloatRes_Unary() 162 SDValue DAGTypeLegalizer::SoftenFloatRes_Binary(SDNode *N, RTLIB::Libcall LC) { in SoftenFloatRes_Binary() 183 SDValue DAGTypeLegalizer::SoftenFloatRes_BITCAST(SDNode *N) { in SoftenFloatRes_BITCAST() 187 SDValue DAGTypeLegalizer::SoftenFloatRes_MERGE_VALUES(SDNode *N, in SoftenFloatRes_MERGE_VALUES() 193 SDValue DAGTypeLegalizer::SoftenFloatRes_BUILD_PAIR(SDNode *N) { in SoftenFloatRes_BUILD_PAIR() 202 SDValue DAGTypeLegalizer::SoftenFloatRes_ConstantFP(SDNode *N) { in SoftenFloatRes_ConstantFP() 226 SDValue DAGTypeLegalizer::SoftenFloatRes_EXTRACT_VECTOR_ELT(SDNode *N, unsigned ResNo) { in SoftenFloatRes_EXTRACT_VECTOR_ELT() 233 SDValue DAGTypeLegalizer::SoftenFloatRes_FABS(SDNode *N) { in SoftenFloatRes_FABS() 245 SDValue DAGTypeLegalizer::SoftenFloatRes_FMINNUM(SDNode *N) { in SoftenFloatRes_FMINNUM() [all …]
|
/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/support/detail/ |
D | iterate_define.hpp | 10 #define BOOST_PHOENIX_typename_A(N) \ argument 14 #define BOOST_PHOENIX_typename_A_void(N) \ argument 18 #define BOOST_PHOENIX_A(N) \ argument 22 #define BOOST_PHOENIX_A_ref(N) \ argument 26 #define BOOST_PHOENIX_A_const_ref(N) \ argument 30 #define BOOST_PHOENIX_A_a(N) \ argument 34 #define BOOST_PHOENIX_A_ref_a(N) \ argument 38 #define BOOST_PHOENIX_A_const_ref_a(N) \ argument 42 #define BOOST_PHOENIX_a(N) \ argument 102 #define BOOST_PHOENIX_M0_R(_, N, __) \ argument [all …]
|
/external/angle/third_party/spirv-tools/src/test/link/ |
D | type_match_test.cpp | 24 #define PartInt(D, N) D(N) " = OpTypeInt 32 0" argument 25 #define PartFloat(D, N) D(N) " = OpTypeFloat 32" argument 26 #define PartOpaque(D, N) D(N) " = OpTypeOpaque \"bar\"" argument 27 #define PartSampler(D, N) D(N) " = OpTypeSampler" argument 28 #define PartEvent(D, N) D(N) " = OpTypeEvent" argument 29 #define PartDeviceEvent(D, N) D(N) " = OpTypeDeviceEvent" argument 30 #define PartReserveId(D, N) D(N) " = OpTypeReserveId" argument 31 #define PartQueue(D, N) D(N) " = OpTypeQueue" argument 32 #define PartPipe(D, N) D(N) " = OpTypePipe ReadWrite" argument 33 #define PartPipeStorage(D, N) D(N) " = OpTypePipeStorage" argument [all …]
|
/external/deqp-deps/SPIRV-Tools/test/link/ |
D | type_match_test.cpp | 24 #define PartInt(D, N) D(N) " = OpTypeInt 32 0" argument 25 #define PartFloat(D, N) D(N) " = OpTypeFloat 32" argument 26 #define PartOpaque(D, N) D(N) " = OpTypeOpaque \"bar\"" argument 27 #define PartSampler(D, N) D(N) " = OpTypeSampler" argument 28 #define PartEvent(D, N) D(N) " = OpTypeEvent" argument 29 #define PartDeviceEvent(D, N) D(N) " = OpTypeDeviceEvent" argument 30 #define PartReserveId(D, N) D(N) " = OpTypeReserveId" argument 31 #define PartQueue(D, N) D(N) " = OpTypeQueue" argument 32 #define PartPipe(D, N) D(N) " = OpTypePipe ReadWrite" argument 33 #define PartPipeStorage(D, N) D(N) " = OpTypePipeStorage" argument [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/test/link/ |
D | type_match_test.cpp | 24 #define PartInt(D, N) D(N) " = OpTypeInt 32 0" argument 25 #define PartFloat(D, N) D(N) " = OpTypeFloat 32" argument 26 #define PartOpaque(D, N) D(N) " = OpTypeOpaque \"bar\"" argument 27 #define PartSampler(D, N) D(N) " = OpTypeSampler" argument 28 #define PartEvent(D, N) D(N) " = OpTypeEvent" argument 29 #define PartDeviceEvent(D, N) D(N) " = OpTypeDeviceEvent" argument 30 #define PartReserveId(D, N) D(N) " = OpTypeReserveId" argument 31 #define PartQueue(D, N) D(N) " = OpTypeQueue" argument 32 #define PartPipe(D, N) D(N) " = OpTypePipe ReadWrite" argument 33 #define PartPipeStorage(D, N) D(N) " = OpTypePipeStorage" argument [all …]
|
/external/cronet/stable/third_party/libc++/src/test/benchmarks/ |
D | GenerateInput.h | 48 inline std::vector<IntT> getDuplicateIntegerInputs(std::size_t N) { in getDuplicateIntegerInputs() 54 inline std::vector<IntT> getSortedIntegerInputs(std::size_t N) { in getSortedIntegerInputs() 63 std::vector<IntT> getSortedLargeIntegerInputs(std::size_t N) { in getSortedLargeIntegerInputs() 72 std::vector<IntT> getSortedTopBitsIntegerInputs(std::size_t N) { in getSortedTopBitsIntegerInputs() 80 inline std::vector<IntT> getReverseSortedIntegerInputs(std::size_t N) { in getReverseSortedIntegerInputs() 92 std::vector<IntT> getPipeOrganIntegerInputs(std::size_t N) { in getPipeOrganIntegerInputs() 103 std::vector<IntT> getRandomIntegerInputs(std::size_t N) { in getRandomIntegerInputs() 111 inline std::vector<std::string> getRandomStringInputsWithLength(std::size_t N, std::size_t len) { /… in getRandomStringInputsWithLength() 119 inline std::vector<std::string> getDuplicateStringInputs(std::size_t N) { in getDuplicateStringInputs() 124 inline std::vector<std::string> getRandomStringInputs(std::size_t N) { in getRandomStringInputs() [all …]
|
/external/cronet/tot/third_party/libc++/src/test/benchmarks/ |
D | GenerateInput.h | 48 inline std::vector<IntT> getDuplicateIntegerInputs(std::size_t N) { in getDuplicateIntegerInputs() 54 inline std::vector<IntT> getSortedIntegerInputs(std::size_t N) { in getSortedIntegerInputs() 63 std::vector<IntT> getSortedLargeIntegerInputs(std::size_t N) { in getSortedLargeIntegerInputs() 72 std::vector<IntT> getSortedTopBitsIntegerInputs(std::size_t N) { in getSortedTopBitsIntegerInputs() 80 inline std::vector<IntT> getReverseSortedIntegerInputs(std::size_t N) { in getReverseSortedIntegerInputs() 92 std::vector<IntT> getPipeOrganIntegerInputs(std::size_t N) { in getPipeOrganIntegerInputs() 103 std::vector<IntT> getRandomIntegerInputs(std::size_t N) { in getRandomIntegerInputs() 111 inline std::vector<std::string> getRandomStringInputsWithLength(std::size_t N, std::size_t len) { /… in getRandomStringInputsWithLength() 119 inline std::vector<std::string> getDuplicateStringInputs(std::size_t N) { in getDuplicateStringInputs() 124 inline std::vector<std::string> getRandomStringInputs(std::size_t N) { in getRandomStringInputs() [all …]
|
/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/ |
D | repeat.hpp | 23 #define BOOST_PROTO_ref_a_aux(Z, N, DATA)\ argument 28 #define BOOST_PROTO_typename_A(N)\ argument 33 #define BOOST_PROTO_A_const_ref(N)\ argument 38 #define BOOST_PROTO_A_ref(N)\ argument 43 #define BOOST_PROTO_A(N)\ argument 48 #define BOOST_PROTO_A_const(N)\ argument 53 #define BOOST_PROTO_A_const_ref_a(N)\ argument 58 #define BOOST_PROTO_A_ref_a(N)\ argument 63 #define BOOST_PROTO_ref_a(N)\ argument 68 #define BOOST_PROTO_a(N)\ argument [all …]
|
/external/mbedtls/library/ |
D | bignum_mod.c | 26 const mbedtls_mpi_mod_modulus *N, in mbedtls_mpi_mod_residue_setup() 50 void mbedtls_mpi_mod_modulus_init(mbedtls_mpi_mod_modulus *N) in mbedtls_mpi_mod_modulus_init() 62 void mbedtls_mpi_mod_modulus_free(mbedtls_mpi_mod_modulus *N) in mbedtls_mpi_mod_modulus_free() 95 mbedtls_mpi N; in set_mont_const_square() local 126 static inline void standard_modulus_setup(mbedtls_mpi_mod_modulus *N, in standard_modulus_setup() 137 int mbedtls_mpi_mod_modulus_setup(mbedtls_mpi_mod_modulus *N, in mbedtls_mpi_mod_modulus_setup() 153 int mbedtls_mpi_mod_optred_modulus_setup(mbedtls_mpi_mod_modulus *N, in mbedtls_mpi_mod_optred_modulus_setup() 166 const mbedtls_mpi_mod_modulus *N) in mbedtls_mpi_mod_mul() 191 const mbedtls_mpi_mod_modulus *N) in mbedtls_mpi_mod_sub() 204 const mbedtls_mpi_mod_modulus *N, in mbedtls_mpi_mod_inv_mont() [all …]
|
D | bignum_mod_raw.c | 28 const mbedtls_mpi_mod_modulus *N, in mbedtls_mpi_mod_raw_cond_assign() 36 const mbedtls_mpi_mod_modulus *N, in mbedtls_mpi_mod_raw_cond_swap() 43 const mbedtls_mpi_mod_modulus *N, in mbedtls_mpi_mod_raw_read() 78 const mbedtls_mpi_mod_modulus *N, in mbedtls_mpi_mod_raw_write() 98 const mbedtls_mpi_mod_modulus *N) in mbedtls_mpi_mod_raw_sub() 107 const mbedtls_mpi_mod_modulus *N) in mbedtls_mpi_mod_raw_fix_quasi_reduction() 118 const mbedtls_mpi_mod_modulus *N, in mbedtls_mpi_mod_raw_mul() 159 const mbedtls_mpi_uint *N, in mbedtls_mpi_mod_raw_inv_prime() 182 const mbedtls_mpi_mod_modulus *N) in mbedtls_mpi_mod_raw_add() 192 const mbedtls_mpi_mod_modulus *N) in mbedtls_mpi_mod_raw_canonical_to_modulus_rep() [all …]
|
/external/openthread/third_party/mbedtls/repo/library/ |
D | bignum_mod.c | 26 const mbedtls_mpi_mod_modulus *N, in mbedtls_mpi_mod_residue_setup() 50 void mbedtls_mpi_mod_modulus_init(mbedtls_mpi_mod_modulus *N) in mbedtls_mpi_mod_modulus_init() 62 void mbedtls_mpi_mod_modulus_free(mbedtls_mpi_mod_modulus *N) in mbedtls_mpi_mod_modulus_free() 95 mbedtls_mpi N; in set_mont_const_square() local 126 static inline void standard_modulus_setup(mbedtls_mpi_mod_modulus *N, in standard_modulus_setup() 137 int mbedtls_mpi_mod_modulus_setup(mbedtls_mpi_mod_modulus *N, in mbedtls_mpi_mod_modulus_setup() 153 int mbedtls_mpi_mod_optred_modulus_setup(mbedtls_mpi_mod_modulus *N, in mbedtls_mpi_mod_optred_modulus_setup() 166 const mbedtls_mpi_mod_modulus *N) in mbedtls_mpi_mod_mul() 191 const mbedtls_mpi_mod_modulus *N) in mbedtls_mpi_mod_sub() 204 const mbedtls_mpi_mod_modulus *N, in mbedtls_mpi_mod_inv_mont() [all …]
|
D | bignum_mod_raw.c | 28 const mbedtls_mpi_mod_modulus *N, in mbedtls_mpi_mod_raw_cond_assign() 36 const mbedtls_mpi_mod_modulus *N, in mbedtls_mpi_mod_raw_cond_swap() 43 const mbedtls_mpi_mod_modulus *N, in mbedtls_mpi_mod_raw_read() 78 const mbedtls_mpi_mod_modulus *N, in mbedtls_mpi_mod_raw_write() 98 const mbedtls_mpi_mod_modulus *N) in mbedtls_mpi_mod_raw_sub() 107 const mbedtls_mpi_mod_modulus *N) in mbedtls_mpi_mod_raw_fix_quasi_reduction() 118 const mbedtls_mpi_mod_modulus *N, in mbedtls_mpi_mod_raw_mul() 159 const mbedtls_mpi_uint *N, in mbedtls_mpi_mod_raw_inv_prime() 182 const mbedtls_mpi_mod_modulus *N) in mbedtls_mpi_mod_raw_add() 192 const mbedtls_mpi_mod_modulus *N) in mbedtls_mpi_mod_raw_canonical_to_modulus_rep() [all …]
|
/external/eigen/bench/btl/libs/eigen2/ |
D | eigen2_interface.hh | 57 static void free_matrix(gene_matrix & A, int N) {} in free_matrix() 86 int N=A_stl.size(); in matrix_to_stl() local 96 …e void matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix & X, int N){ in matrix_matrix_product() 100 …sposed_matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix & X, int N){ in transposed_matrix_matrix_product() 104 static inline void ata_product(const gene_matrix & A, gene_matrix & X, int N){ in ata_product() 108 static inline void aat_product(const gene_matrix & A, gene_matrix & X, int N){ in aat_product() 112 …e void matrix_vector_product(const gene_matrix & A, const gene_vector & B, gene_vector & X, int N){ in matrix_vector_product() 116 static inline void atv_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ in atv_product() 120 static inline void axpy(real coef, const gene_vector & X, gene_vector & Y, int N){ in axpy() 124 static inline void axpby(real a, const gene_vector & X, real b, gene_vector & Y, int N){ in axpby() [all …]
|
/external/libcxx/benchmarks/ |
D | GenerateInput.hpp | 52 inline std::vector<IntT> getDuplicateIntegerInputs(size_t N) { in getDuplicateIntegerInputs() 58 inline std::vector<IntT> getSortedIntegerInputs(size_t N) { in getSortedIntegerInputs() 66 std::vector<IntT> getSortedLargeIntegerInputs(size_t N) { in getSortedLargeIntegerInputs() 75 std::vector<IntT> getSortedTopBitsIntegerInputs(size_t N) { in getSortedTopBitsIntegerInputs() 82 inline std::vector<IntT> getReverseSortedIntegerInputs(size_t N) { in getReverseSortedIntegerInputs() 93 std::vector<IntT> getPipeOrganIntegerInputs(size_t N) { in getPipeOrganIntegerInputs() 102 std::vector<IntT> getRandomIntegerInputs(size_t N) { in getRandomIntegerInputs() 110 inline std::vector<std::string> getDuplicateStringInputs(size_t N) { in getDuplicateStringInputs() 115 inline std::vector<std::string> getRandomStringInputs(size_t N) { in getRandomStringInputs() 123 inline std::vector<std::string> getSortedStringInputs(size_t N) { in getSortedStringInputs() [all …]
|
/external/cronet/tot/third_party/libc++/src/test/std/utilities/memory/specialized.algorithms/uninitialized.fill/ |
D | ranges_uninitialized_fill.pass.cpp | 76 constexpr int N = 5; in main() local 90 constexpr int N = 5; in main() local 105 constexpr int N = 3; in main() local 119 constexpr int N = 3; in main() local 133 constexpr int N = 3; in main() local 148 constexpr int N = 5; in main() local 167 constexpr int N = 3; in main() local 185 constexpr int N = 3; in main() local
|
/external/cronet/stable/third_party/libc++/src/test/std/utilities/memory/specialized.algorithms/uninitialized.fill/ |
D | ranges_uninitialized_fill.pass.cpp | 76 constexpr int N = 5; in main() local 90 constexpr int N = 5; in main() local 105 constexpr int N = 3; in main() local 119 constexpr int N = 3; in main() local 133 constexpr int N = 3; in main() local 148 constexpr int N = 5; in main() local 167 constexpr int N = 3; in main() local 185 constexpr int N = 3; in main() local
|
/external/eigen/bench/btl/libs/BLAS/ |
D | blas_interface_impl.hh | 17 …static inline void matrix_vector_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ in matrix_vector_product() 21 static inline void symv(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ in symv() 25 static inline void syr2(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ in syr2() 29 static inline void ger(gene_matrix & A, gene_vector & X, gene_vector & Y, int N){ in ger() 33 static inline void rot(gene_vector & A, gene_vector & B, SCALAR c, SCALAR s, int N){ in rot() 37 static inline void atv_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ in atv_product() 41 …static inline void matrix_matrix_product(gene_matrix & A, gene_matrix & B, gene_matrix & X, int N){ in matrix_matrix_product() 45 …ne void transposed_matrix_matrix_product(gene_matrix & A, gene_matrix & B, gene_matrix & X, int N){ in transposed_matrix_matrix_product() 49 static inline void ata_product(gene_matrix & A, gene_matrix & X, int N){ in ata_product() 53 static inline void aat_product(gene_matrix & A, gene_matrix & X, int N){ in aat_product() [all …]
|
/external/eigen/bench/btl/libs/gmm/ |
D | gmm_interface.hh | 44 static void free_matrix(gene_matrix & A, int N){ in free_matrix() 71 int N=A_stl.size(); in matrix_to_stl() local 81 …e void matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix & X, int N){ in matrix_matrix_product() 85 …sposed_matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix & X, int N){ in transposed_matrix_matrix_product() 89 static inline void ata_product(const gene_matrix & A, gene_matrix & X, int N){ in ata_product() 93 static inline void aat_product(const gene_matrix & A, gene_matrix & X, int N){ in aat_product() 97 …static inline void matrix_vector_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ in matrix_vector_product() 101 static inline void atv_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ in atv_product() 105 static inline void axpy(const real coef, const gene_vector & X, gene_vector & Y, int N){ in axpy() 109 static inline void axpby(real a, const gene_vector & X, real b, gene_vector & Y, int N){ in axpby() [all …]
|
/external/sdv/vsomeip/third_party/boost/serialization/performance/xml/ |
D | macro.hpp | 50 #define BSL_PRINT(Z, N, T) T argument 68 #define BSL_EXP(X, N) \ argument 76 #define BSL_NODE_DECL_MEMBER(Z, N, _) T ## N element ## N ; argument 77 #define BSL_NODE_DECL_NONE(Z, N, _) unused_type element ## N ; argument 87 #define BSL_NODE_SERIALIZE(Z, N, _) \ argument 91 #define BSL_NODE_INIT_LIST(Z, N, _) \ argument 96 #define BSL_NODE_DECL(Z, N, _) \ argument 121 #define BSL_INST_BASE(Z, N, L) \ argument 128 #define BSL_INST_yNODES(Z, N, L) \ argument 141 #define BSL_INST_xNODES(Z, N, L) \ argument [all …]
|
/external/cblas/testing/ |
D | c_dblas1.c | 11 double F77_dasum(const int *N, double *X, const int *incX) in F77_dasum() 16 void F77_daxpy(const int *N, const double *alpha, const double *X, in F77_daxpy() 23 void F77_dcopy(const int *N, double *X, const int *incX, in F77_dcopy() 30 double F77_ddot(const int *N, const double *X, const int *incX, in F77_ddot() 36 double F77_dnrm2(const int *N, const double *X, const int *incX) in F77_dnrm2() 47 void F77_drot( const int *N, double *X, const int *incX, double *Y, in F77_drot() 55 void F77_dscal(const int *N, const double *alpha, double *X, in F77_dscal() 62 void F77_dswap( const int *N, double *X, const int *incX, in F77_dswap() 69 double F77_dzasum(const int *N, void *X, const int *incX) in F77_dzasum() 74 double F77_dznrm2(const int *N, const void *X, const int *incX) in F77_dznrm2() [all …]
|
D | c_sblas1.c | 11 float F77_sasum(const int *N, float *X, const int *incX) in F77_sasum() 16 void F77_saxpy(const int *N, const float *alpha, const float *X, in F77_saxpy() 23 float F77_scasum(const int *N, void *X, const int *incX) in F77_scasum() 28 float F77_scnrm2(const int *N, const void *X, const int *incX) in F77_scnrm2() 33 void F77_scopy(const int *N, const float *X, const int *incX, in F77_scopy() 40 float F77_sdot(const int *N, const float *X, const int *incX, in F77_sdot() 46 float F77_snrm2(const int *N, const float *X, const int *incX) in F77_snrm2() 57 void F77_srot( const int *N, float *X, const int *incX, float *Y, in F77_srot() 64 void F77_sscal(const int *N, const float *alpha, float *X, in F77_sscal() 71 void F77_sswap( const int *N, float *X, const int *incX, in F77_sswap() [all …]
|