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

  /src/sys/arch/m68k/fpe/
fpu_explode.c 63 static int fpu_stof(struct fpn *fp, uint32_t i);
146 fpu_stof(struct fpn *fp, uint32_t i) function in typeref:typename:int
238 s = fpu_stof(fp, s);
  /src/sys/arch/powerpc/fpu/
fpu_explode.c 65 static int fpu_stof(struct fpn *, u_int);
174 fpu_stof(struct fpn *fp, u_int hi) function in typeref:typename:int
235 class = fpu_stof(fp, hi);
  /src/sys/arch/sparc/fpu/
fpu_explode.c 174 fpu_stof(struct fpn *fp, u_int i) function in typeref:typename:int
262 s = fpu_stof(fp, s);

Completed in 11 milliseconds