Searched defs:ndec (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/ntp/libntp/ |
H A D | dofptoa.c | 14 short ndec, in dofptoa() 123 short ndec in fptoa() 143 short ndec in fptoms()
|
H A D | dolfptoa.c | 15 short ndec, in dolfptoa() 141 short ndec in mfptoa() 159 short ndec in mfptoms()
|
H A D | atolfp.c | 39 int ndec; in atolfp() local
|
/freebsd-src/contrib/ntp/include/ |
H A D | ntp_fp.h | 371 #define lfptoa(fpv, ndec) mfptoa((fpv)->l_ui, (fpv)->l_uf, (ndec)) argument 372 #define lfptoms(fpv, ndec) mfptoms((fpv)->l_ui, (fpv)->l_uf, (ndec)) argument 379 #define ufptoa(fpv, ndec) dofptoa((fpv), 0, (ndec), 0) argument 380 #define ufptoms(fpv, ndec) dofptoa((fpv), 0, (ndec), 1) argument 381 #define ulfptoa(fpv, ndec) dolfptoa((fpv)->l_ui, (fpv)->l_uf, 0, (ndec), 0) argument 382 #define ulfptoms(fpv, ndec) dolfptoa((fpv)->l_ui, (fpv)->l_uf, 0, (ndec), 1) argument 383 #define umfptoa(fpi, fpf, ndec) dolfptoa((fpi), (fpf), 0, (ndec), 0) argument
|