Searched refs:FP_RZ (Results 1 – 12 of 12) sorted by relevance
27 FP_RZ=1, /* round to zero (truncate) */ enumerator
22 FP_RZ=1, /* round to zero (truncate) */ enumerator
38 FP_RZ=3 /* round to zero (truncate) */ enumerator
23 FP_RZ = FSR_RD_Z, /* round to zero (truncate) */ enumerator
33 FP_RZ = (3 << 22) /* round to zero (truncate) */ enumerator
120 case FP_RZ: in round()176 case FP_RZ: /* toward 0 => never towards Inf */ in toinf()
68 { "RZ", FP_RZ, 0 },
59 FP_RZ /* truncate */ enumerator
90 float_round_to_zero = FP_RZ,
63 r = fpsetround(FP_RZ); in d2interval()