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

1 2 3

  /hardware/qcom/msm8998/json-c/
math_compat.h 16 #define isinf(x) (!_finite(x))
  /external/swiftshader/third_party/LLVM/lib/Support/
IsInf.cpp 30 #define isinf(X) (!_finite(X))
  /external/compiler-rt/lib/builtins/
int_math.h 41 #define crt_isfinite(x) _finite((x))
42 #define crt_isinf(x) !_finite((x))
  /external/python/cpython2/PC/
pyconfig.h 225 #define Py_IS_INFINITY(X) (!_finite(X) && !_isnan(X))
226 #define Py_IS_FINITE(X) _finite(X)
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
math_win32.h 27 return _finite(num) != 0;
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
math_win32.h 27 return _finite(num) != 0;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/support/win32/
math_win32.h 29 return _finite(num) != 0;
  /external/eigen/test/
fastmath.cpp 23 template<typename T> bool (isfinite)(T x) { return _finite(x); }
  /external/protobuf/src/google/protobuf/stubs/
mathlimits.h 226 static bool IsFinite(const Type x) { return _finite(x); } \
  /external/skia/include/private/
SkFloatingPoint.h 71 #define sk_float_isfinite(x) _finite(x)
  /prebuilts/misc/common/swig/include/2.0.11/typemaps/
fragments.swg 162 # define SWIG_isfinite(X) (_finite(X))
  /external/mesa3d/src/mesa/main/
imports.h 126 # define finite _finite
  /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);
  /external/libxml2/
trionan.c 532 * Microsoft Visual C++ and Borland C++ Builder use _finite().
534 return _finite(number);
  /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...]
  /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 998 /* Define to 1 if you have the `_finite' 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 998 /* Define to 1 if you have the `_finite' 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 998 /* Define to 1 if you have the `_finite' 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 998 /* Define to 1 if you have the `_finite' function. */
    [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/ndk/r10/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/r10/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/r10/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...]

Completed in 1078 milliseconds

1 2 3