Home
last modified time | relevance | path

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

/system/media/audio_utils/tests/
Dprimitives_tests.cpp28 static const int32_t lim8pos = 255; variable
50 if (f > lim8pos) { in testClamp8()
51 EXPECT_EQ(lim8pos, uval); in testClamp8()
57 if (f < lim8pos - 1. && f > lim8neg + 1.) { in testClamp8()