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

  /external/stlport/stlport/stl/
_cmath.h 538 template<typename _Tp> inline int __capture_isnan(_Tp __f) { return isnan(__f); } function in namespace:__captured
548 template<typename _Tp> inline int isnan(_Tp __f) { return __capture_isnan(__f); }
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 538 template<typename _Tp> inline int __capture_isnan(_Tp __f) { return isnan(__f); } function in namespace:__captured
548 template<typename _Tp> inline int isnan(_Tp __f) { return __capture_isnan(__f); }
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 538 template<typename _Tp> inline int __capture_isnan(_Tp __f) { return isnan(__f); } function in namespace:__captured
548 template<typename _Tp> inline int isnan(_Tp __f) { return __capture_isnan(__f); }
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 538 template<typename _Tp> inline int __capture_isnan(_Tp __f) { return isnan(__f); } function in namespace:__captured
548 template<typename _Tp> inline int isnan(_Tp __f) { return __capture_isnan(__f); }
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 538 template<typename _Tp> inline int __capture_isnan(_Tp __f) { return isnan(__f); } function in namespace:__captured
548 template<typename _Tp> inline int isnan(_Tp __f) { return __capture_isnan(__f); }
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 538 template<typename _Tp> inline int __capture_isnan(_Tp __f) { return isnan(__f); } function in namespace:__captured
548 template<typename _Tp> inline int isnan(_Tp __f) { return __capture_isnan(__f); }
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_cmath.h 538 template<typename _Tp> inline int __capture_isnan(_Tp __f) { return isnan(__f); } function in namespace:__captured
548 template<typename _Tp> inline int isnan(_Tp __f) { return __capture_isnan(__f); }

Completed in 165 milliseconds