Home
last modified time | relevance | path

Searched refs:bpx (Results 1 – 25 of 267) sorted by relevance

1234567891011

/dports/math/gmp/gmp-6.2.1/mpn/generic/
H A Dtoom44_mul.c194 cy = 2*cy + mpn_addlsh1_n (bpx, b2, bpx, n); in mpn_toom44_mul()
198 cy2 = mpn_addlsh1_n (bpx, b3, bpx, t); in mpn_toom44_mul()
199 bpx[n] = 2*cy + mpn_lshift (bpx + t, bpx + t, n - t, 1); in mpn_toom44_mul()
203 bpx[n] = 2*cy + mpn_addlsh1_n (bpx, b3, bpx, n); in mpn_toom44_mul()
205 cy = mpn_lshift (bpx, b0, n, 1); in mpn_toom44_mul()
206 cy += mpn_add_n (bpx, bpx, b1, n); in mpn_toom44_mul()
207 cy = 2*cy + mpn_lshift (bpx, bpx, n, 1); in mpn_toom44_mul()
208 cy += mpn_add_n (bpx, bpx, b2, n); in mpn_toom44_mul()
209 cy = 2*cy + mpn_lshift (bpx, bpx, n, 1); in mpn_toom44_mul()
210 bpx[n] = cy + mpn_add (bpx, bpx, n, b3, t); in mpn_toom44_mul()
[all …]
/dports/math/gap/gap-4.11.0/extern/gmp/mpn/generic/
H A Dtoom44_mul.c195 cy = 2*cy + mpn_addlsh1_n (bpx, b2, bpx, n); in mpn_toom44_mul()
199 cy2 = mpn_addlsh1_n (bpx, b3, bpx, t); in mpn_toom44_mul()
200 bpx[n] = 2*cy + mpn_lshift (bpx + t, bpx + t, n - t, 1); in mpn_toom44_mul()
204 bpx[n] = 2*cy + mpn_addlsh1_n (bpx, b3, bpx, n); in mpn_toom44_mul()
206 cy = mpn_lshift (bpx, b0, n, 1); in mpn_toom44_mul()
207 cy += mpn_add_n (bpx, bpx, b1, n); in mpn_toom44_mul()
208 cy = 2*cy + mpn_lshift (bpx, bpx, n, 1); in mpn_toom44_mul()
209 cy += mpn_add_n (bpx, bpx, b2, n); in mpn_toom44_mul()
210 cy = 2*cy + mpn_lshift (bpx, bpx, n, 1); in mpn_toom44_mul()
211 bpx[n] = cy + mpn_add (bpx, bpx, n, b3, t); in mpn_toom44_mul()
[all …]
/dports/math/mingw32-libgmp/gmp-6.0.0/mpn/generic/
H A Dtoom44_mul.c195 cy = 2*cy + mpn_addlsh1_n (bpx, b2, bpx, n); in mpn_toom44_mul()
199 cy2 = mpn_addlsh1_n (bpx, b3, bpx, t); in mpn_toom44_mul()
200 bpx[n] = 2*cy + mpn_lshift (bpx + t, bpx + t, n - t, 1); in mpn_toom44_mul()
204 bpx[n] = 2*cy + mpn_addlsh1_n (bpx, b3, bpx, n); in mpn_toom44_mul()
206 cy = mpn_lshift (bpx, b0, n, 1); in mpn_toom44_mul()
207 cy += mpn_add_n (bpx, bpx, b1, n); in mpn_toom44_mul()
208 cy = 2*cy + mpn_lshift (bpx, bpx, n, 1); in mpn_toom44_mul()
209 cy += mpn_add_n (bpx, bpx, b2, n); in mpn_toom44_mul()
210 cy = 2*cy + mpn_lshift (bpx, bpx, n, 1); in mpn_toom44_mul()
211 bpx[n] = cy + mpn_add (bpx, bpx, n, b3, t); in mpn_toom44_mul()
[all …]
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/gmp-6.2.1-c/mpn/generic/
H A Dtoom44_mul.c194 cy = 2*cy + mpn_addlsh1_n (bpx, b2, bpx, n); in mpn_toom44_mul()
198 cy2 = mpn_addlsh1_n (bpx, b3, bpx, t); in mpn_toom44_mul()
199 bpx[n] = 2*cy + mpn_lshift (bpx + t, bpx + t, n - t, 1); in mpn_toom44_mul()
203 bpx[n] = 2*cy + mpn_addlsh1_n (bpx, b3, bpx, n); in mpn_toom44_mul()
205 cy = mpn_lshift (bpx, b0, n, 1); in mpn_toom44_mul()
206 cy += mpn_add_n (bpx, bpx, b1, n); in mpn_toom44_mul()
207 cy = 2*cy + mpn_lshift (bpx, bpx, n, 1); in mpn_toom44_mul()
208 cy += mpn_add_n (bpx, bpx, b2, n); in mpn_toom44_mul()
209 cy = 2*cy + mpn_lshift (bpx, bpx, n, 1); in mpn_toom44_mul()
210 bpx[n] = cy + mpn_add (bpx, bpx, n, b3, t); in mpn_toom44_mul()
[all …]
/dports/lang/cim/cim-3.37/lib/
H A Din.c26 __rin (bpx, p) in __rin() argument
27 __dhp bpx; in __rin()
30 if (bpx == __NULL ||
34 bpx->pp->plev <
38 p->plev || bpx->pp->pref[p->plev] != p)
H A Dis.c26 __ris (bpx, p) in __ris() argument
27 __dhp bpx; in __ris()
30 if (bpx == __NULL || bpx->pp != p)
/dports/math/octave-forge-integration/integration-1.0.7/inst/
H A Dcrule2d.m1 function [bpx,bpy,wfxy] = crule2d (nquadx,nquady)
3 %usage: [bpx,bpy,wfxy] = crule2d (nquadx,nquady);
7 [bpx,bpy]=meshgrid(bpxv,bpyv);
9 % [bpx,bpy]=meshdom(bpxv,bpyv);
H A Dgrule2d.m1 function [bpx,bpy,wfxy] = grule2d (nquadx,nquady)
3 %usage: [bpx,bpy,wfxy] = grule2d (nquadx,nquady);
7 [bpx,bpy]=meshgrid(bpxv,bpyv);
9 % [bpx,bpy]=meshdom(bpxv,bpyv);
H A Dgquad2d.m3 %usage: vol = gquad2d(fun,xlow,xhigh,ylow,yhigh,bpx,bpy,wfxy)
11 % point matrices bpx and bpy and weight factor matrix wfxy. The normalized
12 % interval of integration for the bpx, bpy and wfxy constants is -1 to +1
21 % x = (xhigh-xlow)/2 * bpx + (xhigh+xlow)/2 = mapping function in x,
25 % by a call to grule of the form [bpx,bpy,wfxy] = grule2d(nquadx,nquady)
40 [bpx,bpy,wfxy]=grule2d(nquadx,nquady);
42 bpx = b1; variable
53 x=qx*bpx+px;
H A Dquad2dc.m31 [bpx,bpy,wfxy] = crule2d(2,2);
32 int_old=gquad2d(fun,xlow,xhigh,ylow,yhigh,bpx,bpy,wfxy);
37 [bpx,bpy,wfxy] = crule2d(lim,lim);
38 int=gquad2d(fun,xlow,xhigh,ylow,yhigh,bpx,bpy,wfxy);
H A Dquad2dg.m31 [bpx,bpy,wfxy] = grule2d(2,2);
32 int_old=gquad2d(fun,xlow,xhigh,ylow,yhigh,bpx,bpy,wfxy);
37 [bpx,bpy,wfxy] = grule2d(lim,lim);
38 int=gquad2d(fun,xlow,xhigh,ylow,yhigh,bpx,bpy,wfxy);
H A Dgquad2d6.m12 % points bpx, bpy and weight factors wfxy. The normalized interval
24 [bpx,bpy,wfxy] = grule2d(nquadx,nquady);
25 vol = gquad2d(fun,xlow,xhigh,ylow,yhigh,bpx,bpy,wfxy);
/dports/cad/gtkwave/gtkwave-3.3.107/contrib/bundle_for_osx/
H A Dgtk_diff_against_modulesets_2.patch9 + int bpx = bpr/wid;
18 + if (bpx == 4) // fix gdk_pixbuf_get_from_drawable "yellow stripes"
27 + src += bpx;
/dports/lang/sdcc/sdcc-4.0.0/device/lib/
H A Dbpx.c30 __data unsigned char bpx ; variable
32 __data unsigned int bpx ; variable
/dports/graphics/photoflow/PhotoFlow-8472024f/src/gui/operations/
H A Dpath_mask_config.cc406 double bpx = spline_points[pi].first, bpy = spline_points[pi].second, pw = 1, ph = 1; in draw_outline() local
408 layer2screen( bpx, bpy, pw, ph ); in draw_outline()
410 int ipx = bpx, ipy = bpy; in draw_outline()
421 if( bpx==bpx2 && bpy==bpy2 ) continue; in draw_outline()
423 buf_out.draw_point( bpx, bpy, buf_in ); in draw_outline()
435 double bpx = border_points[pi].first, bpy = border_points[pi].second, pw = 1, ph = 1; in draw_outline() local
437 layer2screen( bpx, bpy, pw, ph ); in draw_outline()
439 int ipx = bpx, ipy = bpy; in draw_outline()
450 if( bpx==bpx2 && bpy==bpy2 ) continue; in draw_outline()
452 buf_out.draw_point( bpx, bpy, buf_in ); in draw_outline()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bmsh3d/algo/
H A Dbmsh3d_mesh_tri.cxx40 float ax, ay, bx, by, cx, cy, apx, apy, bpx, bpy, cpx, cpy; in InsideTriangle() local
47 bpx= Px - Bx; bpy= Py - By; in InsideTriangle()
50 aCROSSbp = ax*bpy - ay*bpx; in InsideTriangle()
/dports/devel/godot2-tools/godot-2.1.6-stable/core/math/
H A Dtriangulate.cpp56 float ax, ay, bx, by, cx, cy, apx, apy, bpx, bpy, cpx, cpy; in is_inside_triangle() local
67 bpx = Px - Bx; in is_inside_triangle()
72 aCROSSbp = ax * bpy - ay * bpx; in is_inside_triangle()
/dports/devel/godot2/godot-2.1.6-stable/core/math/
H A Dtriangulate.cpp56 float ax, ay, bx, by, cx, cy, apx, apy, bpx, bpy, cpx, cpy; in is_inside_triangle() local
67 bpx = Px - Bx; in is_inside_triangle()
72 aCROSSbp = ax * bpy - ay * bpx; in is_inside_triangle()
/dports/science/nwchem-data/nwchem-7.0.2-release/QA/tests/prep/
H A Dbpx.out1 argument 1 = bpx.nw
63 input = bpx.nw
113 PDB geometry bpx.pdb
124 Created sequence ./bpx.seq
133 Created topology bpx.top
135 Topology bpx.top
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/QA/tests/prep/
H A Dbpx.out1 argument 1 = bpx.nw
63 input = bpx.nw
113 PDB geometry bpx.pdb
124 Created sequence ./bpx.seq
133 Created topology bpx.top
135 Topology bpx.top
/dports/devel/godot/godot-3.2.3-stable/core/math/
H A Dtriangulate.cpp58 real_t ax, ay, bx, by, cx, cy, apx, apy, bpx, bpy, cpx, cpy; in is_inside_triangle() local
69 bpx = Px - Bx; in is_inside_triangle()
74 aCROSSbp = ax * bpy - ay * bpx; in is_inside_triangle()
/dports/devel/godot-tools/godot-3.2.3-stable/core/math/
H A Dtriangulate.cpp58 real_t ax, ay, bx, by, cx, cy, apx, apy, bpx, bpy, cpx, cpy; in is_inside_triangle() local
69 bpx = Px - Bx; in is_inside_triangle()
74 aCROSSbp = ax * bpy - ay * bpx; in is_inside_triangle()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/x86/kernel/
H A Dhw_breakpoint.c516 bool bpx; in hw_breakpoint_handler() local
535 bpx = bp->hw.info.type == X86_BREAKPOINT_EXECUTE; in hw_breakpoint_handler()
546 if (bpx && (dr6 & DR_STEP)) in hw_breakpoint_handler()
561 if (bpx) in hw_breakpoint_handler()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/x86/kernel/
H A Dhw_breakpoint.c516 bool bpx; in hw_breakpoint_handler() local
535 bpx = bp->hw.info.type == X86_BREAKPOINT_EXECUTE; in hw_breakpoint_handler()
546 if (bpx && (dr6 & DR_STEP)) in hw_breakpoint_handler()
561 if (bpx) in hw_breakpoint_handler()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/x86/kernel/
H A Dhw_breakpoint.c516 bool bpx; in hw_breakpoint_handler() local
535 bpx = bp->hw.info.type == X86_BREAKPOINT_EXECUTE; in hw_breakpoint_handler()
546 if (bpx && (dr6 & DR_STEP)) in hw_breakpoint_handler()
561 if (bpx) in hw_breakpoint_handler()

1234567891011