/src/sys/arch/powerpc/fpu/ |
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) function in typeref:typename:int 268 i += round_int(fp, &tmp_cx, rn, sign, i & 1); 320 i += round_int(fp, &tmp_cx, rn, sign, i & 1);
|
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) function in typeref:typename:int 268 i += round_int(fp, &tmp_cx, rn, sign, i & 1); 320 i += round_int(fp, &tmp_cx, rn, sign, i & 1);
|