Searched refs:_STLP_BUF_PARAMS (Results 1 - 1 of 1) sorted by relevance

/external/stlport/src/
H A Dnum_put_float.cpp293 # 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) argument
302 static inline char* _Stl_fcvtR(double x, int n, int* pt, int* sign _STLP_BUF_PARAMS) argument
310 static inline char* _Stl_ecvtR(long double x, int n, int* pt, int* sign _STLP_BUF_PARAMS) argument
312 static inline char* _Stl_fcvtR(long double x, int n, int* pt, int* sign _STLP_BUF_PARAMS) argument
317 # undef _STLP_BUF_PARAMS macro

Completed in 317 milliseconds