Home
last modified time | relevance | path

Searched refs:bpm (Results 1 – 25 of 1870) sorted by relevance

12345678910>>...75

/dports/graphics/libGLU/glu-9.0.2/src/libnurbs/interface/
H A DbezierPatchMesh.cc239 free(bpm); in bezierPatchMeshDelete()
260 if(bpm->index_length_array >= bpm->size_length_array) in bezierPatchMeshEndStrip()
267 bpm->size_length_array = bpm->size_length_array*2 + 1; in bezierPatchMeshEndStrip()
284 bpm->type_array[bpm->index_length_array] = bpm->type; in bezierPatchMeshEndStrip()
285 bpm->length_array[bpm->index_length_array++] = bpm->counter; in bezierPatchMeshEndStrip()
294 if(bpm->index_UVarray+1 >= bpm->size_UVarray) in bezierPatchMeshInsertUV()
300 bpm->size_UVarray = bpm->size_UVarray*2 + 2; in bezierPatchMeshInsertUV()
315 bpm->UVarray[bpm->index_UVarray] = u; in bezierPatchMeshInsertUV()
317 bpm->UVarray[bpm->index_UVarray] = v; in bezierPatchMeshInsertUV()
350 return bpm; in bezierPatchMeshListInsert()
[all …]
H A DbezierPatchMesh.h79 void bezierPatchMeshPutPatch(bezierPatchMesh *bpm, int maptype, float umin, float umax, int ustride…
81 void bezierPatchMeshDelete(bezierPatchMesh *bpm);
83 void bezierPatchMeshBeginStrip(bezierPatchMesh *bpm, GLenum type);
85 void bezierPatchMeshEndStrip(bezierPatchMesh *bpm);
87 void bezierPatchMeshInsertUV(bezierPatchMesh *bpm, float u, float v);
89 void bezierPatchMeshPrint(bezierPatchMesh *bpm);
91 bezierPatchMesh* bezierPatchMeshListInsert(bezierPatchMesh* list, bezierPatchMesh* bpm);
98 int bezierPatchMeshNumTriangles(bezierPatchMesh* bpm);
101 void bezierPatchMeshDelDeg(bezierPatchMesh* bpm);
104 void bezierPatchMeshEval(bezierPatchMesh* bpm);
[all …]
/dports/devel/libmill/libmill-1.18/
H A DChangeLog4 Author: Martin Sustrik <sustrik@250bpm.com>
12 Author: Martin Sustrik <sustrik@250bpm.com>
20 Author: Martin Sustrik <sustrik@250bpm.com>
109 Author: sustrik <sustrik@250bpm.com>
146 Author: sustrik <sustrik@250bpm.com>
177 Author: sustrik <sustrik@250bpm.com>
404 Author: sustrik <sustrik@250bpm.com>
591 Author: sustrik <sustrik@250bpm.com>
646 Author: sustrik <sustrik@250bpm.com>
790 Author: sustrik <sustrik@250bpm.com>
[all …]
/dports/audio/libbpm/libbpm-0.3/bpmprocess/
H A Dprocess_waveform.c21 if ( ! bpm || ! signal || ! proc ) { in process_waveform()
61 proc->t0 = bpm->t0; in process_waveform()
119 if ( bpm->cav_decaytime > 0. ) tdecay = bpm->cav_decaytime; in process_waveform()
136 sample_to_time( bpm->digi_freq, bpm->digi_nsamples, proc->iunsat, &t0 ); in process_waveform()
137 t0 = ( t0 > ( proc->t0 + bpm->fit_tOffset ) ? t0 : proc->t0 + bpm->fit_tOffset); in process_waveform()
172 frequency = bpm->ddc_freq; in process_waveform()
184 tdecay = bpm->ddc_tdecay; in process_waveform()
190 sample_to_time( bpm->digi_freq, bpm->digi_nsamples, proc->iunsat, &(proc->ddc_tSample) ); in process_waveform()
199 time_to_sample( bpm->digi_freq, bpm->digi_nsamples, proc->ddc_tSample, &(proc->ddc_iSample) ); in process_waveform()
204 bpm->ddc_buffer_re, bpm->ddc_buffer_im ) == BPM_FAILURE ) { in process_waveform()
[all …]
H A Dprocess_caltone.c11 int process_caltone( doublewf_t *signal, bpmconf_t *bpm, bpmproc_t *proc, unsigned int mode ) { in process_caltone() argument
15 if ( ! bpm || ! signal || ! proc ) { in process_caltone()
23 sprintf( msg, "No signal present for BPM %s in process_waveform(...)", bpm->name ); in process_caltone()
29 proc->saturated = check_saturation( signal, bpm->digi_nbits, &(proc->iunsat) ); in process_caltone()
40 sprintf( msg, "Error getting pedestal of BPM %s in process_waveform(...)", bpm->name ); in process_caltone()
54 sprintf( msg, "Could not perform fft for BPM %s in process_caltone(...)", bpm->name ); in process_caltone()
79 if ( ddc_waveform( signal, bpm->ddc_ct_freq, bpm->ddc_ct_filter, proc->dc, in process_caltone()
80 bpm->ddc_buffer_re, bpm->ddc_buffer_im ) == BPM_FAILURE ) { in process_caltone()
81 sprintf( msg, "Could not ddc BPM %s waveform in process_caltone(...)", bpm->name ); in process_caltone()
87 proc->ddc_amp = c_abs( proc->dc->wf[ bpm->ddc_ct_iSample ] ); in process_caltone()
[all …]
/dports/audio/ctronome/ctronome-0.5.6/
H A Dctronome.c127 bpt[1] = bpm[1]; in next_program()
135 bpm[1] = bpt[1]; in next_program()
144 if (bpm[0] > 250) bpm[0] = 250; if (bpm[0] < 30) bpm[0] = 30; in next_program()
145 if (bpm[1] > 20) bpm[1] = 20; if (bpm[1] < 1) bpm[1] = 1; in next_program()
217 bpm[0] = atoi(argv[i]); in parm_init()
222 if (debug) printf("debug: bpm: '%d'/'%d'\n",bpm[0],bpm[1]); in parm_init()
243 bpt[1] = bpm[1]; in parm_init()
251 bpm[1] = bpt[1]; in parm_init()
257 if (bpm[0] > 250) bpm[0] = 250; if (bpm[0] < 30) bpm[0] = 30; in parm_init()
258 if (bpm[1] > 20) bpm[1] = 20; if (bpm[1] < 1) bpm[1] = 1; in parm_init()
[all …]
/dports/audio/mixxx/mixxx-2.3.0/src/test/
H A Dbeatgridtest.cpp29 double bpm = 60.0; in TEST() local
30 pTrack->trySetBpm(bpm); in TEST()
58 double bpm = 60.1; in TEST() local
60 pTrack->trySetBpm(bpm); in TEST()
92 double bpm = 60.1; in TEST() local
94 pTrack->trySetBpm(bpm); in TEST()
128 double bpm = 60.1; in TEST() local
130 pTrack->trySetBpm(bpm); in TEST()
164 double bpm = 60.1; in TEST() local
166 pTrack->trySetBpm(bpm); in TEST()
[all …]
H A Dbeatmaptest.cpp50 const double bpm = 60.0; in TEST_F() local
51 m_pTrack->trySetBpm(bpm); in TEST_F()
80 const double bpm = 60.0; in TEST_F() local
81 m_pTrack->trySetBpm(bpm); in TEST_F()
112 const double bpm = 60.0; in TEST_F() local
113 m_pTrack->trySetBpm(bpm); in TEST_F()
149 const double bpm = 60.0; in TEST_F() local
150 m_pTrack->trySetBpm(bpm); in TEST_F()
188 const double bpm = 60.0; in TEST_F() local
228 const double bpm = 60.0; in TEST_F() local
[all …]
/dports/audio/mixxx/mixxx-2.3.0/src/engine/sync/
H A Dinternalclock.cpp121 void InternalClock::setMasterBpm(double bpm) { in setMasterBpm() argument
125 if (bpm == 0) { in setMasterBpm()
128 m_pClockBpm->set(bpm); in setMasterBpm()
129 updateBeatLength(m_iOldSampleRate, bpm); in setMasterBpm()
137 Q_UNUSED(bpm); in setInstantaneousBpm()
144 if (bpm <= 0.0 || baseBpm <= 0.0) { in setMasterParams()
148 setMasterBpm(bpm); in setMasterParams()
153 updateBeatLength(m_iOldSampleRate, bpm); in slotBpmChanged()
157 m_pEngineSync->notifyBpmChanged(this, bpm); in slotBpmChanged()
184 if (qFuzzyCompare(bpm, 0)) { in updateBeatLength()
[all …]
/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dbreakpoint.c199 while (NHash_find(bpm,id)) in BrkPtTable_insert()
203 NHash_insert(bpm,id,bp); in BrkPtTable_insert()
221 NHash_remove(bpm,id); in BrkPtTable_delete()
266 void BrkPtTable_sendAll(NHash *bpm) in BrkPtTable_sendAll() argument
271 for (he = Hash_first(bpm);he;he = Hash_next(bpm,he)) { in BrkPtTable_sendAll()
320 void BrkPtTable_clearStop(NHash *bpm) in BrkPtTable_clearStop() argument
324 for (he = Hash_first(bpm);he;he = Hash_next(bpm,he)) { in BrkPtTable_clearStop()
348 void BrkPtTable_flush(NHash *bpm) in BrkPtTable_flush() argument
350 Hash_flush(bpm, breakpoint_flush); in BrkPtTable_flush()
363 int n = Hash_numElems(bpm); in BrkPtTable_loadInterface()
[all …]
H A Dbreakpoint.h39 void BrkPtTable_delete(NHash *bpm,int idx);
40 void BrkPtTable_enable(NHash *bpm,int idx);
41 void BrkPtTable_disable(NHash *bpm,int idx);
42 int BrkPtTable_insert(NHash *bpm,int idx,const char *condition);
43 void BrkPtTable_sendAll(NHash *bpm);
44 void BrkPtTable_activate(NHash *bpm,int id,const char *value);
45 void BrkPtTable_clearStop(NHash *bpm);
46 void BrkPtTable_error(NHash *bpm,int id);
47 void BrkPtTable_flush(NHash *bpm);
48 void BrkPtTable_loadInterface(NHash *bpm);
/dports/audio/mixxx/mixxx-2.3.0/src/track/
H A Dbeatgrid.cpp13 double bpm; member
100 double beatLength = (60.0 * sampleRate / grid.bpm().bpm()) * kFrameSize; in makeBeatGrid()
125 return m_grid.bpm().bpm(); in bpm()
278 return bpm(); in getBpm()
289 return bpm(); in getBpmAroundPosition()
306 double bpm = grid.bpm().bpm(); in scale() local
310 bpm *= 2; in scale()
313 bpm *= 1.0 / 2; in scale()
316 bpm *= 2.0 / 3; in scale()
319 bpm *= 3.0 / 4; in scale()
[all …]
/dports/net/libzmq2/zeromq-2.2.0/
H A DMAINTAINERS3 Contact: sustrik@250bpm.com
7 Contact: sustrik@250bpm.com
11 Contact: sustrik@250bpm.com
15 Contact: sustrik@250bpm.com
19 Contact: sustrik@250bpm.com
23 Contact: sustrik@250bpm.com
27 Contact: sustrik@250bpm.com
31 Contact: sustrik@250bpm.com
35 Contact: sustrik@250bpm.com
39 Contact: sustrik@250bpm.com
[all …]
/dports/audio/exaile/exaile-4.1.1/plugins/bpm/
H A D__init__.py106 def _on_complete(bpm, err): argument
109 elif track and bpm:
110 bpm = int(round(float(bpm)))
113 bpm = msg.get_bpm()
122 if track and bpm:
125 bpm = int(round(float(bpm)))
141 track.set_tags(bpm=bpm)
222 self.bpm = None
310 self.bpm = str(
318 self.bpm = None
[all …]
/dports/audio/libbpm/libbpm-0.3/bpmorbit/
H A Dget_bpmhit.c9 int get_bpmhits( beamconf_t *beam, bpmconf_t *bpm ) { in get_bpmhits() argument
19 if ( ! bpm ) { in get_bpmhits()
34 int get_bpmhit( bunchconf_t *bunch, bpmconf_t *bpm ) { in get_bpmhit() argument
57 if ( ! bpm ) { in get_bpmhit()
64 pp.x = bpm->geom_pos[0]; in get_bpmhit()
65 pp.y = bpm->geom_pos[1]; in get_bpmhit()
66 pp.z = bpm->geom_pos[2]; in get_bpmhit()
71 m_rotmat(&rotp, bpm->geom_tilt[0], bpm->geom_tilt[1], bpm->geom_tilt[2]); in get_bpmhit()
82 pl.z = bpm->geom_pos[2]; in get_bpmhit()
105 bunch->bpmslope[0] = bunch->slope[0] - bpm->geom_tilt[0]; in get_bpmhit()
[all …]
/dports/audio/libbpm/libbpm-0.3/documentation/latex/
H A Dbpm__simulation_8h.tex1 \subsection{bpmsimulation/bpm\_\-simulation.h File Reference}
2 \label{bpm__simulation_8h}\index{bpmsimulation/bpm\_\-simulation.h@{bpmsimulation/bpm\_\-simulation…
10 Definition in file {\bf bpm\_\-simulation.h}.
13 {\tt \#include $<$bpm/bpm\_\-defs.h$>$}\par
14 {\tt \#include $<$bpm/bpm\_\-interface.h$>$}\par
15 {\tt \#include $<$bpm/bpm\_\-wf.h$>$}\par
16 {\tt \#include $<$bpm/bpm\_\-nr.h$>$}\par
17 {\tt \#include $<$bpm/bpm\_\-dsp.h$>$}\par
20 Include dependency graph for bpm\_\-simulation.h:\nopagebreak
45 EXTERN int {\bf generate\_\-bpmsignal} ({\bf bpmconf\_\-t} $\ast$bpm, {\bf bpmmode\_\-t} $\ast$mode…
[all …]
H A Dbpm__warning_8c.tex1 \subsection{bpmmessages/bpm\_\-warning.c File Reference}
2 \label{bpm__warning_8c}\index{bpmmessages/bpm\_\-warning.c@{bpmmessages/bpm\_\-warning.c}}
8 Definition in file {\bf bpm\_\-warning.c}.
11 {\tt \#include $<$bpm/bpm\_\-messages.h$>$}\par
12 {\tt \#include $<$bpm/bpm\_\-interface.h$>$}\par
15 Include dependency graph for bpm\_\-warning.c:\nopagebreak
25 void {\bf bpm\_\-warning} (char $\ast$msg, char $\ast$f, int l)
H A Dbpm__error_8c.tex1 \subsection{bpmmessages/bpm\_\-error.c File Reference}
2 \label{bpm__error_8c}\index{bpmmessages/bpm\_\-error.c@{bpmmessages/bpm\_\-error.c}}
8 Definition in file {\bf bpm\_\-error.c}.
11 {\tt \#include $<$bpm/bpm\_\-messages.h$>$}\par
12 {\tt \#include $<$bpm/bpm\_\-interface.h$>$}\par
15 Include dependency graph for bpm\_\-error.c:\nopagebreak
25 void {\bf bpm\_\-error} (char $\ast$msg, char $\ast$f, int l)
H A Ddigitise_8c.tex10 {\tt \#include $<$bpm/bpm\_\-messages.h$>$}\par
11 {\tt \#include $<$bpm/bpm\_\-simulation.h$>$}\par
12 {\tt \#include $<$bpm/bpm\_\-rf.h$>$}\par
13 {\tt \#include $<$bpm/bpm\_\-nr.h$>$}\par
14 {\tt \#include $<$bpm/bpm\_\-wf.h$>$}\par
H A Dgenerate__diodesignal_8c.tex10 {\tt \#include $<$bpm/bpm\_\-messages.h$>$}\par
11 {\tt \#include $<$bpm/bpm\_\-simulation.h$>$}\par
12 {\tt \#include $<$bpm/bpm\_\-rf.h$>$}\par
13 {\tt \#include $<$bpm/bpm\_\-wf.h$>$}\par
14 {\tt \#include $<$bpm/bpm\_\-dsp.h$>$}\par
H A Dnr__seed_8c.tex10 {\tt \#include $<$bpm/bpm\_\-messages.h$>$}\par
11 {\tt \#include $<$bpm/bpm\_\-nr.h$>$}\par
29 long {\bf bpm\_\-rseed}
34 \index{nr\_\-seed.c@{nr\_\-seed.c}!bpm\_\-rseed@{bpm\_\-rseed}}
35 \index{bpm\_\-rseed@{bpm\_\-rseed}!nr_seed.c@{nr\_\-seed.c}}
36 \paragraph[bpm\_\-rseed]{\setlength{\rightskip}{0pt plus 5cm}long {\bf bpm\_\-rseed}}\hfill\label{n…
H A Dbpm__messages_8h.tex1 \subsection{bpmmessages/bpm\_\-messages.h File Reference}
2 \label{bpm__messages_8h}\index{bpmmessages/bpm\_\-messages.h@{bpmmessages/bpm\_\-messages.h}}
10 Definition in file {\bf bpm\_\-messages.h}.
12 {\tt \#include $<$bpm/bpm\_\-defs.h$>$}\par
15 Include dependency graph for bpm\_\-messages.h:\nopagebreak
25 EXTERN void {\bf bpm\_\-error} (char $\ast$msg, char $\ast$f, int l)
27 EXTERN void {\bf bpm\_\-warning} (char $\ast$msg, char $\ast$f, int l)
/dports/games/leela-zero/leela-zero-0.17/src/kernels/clblast/
H A Dxgemm_part3.opencl37 realN bpm[NWI/VWN];
97 bpm[_ni] = LocalToPrivateB(blm, _ni, kg);
100 bpm[_ni] = GlobalToPrivateB(bgm, _ni, kSizeN, idk);
111 …*VWN + 0)*(MWI/VWM) + _mi] = MultiplyAddVector(cpm[(_ni*VWN + 0)*(MWI/VWM) + _mi], aval, bpm[_ni]);
113 …WN + 0)*(MWI/VWM) + _mi] = MultiplyAddVector(cpm[(_ni*VWN + 0)*(MWI/VWM) + _mi], aval, bpm[_ni].x);
114 …WN + 1)*(MWI/VWM) + _mi] = MultiplyAddVector(cpm[(_ni*VWN + 1)*(MWI/VWM) + _mi], aval, bpm[_ni].y);
116 …WN + 0)*(MWI/VWM) + _mi] = MultiplyAddVector(cpm[(_ni*VWN + 0)*(MWI/VWM) + _mi], aval, bpm[_ni].x);
117 …WN + 1)*(MWI/VWM) + _mi] = MultiplyAddVector(cpm[(_ni*VWN + 1)*(MWI/VWM) + _mi], aval, bpm[_ni].y);
118 …WN + 2)*(MWI/VWM) + _mi] = MultiplyAddVector(cpm[(_ni*VWN + 2)*(MWI/VWM) + _mi], aval, bpm[_ni].z);
119 …WN + 3)*(MWI/VWM) + _mi] = MultiplyAddVector(cpm[(_ni*VWN + 3)*(MWI/VWM) + _mi], aval, bpm[_ni].w);
[all …]
/dports/games/NBlood/NBlood-a1689a4/source/libxmp-lite/src/
H A Dscan.c90 bpm = mod->bpm; in scan_module()
174 info->bpm = bpm; in scan_module()
288 bpm = parm; in scan_module()
331 bpm = parm; in scan_module()
346 bpm -= LSN(parm); in scan_module()
347 if (bpm < 0x20) in scan_module()
348 bpm = 0x20; in scan_module()
358 bpm += LSN(parm); in scan_module()
359 if (bpm > 0xff) in scan_module()
360 bpm = 0xff; in scan_module()
[all …]
/dports/audio/libxmp/libxmp-4.5.0/src/
H A Dscan.c89 bpm = mod->bpm; in scan_module()
183 info->bpm = bpm; in scan_module()
308 bpm = parm; in scan_module()
351 bpm = parm; in scan_module()
366 bpm -= LSN(parm); in scan_module()
367 if (bpm < 0x20) in scan_module()
368 bpm = 0x20; in scan_module()
378 bpm += LSN(parm); in scan_module()
379 if (bpm > 0xff) in scan_module()
380 bpm = 0xff; in scan_module()
[all …]

12345678910>>...75