Home
last modified time | relevance | path

Searched refs:b_orig (Results 1 – 25 of 320) sorted by relevance

12345678910>>...13

/dports/math/libflame/libflame-5.2.0/src/lapack/dec/lu/nopiv/front/flamec/test/fla/
H A Dtime_LU_nopiv.c19 FLA_Obj A, FLA_Obj b, FLA_Obj b_orig, FLA_Obj b_norm,
25 FLA_Obj A, FLA_Obj b, FLA_Obj b_orig, FLA_Obj b_norm, in time_LU() argument
39 FLA_Obj_create_conf_to( FLA_NO_TRANSPOSE, b_orig, &b_orig_save ); in time_LU()
43 FLA_Copy_external( b_orig, b_orig_save ); in time_LU()
50 FLA_Copy_external( b_orig_save, b_orig ); in time_LU()
85 A_save, b, FLA_MINUS_ONE, b_orig ); in time_LU()
87 FLA_Nrm2_external( b_orig, b_norm ); in time_LU()
99 A_save, b, FLA_MINUS_ONE, b_orig ); in time_LU()
101 FLA_Nrm2_external( b_orig, b_norm ); in time_LU()
119 FLA_Copy_external( b_orig_save, b_orig ); in time_LU()
H A Dtest_LU_nopiv.c22 FLA_Obj C, FLA_Obj b, FLA_Obj b_orig, FLA_Obj b_norm,
54 C, b, b_orig, b_norm; in main() local
120 FLA_Obj_create( datatype, m, 1, 0, 0, &b_orig ); in main()
129 FLA_Copy_external( b, b_orig ); in main()
142 C, b, b_orig, b_norm, &dtime, &diff, &gflops ); in main()
152 FLA_Obj_free( &b_orig ); in main()
/dports/misc/libmodulemd/modulemd-2.13.0/modulemd/tests/ModulemdTests/
H A Dbuildopts.py50 b_orig = Modulemd.Buildopts()
51 b = b_orig.copy()
64 b = b_orig.copy()
70 b_orig.set_rpm_macros("Test macros")
71 b_orig.add_rpm_to_whitelist("test2")
72 b_orig.add_rpm_to_whitelist("test3")
73 b_orig.add_rpm_to_whitelist("test1")
74 b_orig.add_arch("x86_64")
75 b_orig.add_arch("ppc64le")
77 b = b_orig.copy()
/dports/math/libflame/libflame-5.2.0/src/lapack/dec/chol/front/flamec/test/fla/
H A Dtime_Chol.c21 FLA_Obj A, FLA_Obj b, FLA_Obj b_orig, FLA_Obj norm,
27 FLA_Obj A, FLA_Obj b, FLA_Obj b_orig, FLA_Obj norm, in time_Chol() argument
41 FLA_Obj_create_conf_to( FLA_NO_TRANSPOSE, b_orig, &b_orig_save ); in time_Chol()
45 FLA_Copy_external( b_orig, b_orig_save ); in time_Chol()
100 FLA_ONE, A_save, b, FLA_MINUS_ONE, b_orig ); in time_Chol()
102 FLA_Nrm2_external( b_orig, norm ); in time_Chol()
114 FLA_ONE, A_save, b, FLA_MINUS_ONE, b_orig ); in time_Chol()
116 FLA_Nrm2_external( b_orig, norm ); in time_Chol()
134 FLA_Copy_external( b_orig_save, b_orig ); in time_Chol()
H A Dtest_Chol.c22 FLA_Obj A, FLA_Obj b, FLA_Obj b_orig, FLA_Obj norm,
53 A, b, b_orig, norm; in main() local
104 FLA_Obj_create( datatype, m, 1, 0, 0, &b_orig ); in main()
116 FLA_Copy_external( b, b_orig ); in main()
123 A, b, b_orig, norm, &dtime, &diff, &gflops ); in main()
129 A, b, b_orig, norm, &dtime, &diff, &gflops ); in main()
140 FLA_Obj_free( &b_orig ); in main()
/dports/math/libflame/libflame-5.2.0/src/lapack/dec/lu/piv/vars/flamec/test/
H A Dtime_LU_piv.c20 FLA_Obj A, FLA_Obj b, FLA_Obj b_orig, FLA_Obj p, FLA_Obj norm,
26 FLA_Obj A, FLA_Obj b, FLA_Obj b_orig, FLA_Obj p, FLA_Obj norm, in time_LU_piv() argument
62 FLA_Obj_create_conf_to( FLA_NO_TRANSPOSE, b_orig, &b_orig_save ); in time_LU_piv()
66 FLA_Copy_external( b_orig, b_orig_save ); in time_LU_piv()
163 A_save, b, FLA_MINUS_ONE, b_orig ); in time_LU_piv()
165 FLA_Nrm2_external( b_orig, norm ); in time_LU_piv()
179 FLA_LU_piv_solve( A, p, b_orig, b ); in time_LU_piv()
181 A_save, b, FLA_MINUS_ONE, b_orig ); in time_LU_piv()
183 FLA_Nrm2_external( b_orig, norm ); in time_LU_piv()
204 FLA_Copy_external( b_orig_save, b_orig ); in time_LU_piv()
H A Dtest_LU_piv.c21 FLA_Obj A, FLA_Obj b, FLA_Obj b_orig, FLA_Obj ipiv, FLA_Obj norm,
57 A, b, b_orig, ipiv, norm; in main() local
126 FLA_Obj_create( datatype, n, 1, 0, 0, &b_orig ); in main()
136 FLA_Copy_external( b, b_orig ); in main()
152 A, b, b_orig, ipiv, norm, &dtime, &diff, &gflops ); in main()
158 A, b, b_orig, ipiv, norm, &dtime, &diff, &gflops ); in main()
164 A, b, b_orig, ipiv, norm, &dtime, &diff, &gflops ); in main()
175 FLA_Obj_free( &b_orig ); in main()
/dports/math/libflame/libflame-5.2.0/src/lapack/dec/chol/u/flamec/test/
H A Dtime_Chol_u.c21 FLA_Obj A, FLA_Obj b, FLA_Obj b_orig, FLA_Obj norm,
27 FLA_Obj A, FLA_Obj b, FLA_Obj b_orig, FLA_Obj norm, in time_Chol_u() argument
78 FLA_Obj_create_conf_to( FLA_NO_TRANSPOSE, b_orig, &b_orig_save ); in time_Chol_u()
82 FLA_Copy_external( b_orig, b_orig_save ); in time_Chol_u()
179 FLA_ONE, A_save, b, FLA_MINUS_ONE, b_orig ); in time_Chol_u()
181 FLA_Nrm2_external( b_orig, norm ); in time_Chol_u()
193 FLA_ONE, A_save, b, FLA_MINUS_ONE, b_orig ); in time_Chol_u()
195 FLA_Nrm2_external( b_orig, norm ); in time_Chol_u()
213 FLA_Copy_external( b_orig_save, b_orig ); in time_Chol_u()
H A Dtest_Chol_u.c21 FLA_Obj A, FLA_Obj b, FLA_Obj b_orig, FLA_Obj norm,
55 A, b, b_orig, norm; in main() local
116 FLA_Obj_create( datatype, m, 1, 1, 1, &b_orig ); in main()
125 FLA_Copy( b, b_orig ); in main()
141 A, b, b_orig, norm, &dtime, &diff, &gflops ); in main()
147 A, b, b_orig, norm, &dtime, &diff, &gflops ); in main()
153 A, b, b_orig, norm, &dtime, &diff, &gflops ); in main()
164 FLA_Obj_free( &b_orig ); in main()
/dports/math/libflame/libflame-5.2.0/src/lapack/dec/lu/nopiv/vars/flamec/test/
H A Dtime_LU_nopiv.c20 FLA_Obj A, FLA_Obj b, FLA_Obj b_orig, FLA_Obj norm,
26 FLA_Obj A, FLA_Obj b, FLA_Obj b_orig, FLA_Obj norm, in time_LU_nopiv() argument
59 FLA_Obj_create_conf_to( FLA_NO_TRANSPOSE, b_orig, &b_orig_save ); in time_LU_nopiv()
63 FLA_Copy_external( b_orig, b_orig_save ); in time_LU_nopiv()
199 A_save, b, FLA_MINUS_ONE, b_orig ); in time_LU_nopiv()
201 FLA_Nrm2_external( b_orig, norm ); in time_LU_nopiv()
213 A_save, b, FLA_MINUS_ONE, b_orig ); in time_LU_nopiv()
215 FLA_Nrm2_external( b_orig, norm ); in time_LU_nopiv()
233 FLA_Copy_external( b_orig_save, b_orig ); in time_LU_nopiv()
H A Dtest_LU_nopiv.c21 FLA_Obj A, FLA_Obj b, FLA_Obj b_orig, FLA_Obj norm,
57 A, b, b_orig, norm; in main() local
130 FLA_Obj_create( datatype, n, 1, 1, 1, &b_orig ); in main()
139 FLA_Copy_external( b, b_orig ); in main()
154 A, b, b_orig, norm, &dtime, &diff, &gflops ); in main()
160 A, b, b_orig, norm, &dtime, &diff, &gflops ); in main()
166 A, b, b_orig, norm, &dtime, &diff, &gflops ); in main()
177 FLA_Obj_free( &b_orig ); in main()
/dports/math/libflame/libflame-5.2.0/src/lapack/inv/tri/ln/flamec/test/
H A Dtest_Trinv_ln.c23 FLA_Obj A, FLA_Obj b, FLA_Obj b_orig, FLA_Obj norm,
55 A, b, b_orig, norm; in main() local
107 FLA_Obj_create( datatype, m, 1, 0, 0, &b_orig ); in main()
121 FLA_Copy_external( b, b_orig ); in main()
137 A, b, b_orig, norm, &dtime, &diff, &gflops ); in main()
143 A, b, b_orig, norm, &dtime, &diff, &gflops ); in main()
149 A, b, b_orig, norm, &dtime, &diff, &gflops ); in main()
160 FLA_Obj_free( &b_orig ); in main()
/dports/math/libflame/libflame-5.2.0/src/lapack/inv/tri/uu/flamec/test/
H A Dtest_Trinv_uu.c23 FLA_Obj A, FLA_Obj b, FLA_Obj b_orig, FLA_Obj norm,
55 A, b, b_orig, norm; in main() local
107 FLA_Obj_create( datatype, m, 1, 0, 0, &b_orig ); in main()
121 FLA_Copy_external( b, b_orig ); in main()
137 A, b, b_orig, norm, &dtime, &diff, &gflops ); in main()
143 A, b, b_orig, norm, &dtime, &diff, &gflops ); in main()
149 A, b, b_orig, norm, &dtime, &diff, &gflops ); in main()
160 FLA_Obj_free( &b_orig ); in main()
/dports/math/libflame/libflame-5.2.0/src/lapack/dec/chol/l/flamec/test/
H A Dtest_Chol_l.c21 FLA_Obj A, FLA_Obj b, FLA_Obj b_orig, FLA_Obj norm,
55 A, b, b_orig, norm; in main() local
136 FLA_Obj_create( datatype, m, 1, 0, 0, &b_orig ); in main()
151 FLA_Copy( b, b_orig ); in main()
167 A, b, b_orig, norm, &dtime, &diff, &gflops ); in main()
173 A, b, b_orig, norm, &dtime, &diff, &gflops ); in main()
179 A, b, b_orig, norm, &dtime, &diff, &gflops ); in main()
190 FLA_Obj_free( &b_orig ); in main()
H A Dtime_Chol_l.c21 FLA_Obj A, FLA_Obj b, FLA_Obj b_orig, FLA_Obj norm,
27 FLA_Obj A, FLA_Obj b, FLA_Obj b_orig, FLA_Obj norm, in time_Chol_l() argument
70 FLA_Obj_create_conf_to( FLA_NO_TRANSPOSE, b_orig, &b_orig_save ); in time_Chol_l()
74 FLA_Copy_external( b_orig, b_orig_save ); in time_Chol_l()
169 FLA_ONE, A_save, b, FLA_MINUS_ONE, b_orig ); in time_Chol_l()
171 FLA_Nrm2_external( b_orig, norm ); in time_Chol_l()
188 FLA_Copy_external( b_orig_save, b_orig ); in time_Chol_l()
/dports/math/libflame/libflame-5.2.0/src/lapack/inv/tri/un/flamec/test/
H A Dtest_Trinv_un.c23 FLA_Obj A, FLA_Obj b, FLA_Obj b_orig, FLA_Obj norm,
55 A, b, b_orig, norm; in main() local
107 FLA_Obj_create( datatype, m, 1, 0, 0, &b_orig ); in main()
121 FLA_Copy_external( b, b_orig ); in main()
137 A, b, b_orig, norm, &dtime, &diff, &gflops ); in main()
143 A, b, b_orig, norm, &dtime, &diff, &gflops ); in main()
149 A, b, b_orig, norm, &dtime, &diff, &gflops ); in main()
160 FLA_Obj_free( &b_orig ); in main()
/dports/math/libflame/libflame-5.2.0/src/lapack/dec/q/qrut/front/flamec/test/fla/
H A Dtime_QR_UT.c19 … FLA_Obj A, FLA_Obj A_ref, FLA_Obj t, FLA_Obj T, FLA_Obj W, FLA_Obj b, FLA_Obj b_orig,
25 … FLA_Obj A, FLA_Obj A_ref, FLA_Obj t, FLA_Obj T, FLA_Obj W, FLA_Obj b, FLA_Obj b_orig, in time_QR_UT() argument
88 FLA_Copy_external( b, b_orig ); in time_QR_UT()
101 FLA_Gemv_external( FLA_NO_TRANSPOSE, FLA_MINUS_ONE, A_save, bT, FLA_ONE, b_orig ); in time_QR_UT()
102 FLA_Gemv_external( FLA_CONJ_TRANSPOSE, FLA_ONE, A_save, b_orig, FLA_ZERO, y ); in time_QR_UT()
115 FLA_Copy_external( b, b_orig ); in time_QR_UT()
119 FLA_Gemv_external( FLA_NO_TRANSPOSE, FLA_MINUS_ONE, A_save, x, FLA_ONE, b_orig ); in time_QR_UT()
120 FLA_Gemv_external( FLA_CONJ_TRANSPOSE, FLA_ONE, A_save, b_orig, FLA_ZERO, y ); in time_QR_UT()
/dports/math/libflame/libflame-5.2.0/src/lapack/dec/q/lqut/front/flamec/test/fla/
H A Dtime_LQ_UT.c19 … FLA_Obj A, FLA_Obj A_ref, FLA_Obj t, FLA_Obj T, FLA_Obj W, FLA_Obj b, FLA_Obj b_orig,
25 … FLA_Obj A, FLA_Obj A_ref, FLA_Obj t, FLA_Obj T, FLA_Obj W, FLA_Obj b, FLA_Obj b_orig, in time_LQ_UT() argument
86 FLA_Copy_external( b, b_orig ); in time_LQ_UT()
104 FLA_Gemv_external( FLA_NO_TRANSPOSE, FLA_MINUS_ONE, A_save, x, FLA_ONE, b_orig ); in time_LQ_UT()
105 FLA_Gemv_external( FLA_CONJ_TRANSPOSE, FLA_ONE, A_save, b_orig, FLA_ZERO, y ); in time_LQ_UT()
121 FLA_Copy_external( b, b_orig ); in time_LQ_UT()
125 FLA_Gemv_external( FLA_NO_TRANSPOSE, FLA_MINUS_ONE, A_save, x, FLA_ONE, b_orig ); in time_LQ_UT()
126 FLA_Gemv_external( FLA_CONJ_TRANSPOSE, FLA_ONE, A_save, b_orig, FLA_ZERO, y ); in time_LQ_UT()
/dports/math/libflame/libflame-5.2.0/src/lapack/inv/tri/front/flamec/test/fla/
H A Dtime_Trinv.c21 FLA_Obj A, FLA_Obj b, FLA_Obj b_orig, FLA_Obj norm,
27 FLA_Obj A, FLA_Obj b, FLA_Obj b_orig, FLA_Obj norm, in time_Trinv() argument
41 FLA_Obj_create_conf_to( FLA_NO_TRANSPOSE, b_orig, &b_orig_save ); in time_Trinv()
45 FLA_Copy_external( b_orig, b_orig_save ); in time_Trinv()
128 FLA_Axpy_external( FLA_MINUS_ONE, b_orig, b ); in time_Trinv()
146 FLA_Copy_external( b_orig_save, b_orig ); in time_Trinv()
H A Dtest_Trinv.c23 FLA_Obj A, FLA_Obj b, FLA_Obj b_orig, FLA_Obj norm,
56 A, b, b_orig, norm; in main() local
107 FLA_Obj_create( datatype, m, 1, 0, 0, &b_orig ); in main()
119 FLA_Copy_external( b, b_orig ); in main()
133 A, b, b_orig, norm, &dtime, &diff, &gflops ); in main()
143 FLA_Obj_free( &b_orig ); in main()
/dports/net/haproxy19/haproxy-1.9.16/include/common/
H A Dbuf.h77 static inline char *b_orig(const struct buffer *b) in b_orig() function
126 return b_orig(b) + __b_stop_ofs(b); in __b_stop()
140 return b_orig(b) + b_stop_ofs(b); in b_stop()
156 return b_orig(b) + __b_peek_ofs(b, ofs); in __b_peek()
171 return b_orig(b) + b_peek_ofs(b, ofs); in b_peek()
186 return b_orig(b) + __b_head_ofs(b); in __b_head()
243 p = b_orig(b); in b_next()
383 *blk2 = b_orig(buf); in b_getblk_nc()
472 memcpy(swap + block1, b_orig(b), block2); in b_slow_realign()
475 memcpy(b_orig(b), swap, b_data(b) - output); in b_slow_realign()
[all …]
H A Dh1.h215 ptr = b_orig(buf); in h1_skip_chunk_crlf()
262 ptr = b_orig(buf); in h1_parse_chunk_size()
275 ptr = b_orig(buf); in h1_parse_chunk_size()
288 ptr = b_orig(buf); in h1_parse_chunk_size()
296 ptr = b_orig(buf); in h1_parse_chunk_size()
304 ptr = b_orig(buf); in h1_parse_chunk_size()
310 ptr = b_orig(buf); in h1_parse_chunk_size()
/dports/net/haproxy20/haproxy-2.0.26/include/common/
H A Dh1.h216 ptr = b_orig(buf); in h1_skip_chunk_crlf()
263 ptr = b_orig(buf); in h1_parse_chunk_size()
276 ptr = b_orig(buf); in h1_parse_chunk_size()
289 ptr = b_orig(buf); in h1_parse_chunk_size()
297 ptr = b_orig(buf); in h1_parse_chunk_size()
305 ptr = b_orig(buf); in h1_parse_chunk_size()
311 ptr = b_orig(buf); in h1_parse_chunk_size()
/dports/net/haproxy/haproxy-2.4.10/include/haproxy/
H A Dh1.h222 ptr = b_orig(buf); in h1_skip_chunk_crlf()
269 ptr = b_orig(buf); in h1_parse_chunk_size()
286 ptr = b_orig(buf); in h1_parse_chunk_size()
299 ptr = b_orig(buf); in h1_parse_chunk_size()
307 ptr = b_orig(buf); in h1_parse_chunk_size()
315 ptr = b_orig(buf); in h1_parse_chunk_size()
321 ptr = b_orig(buf); in h1_parse_chunk_size()
/dports/net/haproxy22/haproxy-2.2.19/include/haproxy/
H A Dh1.h217 ptr = b_orig(buf); in h1_skip_chunk_crlf()
264 ptr = b_orig(buf); in h1_parse_chunk_size()
281 ptr = b_orig(buf); in h1_parse_chunk_size()
294 ptr = b_orig(buf); in h1_parse_chunk_size()
302 ptr = b_orig(buf); in h1_parse_chunk_size()
310 ptr = b_orig(buf); in h1_parse_chunk_size()
316 ptr = b_orig(buf); in h1_parse_chunk_size()

12345678910>>...13