Home
last modified time | relevance | path

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

/system/media/audio_utils/tests/
Dprimitives_tests.cpp29 static const int32_t lim8neg = 0; variable
52 } else if (f < lim8neg) { in testClamp8()
53 EXPECT_EQ(lim8neg, uval); in testClamp8()
57 if (f < lim8pos - 1. && f > lim8neg + 1.) { in testClamp8()