Searched refs:abs_int (Results 1 – 2 of 2) sorted by relevance
113 static inline int abs_int (int val);295 abs_int (int val) in abs_int() function327 red = abs_int (cos_from_table ((red + edge_a) + ((red * edge_b) / 2))); in transform()328 green = abs_int (cos_from_table ( in transform()330 blue = abs_int (cos_from_table ((blue + edge_a) + ((blue * edge_b) / 2))); in transform()
53 BOOST_AUTO_TEST_CASE(abs_int) in BOOST_AUTO_TEST_CASE() argument