Lines Matching refs:float
31 ; void vector_fmul(float *dst, const float *src0, const float *src1, int len)
95 ; void ff_vector_fmac_scalar(float *dst, const float *src, float mul, int len)
159 ; void ff_vector_fmul_scalar(float *dst, const float *src, float mul, int len)
294 ; vector_fmul_window(float *dst, const float *src0,
295 ; const float *src1, const float *win, int len);
329 ; vector_fmul_add(float *dst, const float *src0, const float *src1,
330 ; const float *src2, int len)
370 ; void vector_fmul_reverse(float *dst, const float *src0, const float *src1,
418 ; float scalarproduct_float_sse(const float *v1, const float *v2, int len)
444 ; void ff_butterflies_float(float *src0, float *src1, int len);