Searched refs:COMP_A_lt_B (Results 1 – 2 of 2) sorted by relevance
48 SIGN_POS) ? COMP_A_lt_B : COMP_A_gt_B); in compare()51 SIGN_POS) ? COMP_A_lt_B : COMP_A_gt_B) in compare()56 SIGN_POS) ? COMP_A_gt_B : COMP_A_lt_B); in compare()59 SIGN_POS) ? COMP_A_gt_B : COMP_A_lt_B) in compare()66 SIGN_POS) ? COMP_A_gt_B : COMP_A_lt_B); in compare()69 SIGN_POS) ? COMP_A_gt_B : COMP_A_lt_B) in compare()75 SIGN_POS) ? COMP_A_gt_B : COMP_A_lt_B); in compare()81 SIGN_POS) ? COMP_A_lt_B : COMP_A_gt_B); in compare()84 SIGN_POS) ? COMP_A_lt_B : COMP_A_gt_B) in compare()117 return ((st0_sign == SIGN_POS) ? COMP_A_gt_B : COMP_A_lt_B) in compare()[all …]
44 #define COMP_A_lt_B 3 macro