VectorMath.cpp | 85 void zvmul(const float* real1P, const float* imag1P, const float* real2P, const float* imag2P, float* realDestP, float* imagDestP, size_t framesToProcess) function in namespace:WebCore::VectorMath 97 ::zvmul(&sc1, 1, &sc2, 1, &dest, 1, framesToProcess, 1); 464 void zvmul(const float* real1P, const float* imag1P, const float* real2P, const float* imag2P, float* realDestP, float* imagDestP, size_t framesToProcess)
|