/dports/games/kobodeluxe/KoboDeluxe-0.5.1/data/sfx/ |
H A D | brass2.agw | 22 w_mod FREQUENCY, .2, 0, 0.002; 36 w_mod FREQUENCY, 3, 0, .01;
|
H A D | pioing1b.agw | 9 // Vibrato (w_mod not implemented...)
|
/dports/games/libretro-fuse/fuse-libretro-8b51f87/fuse/ui/scaler/ |
H A D | scaler.c | 251 int w_mod = (*w) % 2; in expand_pal1() local 253 (*w)+=w_mod; /* expand to even*/ in expand_pal1()
|
/dports/emulators/fuse/fuse-1.6.0/ui/scaler/ |
H A D | scaler.c | 260 int w_mod = (*w) % 2; in expand_pal1() local 262 (*w)+=w_mod; /* expand to even*/ in expand_pal1()
|
/dports/x11-wm/compiz-plugins-extra/compiz-plugins-extra-0.8.8/src/showmouse/ |
H A D | showmouse.c | 51 float w_mod; // particle size modification during life member 225 w += (w * part->w_mod) * part->life; in drawParticles() 409 part->w_mod = part->h_mod = -1; in genNewParticles() 485 w += (w * p->w_mod) * p->life; in damageRegion()
|
/dports/x11-wm/compiz-plugins-extra/compiz-plugins-extra-0.8.8/src/animationaddon/ |
H A D | particle.c | 143 w += (w * part->w_mod) * part->life; in drawParticles() 310 w += (w * part->w_mod) * part->life; in particlesUpdateBB()
|
H A D | burn.c | 156 part->w_mod = part->h_mod = size * rVal; in fxBurnGenNewFire() 251 part->w_mod = -0.8; in fxBurnGenNewSmoke()
|
H A D | beamup.c | 133 part->w_mod = size * 0.2; in fxBeamUpGenNewBeam()
|
/dports/x11-wm/compiz-plugins-extra/compiz-plugins-extra-0.8.8/include/ |
H A D | compiz-animationaddon.h | 113 float w_mod; // particle size modification during life member
|
/dports/net/honeyd/honeyd-1.5c/ |
H A D | pfctl_osfp.c | 101 int window, w_mod, ttl, df, psize, p_mod, mss, mss_mod, wscale, in pfctl_file_fingerprints() local 154 if (GET_INT(window, &w_mod, "window size", T_DC|T_MSS|T_MTU| in pfctl_file_fingerprints() 178 switch (w_mod) { in pfctl_file_fingerprints()
|
/dports/x11-wm/compiz-plugins-extra/compiz-plugins-extra-0.8.8/src/firepaint/ |
H A D | firepaint.c | 37 float w_mod; /* particle size modification during life */ member 194 w += (w * part->w_mod) * part->life; in drawParticles() 613 part->w_mod = size * rVal; in firePreparePaintScreen()
|
/dports/emulators/simh/simh-3.9.0_5/I1401/ |
H A D | i1401_cpu.c | 506 static const int32 w_mod[] = { variable 1052 if ((reason = iomod (ilnt, D, w_mod))) /* valid modifier? */ in sim_instr() 1072 if ((reason = iomod (ilnt, D, w_mod))) /* valid modifier? */ in sim_instr() 1085 if ((reason = iomod (ilnt, D, w_mod))) /* valid modifier? */ in sim_instr() 1111 if ((reason = iomod (ilnt, D, w_mod))) /* valid modifier? */ in sim_instr()
|
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/c2/ |
H A D | PolynomialRoot.java | 279 … final double w_mod2_sq=u[1]*u[1]+u[2]*u[2],w_mod2=Math.sqrt(w_mod2_sq),w_mod=Math.sqrt(w_mod2); in root4() local 338 …println("u[0]="+u[0]+"u[1]="+u[1]+" u[2]="+u[2]+" absu0="+absu0+" w_mod="+w_mod+" w_mod2="+w_mod2); in root4()
|
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/c2/ |
H A D | PolynomialRoot.java | 279 … final double w_mod2_sq=u[1]*u[1]+u[2]*u[2],w_mod2=Math.sqrt(w_mod2_sq),w_mod=Math.sqrt(w_mod2); in root4() local 338 …println("u[0]="+u[0]+"u[1]="+u[1]+" u[2]="+u[2]+" absu0="+absu0+" w_mod="+w_mod+" w_mod2="+w_mod2); in root4()
|
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/c2/ |
H A D | PolynomialRoot.java | 280 … final double w_mod2_sq=u[1]*u[1]+u[2]*u[2],w_mod2=Math.sqrt(w_mod2_sq),w_mod=Math.sqrt(w_mod2); in root4() local 339 …println("u[0]="+u[0]+"u[1]="+u[1]+" u[2]="+u[2]+" absu0="+absu0+" w_mod="+w_mod+" w_mod2="+w_mod2); in root4()
|
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/c2/ |
H A D | PolynomialRoot.java | 280 … final double w_mod2_sq=u[1]*u[1]+u[2]*u[2],w_mod2=Math.sqrt(w_mod2_sq),w_mod=Math.sqrt(w_mod2); in root4() local 339 …println("u[0]="+u[0]+"u[1]="+u[1]+" u[2]="+u[2]+" absu0="+absu0+" w_mod="+w_mod+" w_mod2="+w_mod2); in root4()
|
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/c2/ |
H A D | PolynomialRoot.java | 280 … final double w_mod2_sq=u[1]*u[1]+u[2]*u[2],w_mod2=Math.sqrt(w_mod2_sq),w_mod=Math.sqrt(w_mod2); in root4() local 339 …println("u[0]="+u[0]+"u[1]="+u[1]+" u[2]="+u[2]+" absu0="+absu0+" w_mod="+w_mod+" w_mod2="+w_mod2); in root4()
|
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/c2/ |
H A D | PolynomialRoot.java | 279 … final double w_mod2_sq=u[1]*u[1]+u[2]*u[2],w_mod2=Math.sqrt(w_mod2_sq),w_mod=Math.sqrt(w_mod2); in root4() local 338 …println("u[0]="+u[0]+"u[1]="+u[1]+" u[2]="+u[2]+" absu0="+absu0+" w_mod="+w_mod+" w_mod2="+w_mod2); in root4()
|
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/compiler/c2/ |
H A D | PolynomialRoot.java | 279 … final double w_mod2_sq=u[1]*u[1]+u[2]*u[2],w_mod2=Math.sqrt(w_mod2_sq),w_mod=Math.sqrt(w_mod2); in root4() local 338 …println("u[0]="+u[0]+"u[1]="+u[1]+" u[2]="+u[2]+" absu0="+absu0+" w_mod="+w_mod+" w_mod2="+w_mod2); in root4()
|
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/compiler/c2/ |
H A D | PolynomialRoot.java | 279 … final double w_mod2_sq=u[1]*u[1]+u[2]*u[2],w_mod2=Math.sqrt(w_mod2_sq),w_mod=Math.sqrt(w_mod2); in root4() local 338 …println("u[0]="+u[0]+"u[1]="+u[1]+" u[2]="+u[2]+" absu0="+absu0+" w_mod="+w_mod+" w_mod2="+w_mod2); in root4()
|
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/test/compiler/8005956/ |
H A D | PolynomialRoot.java | 270 … final double w_mod2_sq=u[1]*u[1]+u[2]*u[2],w_mod2=Math.sqrt(w_mod2_sq),w_mod=Math.sqrt(w_mod2); in root4() local 329 …println("u[0]="+u[0]+"u[1]="+u[1]+" u[2]="+u[2]+" absu0="+absu0+" w_mod="+w_mod+" w_mod2="+w_mod2); in root4()
|
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/test/compiler/8005956/ |
H A D | PolynomialRoot.java | 270 … final double w_mod2_sq=u[1]*u[1]+u[2]*u[2],w_mod2=Math.sqrt(w_mod2_sq),w_mod=Math.sqrt(w_mod2); in root4() local 329 …println("u[0]="+u[0]+"u[1]="+u[1]+" u[2]="+u[2]+" absu0="+absu0+" w_mod="+w_mod+" w_mod2="+w_mod2); in root4()
|
/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/encoder/ |
H A D | encoder.c | 514 int w_mod = 1; in validate_parameters() local 524 w_mod = 2; in validate_parameters() 529 if( h->param.i_width % w_mod ) in validate_parameters() 532 w_mod, h->param.i_width, h->param.i_height ); in validate_parameters() 553 if( h->param.crop_rect.i_left % w_mod || h->param.crop_rect.i_right % w_mod || in validate_parameters() 557 …h->param.crop_rect.i_top, h->param.crop_rect.i_right, h->param.crop_rect.i_bottom, w_mod, h_mod ); in validate_parameters()
|
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/encoder/ |
H A D | encoder.c | 514 int w_mod = 1; in validate_parameters() local 524 w_mod = 2; in validate_parameters() 529 if( h->param.i_width % w_mod ) in validate_parameters() 532 w_mod, h->param.i_width, h->param.i_height ); in validate_parameters() 553 if( h->param.crop_rect.i_left % w_mod || h->param.crop_rect.i_right % w_mod || in validate_parameters() 557 …h->param.crop_rect.i_top, h->param.crop_rect.i_right, h->param.crop_rect.i_bottom, w_mod, h_mod ); in validate_parameters()
|