Searched refs:GIM_SWAP_NUMBERS (Results 1 – 5 of 5) sorted by relevance
113 #define GIM_SWAP_NUMBERS(a,b){ \ macro
180 GIM_SWAP_NUMBERS(isect0,isect1); in sort_isect()181 GIM_SWAP_NUMBERS(e0,e1); in sort_isect()
422 GIM_SWAP_NUMBERS(_M[0],_M[1]); in SEGMENT_COLLISION()506 if(a0 > a1) GIM_SWAP_NUMBERS(a0, a1); in BOX_AXIS_INTERSECT()
94 GIM_SWAP_NUMBERS((b)[0],(a)[0]);\95 GIM_SWAP_NUMBERS((b)[1],(a)[1]);\96 GIM_SWAP_NUMBERS((b)[2],(a)[2]);\
108 GIM_SWAP_NUMBERS(pmin,pmax); \