Searched refs:fpf (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/ntp/libntp/ |
H A D | dolfptoa.c | 140 u_int32 fpf, in mfptoa() 148 M_NEG(fpi, fpf); in mfptoa() 151 return dolfptoa(fpi, fpf, (isneg?'-':'+'), ndec, FALSE); in mfptoa() 158 u_int32 fpf, in mfptoms() 166 M_NEG(fpi, fpf); in mfptoms() 169 return dolfptoa(fpi, fpf, (isneg?'-':'+'), ndec, TRUE); in mfptoms() 142 mfptoa(u_int32 fpi,u_int32 fpf,short ndec) mfptoa() argument 160 mfptoms(u_int32 fpi,u_int32 fpf,short ndec) mfptoms() argument
|
/freebsd/contrib/ntp/include/ |
H A D | ntp_fp.h | 383 #define umfptoa(fpi, fpf, ndec) dolfptoa((fpi), (fpf), 0, (ndec), 0) argument
|
/freebsd/sys/powerpc/fpu/ |
H A D | fpu_emu.c | 183 fpu_emulate(struct trapframe *frame, struct fpu *fpf) in fpu_emulate() argument 190 fe.fe_fpstate = fpf; in fpu_emulate()
|