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

  /external/stlport/stlport/stl/
_cmath.h 539 template<typename _Tp> inline int __capture_signbit(_Tp __f) { return signbit(__f); } function in namespace:__captured
549 template<typename _Tp> inline int signbit(_Tp __f) { return __capture_signbit(__f); }
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 539 template<typename _Tp> inline int __capture_signbit(_Tp __f) { return signbit(__f); } function in namespace:__captured
549 template<typename _Tp> inline int signbit(_Tp __f) { return __capture_signbit(__f); }
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 539 template<typename _Tp> inline int __capture_signbit(_Tp __f) { return signbit(__f); } function in namespace:__captured
549 template<typename _Tp> inline int signbit(_Tp __f) { return __capture_signbit(__f); }
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 539 template<typename _Tp> inline int __capture_signbit(_Tp __f) { return signbit(__f); } function in namespace:__captured
549 template<typename _Tp> inline int signbit(_Tp __f) { return __capture_signbit(__f); }
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 539 template<typename _Tp> inline int __capture_signbit(_Tp __f) { return signbit(__f); } function in namespace:__captured
549 template<typename _Tp> inline int signbit(_Tp __f) { return __capture_signbit(__f); }
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 539 template<typename _Tp> inline int __capture_signbit(_Tp __f) { return signbit(__f); } function in namespace:__captured
549 template<typename _Tp> inline int signbit(_Tp __f) { return __capture_signbit(__f); }

Completed in 143 milliseconds