Searched refs:SIGNXY (Results 1 – 2 of 2) sorted by relevance
111 shft = SIGNXY(shft,x))
99 #define SIGNXY(x,y) (((y) < 0) ? (-1 * (x)) : (x)) macro