Home
last modified time | relevance | path

Searched refs:f_sin (Results 1 – 25 of 68) sorted by relevance

123

/dports/audio/rkr-lv2/rkrlv2-beta_2-2-gd8c17d3/src/
H A DEffectLFO.C146 tmpv = 0.33f * f_sin(x); in getlfoshape()
147 out = f_sin(f_sin(x*D_PI)*x/tmpv); in getlfoshape()
151 out=f_sin(tmpv+f_sin(2.0f*tmpv)); in getlfoshape()
155 out=f_sin(tmpv+f_sin(tmpv)); in getlfoshape()
199 if(x<=0.5f) out = -f_sin(x*D_PI); in getlfoshape()
208 if(x<=0.5f) out = -f_sin(x*D_PI); in getlfoshape()
H A DWaveshaper.C150 tmpv = f_sin (ws) + 0.1f; in waveshapesmps()
154 temps[i] = f_sin (temps[i] * (0.1f + ws - ws * temps[i])) / tmpv; in waveshapesmps()
172 tmpv = f_sin (ws); in waveshapesmps()
176 temps[i] = f_sin (temps[i] * ws) / tmpv; in waveshapesmps()
186 tmpv = f_sin (ws); in waveshapesmps()
190 temps[i] = asinf (f_sin (temps[i] * ws)) / tmpv; in waveshapesmps()
348 tmpv = f_sin (ws); in waveshapesmps()
352 temps[i]=f_sin(ws * temps[i] + f_sin( ws * 2.0f*temps[i]))/ tmpv; in waveshapesmps()
359 tmpv = f_sin (ws); in waveshapesmps()
363 temps[i]=f_sin(ws * temps[i] + f_sin(ws * temps[i])/tmpv); in waveshapesmps()
H A Df_sin.h21 f_sin(float x) in f_sin() function
49 return f_sin(p2 + x_); in f_cos()
/dports/audio/artyfx-lv2/openAV-ArtyFX-release-1.3-24-g6010d1a/src/dsp/rr/
H A DWaveshaper.cxx146 tmpv = f_sin (ws) + 0.1f; in waveshapesmps()
150 smps[i] = f_sin (smps[i] * (0.1f + ws - ws * smps[i])) / tmpv; in waveshapesmps()
168 tmpv = f_sin (ws); in waveshapesmps()
172 smps[i] = f_sin (smps[i] * ws) / tmpv; in waveshapesmps()
182 tmpv = f_sin (ws); in waveshapesmps()
186 smps[i] = asinf (f_sin (smps[i] * ws)) / tmpv; in waveshapesmps()
344 tmpv = f_sin (ws); in waveshapesmps()
348 smps[i]=f_sin(ws * smps[i] + f_sin( ws * 2.0f*smps[i]))/ tmpv; in waveshapesmps()
355 tmpv = f_sin (ws); in waveshapesmps()
359 smps[i]=f_sin(ws * smps[i] + f_sin(ws * smps[i])/tmpv); in waveshapesmps()
H A Df_sin.h21 f_sin(float x) in f_sin() function
49 return f_sin(p2 + x_); in f_cos()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/ui/tk/widgets/
H A DLSPKnob.cpp476 float f_sin = sinf(angle), f_cos = cosf(angle); in draw() local
479 c_y + (scale_out_r + 1) * f_sin, in draw()
481 c_y + r2 * f_sin, in draw()
490 float f_sin = sinf(v_angle1), f_cos = cosf(v_angle1); in draw() local
509 s->line(c_x + (knob_r * 0.25f) * f_cos, c_y + (knob_r * 0.25f) * f_sin, in draw()
510 c_x + k_r * f_cos, c_y + k_r * f_sin, 3.0f, scol); in draw()
/dports/audio/din/din-52/src/
H A Drose_milker.cc84 funktion& f_sin = *scr.pf_sin; in render() local
107 R = f_sin (ktheta); in render()
110 pi.y = center.y + R * f_sin (theta); in render()
H A Dspiraler.cc78 funktion& f_sin = *scr.pf_sin; in render() local
101 pi.y = center.y + current_radius * f_sin (theta); in render()
H A Dcircler.cc81 funktion& f_sin = *scr.pf_sin; in render() local
99 p.y = center.y + f_radius (theta) * radius * f_sin (theta); in render()
/dports/science/py-gpaw/gpaw-21.6.0/gpaw/xc/
H A Dexx.py125 self.f_sin = np.empty(shape) # occupation numbers
185 self.f_sin[s, i] = f_n
193 self.f_sin[s, i] = kpt1.f_n
204 for x_n in [self.f_sin[s, i],
220 exxvv_i = (self.exxvv_sin * self.f_sin).sum(axis=2).sum(axis=0)
221 exxvc_i = 2 * (self.exxvc_sin * self.f_sin).sum(axis=2).sum(axis=0)
/dports/databases/grass7/grass-7.8.6/lib/calc/
H A Dxsin.c19 int f_sin(int argc, const int *argt, void **args) in f_sin() function
H A Dfunction.c43 {"sin", c_double1, f_sin},
/dports/lang/php73/php-7.3.33/ext/gd/libgd/
H A Dgd_interpolation.c1666 const gdFixed f_sin = gd_ftofx(sin(-_angle)); in gdImageRotateNearestNeighbour() local
1694 gdFixed f_m = gd_mulfx(f_j,f_sin) + gd_mulfx(f_i,f_cos) + f_0_5 + f_H; in gdImageRotateNearestNeighbour()
1695 gdFixed f_n = gd_mulfx(f_j,f_cos) - gd_mulfx(f_i,f_sin) + f_0_5 + f_W; in gdImageRotateNearestNeighbour()
1723 const gdFixed f_sin = gd_ftofx(sin(-_angle)); in gdImageRotateGeneric() local
1732 const gdFixed f_slop_y = f_sin; in gdImageRotateGeneric()
1759 gdFixed f_m = gd_mulfx(f_j,f_sin) + gd_mulfx(f_i,f_cos) + f_0_5 + f_H; in gdImageRotateGeneric()
1760 gdFixed f_n = gd_mulfx(f_j,f_cos) - gd_mulfx(f_i,f_sin) + f_0_5 + f_W; in gdImageRotateGeneric()
1790 const gdFixed f_sin = gd_ftofx(sin(-_angle)); in gdImageRotateBilinear() local
1817 const gdFixed f_m = gd_mulfx(f_j,f_sin) + gd_mulfx(f_i,f_cos) + f_0_5 + f_H; in gdImageRotateBilinear()
1818 const gdFixed f_n = gd_mulfx(f_j,f_cos) - gd_mulfx(f_i,f_sin) + f_0_5 + f_W; in gdImageRotateBilinear()
[all …]
/dports/www/mod_php81/php-8.1.1/ext/gd/libgd/
H A Dgd_interpolation.c1620 const gdFixed f_sin = gd_ftofx(sin(-_angle)); in gdImageRotateNearestNeighbour() local
1648 gdFixed f_m = gd_mulfx(f_j,f_sin) + gd_mulfx(f_i,f_cos) + f_0_5 + f_H; in gdImageRotateNearestNeighbour()
1649 gdFixed f_n = gd_mulfx(f_j,f_cos) - gd_mulfx(f_i,f_sin) + f_0_5 + f_W; in gdImageRotateNearestNeighbour()
1677 const gdFixed f_sin = gd_ftofx(sin(-_angle)); in gdImageRotateGeneric() local
1686 const gdFixed f_slop_y = f_sin; in gdImageRotateGeneric()
1713 gdFixed f_m = gd_mulfx(f_j,f_sin) + gd_mulfx(f_i,f_cos) + f_0_5 + f_H; in gdImageRotateGeneric()
1714 gdFixed f_n = gd_mulfx(f_j,f_cos) - gd_mulfx(f_i,f_sin) + f_0_5 + f_W; in gdImageRotateGeneric()
1744 const gdFixed f_sin = gd_ftofx(sin(-_angle)); in gdImageRotateBilinear() local
1771 const gdFixed f_m = gd_mulfx(f_j,f_sin) + gd_mulfx(f_i,f_cos) + f_0_5 + f_H; in gdImageRotateBilinear()
1772 const gdFixed f_n = gd_mulfx(f_j,f_cos) - gd_mulfx(f_i,f_sin) + f_0_5 + f_W; in gdImageRotateBilinear()
[all …]
/dports/lang/php81/php-8.1.1/ext/gd/libgd/
H A Dgd_interpolation.c1620 const gdFixed f_sin = gd_ftofx(sin(-_angle)); in gdImageRotateNearestNeighbour() local
1648 gdFixed f_m = gd_mulfx(f_j,f_sin) + gd_mulfx(f_i,f_cos) + f_0_5 + f_H; in gdImageRotateNearestNeighbour()
1649 gdFixed f_n = gd_mulfx(f_j,f_cos) - gd_mulfx(f_i,f_sin) + f_0_5 + f_W; in gdImageRotateNearestNeighbour()
1677 const gdFixed f_sin = gd_ftofx(sin(-_angle)); in gdImageRotateGeneric() local
1686 const gdFixed f_slop_y = f_sin; in gdImageRotateGeneric()
1713 gdFixed f_m = gd_mulfx(f_j,f_sin) + gd_mulfx(f_i,f_cos) + f_0_5 + f_H; in gdImageRotateGeneric()
1714 gdFixed f_n = gd_mulfx(f_j,f_cos) - gd_mulfx(f_i,f_sin) + f_0_5 + f_W; in gdImageRotateGeneric()
1744 const gdFixed f_sin = gd_ftofx(sin(-_angle)); in gdImageRotateBilinear() local
1771 const gdFixed f_m = gd_mulfx(f_j,f_sin) + gd_mulfx(f_i,f_cos) + f_0_5 + f_H; in gdImageRotateBilinear()
1772 const gdFixed f_n = gd_mulfx(f_j,f_cos) - gd_mulfx(f_i,f_sin) + f_0_5 + f_W; in gdImageRotateBilinear()
[all …]
/dports/lang/php80/php-8.0.15/ext/gd/libgd/
H A Dgd_interpolation.c1621 const gdFixed f_sin = gd_ftofx(sin(-_angle)); in gdImageRotateNearestNeighbour() local
1649 gdFixed f_m = gd_mulfx(f_j,f_sin) + gd_mulfx(f_i,f_cos) + f_0_5 + f_H; in gdImageRotateNearestNeighbour()
1650 gdFixed f_n = gd_mulfx(f_j,f_cos) - gd_mulfx(f_i,f_sin) + f_0_5 + f_W; in gdImageRotateNearestNeighbour()
1678 const gdFixed f_sin = gd_ftofx(sin(-_angle)); in gdImageRotateGeneric() local
1687 const gdFixed f_slop_y = f_sin; in gdImageRotateGeneric()
1714 gdFixed f_m = gd_mulfx(f_j,f_sin) + gd_mulfx(f_i,f_cos) + f_0_5 + f_H; in gdImageRotateGeneric()
1715 gdFixed f_n = gd_mulfx(f_j,f_cos) - gd_mulfx(f_i,f_sin) + f_0_5 + f_W; in gdImageRotateGeneric()
1745 const gdFixed f_sin = gd_ftofx(sin(-_angle)); in gdImageRotateBilinear() local
1772 const gdFixed f_m = gd_mulfx(f_j,f_sin) + gd_mulfx(f_i,f_cos) + f_0_5 + f_H; in gdImageRotateBilinear()
1773 const gdFixed f_n = gd_mulfx(f_j,f_cos) - gd_mulfx(f_i,f_sin) + f_0_5 + f_W; in gdImageRotateBilinear()
[all …]
/dports/lang/php74/php-7.4.27/ext/gd/libgd/
H A Dgd_interpolation.c1621 const gdFixed f_sin = gd_ftofx(sin(-_angle)); in gdImageRotateNearestNeighbour() local
1649 gdFixed f_m = gd_mulfx(f_j,f_sin) + gd_mulfx(f_i,f_cos) + f_0_5 + f_H; in gdImageRotateNearestNeighbour()
1650 gdFixed f_n = gd_mulfx(f_j,f_cos) - gd_mulfx(f_i,f_sin) + f_0_5 + f_W; in gdImageRotateNearestNeighbour()
1678 const gdFixed f_sin = gd_ftofx(sin(-_angle)); in gdImageRotateGeneric() local
1687 const gdFixed f_slop_y = f_sin; in gdImageRotateGeneric()
1714 gdFixed f_m = gd_mulfx(f_j,f_sin) + gd_mulfx(f_i,f_cos) + f_0_5 + f_H; in gdImageRotateGeneric()
1715 gdFixed f_n = gd_mulfx(f_j,f_cos) - gd_mulfx(f_i,f_sin) + f_0_5 + f_W; in gdImageRotateGeneric()
1745 const gdFixed f_sin = gd_ftofx(sin(-_angle)); in gdImageRotateBilinear() local
1772 const gdFixed f_m = gd_mulfx(f_j,f_sin) + gd_mulfx(f_i,f_cos) + f_0_5 + f_H; in gdImageRotateBilinear()
1773 const gdFixed f_n = gd_mulfx(f_j,f_cos) - gd_mulfx(f_i,f_sin) + f_0_5 + f_W; in gdImageRotateBilinear()
[all …]
/dports/www/mod_php73/php-7.3.33/ext/gd/libgd/
H A Dgd_interpolation.c1666 const gdFixed f_sin = gd_ftofx(sin(-_angle)); in gdImageRotateNearestNeighbour() local
1694 gdFixed f_m = gd_mulfx(f_j,f_sin) + gd_mulfx(f_i,f_cos) + f_0_5 + f_H; in gdImageRotateNearestNeighbour()
1695 gdFixed f_n = gd_mulfx(f_j,f_cos) - gd_mulfx(f_i,f_sin) + f_0_5 + f_W; in gdImageRotateNearestNeighbour()
1723 const gdFixed f_sin = gd_ftofx(sin(-_angle)); in gdImageRotateGeneric() local
1732 const gdFixed f_slop_y = f_sin; in gdImageRotateGeneric()
1759 gdFixed f_m = gd_mulfx(f_j,f_sin) + gd_mulfx(f_i,f_cos) + f_0_5 + f_H; in gdImageRotateGeneric()
1760 gdFixed f_n = gd_mulfx(f_j,f_cos) - gd_mulfx(f_i,f_sin) + f_0_5 + f_W; in gdImageRotateGeneric()
1790 const gdFixed f_sin = gd_ftofx(sin(-_angle)); in gdImageRotateBilinear() local
1817 const gdFixed f_m = gd_mulfx(f_j,f_sin) + gd_mulfx(f_i,f_cos) + f_0_5 + f_H; in gdImageRotateBilinear()
1818 const gdFixed f_n = gd_mulfx(f_j,f_cos) - gd_mulfx(f_i,f_sin) + f_0_5 + f_W; in gdImageRotateBilinear()
[all …]
/dports/www/mod_php80/php-8.0.15/ext/gd/libgd/
H A Dgd_interpolation.c1621 const gdFixed f_sin = gd_ftofx(sin(-_angle)); in gdImageRotateNearestNeighbour() local
1649 gdFixed f_m = gd_mulfx(f_j,f_sin) + gd_mulfx(f_i,f_cos) + f_0_5 + f_H; in gdImageRotateNearestNeighbour()
1650 gdFixed f_n = gd_mulfx(f_j,f_cos) - gd_mulfx(f_i,f_sin) + f_0_5 + f_W; in gdImageRotateNearestNeighbour()
1678 const gdFixed f_sin = gd_ftofx(sin(-_angle)); in gdImageRotateGeneric() local
1687 const gdFixed f_slop_y = f_sin; in gdImageRotateGeneric()
1714 gdFixed f_m = gd_mulfx(f_j,f_sin) + gd_mulfx(f_i,f_cos) + f_0_5 + f_H; in gdImageRotateGeneric()
1715 gdFixed f_n = gd_mulfx(f_j,f_cos) - gd_mulfx(f_i,f_sin) + f_0_5 + f_W; in gdImageRotateGeneric()
1745 const gdFixed f_sin = gd_ftofx(sin(-_angle)); in gdImageRotateBilinear() local
1772 const gdFixed f_m = gd_mulfx(f_j,f_sin) + gd_mulfx(f_i,f_cos) + f_0_5 + f_H; in gdImageRotateBilinear()
1773 const gdFixed f_n = gd_mulfx(f_j,f_cos) - gd_mulfx(f_i,f_sin) + f_0_5 + f_W; in gdImageRotateBilinear()
[all …]
/dports/www/mod_php74/php-7.4.27/ext/gd/libgd/
H A Dgd_interpolation.c1621 const gdFixed f_sin = gd_ftofx(sin(-_angle)); in gdImageRotateNearestNeighbour() local
1649 gdFixed f_m = gd_mulfx(f_j,f_sin) + gd_mulfx(f_i,f_cos) + f_0_5 + f_H; in gdImageRotateNearestNeighbour()
1650 gdFixed f_n = gd_mulfx(f_j,f_cos) - gd_mulfx(f_i,f_sin) + f_0_5 + f_W; in gdImageRotateNearestNeighbour()
1678 const gdFixed f_sin = gd_ftofx(sin(-_angle)); in gdImageRotateGeneric() local
1687 const gdFixed f_slop_y = f_sin; in gdImageRotateGeneric()
1714 gdFixed f_m = gd_mulfx(f_j,f_sin) + gd_mulfx(f_i,f_cos) + f_0_5 + f_H; in gdImageRotateGeneric()
1715 gdFixed f_n = gd_mulfx(f_j,f_cos) - gd_mulfx(f_i,f_sin) + f_0_5 + f_W; in gdImageRotateGeneric()
1745 const gdFixed f_sin = gd_ftofx(sin(-_angle)); in gdImageRotateBilinear() local
1772 const gdFixed f_m = gd_mulfx(f_j,f_sin) + gd_mulfx(f_i,f_cos) + f_0_5 + f_H; in gdImageRotateBilinear()
1773 const gdFixed f_n = gd_mulfx(f_j,f_cos) - gd_mulfx(f_i,f_sin) + f_0_5 + f_W; in gdImageRotateBilinear()
[all …]
/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Dstandard.h53 void f_sin(union argument *x);
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/
H A Dstandard.h53 void f_sin(union argument *x);
/dports/math/gsl/gsl-2.7/cheb/
H A Dtest.c43 double f_sin (double x, void * p) { in f_sin() function
125 F_sin.function = f_sin; in main()
/dports/databases/grass7/grass-7.8.6/include/defs/
H A Dcalc.h50 extern func_t f_sin;
/dports/math/gsl/gsl-2.7/integration/
H A Dtests.h58 double f_sin(double x, void * params);

123