Searched refs:round_int (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/arch/powerpc/fpu/ |
H A D | fpu_implode.c | 65 static int round_int(struct fpn *, int *, int, int, int); 197 round_int(struct fpn *fp, int *cx, int rn, int sign, int odd) in round_int() function 268 i += round_int(fp, &tmp_cx, rn, sign, i & 1); in fpu_ftoi() 320 i += round_int(fp, &tmp_cx, rn, sign, i & 1); in fpu_ftox()
|