Home
last modified time | relevance | path

Searched refs:n_to (Results 1 – 25 of 209) sorted by relevance

123456789

/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/openblas/xianyi-OpenBLAS-e6e87a2/driver/level3/
H A Dsyrk_thread.c50 BLASLONG n_from, n_to; in CNAME() local
88 n_to = arg -> n; in CNAME()
92 n_to = *(range_n + 1); in CNAME()
98 nt = (double)(n_to); in CNAME()
107 while (i < n_to){ in CNAME()
114 if ((width <= 0) || (width > n_to - i)) width = n_to - i; in CNAME()
117 width = n_to - i; in CNAME()
138 nt = (double)(arg -> n - n_to); in CNAME()
147 while (i < n_to){ in CNAME()
154 if ((width <= 0) || (width > n_to - i)) width = n_to - i; in CNAME()
[all …]
H A Dsyr2k_k.c50 static inline int syrk_beta(BLASLONG m_from, BLASLONG m_to, BLASLONG n_from, BLASLONG n_to, FLOAT *… in syrk_beta() argument
56 if (m_to > n_to ) m_to = n_to; in syrk_beta()
59 if (m_to < n_to ) n_to = m_to; in syrk_beta()
65 n_to -= n_from; in syrk_beta()
67 for (i = 0; i < n_to; i++){ in syrk_beta()
H A Dsyrk_k.c52 static inline int syrk_beta(BLASLONG m_from, BLASLONG m_to, BLASLONG n_from, BLASLONG n_to, FLOAT *… in syrk_beta() argument
58 if (m_to > n_to ) m_to = n_to; in syrk_beta()
61 if (m_to < n_to ) n_to = m_to; in syrk_beta()
67 n_to -= n_from; in syrk_beta()
69 for (i = 0; i < n_to; i++){ in syrk_beta()
H A Dzherk_k.c108 static inline int syrk_beta(BLASLONG m_from, BLASLONG m_to, BLASLONG n_from, BLASLONG n_to, FLOAT *… in syrk_beta() argument
114 if (m_to > n_to ) m_to = n_to; in syrk_beta()
117 if (m_to < n_to ) n_to = m_to; in syrk_beta()
123 n_to -= n_from; in syrk_beta()
125 for (i = 0; i < n_to; i++){ in syrk_beta()
H A Dzher2k_k.c110 static inline int syrk_beta(BLASLONG m_from, BLASLONG m_to, BLASLONG n_from, BLASLONG n_to, FLOAT *… in syrk_beta() argument
116 if (m_to > n_to ) m_to = n_to; in syrk_beta()
119 if (m_to < n_to ) n_to = m_to; in syrk_beta()
125 n_to -= n_from; in syrk_beta()
127 for (i = 0; i < n_to; i++){ in syrk_beta()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/external/GotoBLAS2/driver/level3/
H A Dsyrk_thread.c33 BLASLONG n_from, n_to; in CNAME() local
71 n_to = arg -> n; in CNAME()
75 n_to = *(range_n + 1); in CNAME()
81 nt = (double)(n_to); in CNAME()
90 while (i < n_to){ in CNAME()
97 if ((width <= 0) || (width > n_to - i)) width = n_to - i; in CNAME()
100 width = n_to - i; in CNAME()
121 nt = (double)(arg -> n - n_to); in CNAME()
130 while (i < n_to){ in CNAME()
137 if ((width <= 0) || (width > n_to - i)) width = n_to - i; in CNAME()
[all …]
H A Dsyr2k_k.c33 static inline int syrk_beta(BLASLONG m_from, BLASLONG m_to, BLASLONG n_from, BLASLONG n_to, FLOAT *… in syrk_beta() argument
39 if (m_to > n_to ) m_to = n_to; in syrk_beta()
42 if (m_to < n_to ) n_to = m_to; in syrk_beta()
48 n_to -= n_from; in syrk_beta()
50 for (i = 0; i < n_to; i++){ in syrk_beta()
H A Dsyrk_k.c35 static inline int syrk_beta(BLASLONG m_from, BLASLONG m_to, BLASLONG n_from, BLASLONG n_to, FLOAT *… in syrk_beta() argument
41 if (m_to > n_to ) m_to = n_to; in syrk_beta()
44 if (m_to < n_to ) n_to = m_to; in syrk_beta()
50 n_to -= n_from; in syrk_beta()
52 for (i = 0; i < n_to; i++){ in syrk_beta()
H A Dzherk_k.c91 static inline int syrk_beta(BLASLONG m_from, BLASLONG m_to, BLASLONG n_from, BLASLONG n_to, FLOAT *… in syrk_beta() argument
97 if (m_to > n_to ) m_to = n_to; in syrk_beta()
100 if (m_to < n_to ) n_to = m_to; in syrk_beta()
106 n_to -= n_from; in syrk_beta()
108 for (i = 0; i < n_to; i++){ in syrk_beta()
H A Dzher2k_k.c93 static inline int syrk_beta(BLASLONG m_from, BLASLONG m_to, BLASLONG n_from, BLASLONG n_to, FLOAT *… in syrk_beta() argument
99 if (m_to > n_to ) m_to = n_to; in syrk_beta()
102 if (m_to < n_to ) n_to = m_to; in syrk_beta()
108 n_to -= n_from; in syrk_beta()
110 for (i = 0; i < n_to; i++){ in syrk_beta()
/dports/math/gotoblas/GotoBLAS2/driver/level3/
H A Dsyrk_thread.c50 BLASLONG n_from, n_to; in CNAME() local
88 n_to = arg -> n; in CNAME()
92 n_to = *(range_n + 1); in CNAME()
98 nt = (double)(n_to); in CNAME()
107 while (i < n_to){ in CNAME()
114 if ((width <= 0) || (width > n_to - i)) width = n_to - i; in CNAME()
117 width = n_to - i; in CNAME()
138 nt = (double)(arg -> n - n_to); in CNAME()
147 while (i < n_to){ in CNAME()
154 if ((width <= 0) || (width > n_to - i)) width = n_to - i; in CNAME()
[all …]
H A Dsyrk_k.c52 static inline int syrk_beta(BLASLONG m_from, BLASLONG m_to, BLASLONG n_from, BLASLONG n_to, FLOAT *… in syrk_beta() argument
58 if (m_to > n_to ) m_to = n_to; in syrk_beta()
61 if (m_to < n_to ) n_to = m_to; in syrk_beta()
67 n_to -= n_from; in syrk_beta()
69 for (i = 0; i < n_to; i++){ in syrk_beta()
H A Dsyr2k_k.c50 static inline int syrk_beta(BLASLONG m_from, BLASLONG m_to, BLASLONG n_from, BLASLONG n_to, FLOAT *… in syrk_beta() argument
56 if (m_to > n_to ) m_to = n_to; in syrk_beta()
59 if (m_to < n_to ) n_to = m_to; in syrk_beta()
65 n_to -= n_from; in syrk_beta()
67 for (i = 0; i < n_to; i++){ in syrk_beta()
H A Dzherk_k.c108 static inline int syrk_beta(BLASLONG m_from, BLASLONG m_to, BLASLONG n_from, BLASLONG n_to, FLOAT *… in syrk_beta() argument
114 if (m_to > n_to ) m_to = n_to; in syrk_beta()
117 if (m_to < n_to ) n_to = m_to; in syrk_beta()
123 n_to -= n_from; in syrk_beta()
125 for (i = 0; i < n_to; i++){ in syrk_beta()
H A Dzher2k_k.c110 static inline int syrk_beta(BLASLONG m_from, BLASLONG m_to, BLASLONG n_from, BLASLONG n_to, FLOAT *… in syrk_beta() argument
116 if (m_to > n_to ) m_to = n_to; in syrk_beta()
119 if (m_to < n_to ) n_to = m_to; in syrk_beta()
125 n_to -= n_from; in syrk_beta()
127 for (i = 0; i < n_to; i++){ in syrk_beta()
/dports/math/openblas/OpenBLAS-0.3.18/driver/level3/
H A Dsyrk_thread.c50 BLASLONG n_from, n_to; in CNAME() local
96 n_to = arg -> n; in CNAME()
100 n_to = *(range_n + 1); in CNAME()
106 nt = (double)(n_to); in CNAME()
115 while (i < n_to){ in CNAME()
126 if ((width <= 0) || (width > n_to - i)) width = n_to - i; in CNAME()
129 width = n_to - i; in CNAME()
150 nt = (double)(arg -> n - n_to); in CNAME()
157 while (i < n_to){ in CNAME()
167 if ((width <= 0) || (width > n_to - i)) width = n_to - i; in CNAME()
[all …]
H A Dsyrk_k.c52 static __inline int syrk_beta(BLASLONG m_from, BLASLONG m_to, BLASLONG n_from, BLASLONG n_to, FLOAT… in syrk_beta() argument
58 if (m_to > n_to ) m_to = n_to; in syrk_beta()
61 if (m_to < n_to ) n_to = m_to; in syrk_beta()
67 n_to -= n_from; in syrk_beta()
69 for (i = 0; i < n_to; i++){ in syrk_beta()
H A Dsyr2k_k.c50 static __inline int syrk_beta(BLASLONG m_from, BLASLONG m_to, BLASLONG n_from, BLASLONG n_to, FLOAT… in syrk_beta() argument
56 if (m_to > n_to ) m_to = n_to; in syrk_beta()
59 if (m_to < n_to ) n_to = m_to; in syrk_beta()
65 n_to -= n_from; in syrk_beta()
67 for (i = 0; i < n_to; i++){ in syrk_beta()
H A Dzherk_k.c108 static inline int syrk_beta(BLASLONG m_from, BLASLONG m_to, BLASLONG n_from, BLASLONG n_to, FLOAT *… in syrk_beta() argument
114 if (m_to > n_to ) m_to = n_to; in syrk_beta()
117 if (m_to < n_to ) n_to = m_to; in syrk_beta()
123 n_to -= n_from; in syrk_beta()
125 for (i = 0; i < n_to; i++){ in syrk_beta()
H A Dzher2k_k.c110 static inline int syrk_beta(BLASLONG m_from, BLASLONG m_to, BLASLONG n_from, BLASLONG n_to, FLOAT *… in syrk_beta() argument
116 if (m_to > n_to ) m_to = n_to; in syrk_beta()
119 if (m_to < n_to ) n_to = m_to; in syrk_beta()
125 n_to -= n_from; in syrk_beta()
127 for (i = 0; i < n_to; i++){ in syrk_beta()
/dports/math/openblas/OpenBLAS-0.3.18/kernel/x86_64/
H A Dsbgemm_microk_cooperlake_template.c639 n_to = (n_to > N) ? N : n_to; in sbgemm_blocking_kernel_nn_alpha()
669 n_to = (n_to > N) ? N : n_to; in sbgemm_blocking_kernel_nn_alpha()
696 n_to = (n_to > N) ? N : n_to; in sbgemm_blocking_kernel_nn_alpha()
922 n_to = (n_to > N) ? N : n_to; in sbgemm_blocking_kernel_nt_alpha()
952 n_to = (n_to > N) ? N : n_to; in sbgemm_blocking_kernel_nt_alpha()
980 n_to = (n_to > N) ? N : n_to; in sbgemm_blocking_kernel_nt_alpha()
1459 n_to = (n_to > N) ? N : n_to; in sbgemm_blocking_kernel_tn_alpha()
1489 n_to = (n_to > N) ? N : n_to; in sbgemm_blocking_kernel_tn_alpha()
1517 n_to = (n_to > N) ? N : n_to; in sbgemm_blocking_kernel_tn_alpha()
1732 n_to = (n_to > N) ? N : n_to; in sbgemm_blocking_kernel_tt_alpha()
[all …]
/dports/math/polymake/polymake-4.5/apps/graph/include/
H A Dbiconnected.h57 bool operator() (Int n_from, Int n_to) in operator()
59 const Int d = discovery[n_to]; in operator()
64 discover(n_to); in operator()
81 bool is_new_component(Int n_from, Int n_to) in is_new_component() argument
83 if (discovery[n_to] == low[n_to]) { in is_new_component()
85 if (!articulation_nodes.contains(n_to)) { in is_new_component()
86 articulation_node=n_to; in is_new_component()
87 articulation_nodes+=n_to; in is_new_component()
90 assert(node_stack.back() == n_to); in is_new_component()
94 if (discovery[n_from] == low[n_to]) { in is_new_component()
[all …]
H A Dmatchings.h122 bool operator() (Int n_from, Int n_to) in operator()
127 cycle[0] = n_to; in operator()
128 for (Int i = n_to, k = 1; i != n_from; i = child[i], k++) { in operator()
133 } else if (visited.contains(n_to)) { in operator()
140 path_set += n_to; in operator()
141 path_head = n_to; in operator()
144 parent[n_to] = n_from; in operator()
145 child[n_from] = n_to; in operator()
146 visited += n_to; in operator()
174 G.delete_edge(cycle[i], n_to); in augment()
[all …]
H A Dbipartite.tcc54 bool operator()(Int n_from, Int n_to) in operator ()() argument
56 if (color[n_to]==0) { in operator ()()
57 sign += color[n_to]=-color[n_from]; in operator ()()
59 } else if (color[n_to]==color[n_from]) { in operator ()()
60 throw n_to; in operator ()()
/dports/math/polymake/polymake-4.5/apps/polytope/src/
H A Dedge_directions.cc34 const Int n_from = e.from_node(), n_to=e.to_node(); in edge_colored_bounded_graph()
35 directions[*e]=vertices[n_to]-vertices[n_from]; in edge_colored_bounded_graph()
48 const Int n_from = e.from_node(), n_to = e.to_node();
50 if (rays.contains(n_to))
55 if (rays.contains(n_to))
56 directions[*e]=vertices[n_to];
58 directions[*e]=vertices[n_to]-vertices[n_from];

123456789