Home
last modified time | relevance | path

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

/system/media/audio_utils/tests/
Dprimitives_tests.cpp32 static const int32_t lim24pos = (1 << 23) - 1; variable
88 if (f > lim24pos) { in testClamp24()
89 EXPECT_EQ(lim24pos, ival); in testClamp24()
95 if (f < lim24pos - 1. && f > lim24neg + 1.) { in testClamp24()
718 outi32ary, in1i32ary, in2i32ary, size, lim24neg, lim24pos); in checkAddedClampedp24()
820 q8_23ary, q8_23ref, q8_23add, 65536, lim24neg, lim24pos); in TEST()