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

1 23

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/
c++config.h 998 /* Define to 1 if you have the `_finite' function. */
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86_64/include/bits/
c++config.h 998 /* Define to 1 if you have the `_finite' function. */
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/
c++config.h 1002 /* Define to 1 if you have the `_finite' function. */
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/
c++config.h 1002 /* Define to 1 if you have the `_finite' function. */
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/
c++config.h 1002 /* Define to 1 if you have the `_finite' function. */
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/
c++config.h 1002 /* Define to 1 if you have the `_finite' function. */
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips32r6/include/bits/
c++config.h 1002 /* Define to 1 if you have the `_finite' function. */
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/
c++config.h 1002 /* Define to 1 if you have the `_finite' function. */
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/
c++config.h 1002 /* Define to 1 if you have the `_finite' function. */
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/
c++config.h 1002 /* Define to 1 if you have the `_finite' 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...]
  /ndk/sources/cxx-stl/stlport/src/
num_put_float.cpp 148 static inline bool _Stl_is_nan_or_inf(double x) { return !_finite(x); }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
math.h 253 _CRTIMP int __cdecl _finite (double);
  /external/pdfium/fpdfsdk/src/jsapi/
fxjs_v8.cpp 814 return ::_finite(v);
    [all...]
  /external/eigen/unsupported/test/mpreal/
mpreal.h 77 #define IsInf(x) (!_finite(x))
    [all...]

Completed in 740 milliseconds

1 23