Home
last modified time | relevance | path

Searched refs:RAMP (Results 1 – 25 of 197) sorted by relevance

12345678

/dports/comms/morse/morse-2.5/morse.d/
H A DbeepALSA.c25 static float soundbuf[2*(MAXTIME - RAMP)];
26 static float ramp_down[2*RAMP];
69 n = n < 2 * RAMP ? 2 * RAMP : n; /* leave room for ramps */ in Beep()
97 first_len = ((n - RAMP) / cycle) * cycle; in Beep()
101 if (first_len > MAXTIME - RAMP) { in Beep()
102 first_len = MAXTIME - RAMP; in Beep()
106 down_len = ((RAMP) / cycle) * cycle; in Beep()
110 if (down_len > RAMP) { in Beep()
111 down_len = RAMP; in Beep()
128 for (i = 0; i < RAMP; i++) { in Beep()
[all …]
H A DbeepOSS.c25 static unsigned char soundbuf[2*(MAXTIME - RAMP)];
26 static unsigned char ramp_down[2*RAMP];
100 n = n < 2 * RAMP ? 2 * RAMP : n; /* leave room for ramps */ in Beep()
129 first_len = ((n - RAMP) / cycle) * cycle; in Beep()
132 if (first_len > MAXTIME - RAMP) in Beep()
133 first_len = MAXTIME - RAMP; in Beep()
136 down_len = ((RAMP) / cycle) * cycle; in Beep()
139 if (down_len > RAMP) in Beep()
140 down_len = RAMP; in Beep()
157 for (i = 0; i < RAMP; i++) in Beep()
[all …]
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/programs/
H A DFUNNEL.DP9 READ FUNNEL.DAT Y BALL FUNNEL RAMP RUNSEQ
32 XLABEL RAMP
33 X2LABEL PLOT Y RAMP
34 PLOT Y RAMP
56 XLABEL FUNNEL X RAMP
57 X2LABEL BLOCK PLOT Y FUNNEL RAMP BALL
58 BLOCK PLOT Y FUNNEL RAMP BALL
63 ER; ANOVA Y BALL FUNNEL RAMP
68 BLOCK PLOT RES FUNNEL RAMP BALL
H A DFUNNEL2.DP9 READ FUNNEL.DAT Y BALL FUNNEL RAMP RUNSEQ
13 X1LABEL FUNNEL X RAMP
14 X2LABEL BLOCK PLOT Y FUNNEL RAMP BALL
21 BLOCK PLOT Y FUNNEL RAMP BALL
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/frmenus/clas/anov/
H A DFUNNEL.DP5 DELETE Y BALL FUNNEL RAMP RUNSEQ
7 READ FUNNEL.DAT Y BALL FUNNEL RAMP RUNSEQ
15 BLOCK PLOT Y FUNNEL RAMP BALL
16 ANOVA Y BALL FUNNEL RAMP
17 BLOCK PLOT RES FUNNEL RAMP BALL
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/data/
H A DFUNNEL.DAT9 FACTOR 3 = RAMP (3 LEVELS: WOOD, PLASTIC, AND ALUMINUM)
12 READ FUNNEL.DAT Y BALL FUNNEL RAMP RUNSEQ
15 BLOCK PLOT Y FUNNEL RAMP BALL
17 ER; ANOVA Y BALL FUNNEL RAMP
19 BLOCK PLOT RES FUNNEL RAMP BALL
/dports/emulators/mess/mame-mame0226/src/mame/audio/
H A Dnl_cocoloco.cpp29 RES(RAMP, 150000)
44 NET_C(P1.3, RAMP.2, GND)
46 NET_C(C1.2, RAMP.1)
50 NET_C(C2.1, RAMP.1)
/dports/emulators/mame/mame-mame0226/src/mame/audio/
H A Dnl_cocoloco.cpp29 RES(RAMP, 150000)
44 NET_C(P1.3, RAMP.2, GND)
46 NET_C(C1.2, RAMP.1)
50 NET_C(C2.1, RAMP.1)
/dports/science/dcl/dcl-5.4.8/src/math1/rfalib/
H A Dramp.f6 REAL FUNCTION RAMP(RX,N,JX)
17 RAMP=RAMP1(RX,N,JX)
19 RAMP=RAMP0(RX,N,JX)
/dports/textproc/redisearch16/RediSearch-1.6.16/
H A Dpack.sh29 RAMP=1 Generate RAMP package
42 RAMP_YAML=path RAMP configuration file path
43 RAMP_ARGS=args Extra arguments to RAMP
75 RAMP=${RAMP:-1}
207 if [[ $RAMP == 1 ]]; then
237 if [[ $RAMP == 1 ]]; then
H A DMakefile186 RAMP.release:=$(shell JUST_PRINT=1 RAMP=1 DEPS=0 RELEASE=1 SNAPSHOT=0 VARIANT=$(RAMP_VARIANT) PACKA…
187 RAMP.snapshot:=$(shell JUST_PRINT=1 RAMP=1 DEPS=0 RELEASE=0 SNAPSHOT=1 VARIANT=$(RAMP_VARIANT) PACK…
198 artifacts/$(RAMP.release) : $(TARGET) $(RAMP_YAML)
202 pack: artifacts/$(RAMP.release)
/dports/textproc/redisearch/RediSearch-2.2.5/
H A Dpack.sh29 RAMP=1 Generate RAMP package
42 RAMP_YAML=path RAMP configuration file path
43 RAMP_ARGS=args Extra arguments to RAMP
77 RAMP=${RAMP:-1}
209 if [[ $RAMP == 1 ]]; then
239 if [[ $RAMP == 1 ]]; then
H A DMakefile330 RAMP.release:=$(shell JUST_PRINT=1 RAMP=1 DEPS=0 RELEASE=1 SNAPSHOT=0 VARIANT=$(RAMP_VARIANT) PACKA…
331 RAMP.snapshot:=$(shell JUST_PRINT=1 RAMP=1 DEPS=0 RELEASE=0 SNAPSHOT=1 VARIANT=$(RAMP_VARIANT) PACK…
342 artifacts/$(RAMP.release) : $(TARGET) $(RAMP_YAML)
346 pack: artifacts/$(RAMP.release)
/dports/textproc/redisearch20/RediSearch-2.0.15/
H A Dpack.sh29 RAMP=1 Generate RAMP package
42 RAMP_YAML=path RAMP configuration file path
43 RAMP_ARGS=args Extra arguments to RAMP
77 RAMP=${RAMP:-1}
209 if [[ $RAMP == 1 ]]; then
239 if [[ $RAMP == 1 ]]; then
H A DMakefile320 RAMP.release:=$(shell JUST_PRINT=1 RAMP=1 DEPS=0 RELEASE=1 SNAPSHOT=0 VARIANT=$(RAMP_VARIANT) PACKA…
321 RAMP.snapshot:=$(shell JUST_PRINT=1 RAMP=1 DEPS=0 RELEASE=0 SNAPSHOT=1 VARIANT=$(RAMP_VARIANT) PACK…
332 artifacts/$(RAMP.release) : $(TARGET) $(RAMP_YAML)
336 pack: artifacts/$(RAMP.release)
/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A DchangeMap.cpp30 Q_ASSERT(event.type == ChangeEventType::RAMP); in interpolate()
127 if (event.type == ChangeEventType::RAMP) { in val()
225 if (event.type == ChangeEventType::RAMP) { in cleanupStage1()
280 if (event.type != ChangeEventType::RAMP) { in cleanupStage2()
314 if (event.type != ChangeEventType::RAMP) in cleanupStage3()
339 if (prevChangeEvent.type == ChangeEventType::RAMP) { in cleanupStage3()
447 else if (event.type == ChangeEventType::RAMP) { in changesInRange()
459 if (event.type == ChangeEventType::RAMP) { in changesInRange()
521 else if (event.type == ChangeEventType::RAMP) { in dump()
/dports/textproc/redisearch/RediSearch-2.2.5/.circleci/
H A Dci_package.sh20 pip install git+https://github.com/RedisLabs/RAMP@master --upgrade
53 outname_base=$(python -m RAMP.ramp pack -m ${RAMP_YML} -o $outname_base --print-filename-only ${RAM…
55 python -m RAMP.ramp pack -m ${RAMP_YML} -o $outname_base.zip $MODULE_SO
/dports/textproc/redisearch16/RediSearch-1.6.16/.circleci/
H A Dci_package.sh20 pip install git+https://github.com/RedisLabs/RAMP@master --upgrade
53 outname_base=$(python -m RAMP.ramp pack -m ${RAMP_YML} -o $outname_base --print-filename-only ${RAM…
55 python -m RAMP.ramp pack -m ${RAMP_YML} -o $outname_base.zip $MODULE_SO
/dports/textproc/redisearch20/RediSearch-2.0.15/.circleci/
H A Dci_package.sh20 pip install git+https://github.com/RedisLabs/RAMP@master --upgrade
53 outname_base=$(python -m RAMP.ramp pack -m ${RAMP_YML} -o $outname_base --print-filename-only ${RAM…
55 python -m RAMP.ramp pack -m ${RAMP_YML} -o $outname_base.zip $MODULE_SO
/dports/science/dcl/dcl-5.4.8/demo/math1/rfalib/
H A Drfal01.f10 EXTERNAL RMAX,RMIN,RSUM,RAVE,RVAR,RSTD,RRMS,RAMP
31 SRAMP=RAMP(RX,N,1)
49 SRAMP=RAMP(RX,N,1)
/dports/graphics/xfig/xfig-3.2.8a/Libraries/Examples/
H A DKC-33-RORO-M8AGS.fig132 4 0 0 39 0 16 12 0.0000 4 165 4050 856 1731 WHEN FOLDED, RAMP OCCUPIES 1/2 OF TRAY\001
135 4 0 0 39 0 16 12 0.3491 4 135 2895 870 5295 20 DEGREE RAMP SLOPE ANGLE\001
137 4 0 0 39 0 16 12 0.0000 4 135 1365 3891 2925 FOLDING RAMP\001
H A DKC-33-RORO-M113A4.fig134 4 0 0 39 0 16 18 0.0000 4 240 6105 1200 2315 WHEN FOLDED, RAMP OCCUPIES 1/2 OF TRAY\001
137 4 0 0 39 0 16 18 0.3491 4 210 4335 1221 7696 20 DEGREE RAMP SLOPE ANGLE\001
139 4 0 0 39 0 16 18 0.0000 4 195 2055 5781 4117 FOLDING RAMP\001
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libnyquist/nyquist/tran/
H A Dwritesusp.lsp93 (cond ((and is-step (eq method 'RAMP))
283 ((eq method 'RAMP)
389 ((and interpolate-samples (eq method 'RAMP))
397 ((eq method 'RAMP)
471 (eq method 'RAMP))
495 ((and interpolate-samples (eq method 'RAMP))
506 ((eq method 'RAMP)
554 ((and interpolate-samples (eq method 'RAMP))
619 ((eq method 'RAMP)
796 ((eq method 'RAMP))
[all …]
/dports/databases/redisjson/RedisJSON-2.0.6/sbin/
H A Dpack.sh21 RAMP=1|0 Build RAMP file
43 RAMP=${RAMP:-1}
200 if [[ $RAMP == 1 ]]; then
/dports/math/scilab/scilab-6.1.1/scilab/modules/xcos/tests/nonreg_tests/
H A Dbug_10393.tst35 …out,exprs]=scicos_getvalue([msprintf(gettext("Set %s block parameters"), "RAMP"); " "; gettext("Ra…
77 style.image = "file://" + SCI + "/modules/xcos/images/blocks/RAMP.svg"
84 //add block to this palette using e.g. RAMP icon
85 pal = xcosPalAddBlock(pal, o, "SCI\modules\xcos\images\palettes\RAMP.png", style);

12345678