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

  /src/external/bsd/ntp/dist/libntp/
dofptoa.c 1 /* $NetBSD: dofptoa.c,v 1.6 2024/08/18 20:47:13 christos Exp $ */
4 * dofptoa - do the grunge work to convert an fp number to ascii
13 dofptoa( function
138 return dofptoa(plusfp, (neg?'-':0), ndec, FALSE);
158 return dofptoa(plusfp, (neg?'-':0), ndec, TRUE);

Completed in 14 milliseconds