Home
last modified time | relevance | path

Searched defs:VectorMath (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/webrtc/modules/audio_processing/aec3/
H A Dvector_math_unittest.cc23 TEST(VectorMath, Sqrt) { in TEST() argument
42 TEST(VectorMath, Multiply) { in TEST() argument
61 TEST(VectorMath, Accumulate) { in TEST() argument
82 TEST(VectorMath, Sse2Sqrt) { in TEST() argument
104 TEST(VectorMath, Avx2Sqrt) { in TEST() argument
126 TEST(VectorMath, Sse2Multiply) { in TEST() argument
147 TEST(VectorMath, Avx2Multiply) { in TEST() argument
168 TEST(VectorMath, Sse2Accumulate) { in TEST() argument
188 TEST(VectorMath, Avx2Accumulate) { in TEST() argument
H A Dvector_math.h39 explicit VectorMath(Aec3Optimization optimization) in VectorMath() function
/aosp_15_r20/external/webrtc/modules/audio_processing/agc2/rnn_vad/
H A Dvector_math.h39 explicit VectorMath(AvailableCpuFeatures cpu_features) in VectorMath() function
/aosp_15_r20/external/libchrome/ui/gfx/geometry/
H A Dpoint_unittest.cc169 TEST(PointTest, VectorMath) { in TEST() argument