HomeSort by relevance Sort by last modified time
    Searched refs:PointwiseSquareRoot (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/audio_processing/beamformer/
matrix.h 226 Matrix& PointwiseSquareRoot() {
234 Matrix& PointwiseSquareRoot(const Matrix& operand) {
236 return PointwiseSquareRoot();
matrix_unittest.cc 209 actual_result.PointwiseSquareRoot(operand_mat);
212 operand_mat.PointwiseSquareRoot();
229 actual_result.PointwiseSquareRoot(operand_mat);
233 operand_mat.PointwiseSquareRoot();

Completed in 49 milliseconds