Home
last modified time | relevance | path

Searched refs:x_base (Results 1 – 25 of 850) sorted by relevance

12345678910>>...34

/dports/multimedia/vmaf/vmaf-2.3.0/matlab/strred/matlabPyrTools/MEX/
H A Dedges.c226 for (x_res=x_base, x_filt=x_base-x_overhang;
241 for (x_res=x_base, x_filt=x_base-x_overhang;
301 for (x_res=x_base, x_filt=x_base-x_overhang;
316 for (x_res=x_base, x_filt=x_base-x_overhang;
384 for (x_res=x_base, x_filt=x_base-ABS(x_overhang);
389 for (x_res=x_base, x_filt=x_base-ABS(x_overhang);
400 for (x_res=x_base, x_filt=x_base-ABS(x_overhang);
405 for (x_res=x_base, x_filt=x_base-ABS(x_overhang);
476 for (x_res=x_base, x_filt=x_base-x_overhang;
499 for (x_res=x_base, x_filt=x_base-x_overhang;
[all …]
H A Dedges-orig.c226 register int x_base = (x_pos>0)?(x_dim-1):0; local
271 register int x_base = (x_pos>0)?(x_dim-1):0; local
303 result[ABS(y_base-ABS(y_edge)) + ABS(x_base-ABS(x_edge))]
310 for (y_filt=x_base; y_filt<filt_sz; y_filt+=x_dim)
333 register int x_base = (x_pos>0)?(x_dim-1):0; local
364 ((!x_base AND (sgn(x_edge) IS -1)) /* x overhanging */
366 (x_base AND (sgn(x_edge) IS 1))))
368 result[ABS(y_base-ABS(y_edge)) + ABS(x_base-ABS(x_edge))]
435 register int x_base = (x_pos>0)?(x_dim-1):0; local
452 result[ABS(y_base-ABS(y_edge)) + ABS(x_base-ABS(x_edge))]
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/lib/rpc/
H A Dxdr_sizeof.c100 if (xdrs->x_base)
101 free(xdrs->x_base);
102 if ((xdrs->x_base = (caddr_t) malloc(len)) == NULL) {
106 xdrs->x_private = xdrs->x_base + len;
108 return ((rpc_inline_t *) (void *) xdrs->x_base);
125 if (xdrs->x_base) {
126 free(xdrs->x_base);
127 xdrs->x_base = NULL;
159 x.x_base = (caddr_t) 0;
162 if (x.x_base)
[all …]
/dports/security/krb5/krb5-1.19.2/src/lib/rpc/
H A Dxdr_sizeof.c100 if (xdrs->x_base)
101 free(xdrs->x_base);
102 if ((xdrs->x_base = (caddr_t) malloc(len)) == NULL) {
106 xdrs->x_private = xdrs->x_base + len;
108 return ((rpc_inline_t *) (void *) xdrs->x_base);
125 if (xdrs->x_base) {
126 free(xdrs->x_base);
127 xdrs->x_base = NULL;
159 x.x_base = (caddr_t) 0;
162 if (x.x_base)
[all …]
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/tutorial/
H A Dlesson_08_scheduling_2.cpp514 int x_base = x_outer * 4; in main() local
522 for (int px = x_base; px < x_base + 5; px++) { in main()
530 int x = x_base + x_inner; in main()
533 (producer_storage[y - y_base][x - x_base] + in main()
534 producer_storage[y - y_base + 1][x - x_base] + in main()
535 producer_storage[y - y_base][x - x_base + 1] + in main()
619 int x_base = x_vec * 4; in main() local
622 if (x_base > 161 - 4) x_base = 161 - 4; in main()
624 int x[] = {x_base, x_base + 1, x_base + 2, x_base + 3}; in main()
636 int x_base = x_vec * 4; in main() local
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/Algebraic_kernel_for_circles/
H A Dinternal_functions_on_roots_and_polynomials_2_2.h55 const FT x_base = ((e1.a() + e2.a()) + dx*diff_sqr_rad / dist2) / 2; in solve() local
63 (Root_of_2(x_base), Root_of_2(y_base)), in solve()
76 ( Root_for_circles_2_2(Root_of_2(x_base), in solve()
81 ( Root_for_circles_2_2(Root_of_2(x_base), in solve()
86 ( Root_for_circles_2_2(Root_of_2(x_base), in solve()
91 ( Root_for_circles_2_2(Root_of_2(x_base), in solve()
107 ( Root_for_circles_2_2(make_root_of_2(x_base, x_root_coeff, disc), in solve()
129 ( Root_for_circles_2_2(make_root_of_2(x_base, -x_root_coeff, disc), in solve()
134 ( Root_for_circles_2_2(make_root_of_2(x_base, x_root_coeff, disc), in solve()
139 ( Root_for_circles_2_2(make_root_of_2(x_base, x_root_coeff, disc), in solve()
[all …]
H A Dinternal_functions_on_roots_and_polynomial_1_2_and_2_2.h95 const FT x_base = (aux*e1.b() - e1.a()*e1.c()) / line_factor; in solve() local
100 ( Root_for_circles_2_2(Root_of_2(x_base), in solve()
111 ( Root_for_circles_2_2(make_root_of_2(x_base, -x_root_coeff, disc), in solve()
114 ( Root_for_circles_2_2(make_root_of_2(x_base, x_root_coeff, disc), in solve()
118 ( Root_for_circles_2_2(make_root_of_2(x_base, x_root_coeff, disc), in solve()
121 ( Root_for_circles_2_2(make_root_of_2(x_base, -x_root_coeff, disc), in solve()
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/python_bindings/tutorial/
H A Dlesson_08_scheduling_2.py480 x_base = x_outer * 2
488 for px in range(x_base + 3):
489 producer_storage[py - y_base][px - x_base] = math.sqrt(px * py)
494 xx = x_base + x_inner
496 result[yy][xx] = (producer_storage[yy - y_base][xx - x_base] +
577 x_base = x_vec * 4
580 if x_base > (801 - 4):
581 x_base = 801 - 4
585 xx = [x_base + 0, x_base + 1, x_base + 2, x_base + 3]
597 x_base = x_vec * 4
[all …]
/dports/x11-toolkits/mowitz/Mowitz-0.2.1/Mowitz/
H A DMwTable.c503 x_base, y_base, x_pos, y_pos, in draw_cell()
523 x_base+zoom*(cw-2), y_base, in draw_cell()
527 x_base, y_base, in draw_cell()
531 x_base, y_base+zoom*(ch-2), in draw_cell()
537 x_base, y_base+zoom*(ch-1), in draw_cell()
540 x_base+zoom*(cw-1), y_base, in draw_cell()
545 x_base, y_base, in draw_cell()
548 x_base, y_base, in draw_cell()
587 int j, x_base; in cell_row() local
590 x_base = 0; in cell_row()
[all …]
H A DMwRichtext.c1018 *x_base -= tw; in draw_segment()
1021 *x_base -= tw/2; in draw_segment()
1036 zoom*(*x_base+tc), in draw_segment()
1051 *x_base += x; in draw_segment()
1065 *x_base += width; in draw_segment()
1106 float x_base = 0; in draw_line() local
1126 x_base = lm; in draw_line()
1143 x_base = lm+(pw-lm-rm)/2; in draw_line()
1147 x_base = pw-rm; in draw_line()
1159 x_base = mt.x+lm; in draw_line()
[all …]
/dports/lang/maude/maude-2.7.1/src/Utility/
H A DmpzGcdBasedSolver.cc133 mpz_class x_base; in fillOutStackEntry() local
150 x_base, y_base, x_inc, y_inc, k_bound)) in fillOutStackEntry()
155 TRACE("x" << varNr << " = " << x_base << " + " << x_inc << "k for k = 0,..., " << k_bound); in fillOutStackEntry()
159 base = x_base; in fillOutStackEntry()
174 x_base, x_inc, k_bound, in fillOutStackEntry()
270 mpz_class x_base; in fillOutLastEntry() local
281 x_base, y_base, x_inc, y_inc, k_bound)) in fillOutLastEntry()
286 TRACE("x = " << x_base << " + " << x_inc << "k for k = 0,..., " << k_bound); in fillOutLastEntry()
290 base = x_base; in fillOutLastEntry()
301 x_base, x_inc, k_bound, in fillOutLastEntry()
H A DmpzGcdTrivial.cc71 mpz_class& x_base, in solveTwoVariableProblem() argument
121 x_base = u * cs; in solveTwoVariableProblem()
132 mpz_class m_x_base = -x_base; in solveTwoVariableProblem()
147 x_base += t * x_inc; in solveTwoVariableProblem()
155 mpz_class x_diff = x_bound - x_base; in solveTwoVariableProblem()
187 x_base += t * x_inc; in solveTwoVariableProblem()
195 mpz_class x_diff = x_bound - x_base; in solveTwoVariableProblem()
/dports/games/eif/eif-1.3.4/contrib/
H A Dex.c60 int x_base, y_base, x, y; in main() local
101 x_base = atoi(temp); in main()
103 if ((!x_base && (*temp != '0')) || (!y_base && (*walk != '0'))) in main()
111 chng_loc(&x_base, &y_base, *walk++); in main()
113 x = x_base; y = y_base; in main()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/rapid/plugin/group_replication/libmysqlgcs/src/bindings/xcom/xcom/windeps/sunrpc/
H A Dxdr_sizeof.c71 if (len < (u_int) (long int) xdrs->x_base) in x_inline()
83 xdrs->x_base = 0; in x_inline()
86 xdrs->x_base = (void *) (long) len; in x_inline()
103 xdrs->x_base = 0; in x_destroy()
147 x.x_base = (caddr_t) 0; in xdr_sizeof()
/dports/databases/percona57-server/percona-server-5.7.36-39/rapid/plugin/group_replication/libmysqlgcs/src/bindings/xcom/xcom/windeps/sunrpc/
H A Dxdr_sizeof.c71 if (len < (u_int) (long int) xdrs->x_base) in x_inline()
83 xdrs->x_base = 0; in x_inline()
86 xdrs->x_base = (void *) (long) len; in x_inline()
103 xdrs->x_base = 0; in x_destroy()
147 x.x_base = (caddr_t) 0; in xdr_sizeof()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/rapid/plugin/group_replication/libmysqlgcs/src/bindings/xcom/xcom/windeps/sunrpc/
H A Dxdr_sizeof.c71 if (len < (u_int) (long int) xdrs->x_base) in x_inline()
83 xdrs->x_base = 0; in x_inline()
86 xdrs->x_base = (void *) (long) len; in x_inline()
103 xdrs->x_base = 0; in x_destroy()
147 x.x_base = (caddr_t) 0; in xdr_sizeof()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/rapid/plugin/group_replication/libmysqlgcs/src/bindings/xcom/xcom/windeps/sunrpc/
H A Dxdr_sizeof.c71 if (len < (u_int) (long int) xdrs->x_base) in x_inline()
83 xdrs->x_base = 0; in x_inline()
86 xdrs->x_base = (void *) (long) len; in x_inline()
103 xdrs->x_base = 0; in x_destroy()
147 x.x_base = (caddr_t) 0; in xdr_sizeof()
/dports/databases/percona57-client/percona-server-5.7.36-39/rapid/plugin/group_replication/libmysqlgcs/src/bindings/xcom/xcom/windeps/sunrpc/
H A Dxdr_sizeof.c71 if (len < (u_int) (long int) xdrs->x_base) in x_inline()
83 xdrs->x_base = 0; in x_inline()
86 xdrs->x_base = (void *) (long) len; in x_inline()
103 xdrs->x_base = 0; in x_destroy()
147 x.x_base = (caddr_t) 0; in xdr_sizeof()
/dports/databases/mysql57-client/mysql-5.7.36/rapid/plugin/group_replication/libmysqlgcs/src/bindings/xcom/xcom/windeps/sunrpc/
H A Dxdr_sizeof.c71 if (len < (u_int) (long int) xdrs->x_base) in x_inline()
83 xdrs->x_base = 0; in x_inline()
86 xdrs->x_base = (void *) (long) len; in x_inline()
103 xdrs->x_base = 0; in x_destroy()
147 x.x_base = (caddr_t) 0; in xdr_sizeof()
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libc/xdr/
H A Dxdr_sizeof.c86 if (len < (u_int) (long int) xdrs->x_base) in x_inline()
99 xdrs->x_base = 0; in x_inline()
102 xdrs->x_base = (caddr_t) (intptr_t) len; in x_inline()
119 xdrs->x_base = 0; in x_destroy()
166 x.x_base = (caddr_t) 0; in xdr_sizeof()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/plugin/group_replication/libmysqlgcs/src/bindings/xcom/xcom/windeps/sunrpc/
H A Dxdr_sizeof.c57 if (len < (u_int)(long int)xdrs->x_base) { in x_inline()
65 xdrs->x_base = 0; in x_inline()
68 xdrs->x_base = (void *)(long)len; in x_inline()
81 xdrs->x_base = 0; in x_destroy()
124 x.x_base = (caddr_t)0; in xdr_sizeof()
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/rpc/
H A Dxdr_sizeof.c104 if (len < (u_int)(uintptr_t)xdrs->x_base) { in x_inline()
113 xdrs->x_base = 0; in x_inline()
116 xdrs->x_base = (caddr_t)(uintptr_t)len; in x_inline()
133 xdrs->x_base = 0; in x_destroy()
166 x.x_base = (caddr_t) 0; in xdr_sizeof()
/dports/mail/alpine/alpine-465e23b/alpine/osdep/
H A Dtermin.gen.c301 x_base, y_base, utf8string_size, in optionally_enter()
387 MoveCursor(real_y_base + 1 + j, x_base); in optionally_enter()
393 PutLine0(real_y_base + 1 + j, x_base, tmp); in optionally_enter()
468 dline.dwid = cols - (x_base + prompt_width); in optionally_enter()
489 dline.col = x_base + prompt_width; in optionally_enter()
499 PutLine0(real_y_base, x_base, utf8prompt); in optionally_enter()
523 real_y_base, x_base + prompt_width, in optionally_enter()
529 g_mc_col = x_base + prompt_width; in optionally_enter()
768 PutLine0(real_y_base, x_base, utf8prompt); in optionally_enter()
943 dline.col = x_base + prompt_width; in optionally_enter()
[all …]
/dports/editors/pico-alpine/alpine-465e23b/alpine/osdep/
H A Dtermin.gen.c301 x_base, y_base, utf8string_size, in optionally_enter()
387 MoveCursor(real_y_base + 1 + j, x_base); in optionally_enter()
393 PutLine0(real_y_base + 1 + j, x_base, tmp); in optionally_enter()
468 dline.dwid = cols - (x_base + prompt_width); in optionally_enter()
489 dline.col = x_base + prompt_width; in optionally_enter()
499 PutLine0(real_y_base, x_base, utf8prompt); in optionally_enter()
523 real_y_base, x_base + prompt_width, in optionally_enter()
529 g_mc_col = x_base + prompt_width; in optionally_enter()
768 PutLine0(real_y_base, x_base, utf8prompt); in optionally_enter()
943 dline.col = x_base + prompt_width; in optionally_enter()
[all …]
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/xdr/
H A Dxdr_sizeof.c91 if (len < (u_int) (long int) xdrs->x_base)
104 xdrs->x_base = 0;
107 xdrs->x_base = (caddr_t) (intptr_t) len;
125 xdrs->x_base = 0;
174 x.x_base = (caddr_t) 0;

12345678910>>...34