Searched refs:fpf (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/ntp/libntp/ |
| H A D | dolfptoa.c | 140 u_int32 fpf, in mfptoa() argument 148 M_NEG(fpi, fpf); in mfptoa() 151 return dolfptoa(fpi, fpf, (isneg?'-':'+'), ndec, FALSE); in mfptoa() 158 u_int32 fpf, in mfptoms() argument 166 M_NEG(fpi, fpf); in mfptoms() 169 return dolfptoa(fpi, fpf, (isneg?'-':'+'), ndec, TRUE); in mfptoms()
|
| /src/contrib/ntp/include/ |
| H A D | ntp_fp.h | 383 #define umfptoa(fpi, fpf, ndec) dolfptoa((fpi), (fpf), 0, (ndec), 0) argument
|
| /src/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()
|