Home
last modified time | relevance | path

Searched refs:fcvtbuf (Results 1 – 4 of 4) sorted by relevance

/reactos/sdk/lib/crt/stdlib/
H A Dfcvt.c4 char *fcvtbuf (double, int, int *, int *, char *);
13 return fcvtbuf (value, ndigits, decpt, sign, fcvt_buf); in _fcvt()
H A Dfcvtbuf.c123 char *fcvtbuf(double arg, int ndigits, int *decpt, int *sign, char *buf) in fcvtbuf() function
H A Dstdlib.cmake21 stdlib/fcvtbuf.c
/reactos/sdk/lib/3rdparty/stlport/src/
H A Dnum_put_float.cpp219 { return fcvtbuf(x, n, pt, sign, buf); } in _Stl_fcvtR()
227 { return fcvtbuf(x, n, pt, sign, buf); } in _Stl_fcvtR()