Searched refs:uval2 (Results 1 – 1 of 1) sorted by relevance
58 uint8_t uval2 = clamp8_from_float(float_from_u8(uval)); in testClamp8() local59 int diff = abs(uval - uval2); in testClamp8()