Home
last modified time | relevance | path

Searched refs:fcvt (Results 1 – 9 of 9) sorted by relevance

/reactos/sdk/tools/mkisofs/schilytools/libschily/
H A Dfconv.c33 extern char *fcvt __PR((double, int, int *, int *));
179 #define fcvt js_fcvt macro
320 b = fcvt(val, ndigits, &decpt, &sign);
390 #define fcvt qfcvt macro
/reactos/sdk/lib/crt/stdlib/
H A Dstdlib.cmake20 stdlib/fcvt.c
/reactos/sdk/lib/ucrt/convert/
H A Dconvert.cmake11 convert/fcvt.cpp
/reactos/sdk/lib/crt/
H A Dmoldname-msvcrt.def24 fcvt==_fcvt
H A Doldnames-msvcrt.S81 CREATE_ALIAS fcvt, _fcvt
/reactos/sdk/lib/3rdparty/stlport/src/
H A Dnum_put_float.cpp270 { return fcvt(x, n, pt, sign); } in _Stl_fcvtR()
339 { return fcvt(x, n, pt, sign); } in _Stl_fcvtR()
344 { return fcvt(x, n, pt, sign); } in _Stl_fcvtR()
/reactos/sdk/include/crt/
H A Dstdlib.h1364 fcvt(
/reactos/sdk/include/ucrt/
H A Dstdlib.h1301 _ACRTIMP char* __cdecl fcvt(
/reactos/sdk/lib/3rdparty/stlport/etc/
H A DChangeLog1576 - Generalize synchronization code arround the ecvt/fcvt functions when
1583 to platform specific ecvt/fcvt functions. Thanks to this modification, this
1586 the necessary ecvt/fcvt functions for long double. Emulation is based on
1588 - In __write_floatT function, fix size of static buffer used by _Stl_ecvt/fcvt