Searched refs:COMP_A_lt_B (Results 1 – 2 of 2) sorted by relevance
47 SIGN_POS) ? COMP_A_lt_B : COMP_A_gt_B); in compare()50 SIGN_POS) ? COMP_A_lt_B : COMP_A_gt_B) in compare()55 SIGN_POS) ? COMP_A_gt_B : COMP_A_lt_B); in compare()58 SIGN_POS) ? COMP_A_gt_B : COMP_A_lt_B) in compare()65 SIGN_POS) ? COMP_A_gt_B : COMP_A_lt_B); in compare()68 SIGN_POS) ? COMP_A_gt_B : COMP_A_lt_B) in compare()74 SIGN_POS) ? COMP_A_gt_B : COMP_A_lt_B); in compare()80 SIGN_POS) ? COMP_A_lt_B : COMP_A_gt_B); in compare()83 SIGN_POS) ? COMP_A_lt_B : COMP_A_gt_B) in compare()116 return ((st0_sign == SIGN_POS) ? COMP_A_gt_B : COMP_A_lt_B) in compare()[all …]
43 #define COMP_A_lt_B 3 macro