HomeSort by relevance Sort by last modified time
    Searched full:_isnan (Results 26 - 50 of 61) sorted by null

12 3

  /ndk/sources/cxx-stl/stlport/src/
num_put_float.cpp 156 static inline bool _Stl_is_inf(double x) { return _Stl_is_nan_or_inf(x) && !_isnan(x);}
159 static inline bool _Stl_is_neg_nan(double x) { return _isnan(x) && _copysign(1., x) < 0 ; }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
c++config.h 1046 /* Define to 1 if you have the `_isnan' function. */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
c++config.h 1046 /* Define to 1 if you have the `_isnan' function. */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
c++config.h 1046 /* Define to 1 if you have the `_isnan' function. */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
c++config.h 1046 /* Define to 1 if you have the `_isnan' function. */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
c++config.h 1046 /* Define to 1 if you have the `_isnan' function. */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
c++config.h 1046 /* Define to 1 if you have the `_isnan' function. */
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/
c++config.h 1050 /* Define to 1 if you have the `_isnan' function. */
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/
c++config.h 1050 /* Define to 1 if you have the `_isnan' function. */
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/
c++config.h 1050 /* Define to 1 if you have the `_isnan' function. */
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/
c++config.h 1050 /* Define to 1 if you have the `_isnan' function. */
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips32r6/include/bits/
c++config.h 1050 /* Define to 1 if you have the `_isnan' function. */
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/
c++config.h 1050 /* Define to 1 if you have the `_isnan' function. */
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/
c++config.h 1050 /* Define to 1 if you have the `_isnan' function. */
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/
c++config.h 1050 /* Define to 1 if you have the `_isnan' function. */
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/
fpclassify.hpp 142 if(::_isnan(boost::math::tools::real_cast<double>(t)))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
math.h 255 _CRTIMP int __cdecl _isnan (double);
intrin.h 355 __MACHINECE(int _isnan(double))
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
pyport.h 754 #define Py_IS_INFINITY(X) (!_finite(X) && !_isnan(X))
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
pyport.h 754 #define Py_IS_INFINITY(X) (!_finite(X) && !_isnan(X))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyport.h 754 #define Py_IS_INFINITY(X) (!_finite(X) && !_isnan(X))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyport.h 754 #define Py_IS_INFINITY(X) (!_finite(X) && !_isnan(X))
    [all...]
  /external/opencv/cxcore/include/
cxtypes.h 272 return _isnan(value);
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvparser.cpp 12 #include <float.h> // _isnan() / _finite()
32 inline bool isnan(double val) { return !!_isnan(val); }
    [all...]
  /external/libvpx/libwebm/mkvparser/
mkvparser.cc 11 #include <float.h> // _isnan() / _finite()
30 inline bool isnan(double val) { return !!_isnan(val); }
    [all...]

Completed in 1272 milliseconds

12 3