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

  /src/sys/arch/m68k/fpe/
fpu_implode.c 64 static uint32_t fpu_ftox(struct fpemu *fe, struct fpn *fp, uint32_t *);
386 fpu_ftox(struct fpemu *fe, struct fpn *fp, uint32_t *res) function in typeref:typename:uint32_t
478 space[0] = fpu_ftox(fe, fp, space);
  /src/sys/arch/sparc/fpu/
fpu_implode.c 245 fpu_ftox(struct fpemu *fe, struct fpn *fp, u_int *res) function in typeref:typename:u_int
502 space[0] = fpu_ftox(fe, fp, space);
  /src/sys/arch/powerpc/fpu/
fpu_implode.c 68 static uint64_t fpu_ftox(struct fpemu *, struct fpn *, int *, int);
286 fpu_ftox(struct fpemu *fe, struct fpn *fp, int *cx, int rn) function in typeref:typename:uint64_t
530 *p = fpu_ftox(fe, fp, &cx, rn);

Completed in 31 milliseconds