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

  /external/stlport/src/
num_put_float.cpp 306 # define _STLP_PARAMS , buf, bsize
308 # define _STLP_PARAMS
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
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
num_put_float.cpp 305 # define _STLP_PARAMS , buf, bsize
307 # define _STLP_PARAMS
310 { return _Stl_ecvtR(__STATIC_CAST(double, x), n, pt, sign _STLP_PARAMS); }
312 { return _Stl_fcvtR(__STATIC_CAST(double, x), n, pt, sign _STLP_PARAMS); }
313 # undef _STLP_PARAMS
    [all...]

Completed in 91 milliseconds