Searched refs:FP_RN (Results 1 – 3 of 3) sorted by relevance
32 if (fpsetround(FP_RN) != -1) in test_getround()33 test_iok(fpgetround(), FP_RN); in test_getround()140 if (fpsetround(FP_RN) != -1) { in test_round()165 if (fpsetround(FP_RN) != -1) { in test_round()
36 case 0: return FP_RN; in frm_fp_rnd()124 case FP_RN: new_rm = 0; break; in fpsetround()
48 #define FP_RN 0 /* Round to nearest */ macro