Home
last modified time | relevance | path

Searched defs:elementwise_clamp (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/system/media/audio/include/system/
H A Delementwise_op.h125 std::optional<T> elementwise_clamp(const T& target, const T& min, const T& max) { in elementwise_clamp() function
166 std::optional<T> elementwise_clamp(const T& target, const T& min, const T& max) { in elementwise_clamp() function
235 std::optional<T> elementwise_clamp(const T& target, const T& min, const T& max) { in elementwise_clamp() function
245 std::optional<T> elementwise_clamp(const T& target, const T& min, const T& max) { in elementwise_clamp() function
/aosp_15_r20/system/media/tests/
H A Delementwise_op_basic_tests.cpp130 TEST(ClampOpTest, elementwise_clamp) { in TEST() argument