Home
last modified time | relevance | path

Searched refs:reel (Results 1 – 25 of 1115) sorted by relevance

12345678910>>...45

/dports/audio/infamous-plugins-lv2/infamousPlugins-0.3.0-7-g778e591/src/powerup/
H A Dreel.h147 PowerReel* reel = (PowerReel*)handle; in reel_callback() local
148 if(reel->trigger) in reel_callback()
150 if(reel->samples < reel->time) in reel_callback()
152 float exp_curve = exp2(reel->curve>0?reel->curve:-reel->curve); in reel_callback()
156 reel->angle += 0.10/(reel->curve)*log2((exp_curve-1)*reel->samples/reel->time + 1); in reel_callback()
160 reel->angle += 0.10*reel->samples/reel->time; in reel_callback()
164reel->angle += 0.10*(exp2(-reel->curve*reel->samples/reel->time) - 1)/(exp_curve - 1); in reel_callback()
166 reel->samples++; in reel_callback()
169 reel->angle += .10; in reel_callback()
173 reel->samples = 0; in reel_callback()
[all …]
H A Dpowerup_ui.fl43 Fl_Box reel {
46 code1 {\#include"reel.h"}
52 reel->trigger = power->value();}
61 if(!power->value()){reel->time = time->value()/.06;}}
70 if(!power->value()){reel->curve = curve->value();}}
H A Dpowerup_ui_main.cxx78 self->reel->trigger = val; in powerupUI_port_event()
82 self->reel->time = val/.06; in powerupUI_port_event()
86 self->reel->curve = val; in powerupUI_port_event()
/dports/audio/infamous-plugins-lv2/infamousPlugins-0.3.0-7-g778e591/src/powercut/
H A Dreel.h198 PowerReel* reel = (PowerReel*)handle; in reel_callback() local
199 if(reel->trigger) in reel_callback()
201 if(reel->samples < reel->time) in reel_callback()
203 float exp_decay = exp2(reel->curve>0?reel->curve:-reel->curve); in reel_callback()
207reel->angle += .10/(reel->curve)*log2(exp_decay - (exp_decay-1)*reel->samples/reel->time); in reel_callback()
211 reel->angle += .10*(1-reel->samples/reel->time); in reel_callback()
215reel->angle += .10*(exp_decay*exp2(reel->samples*reel->curve/reel->time) - 1)/(exp_decay - 1); in reel_callback()
217 reel->samples++; in reel_callback()
222 reel->angle += .10; in reel_callback()
223 reel->samples = 0; in reel_callback()
[all …]
H A Dpowercut_ui.fl43 Fl_Box reel {
46 code1 {\#include"reel.h"}
52 reel->trigger = power->value();}
61 reel->time = time->value()/.06;}
70 reel->curve = curve->value();}
H A Dpowercut_ui_main.cxx78 self->reel->trigger = val; in powercutUI_port_event()
82 self->reel->time = val/.06; in powercutUI_port_event()
86 self->reel->curve = val; in powercutUI_port_event()
/dports/graphics/libfpx/libfpx-1.3.1-10/basics/
H A Db_string.cpp93 reel = -reel; in Chaine()
100 for (i=0;reel>=1;i++,reel /= (float)10.0) in Chaine()
116 reel *= 10; in Chaine()
147 reel = -reel; in Chaine()
154 for (i=0;reel>=1;i++,reel /= (float)10.0) in Chaine()
170 reel *= 10; in Chaine()
231 reel = -reel; in operator float()
234 return reel; in operator float()
464 reel = -reel; in Chaine63()
471 for (i=0;reel>=1;i++,reel /= (float)10.0) in Chaine63()
[all …]
/dports/devel/notcurses/notcurses-3.0.1/include/ncpp/
H A DReel.hh41 ncreel_destroy (reel); in ~NcReel()
46 return reel; in operator ncreel*()
51 return reel; in operator ncreel const*()
71 return ncreel_tabletcount (reel); in get_tabletcount()
76 return error_guard (ncreel_del (reel, get_tablet (t)), -1); in del()
86 return error_guard (ncreel_redraw (reel), -1); in redraw()
91 nctablet *t = ncreel_focused (reel); in get_focused()
100 nctablet *t = ncreel_next (reel); in next()
109 nctablet *t = ncreel_prev (reel); in prev()
135 if (reel == nullptr) in common_init()
[all …]
/dports/math/freefem++/FreeFem-sources-4.6/src/Graphics/
H A Dsansrgraph.cpp417 void cadre(reel xmin,reel xmax,reel ymin,reel ymax) in cadre()
428 void getcadre(reel &xmin,reel &xmax,reel &ymin,reel &ymax) in getcadre()
438 int InRecScreen(reel x1, reel y1,reel x2, reel y2) in InRecScreen()
443 int InPtScreen( reel x, reel y) in InPtScreen()
461 int scalx(reel x) in scalx()
470 void pointe(reel , reel ) in pointe() argument
475 void rmoveto(reel x, reel y) in rmoveto()
486 void rlineto(reel x, reel y) in rlineto()
499 void cadreortho(reel centrex, reel centrey, reel rayon) in cadreortho()
560 void cercle(reel , reel , reel );
[all …]
H A DXrgraph.cpp91 #define reel float macro
556 void cadre(reel xmin,reel xmax,reel ymin,reel ymax) in cadre()
567 void getcadre(reel &xmin,reel &xmax,reel &ymin,reel &ymax) in getcadre()
577 int InRecScreen(reel x1, reel y1,reel x2, reel y2) in InRecScreen()
582 int InPtScreen( reel x, reel y) in InPtScreen()
598 int scalx(reel x) in scalx()
607 void pointe(reel x, reel y) in pointe()
612 void rmoveto(reel x, reel y) in rmoveto()
618 void rlineto(reel x, reel y) in rlineto()
628 void cadreortho(reel centrex, reel centrey, reel rayon) in cadreortho()
[all …]
/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Dawpvid.cpp20 void awp_draw_reel(running_machine &machine, const char* reeltag, stepper_device &reel) in awp_draw_reel() argument
24 int reelpos = reel.get_position(); in awp_draw_reel()
34 if (reel.get_max()) in awp_draw_reel()
38 int sreelpos = (reelpos * 0x10000) / reel.get_max(); in awp_draw_reel()
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Dawpvid.cpp20 void awp_draw_reel(running_machine &machine, const char* reeltag, stepper_device &reel) in awp_draw_reel() argument
24 int reelpos = reel.get_position(); in awp_draw_reel()
34 if (reel.get_max()) in awp_draw_reel()
38 int sreelpos = (reelpos * 0x10000) / reel.get_max(); in awp_draw_reel()
/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Daces1.cpp167 for (int reel=0; reel <4; reel++) in ic25_write_c() local
175 m_reel_phase[reel] = ((m_reel_phase[reel] + sense + 8) % 8); in ic25_write_c()
176 switch (reel) in ic25_write_c()
186 m_reel_count[reel]=1; in ic25_write_c()
190 m_reel_count[reel]=0; in ic25_write_c()
192 …l %x Enable %x Sense %i Phase %x Data %x\n",reel, clock, sense, m_reel_phase[reel],phases[m_reel_… in ic25_write_c()
220 for (int reel = 0; reel < 4; reel++) in ic37_read_c() local
222 if (m_reel_count[reel]) action |= 1<<reel; in ic37_read_c()
261 for (int reel=0; reel <4; reel++) in machine_start() local
263 m_reel_clock[reel] =0; in machine_start()
[all …]
H A Dsubsino.cpp483 for (uint8_t reel = 0; reel < 3; reel++) in screen_update_reels() local
514 for (uint8_t reel = 0; reel < 3; reel++) in screen_update_stbsub_reels() local
518 for (uint8_t reel = 0; reel < 3; reel++) in screen_update_stbsub_reels() local
950 for (uint8_t reel = 0; reel < 3; reel++) in out_c_w() local
3814 for (uint8_t reel = 0; reel < 3; reel++) in init_stbsub() local
3820 save_pointer(NAME(m_reel_attr[reel]), 0x200, reel); in init_stbsub()
3830 for (uint8_t reel = 0; reel < 3; reel++) in init_stisub() local
3836 save_pointer(NAME(m_reel_attr[reel]), 0x200, reel); in init_stisub()
3850 for (uint8_t reel = 0; reel < 3; reel++) in init_tesorone() local
3870 for (uint8_t reel = 0; reel < 3; reel++) in init_tesorone230() local
[all …]
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Daces1.cpp167 for (int reel=0; reel <4; reel++) in ic25_write_c() local
175 m_reel_phase[reel] = ((m_reel_phase[reel] + sense + 8) % 8); in ic25_write_c()
176 switch (reel) in ic25_write_c()
186 m_reel_count[reel]=1; in ic25_write_c()
190 m_reel_count[reel]=0; in ic25_write_c()
192 …l %x Enable %x Sense %i Phase %x Data %x\n",reel, clock, sense, m_reel_phase[reel],phases[m_reel_… in ic25_write_c()
220 for (int reel = 0; reel < 4; reel++) in ic37_read_c() local
222 if (m_reel_count[reel]) action |= 1<<reel; in ic37_read_c()
261 for (int reel=0; reel <4; reel++) in machine_start() local
263 m_reel_clock[reel] =0; in machine_start()
[all …]
H A Dsubsino.cpp483 for (uint8_t reel = 0; reel < 3; reel++) in screen_update_reels() local
514 for (uint8_t reel = 0; reel < 3; reel++) in screen_update_stbsub_reels() local
518 for (uint8_t reel = 0; reel < 3; reel++) in screen_update_stbsub_reels() local
950 for (uint8_t reel = 0; reel < 3; reel++) in out_c_w() local
3814 for (uint8_t reel = 0; reel < 3; reel++) in init_stbsub() local
3820 save_pointer(NAME(m_reel_attr[reel]), 0x200, reel); in init_stbsub()
3830 for (uint8_t reel = 0; reel < 3; reel++) in init_stisub() local
3836 save_pointer(NAME(m_reel_attr[reel]), 0x200, reel); in init_stisub()
3850 for (uint8_t reel = 0; reel < 3; reel++) in init_tesorone() local
3870 for (uint8_t reel = 0; reel < 3; reel++) in init_tesorone230() local
[all …]
/dports/audio/py-music21/music21-7.1.0/music21/corpus/oneills1850/
H A D1476-1555.abc4 R:reel
20 R:reel
36 R:reel
52 R:reel
83 R:reel
99 R:reel
115 R:reel
131 R:reel
147 R:reel
163 R:reel
[all …]
/dports/devel/notcurses/notcurses-3.0.1/doc/man/man3/
H A Dnotcurses_reel.3.md73 the reel and/or tablets.
82 Unless the reel is devoid of tablets, there is always a "focused" tablet (the
83 first tablet added to an empty reel becomes focused). The focused tablet can
88 Calling functions which change the reel, including **ncreel_next**,
101 a plane as large as the reel, i.e. the focused tablet can occupy the entire
102 reel, to the exclusion of any other tablets. The focused tablet will be kept
105 are successively lain out in these spaces until the reel is filled.
107 In general, if the reel is not full, tablets will be drawn towards the top, but
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/tinsel/
H A Dmove.cpp406 reel = FORWARD; in GetDirection()
409 reel = AWAY; in GetDirection()
413 reel = FORWARD; in GetDirection()
420 reel = LEFTREEL; in GetDirection()
423 reel = RIGHTREEL; in GetDirection()
427 reel = RIGHTREEL; in GetDirection()
439 switch (reel) { in GetDirection()
466 return reel; in GetDirection()
474 DIRECTION reel; in GotThereWithoutMoving() local
481 if (reel != pActor->direction) in GotThereWithoutMoving()
[all …]
H A Dmareels.cpp149 SCNHANDLE ScalingReel(int ano, int scale1, int scale2, DIRECTION reel) { in ScalingReel() argument
160 if (g_SCIdata[i].reels[reel] == TF_NONE) in ScalingReel()
163 return g_SCIdata[i].reels[reel]; in ScalingReel()
/dports/games/scummvm/scummvm-2.5.1/engines/tinsel/
H A Dmove.cpp421 reel = FORWARD; in GetDirection()
424 reel = AWAY; in GetDirection()
428 reel = FORWARD; in GetDirection()
435 reel = LEFTREEL; in GetDirection()
438 reel = RIGHTREEL; in GetDirection()
442 reel = RIGHTREEL; in GetDirection()
454 switch (reel) { in GetDirection()
483 return reel; in GetDirection()
491 DIRECTION reel; in GotThereWithoutMoving() local
498 if (reel != pActor->direction) in GotThereWithoutMoving()
[all …]
H A Dmareels.cpp147 SCNHANDLE ScalingReel(int ano, int scale1, int scale2, DIRECTION reel) { in ScalingReel() argument
158 if (g_SCIdata[i].reels[reel] == TF_NONE) in ScalingReel()
161 return g_SCIdata[i].reels[reel]; in ScalingReel()
/dports/www/py-protego/Protego-0.1.16/tests/test_data/
H A Dwww.telstra.com.au12 Disallow: /abouttelstra/media-centre/tv-reel
13 Disallow: /abouttelstra/media-centre/tv-reel/
/dports/cad/alliance/alliance/src/druc/src/
H A Ddrucompi_l.l57 reel {dec}*([\.]{dec}*)
58 negat [\-]{reel}
167 {reel} { DrucEcho ( yytext );
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/mc/src/gem/mc/
H A Dvel.h380 VEXTERNC void Vel_setReality(Vel *thee, int reel);
566 # define Vel_setReality(thee,reel) ( \ argument
568 (thee)->g.bits |= (reel) \

12345678910>>...45