Home
last modified time | relevance | path

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

/system/media/audio_utils/tests/
Dprimitives_tests.cpp31 static const int32_t lim16neg = -(1 << 15); variable
71 } else if (f < lim16neg) { in testClamp16()
72 EXPECT_EQ(lim16neg, ival); in testClamp16()
76 if (f < lim16pos - 1. && f > lim16neg + 1.) { in testClamp16()
753 checkAddedClamped(i16ary, i16ref, i16add, 65536, lim16neg, in TEST()