Searched refs:_STLP_BUF_PARAMS (Results 1 – 1 of 1) sorted by relevance
/external/stlport/src/ |
D | num_put_float.cpp | 292 # define _STLP_BUF_PARAMS , char* buf, size_t bsize macro 295 # define _STLP_BUF_PARAMS macro 299 static inline char* _Stl_ecvtR(double x, int n, int* pt, int* sign _STLP_BUF_PARAMS) in _Stl_ecvtR() argument 301 static inline char* _Stl_fcvtR(double x, int n, int* pt, int* sign _STLP_BUF_PARAMS) in _Stl_fcvtR() argument 309 static inline char* _Stl_ecvtR(long double x, int n, int* pt, int* sign _STLP_BUF_PARAMS) in _Stl_ecvtR() argument 311 static inline char* _Stl_fcvtR(long double x, int n, int* pt, int* sign _STLP_BUF_PARAMS) in _Stl_fcvtR() argument 316 # undef _STLP_BUF_PARAMS
|