Home
last modified time | relevance | path

Searched defs:isinf (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
Dmath_win32.h29 _LIBCPP_ALWAYS_INLINE bool isinf( double num ) in isinf() function
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cmath.h547 template<typename _Tp> inline int isinf(_Tp __f) { return __capture_isinf(__f); } in isinf() function