Searched defs:_Stl_ecvtR (Results 1 – 1 of 1) sorted by relevance
/reactos/sdk/lib/3rdparty/stlport/src/ |
H A D | num_put_float.cpp | 216 static inline char* _Stl_ecvtR(double x, int n, int* pt, int* sign, char* buf) in _Stl_ecvtR() function 243 static inline char* _Stl_ecvtR(double x, int n, int* pt, int* sign, char* buf) in _Stl_ecvtR() function 267 static inline char* _Stl_ecvtR(double x, int n, int* pt, int* sign) in _Stl_ecvtR() function 272 static inline char* _Stl_ecvtR(long double x, int n, int* pt, int* sign) in _Stl_ecvtR() function 279 static inline char* _Stl_ecvtR(double x, int n, int* pt, int* sign, char* buf) in _Stl_ecvtR() function 322 static inline char* _Stl_ecvtR(double x, int n, int* pt, int* sign, char* buf) in _Stl_ecvtR() function 336 static inline char* _Stl_ecvtR(double x, int n, int* pt, int* sign) in _Stl_ecvtR() function 341 static inline char* _Stl_ecvtR(long double x, int n, int* pt, int* sign) in _Stl_ecvtR() function 378 static inline char* _Stl_ecvtR(double x, int n, int* pt, int* sign, char*) in _Stl_ecvtR() function 383 static inline char* _Stl_ecvtR(long double x, int n, int* pt, int* sign, char*) in _Stl_ecvtR() function [all …]
|