Searched refs:_STLP_PARAMS (Results 1 – 1 of 1) sorted by relevance
/ndk/sources/cxx-stl/stlport/src/ |
D | num_put_float.cpp | 306 # define _STLP_PARAMS , buf, bsize macro 308 # define _STLP_PARAMS macro 311 { return _Stl_ecvtR(__STATIC_CAST(double, x), n, pt, sign _STLP_PARAMS); } in _Stl_ecvtR() 313 { return _Stl_fcvtR(__STATIC_CAST(double, x), n, pt, sign _STLP_PARAMS); } in _Stl_fcvtR() 314 # undef _STLP_PARAMS
|