Searched defs:num_eq (Results 1 – 2 of 2) sorted by relevance
39 #define num_eq(num1, num2) (num1.low == num2.low && num1.high == num2.high) macro