HomeSort by relevance Sort by last modified time
    Searched refs:_isnan (Results 51 - 73 of 73) sorted by null

1 23

  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/32/mips-r6/bits/
c++config.h 1050 /* Define to 1 if you have the `_isnan' function. */
    [all...]
  /prebuilts/ndk/r11/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/r11/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/r11/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/32/bits/
c++config.h 1050 /* Define to 1 if you have the `_isnan' function. */
    [all...]
  /prebuilts/ndk/r11/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...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/x32/bits/
c++config.h 1050 /* Define to 1 if you have the `_isnan' function. */
    [all...]
  /prebuilts/ndk/r13/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/r13/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/r13/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/r13/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/r13/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/r13/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/r13/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...]
  /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...]
  /prebuilts/ndk/r11/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/ndk/r13/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-w64-mingw32-4.8/x86_64-w64-mingw32/include/
math.h 304 _CRTIMP int __cdecl _isnan (double);
    [all...]
intrin.h 425 __MACHINECE(int _isnan(double))
    [all...]
  /external/fmtlib/fmt/
format.h 355 inline DummyInt _isnan(...) { return DummyInt(); } function in namespace:fmt::internal
394 return _isnan(static_cast<double>(x)) != 0;
    [all...]
  /external/libvpx/libwebm/mkvparser/
mkvparser.cc 11 #include <float.h> // _isnan() / _finite()
30 inline bool isnan(double val) { return !!_isnan(val); }
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/mkvparser/
mkvparser.cc 11 #include <float.h> // _isnan() / _finite()
31 inline bool isnan(double val) { return !!_isnan(val); }
    [all...]
  /external/mesa3d/src/compiler/glsl/
builtin_functions.cpp 3790 builtin_builder::_isnan(builtin_available_predicate avail, const glsl_type *type) function in class:builtin_builder
    [all...]

Completed in 2526 milliseconds

1 23