Lines Matching refs:d1
83 void adder_orc_add_s32 (gint32 * ORC_RESTRICT d1, const gint32 * ORC_RESTRICT s1, int n);
84 void adder_orc_add_s16 (gint16 * ORC_RESTRICT d1, const gint16 * ORC_RESTRICT s1, int n);
85 void adder_orc_add_s8 (gint8 * ORC_RESTRICT d1, const gint8 * ORC_RESTRICT s1, int n);
86 void adder_orc_add_u32 (guint32 * ORC_RESTRICT d1, const guint32 * ORC_RESTRICT s1, int n);
87 void adder_orc_add_u16 (guint16 * ORC_RESTRICT d1, const guint16 * ORC_RESTRICT s1, int n);
88 void adder_orc_add_u8 (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, int n);
89 void adder_orc_add_f32 (float * ORC_RESTRICT d1, const float * ORC_RESTRICT s1, int n);
90 void adder_orc_add_f64 (double * ORC_RESTRICT d1, const double * ORC_RESTRICT s1, int n);
91 void adder_orc_volume_u8 (guint8 * ORC_RESTRICT d1, int p1, int n);
92 void adder_orc_volume_s8 (gint8 * ORC_RESTRICT d1, int p1, int n);
93 void adder_orc_volume_u16 (guint16 * ORC_RESTRICT d1, int p1, int n);
94 void adder_orc_volume_s16 (gint16 * ORC_RESTRICT d1, int p1, int n);
95 void adder_orc_volume_u32 (guint32 * ORC_RESTRICT d1, int p1, int n);
96 void adder_orc_volume_s32 (gint32 * ORC_RESTRICT d1, int p1, int n);
97 void adder_orc_volume_f32 (float * ORC_RESTRICT d1, float p1, int n);
98 void adder_orc_volume_f64 (double * ORC_RESTRICT d1, double p1, int n);
99 void adder_orc_add_volume_u8 (guint8 * ORC_RESTRICT d1, const guint8 * ORC_RESTRICT s1, int p1, int…
100 void adder_orc_add_volume_s8 (gint8 * ORC_RESTRICT d1, const gint8 * ORC_RESTRICT s1, int p1, int n…
101 void adder_orc_add_volume_u16 (guint16 * ORC_RESTRICT d1, const guint16 * ORC_RESTRICT s1, int p1, …
102 void adder_orc_add_volume_s16 (gint16 * ORC_RESTRICT d1, const gint16 * ORC_RESTRICT s1, int p1, in…
103 void adder_orc_add_volume_u32 (guint32 * ORC_RESTRICT d1, const guint32 * ORC_RESTRICT s1, int p1, …
104 void adder_orc_add_volume_s32 (gint32 * ORC_RESTRICT d1, const gint32 * ORC_RESTRICT s1, int p1, in…
105 void adder_orc_add_volume_f32 (float * ORC_RESTRICT d1, const float * ORC_RESTRICT s1, float p1, in…
106 void adder_orc_add_volume_f64 (double * ORC_RESTRICT d1, const double * ORC_RESTRICT s1, double p1,…