Home
last modified time | relevance | path

Searched refs:vec_dot_prodf (Results 1 – 8 of 8) sorted by relevance

/dports/net/iaxmodem/iaxmodem-1.2.0/lib/spandsp/src/spandsp/
H A Dvector_float.h108 float vec_dot_prodf(const float x[], const float y[], int n);
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/spandsp/src/
H A Dvector_float.c776 SPAN_DECLARE(float) vec_dot_prodf(const float x[], const float y[], int n) in vec_dot_prodf() function
813 SPAN_DECLARE(float) vec_dot_prodf(const float x[], const float y[], int n) in vec_dot_prodf() function
856 z = vec_dot_prodf(&x[pos], &y[0], n - pos); in vec_circular_dot_prodf()
857 z += vec_dot_prodf(&x[0], &y[n - pos], pos); in vec_circular_dot_prodf()
/dports/comms/spandsp/spandsp-284fe91/src/
H A Dvector_float.c776 SPAN_DECLARE(float) vec_dot_prodf(const float x[], const float y[], int n) in vec_dot_prodf() function
813 SPAN_DECLARE(float) vec_dot_prodf(const float x[], const float y[], int n) in vec_dot_prodf() function
856 z = vec_dot_prodf(&x[pos], &y[0], n - pos); in vec_circular_dot_prodf()
857 z += vec_dot_prodf(&x[0], &y[n - pos], pos); in vec_circular_dot_prodf()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/spandsp/src/spandsp/
H A Dvector_float.h159 SPAN_DECLARE(float) vec_dot_prodf(const float x[], const float y[], int n);
/dports/comms/spandsp/spandsp-284fe91/src/spandsp/
H A Dvector_float.h159 SPAN_DECLARE(float) vec_dot_prodf(const float x[], const float y[], int n);
/dports/net/iaxmodem/iaxmodem-1.2.0/lib/spandsp/src/
H A Dvector_float.c309 float vec_dot_prodf(const float x[], const float y[], int n) in vec_dot_prodf() function
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/spandsp/tests/
H A Dvector_float_tests.c346 zsa = vec_dot_prodf(x, y, i); in test_vec_dot_prodf()
/dports/comms/spandsp/spandsp-284fe91/tests/
H A Dvector_float_tests.c346 zsa = vec_dot_prodf(x, y, i); in test_vec_dot_prodf()