Home
last modified time | relevance | path

Searched refs:gup (Results 1 – 25 of 427) sorted by relevance

12345678910>>...18

/dports/news/gup/gup/
H A DMANIFEST4 gup/README 1 Intro to gup
5 gup/INSTALL 1 How to compile and install gup
12 gup/scripts 1 A few scripts for the admin who uses gup
13 gup/gup.1 1 Manpage for the gup program
14 gup/sample 1 What we think gup's home dir looks like
17 gup/gup.h 1 Includes all other header files
21 gup/gup.c 2 The main program and simple command processing
41 gup/contrib/send-gup 3 A simple interface for the client
42 gup/contrib/.gup 3 Contains the host and passwd for send-gup
44 gup/scripts/verify 3 Check a gup's home dir - needs editing
[all …]
H A Dmain.mk7 SRC = gup.c wildmat.c misc.c prune.c help.c mail.c \
13 HDRS = gup.h rfc822.h config.h patchlevel.h
28 all: gup
30 gup: $(OBJS)
36 install: $(BINDIR)/gup $(MANDIR)/gup.1
38 $(BINDIR)/gup: gup
41 $(MANDIR)/gup.1: gup.1
56 rm -f $(OBJS) gup core a.out
H A DINSTALL1 How to make and install gup
5 gup is known to work on:
14 How to make gup
46 How to install gup
50 .forward such that inbound mails are fed into gup via stdin.
58 to be called 'gup'. You may want an alias for 'gup' if you
59 want to use a 'formal' mail address for gup such as
62 2. Create a home directory for 'gup' with appropriate
65 3. Create a 'config' file in gup's home directory.
86 inbound mails are fed to the gup program. Here's what mine
[all …]
H A DREADME10 mails commands to gup to make changes to their own site's subscription
11 list. Not only is no intervention required at the feed site, but gup
16 Each site has to be configured with gup before they can gain access.
18 mail ID as the results of any gup requests are mailed back to the
24 sample script for INN). The advantage of this strategy is that gup can
35 gup is. We admit we haven't tried very hard in this area yet. In fact
36 gup is only known to run on SunOS and NetBSD - sorry. Having said that
38 the minimal amount of system interaction, gup should be able to
/dports/multimedia/v4l_compat/linux-5.13-rc2/mm/
H A Dgup_test.c80 i, gup->which_pages[i]); in dump_pages_test()
81 gup->which_pages[i] = 0; in dump_pages_test()
99 struct gup_test *gup) in __gup_test_ioctl() argument
109 if (gup->size > ULONG_MAX) in __gup_test_ioctl()
125 for (addr = gup->addr; addr < gup->addr + gup->size; addr = next) { in __gup_test_ioctl()
130 if (next > gup->addr + gup->size) { in __gup_test_ioctl()
131 next = gup->addr + gup->size; in __gup_test_ioctl()
180 gup->size = addr - gup->addr; in __gup_test_ioctl()
209 struct gup_test gup; in gup_test_ioctl() local
224 if (copy_from_user(&gup, (void __user *)arg, sizeof(gup))) in gup_test_ioctl()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/mm/
H A Dgup_test.c80 i, gup->which_pages[i]); in dump_pages_test()
81 gup->which_pages[i] = 0; in dump_pages_test()
99 struct gup_test *gup) in __gup_test_ioctl() argument
109 if (gup->size > ULONG_MAX) in __gup_test_ioctl()
125 for (addr = gup->addr; addr < gup->addr + gup->size; addr = next) { in __gup_test_ioctl()
130 if (next > gup->addr + gup->size) { in __gup_test_ioctl()
131 next = gup->addr + gup->size; in __gup_test_ioctl()
180 gup->size = addr - gup->addr; in __gup_test_ioctl()
209 struct gup_test gup; in gup_test_ioctl() local
224 if (copy_from_user(&gup, (void __user *)arg, sizeof(gup))) in gup_test_ioctl()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/mm/
H A Dgup_test.c80 i, gup->which_pages[i]); in dump_pages_test()
81 gup->which_pages[i] = 0; in dump_pages_test()
99 struct gup_test *gup) in __gup_test_ioctl() argument
109 if (gup->size > ULONG_MAX) in __gup_test_ioctl()
125 for (addr = gup->addr; addr < gup->addr + gup->size; addr = next) { in __gup_test_ioctl()
130 if (next > gup->addr + gup->size) { in __gup_test_ioctl()
131 next = gup->addr + gup->size; in __gup_test_ioctl()
180 gup->size = addr - gup->addr; in __gup_test_ioctl()
209 struct gup_test gup; in gup_test_ioctl() local
224 if (copy_from_user(&gup, (void __user *)arg, sizeof(gup))) in gup_test_ioctl()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/vm/
H A Dgup_test.c39 struct gup_test gup = { 0 }; in main() local
67 gup.which_pages[0] = 1; in main()
155 gup.gup_flags |= FOLL_WRITE; in main()
168 gup.addr = (unsigned long)p; in main()
182 gup.gup_flags |= FOLL_TOUCH; in main()
192 gup.size = size; in main()
193 if (ioctl(fd, cmd, &gup)) in main()
199 if (gup.size != size) in main()
204 gup.size = size; in main()
205 if (ioctl(fd, cmd, &gup)) { in main()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/vm/
H A Dgup_test.c39 struct gup_test gup = { 0 }; in main() local
67 gup.which_pages[0] = 1; in main()
155 gup.gup_flags |= FOLL_WRITE; in main()
168 gup.addr = (unsigned long)p; in main()
182 gup.gup_flags |= FOLL_TOUCH; in main()
192 gup.size = size; in main()
193 if (ioctl(fd, cmd, &gup)) in main()
199 if (gup.size != size) in main()
204 gup.size = size; in main()
205 if (ioctl(fd, cmd, &gup)) { in main()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/vm/
H A Dgup_test.c39 struct gup_test gup = { 0 }; in main() local
67 gup.which_pages[0] = 1; in main()
155 gup.gup_flags |= FOLL_WRITE; in main()
168 gup.addr = (unsigned long)p; in main()
182 gup.gup_flags |= FOLL_TOUCH; in main()
192 gup.size = size; in main()
193 if (ioctl(fd, cmd, &gup)) in main()
199 if (gup.size != size) in main()
204 gup.size = size; in main()
205 if (ioctl(fd, cmd, &gup)) { in main()
[all …]
/dports/graphics/openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/liboslnoise/
H A Dsfm_gabornoise.h330 int n_impulses = rng.poisson (gup.lambda * gup.radius3);
342 Dual2<Vec3> x_k_i = gup.radius * (x_c_i - x_i_c);
343 if (OSL_UNLIKELY(x_k_i.val().length2() < gup.radius2)) {
360 slice_gabor_kernel_3d (d_i, Gabor_Impulse_Weight, gup.a,
495 return sum * gup.sqrt_lambda_inv;
502 Dual2<Vec3> x_g = x * gup.radius_inv; in gabor_evaluate()
510 Dual2<Vec3> x_g = x * gup.radius_inv; in gabor_evaluate()
524 float gabor_variance = 1.0f / (4.0f*sqrtf(2.0f) * (gup.a * gup.a * gup.a)); in scalar_gabor()
556 float gabor_variance = 1.0f / (4.0f*sqrtf(2.0f) * (gup.a * gup.a * gup.a)); in scalar_gabor3()
574 float gabor_variance = 1.0f / (4.0f*sqrtf(2.0f) * (gup.a * gup.a * gup.a)); in scalar_pgabor()
[all …]
/dports/graphics/py-openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/liboslnoise/
H A Dsfm_gabornoise.h330 int n_impulses = rng.poisson (gup.lambda * gup.radius3);
342 Dual2<Vec3> x_k_i = gup.radius * (x_c_i - x_i_c);
343 if (OSL_UNLIKELY(x_k_i.val().length2() < gup.radius2)) {
360 slice_gabor_kernel_3d (d_i, Gabor_Impulse_Weight, gup.a,
495 return sum * gup.sqrt_lambda_inv;
502 Dual2<Vec3> x_g = x * gup.radius_inv; in gabor_evaluate()
510 Dual2<Vec3> x_g = x * gup.radius_inv; in gabor_evaluate()
524 float gabor_variance = 1.0f / (4.0f*sqrtf(2.0f) * (gup.a * gup.a * gup.a)); in scalar_gabor()
556 float gabor_variance = 1.0f / (4.0f*sqrtf(2.0f) * (gup.a * gup.a * gup.a)); in scalar_gabor3()
574 float gabor_variance = 1.0f / (4.0f*sqrtf(2.0f) * (gup.a * gup.a * gup.a)); in scalar_pgabor()
[all …]
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/libprojectm/presets/
H A DAderrasi - Causeway Of Dreams (REMix).milk76 per_frame_13=dx = dx + 0.0*dx_r + if(above(gup,0), + 0.8*gup*dx_r, 0) + if(above(gslup,0), + 0.535*…
77 per_frame_14=dy = dy + 0.0*dy_r + if(above(gup,0), + 0.8*gup*dy_r, 0) + if(above(glsup,0), + 0.535*…
78 per_frame_15=gup = +2*sin(time) + sin(0.75*time);
/dports/graphics/libprojectm/projectm-3.1.12/presets/presets_stock/
H A DAderrasi - Causeway Of Dreams (REMix).milk76 per_frame_13=dx = dx + 0.0*dx_r + if(above(gup,0), + 0.8*gup*dx_r, 0) + if(above(gslup,0), + 0.535*…
77 per_frame_14=dy = dy + 0.0*dy_r + if(above(gup,0), + 0.8*gup*dy_r, 0) + if(above(glsup,0), + 0.535*…
78 per_frame_15=gup = +2*sin(time) + sin(0.75*time);
/dports/graphics/libprojectm/projectm-3.1.12/presets/presets_projectM/
H A DAderrasi - Causeway Of Dreams (REMix).milk76 per_frame_13=dx = dx + 0.0*dx_r + if(above(gup,0), + 0.8*gup*dx_r, 0) + if(above(gslup,0), + 0.535*…
77 per_frame_14=dy = dy + 0.0*dy_r + if(above(gup,0), + 0.8*gup*dy_r, 0) + if(above(glsup,0), + 0.535*…
78 per_frame_15=gup = +2*sin(time) + sin(0.75*time);
/dports/graphics/libprojectm/projectm-3.1.12/presets/presets_tryptonaut/
H A DAderrasi - Causeway Of Dreams (REMix).milk76 per_frame_13=dx = dx + 0.0*dx_r + if(above(gup,0), + 0.8*gup*dx_r, 0) + if(above(gslup,0), + 0.535*…
77 per_frame_14=dy = dy + 0.0*dy_r + if(above(gup,0), + 0.8*gup*dy_r, 0) + if(above(glsup,0), + 0.535*…
78 per_frame_15=gup = +2*sin(time) + sin(0.75*time);
/dports/graphics/libprojectm/projectm-3.1.12/presets/presets_milkdrop/
H A DAderrasi - Causeway Of Dreams (REMix).milk76 per_frame_13=dx = dx + 0.0*dx_r + if(above(gup,0), + 0.8*gup*dx_r, 0) + if(above(gslup,0), + 0.535*…
77 per_frame_14=dy = dy + 0.0*dy_r + if(above(gup,0), + 0.8*gup*dy_r, 0) + if(above(glsup,0), + 0.535*…
78 per_frame_15=gup = +2*sin(time) + sin(0.75*time);
/dports/net/rtpproxy/rtpproxy-2.1.1/src/
H A Drtpp_genuid_singlet.c35 static struct rtpp_genuid_obj *gup = NULL; variable
41 gup = rtpp_genuid_ctor(); in rtpp_gen_uid_init()
48 CALL_METHOD(gup, gen, uip); in rtpp_gen_uid()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/example/burgers-control/
H A Dexample_04.cpp170 ROL::Ptr<ROL::Vector<RealT> > gup in main() local
186 ROL::Vector_SimOpt<RealT> g(gup,gzp); in main()
231 obj.gradient_1(*gup,*up,*zp,zerotol); in main()
232 gup->scale(-1.0); in main()
233 con.applyInverseAdjointJacobian_1(l,*gup,*up,*zp,zerotol); in main()
234 gup->zero(); c.zero(); in main()
246 obj.gradient_1(*gup,*up,*zp,zerotol); in main()
247 gup->scale(-1.0); in main()
248 con.applyInverseAdjointJacobian_1(l,*gup,*up,*zp,zerotol); in main()
249 gup->zero(); c.zero(); in main()
/dports/news/gup/gup/scripts/
H A Dgupdate5 gup=/var/mailserv/newsgup
39 update_stamp=$gup/.last-update
44 cd $gup
112 gup has gone weird - the generated newsfeeds file has been rejected by
/dports/games/flightgear/flightgear-2020.3.11/src/FDM/YASim/
H A DGear.cpp267 float gup[3]; // "up" unit vector from the ground in calcForce() local
268 Math::set3(ground, gup); in calcForce()
269 Math::mul3(-1, gup, gup); in calcForce()
273 Math::cross3(gup, xhat, skid); // up cross xhat =~ skid in calcForce()
276 Math::cross3(skid, gup, steer); // skid cross up == steer in calcForce()
295 float wgt = Math::dot3(_force, gup); // force into the ground in calcForce()
590 float gup[3]; // "up" unit vector from the ground in updateStuckPoint() local
591 Math::set3(ground, gup); in updateStuckPoint()
592 Math::mul3(-1, gup, gup); in updateStuckPoint()
596 Math::cross3(gup, xhat, skid); // up cross xhat =~ skid in updateStuckPoint()
[all …]
/dports/science/berkeleygw/BGW-2.0.0/Common/
H A Dsort.F9077 integer :: gup, gdn, gmid, ig local
89 gup = ng
93 gmid = (gup + gdn) / 2
96 gup = gmid
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tools/3dsmaxExport/MaxscriptExport/plugins/PhysiqueInterface_sources/
H A DPhyExport.dsp57 … maxscrpt.lib gup.lib paramblk2.lib /nologo /base:"0xcf20000" /subsystem:windows /dll /machine:I38…
83 …crpt.lib gup.lib paramblk2.lib /nologo /base:"0xcf20000" /subsystem:windows /dll /debug /machine:I…
109 …xscrpt.lib gup.lib paramblk2.lib /nologo /base:"0xcf20000" /subsystem:windows /dll /debug /machine…
/dports/science/elk/elk-7.2.42/src/
H A Dpotxcir.f9039 allocate(grho(n),gup(n),gdn(n))
114 call ggair_sp_1(rhoup,rhodn,grho,gup,gdn,g2up,g2dn,g3rho,g3up,g3dn)
115 call xcifc(xctype_,n,rhoup=rhoup,rhodn=rhodn,grho=grho,gup=gup,gdn=gdn, &
218 deallocate(grho,gup,gdn,g2up,g2dn,g3rho,g3up,g3dn)
H A Dxc_pbe.f9072 s=gup(i)/(2.d0*kf*rup)
96 ww=(gup(i)**2-gdn(i)**2-z*grho(i)**2)/(r*r*ksg**2)

12345678910>>...18