Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/beamformer/
Dmatrix_unittest.cc209 actual_result.PointwiseSquareRoot(operand_mat); in TEST()
212 operand_mat.PointwiseSquareRoot(); in TEST()
229 actual_result.PointwiseSquareRoot(operand_mat); in TEST()
233 operand_mat.PointwiseSquareRoot(); in TEST()
Dmatrix.h226 Matrix& PointwiseSquareRoot() { in PointwiseSquareRoot() function
234 Matrix& PointwiseSquareRoot(const Matrix& operand) { in PointwiseSquareRoot() function
236 return PointwiseSquareRoot(); in PointwiseSquareRoot()