Searched defs:_STLP_BUF_PARAMS (Results 1 – 1 of 1) sorted by relevance
/ndk/sources/cxx-stl/stlport/src/ |
D | num_put_float.cpp | 293 # define _STLP_BUF_PARAMS , char* buf, size_t bsize macro 296 # define _STLP_BUF_PARAMS macro 300 static inline char* _Stl_ecvtR(double x, int n, int* pt, int* sign _STLP_BUF_PARAMS) in _Stl_ecvtR() 302 static inline char* _Stl_fcvtR(double x, int n, int* pt, int* sign _STLP_BUF_PARAMS) in _Stl_fcvtR() 310 static inline char* _Stl_ecvtR(long double x, int n, int* pt, int* sign _STLP_BUF_PARAMS) in _Stl_ecvtR() 312 static inline char* _Stl_fcvtR(long double x, int n, int* pt, int* sign _STLP_BUF_PARAMS) in _Stl_fcvtR()
|