Searched refs:FP_RM (Results 1 – 3 of 3) sorted by relevance
35 if (fpsetround(FP_RM) != -1) in test_getround()36 test_iok(fpgetround(), FP_RM); in test_getround()146 if (fpsetround(FP_RM) != -1) { in test_round()171 if (fpsetround(FP_RM) != -1) { in test_round()
38 case 2: return FP_RM; in frm_fp_rnd()126 case FP_RM: new_rm = 2; break; in fpsetround()
49 #define FP_RM 1 /* Round down */ macro