Home
last modified time | relevance | path

Searched refs:sintab (Results 1 – 25 of 71) sorted by path

123

/dports/astro/celestia-gtk/celestia-1.6.1/src/celengine/
H A Daxisarrow.cpp30 float sintab[MaxArrowSections]; in RenderArrow() local
41 sintab[i] = (float) sin(theta); in RenderArrow()
51 glVertex3f(shaftRadius * costab[n], shaftRadius * sintab[n], 0.0f); in RenderArrow()
60 glVertex3f(shaftRadius * costab[n], shaftRadius * sintab[n], shaftLength); in RenderArrow()
61 glVertex3f(shaftRadius * costab[n], shaftRadius * sintab[n], 0.0f); in RenderArrow()
70 glVertex3f(headRadius * costab[n], headRadius * sintab[n], shaftLength); in RenderArrow()
71 glVertex3f(shaftRadius * costab[n], shaftRadius * sintab[n], shaftLength); in RenderArrow()
81 glVertex3f(headRadius * costab[n], headRadius * sintab[n], shaftLength); in RenderArrow()
/dports/astro/celestia/celestia-1.6.1/src/celengine/
H A Daxisarrow.cpp30 float sintab[MaxArrowSections]; in RenderArrow() local
41 sintab[i] = (float) sin(theta); in RenderArrow()
51 glVertex3f(shaftRadius * costab[n], shaftRadius * sintab[n], 0.0f); in RenderArrow()
60 glVertex3f(shaftRadius * costab[n], shaftRadius * sintab[n], shaftLength); in RenderArrow()
61 glVertex3f(shaftRadius * costab[n], shaftRadius * sintab[n], 0.0f); in RenderArrow()
70 glVertex3f(headRadius * costab[n], headRadius * sintab[n], shaftLength); in RenderArrow()
71 glVertex3f(shaftRadius * costab[n], shaftRadius * sintab[n], shaftLength); in RenderArrow()
81 glVertex3f(headRadius * costab[n], headRadius * sintab[n], shaftLength); in RenderArrow()
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/twolame/libtwolame/
H A Dfft.c88 static const FLOAT sintab[20] = { variable
679 t_s = sintab[k]; in fht()
/dports/audio/autotalent/autotalent-0.2/
H A Dmayer_fft.c71 {coswrk[i]=costab[i];sinwrk[i]=sintab[i];} \
101 t_s = sintab[k]; \
152 static REAL sintab[20]= variable
/dports/audio/clementine-player/Clementine-1.4.0rc1/src/analyzers/
H A Dfht.cpp45 float* sintab = tab_() + num_ / 2 + 1; in makeCasTable() local
49 *costab = *sintab = cos(d); in makeCasTable()
52 sintab += 2; in makeCasTable()
53 if (sintab > tab_() + num_ * 2) sintab = tab_() + 1; in makeCasTable()
/dports/audio/csound/csound-6.15.0/Opcodes/
H A Dptrigtbl.h40 sinwrk[i] = sintab[i]; \
70 t_s = sintab[k]; \
124 static const MYFLT sintab[20]= variable
/dports/audio/espeak/espeak-1.48.04-source/platforms/riscos/
H A DMakefile,fe171 o.wavegen: h.sintab
H A Dcopysource,feb17 copy <obey$dir>.^.src.sintab/h <obey$dir>.h.sintab fq~c
/dports/audio/espeak/espeak-1.48.04-source/platforms/windows/espeakedit/
H A Despeakedit.dsp608 SOURCE=.\src\sintab.h
/dports/audio/espeak/espeak-1.48.04-source/platforms/windows/windows_cmd/
H A Despeak.dsp174 SOURCE=.\src\sintab.h
/dports/audio/espeak/espeak-1.48.04-source/platforms/windows/windows_dll/
H A Despeak.dsp193 SOURCE=.\src\sintab.h
/dports/audio/espeak/espeak-1.48.04-source/platforms/windows/windows_sapi/
H A Dttseng.dsp240 SOURCE=.\src\sintab.h
/dports/audio/milkytracker/MilkyTracker-1.03.00/src/fx/
H A DTexturedGrid.cpp104 sintab[i] = (int)(sin((float)i/512.0f*M_PI)*65536.0f); in TexturedGrid()
172 int xOffset = /*0*/sintab[((p.x>>11)+phiFP)&1023]*32; in update()
173 int yOffset = /*0*/sintab[((p.y>>11)+phiFP)&1023]*32; in update()
H A DTexturedGrid.h43 int sintab[1024]; variable
/dports/audio/ocp/ocp-0.2.90/playgmd/
H A Dgmdplay.c118 static int16_t sintab[256]= variable
990 t->finalvol=checkvol(t->vol+((sintab[t->volvibpos]*t->volvibamp)>>9)); in DoCommand()
999 t->finalvol=checkvol(t->vol+((sintab[t->volvibpos]*t->volvibamp)>>10)); in DoCommand()
1027 t->finalpitch=checkpitch(t->finalpitch-((sintab[vpos]*t->pitchvibamp)>>6)); in DoCommand()
1041 t->finalpitch=checkpitch(t->finalpitch+((sintab[t->pitchvibpos]*t->pitchvibamp)>>8)); in DoCommand()
1050 t->finalpitch=checkpitch(t->finalpitch+((sintab[t->pitchvibpos]*t->pitchvibamp)>>8)); in DoCommand()
1397 dep=(sintab[(td->vibenvpos>>8)&0xFF]*fs->vibdepth)>>11; in PlayTick()
1539 sintab[i]=sintab[128-i]; in mpPlayModule()
1541 sintab[i]=-sintab[256-i]; in mpPlayModule()
/dports/audio/ocp/ocp-0.2.90/playit/
H A Ditplay.c97 static int8_t sintab[256] =
996 case 0: x=sintab[4*(c->vibpos&63)]>>1; break;
1014 case 0: x=sintab[4*(c->trempos&63)]>>1; break;
1039 case 0: x=sintab[c->panbrpos&255]*2; break;
1408 case 0: x=sintab[p->avibpos&255]*2; break;
/dports/audio/ocp/ocp-0.2.90/playxm/
H A Dxmplay.c219 static short sintab[256]= variable
988 ch->chFinalPitch=freqrange((( sintab[ch->chVibPos] *ch->chVibDep)>>7)+ch->chPitch); in xmpPlayTick()
1085 ch->chFinalPitch=freqrange((( sintab[ch->chVibPos] *ch->chVibDep)>>8)+ch->chPitch); in xmpPlayTick()
1128 ch->chFinalPitch=freqrange((( sintab[ch->chVibPos] *ch->chVibDep)>>8)+ch->chPitch); in xmpPlayTick()
1148 ch->chFinalVol+=(( sintab[ch->chTremPos] *ch->chTremDep)>>11); in xmpPlayTick()
1325 dep=(sintab[ch->chAVibPos>>8]*sm->vibdepth)>>11; in xmpPlayTick()
/dports/audio/praat/praat-6.2.03/external/espeak/
H A Despeak_ng_data_to_code.praat149 .espeakfiles_h$ = "error.h espeak_command.h event.h fifo.h klatt.h phoneme.h sintab.h" +
/dports/audio/rkr-lv2/rkrlv2-beta_2-2-gd8c17d3/src/
H A Dmayer_fft.C103 float fft_filter::sintab[20]= {
H A Dmayer_fft.h20 {coswrk[i]=costab[i];sinwrk[i]=sintab[i];} \
50 t_s = sintab[k]; \
99 static float sintab[20];
/dports/audio/soundtracker/soundtracker-1.0.2.1/
H A DChangeLog-v0.3274 * app/xm-player.c: Replaced sintab[] by sin().
/dports/audio/strawberry/strawberry-1.0.0/src/analyzer/
H A Dfht.cpp53 float *sintab = tab_() + num_ / 2 + 1; in makeCasTable() local
57 *costab = *sintab = cos(d); in makeCasTable()
60 sintab += 2; in makeCasTable()
61 if (sintab > tab_() + num_ * 2) sintab = tab_() + 1; in makeCasTable()
/dports/audio/twolame/twolame-0.4.0/libtwolame/
H A Dfft.c86 static const FLOAT sintab[20] = { variable
1173 t_s = sintab[k]; in fht()
/dports/comms/acfax/acfax/
H A Dmod_demod.c49 static int *sintab; /* sine wave table for FM modulator */ variable
93 sintab = (int *)malloc(1024*sizeof(int)); in modem_init()
94 if (!(sintab)) { in modem_init()
105 sintab[i] = 127.5 + 127*sin(i*PI/512.0); in modem_init()
404 *smplout++ = (char)sintab[phs >> 8]; in fm_modulate()
407 *smplout++ = (char)sintab[phs >> 8]; in fm_modulate()
/dports/comms/cqrlog/cqrlog-2.5.0/src/
H A Dgline2.pas22 var sintab:array[0..1023] of extended;
416 calc_horizontalx:= asintab[round((sintab[la]*sideclin+costab[la]*codeclin*costab[h])*999)];
483 sintab[z]:=a;
656 sideclin:=sintab[declin];

123