Searched refs:lim16neg (Results 1 – 1 of 1) sorted by relevance
31 static const int32_t lim16neg = -(1 << 15); variable71 } 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()