HomeSort by: relevance | last modified time | path
    Searched defs:round_int (Results 1 - 2 of 2) sorted by relevancy

  /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);

Completed in 23 milliseconds