Home
last modified time | relevance | path

Searched defs:b (Results 13801 – 13825 of 750417) sorted by path

1...<<551552553554555556557558559560>>...30017

/dports/audio/swhplugins/ladspa-0.4.17/
H A DABOUT-NLS26 packages use GNU `gettext'. Other packages have their own ways to
H A Dladspa-util.h91 static inline float f_min(float x, float b) in f_min()
101 static inline float f_clamp(float x, float a, float b) in f_clamp()
129 #define LIN_INTERP(f,a,b) ((a) + (f) * ((b) - (a))) argument
/dports/audio/swhplugins/ladspa-0.4.17/gsm/
H A Dlong_term.c362 register float a = lp[-8], b = lp[-7], c = lp[-6], variable
370 # define STEP(K, a, b, c, d, e, f, g, h) \ argument
528 register float a = lp[-8], b = lp[-7], c = lp[-6], variable
536 # define STEP(K, a, b, c, d, e, f, g, h) \ argument
742 register float a = lp[-8], b = lp[-7], c = lp[-6], variable
750 # define STEP(K, a, b, c, d, e, f, g, h) \ argument
H A Dprivate.h102 #define GSM_MULT_R(a, b) /* word a, word b, !(a == b == MIN_WORD) */ \ argument
105 # define GSM_MULT(a,b) /* word a, word b, !(a == b == MIN_WORD) */ \ argument
108 # define GSM_L_MULT(a, b) /* word a, word b */ \ argument
111 # define GSM_L_ADD(a, b) \ argument
126 #define GSM_ADD(a, b) \ argument
130 # define GSM_SUB(a, b) \ argument
262 # define gsm_debug_words(a, b, c, d) /* nil */ argument
263 # define gsm_debug_longwords(a, b, c, d) /* nil */ argument
264 # define gsm_debug_word(a, b) /* nil */ argument
265 # define gsm_debug_longword(a, b) /* nil */ argument
H A Dproto.h41 # define P2(x, a, b) (a, b) argument
42 # define P3(x, a, b, c) (a, b, c) argument
43 # define P4(x, a, b, c, d) (a, b, c, d) argument
44 # define P5(x, a, b, c, d, e) (a, b, c, d, e) argument
45 # define P6(x, a, b, c, d, e, f) (a, b, c, d, e, f) argument
46 # define P7(x, a, b, c, d, e, f, g) (a, b, c, d, e, f, g) argument
55 # define P2(x, a, b) x a; b; argument
56 # define P3(x, a, b, c) x a; b; c; argument
57 # define P4(x, a, b, c, d) x a; b; c; d; argument
58 # define P5(x, a, b, c, d, e) x a; b; c; d; e; argument
[all …]
H A Dunproto.h14 #undef P1
15 #undef P2
21 #undef P8
22
23 #endif /* PROTO_H */
/dports/audio/swhplugins/ladspa-0.4.17/gverb/
H A Dgverb.c42 int a,b,c,cc,d,dd,e; in gverb_new() local
H A Dgverb.h96 static inline void gverb_fdnmatrix(float *a, float *b) in gverb_fdnmatrix()
/dports/audio/swhplugins/ladspa-0.4.17/util/
H A Dblo.h68 blo_fixp om; in ls_set_params()
93 static inline void blo_hs_set_freq(blo_h_osc *this, const float f)
H A Dbuffer.h9 static inline void buffer_sub(const float* a, const float *b, float *c, int cnt) { in buffer_sub()
H A Diir.h14 #define MIN(a, b) ((a)<(b)?(a):(b)) argument
17 #define MAX(a, b) ((a)>(b)?(a):(b)) argument
H A Dwaveguide_nl.h110 float b; in waveguide_nl_process() local
/dports/audio/synthpod-lv2/synthpod-01aad91/app/
H A Dsynthpod_app_private.h239 double b; member
/dports/audio/synthpod-lv2/synthpod-01aad91/bin/
H A Dsynthpod_jack.c594 _replace(char* str, const char* a, const char* b) in _replace()
/dports/audio/synthpod-lv2/synthpod-01aad91/canvas.lv2/canvas.lv2/
H A Drender_cairo.h147 const float b = (float)((*v >> 8) & 0xff) / 0xff; in _lv2_canvas_render_style() local
H A Drender_nanovg.h167 const uint8_t b = (*v >> 8) & 0xff; in _lv2_canvas_render_style() local
/dports/audio/synthpod-lv2/synthpod-01aad91/mapper.lv2/test/
H A Drandom.c136 unsigned long a=genrand_int32(o)>>5, b=genrand_int32(o)>>6; in genrand_res53() local
/dports/audio/synthpod-lv2/synthpod-01aad91/netatom.lv2/test/
H A Dnetatom_test.c224 const uint8_t b [8] = {0x0, 0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7}; in main() local
/dports/audio/synthpod-lv2/synthpod-01aad91/nuklear/demo/allegro5/
H A Dmain.c29 #define MIN(a,b) ((a) < (b) ? (a) : (b)) argument
30 #define MAX(a,b) ((a) < (b) ? (b) : (a)) argument
/dports/audio/synthpod-lv2/synthpod-01aad91/nuklear/demo/
H A Dcalculator.c11 static double a = 0, b = 0; in calculator() local
H A Dnode_editor.c310 struct nk_rect b = nk_layout_space_rect_to_screen(ctx, it->bounds); in node_editor() local
H A Doverview.c1075 static float a = 100, b = 100, c = 100; in overview() local
1162 static float a = 100, b = 100, c = 100; in overview() local
/dports/audio/synthpod-lv2/synthpod-01aad91/nuklear/demo/sdl_opengles2/
H A Dmain.c32 #define MIN(a,b) ((a) < (b) ? (a) : (b)) argument
33 #define MAX(a,b) ((a) < (b) ? (b) : (a)) argument
/dports/audio/synthpod-lv2/synthpod-01aad91/nuklear/demo/x11_opengl3/
H A Dnuklear_xlib_gl3.h217 nk_x11_stricmpn(const char *a, const char *b, int len) in nk_x11_stricmpn()
/dports/audio/synthpod-lv2/synthpod-01aad91/nuklear/demo/x11_rawfb/
H A Dmain.c59 #define MIN(a,b) ((a) < (b) ? (a) : (b)) argument
60 #define MAX(a,b) ((a) < (b) ? (b) : (a)) argument

1...<<551552553554555556557558559560>>...30017