Searched refs:fcvt (Results 1 – 9 of 9) sorted by relevance
/reactos/sdk/tools/mkisofs/schilytools/libschily/ |
H A D | fconv.c | 33 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 D | stdlib.cmake | 20 stdlib/fcvt.c
|
/reactos/sdk/lib/ucrt/convert/ |
H A D | convert.cmake | 11 convert/fcvt.cpp
|
/reactos/sdk/lib/crt/ |
H A D | moldname-msvcrt.def | 24 fcvt==_fcvt
|
H A D | oldnames-msvcrt.S | 81 CREATE_ALIAS fcvt, _fcvt
|
/reactos/sdk/lib/3rdparty/stlport/src/ |
H A D | num_put_float.cpp | 270 { 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 D | stdlib.h | 1364 fcvt(
|
/reactos/sdk/include/ucrt/ |
H A D | stdlib.h | 1301 _ACRTIMP char* __cdecl fcvt(
|
/reactos/sdk/lib/3rdparty/stlport/etc/ |
H A D | ChangeLog | 1576 - 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
|