HomeSort by relevance Sort by last modified time
    Searched refs:_STLP_BUF_PARAMS (Results 1 - 2 of 2) sorted by null

  /external/stlport/src/
num_put_float.cpp 293 # define _STLP_BUF_PARAMS , char* buf, size_t bsize
296 # define _STLP_BUF_PARAMS
300 static inline char* _Stl_ecvtR(double x, int n, int* pt, int* sign _STLP_BUF_PARAMS)
302 static inline char* _Stl_fcvtR(double x, int n, int* pt, int* sign _STLP_BUF_PARAMS)
310 static inline char* _Stl_ecvtR(long double x, int n, int* pt, int* sign _STLP_BUF_PARAMS)
312 static inline char* _Stl_fcvtR(long double x, int n, int* pt, int* sign _STLP_BUF_PARAMS)
317 # undef _STLP_BUF_PARAMS
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
num_put_float.cpp 293 # define _STLP_BUF_PARAMS , char* buf, size_t bsize
296 # define _STLP_BUF_PARAMS
300 static inline char* _Stl_ecvtR(double x, int n, int* pt, int* sign _STLP_BUF_PARAMS)
302 static inline char* _Stl_fcvtR(double x, int n, int* pt, int* sign _STLP_BUF_PARAMS)
310 static inline char* _Stl_ecvtR(long double x, int n, int* pt, int* sign _STLP_BUF_PARAMS)
312 static inline char* _Stl_fcvtR(long double x, int n, int* pt, int* sign _STLP_BUF_PARAMS)
317 # undef _STLP_BUF_PARAMS
    [all...]

Completed in 46 milliseconds