Home
last modified time | relevance | path

Searched defs:N (Results 1 – 25 of 4318) sorted by relevance

12345678910>>...173

/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp48 void DAGTypeLegalizer::SoftenFloatResult(SDNode *N, unsigned ResNo) { in SoftenFloatResult()
156 SDValue DAGTypeLegalizer::SoftenFloatRes_Unary(SDNode *N, RTLIB::Libcall LC) { in SoftenFloatRes_Unary()
175 SDValue DAGTypeLegalizer::SoftenFloatRes_Binary(SDNode *N, RTLIB::Libcall LC) { in SoftenFloatRes_Binary()
196 SDValue DAGTypeLegalizer::SoftenFloatRes_BITCAST(SDNode *N) { in SoftenFloatRes_BITCAST()
200 SDValue DAGTypeLegalizer::SoftenFloatRes_FREEZE(SDNode *N) { in SoftenFloatRes_FREEZE()
206 SDValue DAGTypeLegalizer::SoftenFloatRes_MERGE_VALUES(SDNode *N, in SoftenFloatRes_MERGE_VALUES()
212 SDValue DAGTypeLegalizer::SoftenFloatRes_BUILD_PAIR(SDNode *N) { in SoftenFloatRes_BUILD_PAIR()
221 SDValue DAGTypeLegalizer::SoftenFloatRes_ConstantFP(SDNode *N) { in SoftenFloatRes_ConstantFP()
245 SDValue DAGTypeLegalizer::SoftenFloatRes_EXTRACT_VECTOR_ELT(SDNode *N, unsigned ResNo) { in SoftenFloatRes_EXTRACT_VECTOR_ELT()
252 SDValue DAGTypeLegalizer::SoftenFloatRes_FABS(SDNode *N) { in SoftenFloatRes_FABS()
[all …]
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp49 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 …]
DLegalizeIntegerTypes.cpp37 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-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp48 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/llvm-project/clang-tools-extra/clangd/
DConfigYAML.cpp36 bool parse(Fragment &F, Node &N) { in parse()
38 Dict.handle("If", [&](Node &N) { parse(F.If, N); }); in parse()
39 Dict.handle("CompileFlags", [&](Node &N) { parse(F.CompileFlags, N); }); in parse()
40 Dict.handle("Index", [&](Node &N) { parse(F.Index, N); }); in parse()
41 Dict.handle("Style", [&](Node &N) { parse(F.Style, N); }); in parse()
42 Dict.handle("ClangTidy", [&](Node &N) { parse(F.ClangTidy, N); }); in parse()
48 void parse(Fragment::IfBlock &F, Node &N) { in parse()
54 Dict.handle("PathMatch", [&](Node &N) { in parse()
58 Dict.handle("PathExclude", [&](Node &N) { in parse()
65 void parse(Fragment::CompileFlagsBlock &F, Node &N) { in parse()
[all …]
/external/deqp-deps/SPIRV-Tools/test/link/
Dtype_match_test.cpp24 #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/
Dtype_match_test.cpp24 #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/angle/third_party/vulkan-deps/spirv-tools/src/test/link/
Dtype_match_test.cpp24 #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/llvm-project/libcxx/benchmarks/
DGenerateInput.h52 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/eigen/bench/btl/libs/eigen2/
Deigen2_interface.hh57 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/llvm-project/clang/utils/TableGen/
DClangOpcodesEmitter.cpp61 StringRef N, in Enumerate()
91 StringRef N = Opcode->getValueAsString("Name"); in run() local
105 void ClangOpcodesEmitter::EmitEnum(raw_ostream &OS, StringRef N, Record *R) { in EmitEnum()
113 void ClangOpcodesEmitter::EmitInterp(raw_ostream &OS, StringRef N, Record *R) { in EmitInterp()
124 for (size_t I = 0, N = Args.size(); I < N; ++I) { in EmitInterp() local
140 for (size_t I = 0, N = Args.size(); I < N; ++I) in EmitInterp() local
157 void ClangOpcodesEmitter::EmitDisasm(raw_ostream &OS, StringRef N, Record *R) { in EmitDisasm()
173 void ClangOpcodesEmitter::EmitEmitter(raw_ostream &OS, StringRef N, Record *R) { in EmitEmitter()
183 for (size_t I = 0, N = Args.size(); I < N; ++I) in EmitEmitter() local
189 for (size_t I = 0, N = Args.size(); I < N; ++I) { in EmitEmitter() local
[all …]
/external/libcxx/benchmarks/
DGenerateInput.hpp52 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/eigen/bench/btl/libs/gmm/
Dgmm_interface.hh44 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/eigen/bench/btl/libs/BLAS/
Dblas_interface_impl.hh17 …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()
53 static inline void aat_product(gene_matrix & A, gene_matrix & X, int N){ in aat_product()
57 static inline void axpy(SCALAR coef, const gene_vector & X, gene_vector & Y, int N){ in axpy()
[all …]
/external/cblas/testing/
Dc_sblas1.c11 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 …]
Dc_dblas1.c11 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 …]
Dc_cblas1.c11 void F77_caxpy(const int *N, const void *alpha, void *X, in F77_caxpy()
18 void F77_ccopy(const int *N, void *X, const int *incX, in F77_ccopy()
25 void F77_cdotc(const int *N, void *X, const int *incX, in F77_cdotc()
32 void F77_cdotu(const int *N, void *X, const int *incX, in F77_cdotu()
39 void F77_cscal(const int *N, const void * *alpha, void *X, in F77_cscal()
46 void F77_csscal(const int *N, const float *alpha, void *X, in F77_csscal()
53 void F77_cswap( const int *N, void *X, const int *incX, in F77_cswap()
60 int F77_icamax(const int *N, const void *X, const int *incX) in F77_icamax()
66 float F77_scnrm2(const int *N, const void *X, const int *incX) in F77_scnrm2()
71 float F77_scasum(const int *N, void *X, const int *incX) in F77_scasum()
Dc_zblas1.c11 void F77_zaxpy(const int *N, const void *alpha, void *X, in F77_zaxpy()
18 void F77_zcopy(const int *N, void *X, const int *incX, in F77_zcopy()
25 void F77_zdotc(const int *N, const void *X, const int *incX, in F77_zdotc()
32 void F77_zdotu(const int *N, void *X, const int *incX, in F77_zdotu()
39 void F77_zdscal(const int *N, const double *alpha, void *X, in F77_zdscal()
46 void F77_zscal(const int *N, const void * *alpha, void *X, in F77_zscal()
53 void F77_zswap( const int *N, void *X, const int *incX, in F77_zswap()
60 int F77_izamax(const int *N, const void *X, const int *incX) in F77_izamax()
66 double F77_dznrm2(const int *N, const void *X, const int *incX) in F77_dznrm2()
71 double F77_dzasum(const int *N, void *X, const int *incX) in F77_dzasum()
/external/eigen/bench/btl/libs/ublas/
Dublas_interface.hh45 static void free_matrix(gene_matrix & A, int N) {} in free_matrix()
68 int N=A_stl.size(); in matrix_to_stl() local
77 static inline void copy_vector(const gene_vector & source, gene_vector & cible, int N){ in copy_vector()
83 static inline void copy_matrix(const gene_matrix & source, gene_matrix & cible, int N){ in copy_matrix()
91 …c inline void matrix_vector_product_slow(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ in matrix_vector_product_slow()
95 …c inline void matrix_matrix_product_slow(gene_matrix & A, gene_matrix & B, gene_matrix & X, int N){ in matrix_matrix_product_slow()
99 static inline void axpy_slow(const real coef, const gene_vector & X, gene_vector & Y, int N){ in axpy_slow()
105 …static inline void matrix_vector_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ in matrix_vector_product()
109 static inline void atv_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ in atv_product()
113 …static inline void matrix_matrix_product(gene_matrix & A, gene_matrix & B, gene_matrix & X, int N){ in matrix_matrix_product()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DDirectedGraph.h31 explicit DGEdge(NodeType &N) : TargetNode(N) {} in DGEdge()
52 void setTargetNode(const NodeType &N) { TargetNode = N; } in setTargetNode()
80 explicit DGNode(const DGNode<NodeType, EdgeType> &N) : Edges(N.Edges) {} in DGNode()
81 DGNode(DGNode<NodeType, EdgeType> &&N) : Edges(std::move(N.Edges)) {} in DGNode()
110 bool findEdgesTo(const NodeType &N, SmallVectorImpl<EdgeType *> &EL) const { in findEdgesTo()
126 bool hasEdgeTo(const NodeType &N) const { in hasEdgeTo()
142 bool isEqualTo(const NodeType &N) const { return this == &N; } in isEqualTo()
152 const_iterator findEdgeTo(const NodeType &N) const { in findEdgeTo()
176 explicit DirectedGraph(NodeType &N) : Nodes() { addNode(N); } in DirectedGraph()
200 const_iterator findNode(const NodeType &N) const { in findNode()
[all …]
/external/llvm-project/llvm/include/llvm/ADT/
DDirectedGraph.h31 explicit DGEdge(NodeType &N) : TargetNode(N) {} in DGEdge()
52 void setTargetNode(const NodeType &N) { TargetNode = N; } in setTargetNode()
80 explicit DGNode(const DGNode<NodeType, EdgeType> &N) : Edges(N.Edges) {} in DGNode()
81 DGNode(DGNode<NodeType, EdgeType> &&N) : Edges(std::move(N.Edges)) {} in DGNode()
110 bool findEdgesTo(const NodeType &N, SmallVectorImpl<EdgeType *> &EL) const { in findEdgesTo()
126 bool hasEdgeTo(const NodeType &N) const { in hasEdgeTo()
142 bool isEqualTo(const NodeType &N) const { return this == &N; } in isEqualTo()
152 const_iterator findEdgeTo(const NodeType &N) const { in findEdgeTo()
176 explicit DirectedGraph(NodeType &N) : Nodes() { addNode(N); } in DirectedGraph()
200 const_iterator findNode(const NodeType &N) const { in findNode()
[all …]
/external/guava/android/guava/src/com/google/common/graph/
DImmutableNetwork.java51 private ImmutableNetwork(Network<N, E> network) { in ImmutableNetwork()
57 public static <N, E> ImmutableNetwork<N, E> copyOf(Network<N, E> network) { in copyOf()
69 public static <N, E> ImmutableNetwork<N, E> copyOf(ImmutableNetwork<N, E> network) { in copyOf()
78 private static <N, E> Map<N, NetworkConnections<N, E>> getNodeConnections(Network<N, E> network) { in getNodeConnections()
89 private static <N, E> Map<E, N> getEdgeToReferenceNode(Network<N, E> network) { in getEdgeToReferenceNode()
100 private static <N, E> NetworkConnections<N, E> connectionsOf(Network<N, E> network, N node) { in connectionsOf()
117 private static <N, E> Function<E, N> sourceNodeFn(final Network<N, E> network) { in sourceNodeFn()
/external/guava/guava/src/com/google/common/graph/
DImmutableNetwork.java51 private ImmutableNetwork(Network<N, E> network) { in ImmutableNetwork()
57 public static <N, E> ImmutableNetwork<N, E> copyOf(Network<N, E> network) { in copyOf()
69 public static <N, E> ImmutableNetwork<N, E> copyOf(ImmutableNetwork<N, E> network) { in copyOf()
78 private static <N, E> Map<N, NetworkConnections<N, E>> getNodeConnections(Network<N, E> network) { in getNodeConnections()
89 private static <N, E> Map<E, N> getEdgeToReferenceNode(Network<N, E> network) { in getEdgeToReferenceNode()
100 private static <N, E> NetworkConnections<N, E> connectionsOf(Network<N, E> network, N node) { in connectionsOf()
117 private static <N, E> Function<E, N> sourceNodeFn(final Network<N, E> network) { in sourceNodeFn()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h517 #define FIRST_TERM_INST(N) TermOpsBegin = N, argument
518 #define HANDLE_TERM_INST(N, OPC, CLASS) OPC = N, argument
519 #define LAST_TERM_INST(N) TermOpsEnd = N+1 argument
524 #define FIRST_BINARY_INST(N) BinaryOpsBegin = N, argument
525 #define HANDLE_BINARY_INST(N, OPC, CLASS) OPC = N, argument
526 #define LAST_BINARY_INST(N) BinaryOpsEnd = N+1 argument
531 #define FIRST_MEMORY_INST(N) MemoryOpsBegin = N, argument
532 #define HANDLE_MEMORY_INST(N, OPC, CLASS) OPC = N, argument
533 #define LAST_MEMORY_INST(N) MemoryOpsEnd = N+1 argument
538 #define FIRST_CAST_INST(N) CastOpsBegin = N, argument
[all …]
/external/eigen/bench/btl/libs/blaze/
Dblaze_interface.hh42 static void free_matrix(gene_matrix & A, int N){ in free_matrix()
74 int N=A_stl.size(); in matrix_to_stl() local
83 …e void matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix & X, int N){ in matrix_matrix_product()
87 …sposed_matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix & X, int N){ in transposed_matrix_matrix_product()
91 static inline void ata_product(const gene_matrix & A, gene_matrix & X, int N){ in ata_product()
95 static inline void aat_product(const gene_matrix & A, gene_matrix & X, int N){ in aat_product()
99 …static inline void matrix_vector_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ in matrix_vector_product()
103 static inline void atv_product(gene_matrix & A, gene_vector & B, gene_vector & X, int N){ in atv_product()
107 static inline void axpy(const real coef, const gene_vector & X, gene_vector & Y, int N){ in axpy()
111 static inline void axpby(real a, const gene_vector & X, real b, gene_vector & Y, int N){ in axpby()
[all …]

12345678910>>...173