Home
last modified time | relevance | path

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

/system/media/audio_utils/tests/
Dprimitives_tests.cpp30 static const int32_t lim16pos = (1 << 15) - 1; variable
69 if (f > lim16pos) { in testClamp16()
70 EXPECT_EQ(lim16pos, ival); in testClamp16()
76 if (f < lim16pos - 1. && f > lim16neg + 1.) { in testClamp16()
754 lim16pos); in TEST()