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

1 2 3

  /external/ceres-solver/include/ceres/
fpclassify.h 50 inline bool IsFinite (double x) { return _finite(x) != 0; }
51 inline bool IsInfinite(double x) { return _finite(x) == 0 && _isnan(x) == 0; }
  /external/v8/src/base/
win32-math.cc 36 return _finite(x);
  /external/libcxx/include/support/win32/
math_win32.h 29 return _finite(num) != 0;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
math_win32.h 27 return _finite(num) != 0;
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
math_win32.h 27 return _finite(num) != 0;
  /external/mesa3d/src/mesa/main/
compiler.h 84 # define finite _finite
86 # define finite _finite
  /prebuilts/misc/common/swig/include/2.0.11/typemaps/
fragments.swg 162 # define SWIG_isfinite(X) (_finite(X))
  /external/skia/include/core/
SkFloatingPoint.h 105 #define sk_float_isfinite(x) _finite(x)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
float.h 284 _CRTIMP int __cdecl __MINGW_NOTHROW _finite (double);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 805 /* Define to 1 if you have the `_finite' function. */
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 805 /* Define to 1 if you have the `_finite' function. */
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 805 /* Define to 1 if you have the `_finite' function. */
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 805 /* Define to 1 if you have the `_finite' function. */
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
c++config.h 805 /* Define to 1 if you have the `_finite' function. */
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 805 /* Define to 1 if you have the `_finite' function. */
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 805 /* Define to 1 if you have the `_finite' function. */
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
c++config.h 805 /* Define to 1 if you have the `_finite' function. */
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi/include/bits/
c++config.h 805 /* Define to 1 if you have the `_finite' function. */
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include/bits/
c++config.h 805 /* Define to 1 if you have the `_finite' function. */
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/mips/include/bits/
c++config.h 805 /* Define to 1 if you have the `_finite' function. */
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/x86/include/bits/
c++config.h 805 /* Define to 1 if you have the `_finite' function. */
    [all...]
  /external/libxml2/
trionan.c 532 * Microsoft Visual C++ and Borland C++ Builder use _finite().
534 return _finite(number);
  /external/mesa3d/src/gallium/auxiliary/util/
u_math.h 115 #define isfinite(x) _finite((double)(x))
  /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 998 /* Define to 1 if you have the `_finite' 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 998 /* Define to 1 if you have the `_finite' function. */
    [all...]

Completed in 746 milliseconds

1 2 3