Searched refs:FP_RN (Results 1 – 3 of 3) sorted by relevance
30 if (fpsetround(FP_RN) != -1) in test_getround()31 test_iok(fpgetround(), FP_RN); in test_getround()137 if (fpsetround(FP_RN) != -1) { in test_round()162 if (fpsetround(FP_RN) != -1) { in test_round()
34 case 0: return FP_RN; in frm_fp_rnd()122 case FP_RN: new_rm = 0; break; in fpsetround()
127 #define FP_RN 0 /* Round to nearest */ macro