Searched refs:ival2 (Results 1 – 1 of 1) sorted by relevance
77 int ival2 = clamp16_from_float(float_from_i16(ival)); in testClamp16() local78 int diff = abs(ival - ival2); in testClamp16()96 int ival2 = clamp24_from_float(float_from_q8_23(ival)); in testClamp24() local97 int diff = abs(ival - ival2); in testClamp24()