Home
last modified time | relevance | path

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

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