Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/beamformer/
Dmatrix.h29 T sqrt_wrapper(T x) { in sqrt_wrapper() function
34 std::complex<S> sqrt_wrapper(std::complex<S> x) { in sqrt_wrapper() function
228 data_[i] = sqrt_wrapper(data_[i]); in PointwiseSquareRoot()