Searched defs:_STLP_PARAMS (Results 1 - 3 of 3) sorted by relevance

/prebuilts/ndk/current/sources/cxx-stl/stlport/src/
H A Dnum_put_float.cpp306 # define _STLP_PARAMS , buf, bsize macro
308 # define _STLP_PARAMS macro
311 { return _Stl_ecvtR(__STATIC_CAST(double, x), n, pt, sign _STLP_PARAMS); }
313 { return _Stl_fcvtR(__STATIC_CAST(double, x), n, pt, sign _STLP_PARAMS); }
314 # undef _STLP_PARAMS macro
/prebuilts/ndk/r11/sources/cxx-stl/stlport/src/
H A Dnum_put_float.cpp306 # define _STLP_PARAMS , buf, bsize macro
308 # define _STLP_PARAMS macro
311 { return _Stl_ecvtR(__STATIC_CAST(double, x), n, pt, sign _STLP_PARAMS); }
313 { return _Stl_fcvtR(__STATIC_CAST(double, x), n, pt, sign _STLP_PARAMS); }
314 # undef _STLP_PARAMS macro
/prebuilts/ndk/r13/sources/cxx-stl/stlport/src/
H A Dnum_put_float.cpp306 # define _STLP_PARAMS , buf, bsize macro
308 # define _STLP_PARAMS macro
311 { return _Stl_ecvtR(__STATIC_CAST(double, x), n, pt, sign _STLP_PARAMS); }
313 { return _Stl_fcvtR(__STATIC_CAST(double, x), n, pt, sign _STLP_PARAMS); }
314 # undef _STLP_PARAMS macro

Completed in 86 milliseconds