HomeSort by relevance Sort by last modified time
    Searched defs:isfinite (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/v8/src/base/
qnx-math.h 11 #undef isfinite macro
  /external/eigen/test/
fastmath.cpp 23 template<typename T> bool (isfinite)(T x) { return _finite(x); } function in namespace:std
37 std::cout << "std::isfinite(" << m(3) << ") = "; check((std::isfinite)(m(3)),false); std::cout << " ; numext::isfinite = "; check((numext::isfinite)(m(3)), false); std::cout << "\n";
46 VERIFY( !(numext::isfinite)(m(3)) );
56 std::cout << "std::isfinite(" << m(4) << ") = "; check((std::isfinite)(m(4)),false); std::cout << " ; numext::isfinite = "; check((numext::isfinite)(m(4)), false); std::cout << "\n"
    [all...]
boostmultiprec.cpp 64 #undef isfinite macro
106 using boost::math::isfinite;
main.h 61 #define isfinite(X) please_protect_your_isfinite_with_parentheses macro
  /external/libcxx/include/
math.h 151 bool isfinite(arithmetic x);
428 // isfinite
430 #ifdef isfinite
437 return isfinite(__lcpp_x);
440 #undef isfinite macro
447 isfinite(_A1 __lcpp_x) _NOEXCEPT
457 isfinite(_A1) _NOEXCEPT
460 #endif // isfinite
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
eigen_tensor_reduced_instantiations_oss.h 33 #undef isfinite macro
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
math.h 141 bool isfinite(arithmetic x);
382 // isfinite
384 #ifdef isfinite
391 return isfinite(__lcpp_x);
394 #undef isfinite macro
399 isfinite(_A1 __lcpp_x) _NOEXCEPT
404 #endif // isfinite
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
math.h 141 bool isfinite(arithmetic x);
420 // isfinite
422 #ifdef isfinite
429 return isfinite(__lcpp_x);
432 #undef isfinite macro
439 isfinite(_A1 __lcpp_x) _NOEXCEPT
449 isfinite(_A1) _NOEXCEPT
452 #endif // isfinite
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
math.h 141 bool isfinite(arithmetic x);
420 // isfinite
422 #ifdef isfinite
429 return isfinite(__lcpp_x);
432 #undef isfinite macro
439 isfinite(_A1 __lcpp_x) _NOEXCEPT
449 isfinite(_A1) _NOEXCEPT
452 #endif // isfinite
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
math.h 141 bool isfinite(arithmetic x);
420 // isfinite
422 #ifdef isfinite
429 return isfinite(__lcpp_x);
432 #undef isfinite macro
439 isfinite(_A1 __lcpp_x) _NOEXCEPT
449 isfinite(_A1) _NOEXCEPT
452 #endif // isfinite
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
math.h 141 bool isfinite(arithmetic x);
420 // isfinite
422 #ifdef isfinite
429 return isfinite(__lcpp_x);
432 #undef isfinite macro
439 isfinite(_A1 __lcpp_x) _NOEXCEPT
449 isfinite(_A1) _NOEXCEPT
452 #endif // isfinite
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
math.h 141 bool isfinite(arithmetic x);
420 // isfinite
422 #ifdef isfinite
429 return isfinite(__lcpp_x);
432 #undef isfinite macro
439 isfinite(_A1 __lcpp_x) _NOEXCEPT
449 isfinite(_A1) _NOEXCEPT
452 #endif // isfinite
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
math.h 141 bool isfinite(arithmetic x);
420 // isfinite
422 #ifdef isfinite
429 return isfinite(__lcpp_x);
432 #undef isfinite macro
439 isfinite(_A1 __lcpp_x) _NOEXCEPT
449 isfinite(_A1) _NOEXCEPT
452 #endif // isfinite
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
math.h 141 bool isfinite(arithmetic x);
382 // isfinite
384 #ifdef isfinite
391 return isfinite(__lcpp_x);
394 #undef isfinite macro
399 isfinite(_A1 __lcpp_x) _NOEXCEPT
404 #endif // isfinite
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
math.h 141 bool isfinite(arithmetic x);
420 // isfinite
422 #ifdef isfinite
429 return isfinite(__lcpp_x);
432 #undef isfinite macro
439 isfinite(_A1 __lcpp_x) _NOEXCEPT
449 isfinite(_A1) _NOEXCEPT
452 #endif // isfinite
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
math.h 141 bool isfinite(arithmetic x);
420 // isfinite
422 #ifdef isfinite
429 return isfinite(__lcpp_x);
432 #undef isfinite macro
439 isfinite(_A1 __lcpp_x) _NOEXCEPT
449 isfinite(_A1) _NOEXCEPT
452 #endif // isfinite
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/
math.h 141 bool isfinite(arithmetic x);
420 // isfinite
422 #ifdef isfinite
429 return isfinite(__lcpp_x);
432 #undef isfinite macro
439 isfinite(_A1 __lcpp_x) _NOEXCEPT
449 isfinite(_A1) _NOEXCEPT
452 #endif // isfinite
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/
math.h 141 bool isfinite(arithmetic x);
420 // isfinite
422 #ifdef isfinite
429 return isfinite(__lcpp_x);
432 #undef isfinite macro
439 isfinite(_A1 __lcpp_x) _NOEXCEPT
449 isfinite(_A1) _NOEXCEPT
452 #endif // isfinite
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/
math.h 141 bool isfinite(arithmetic x);
420 // isfinite
422 #ifdef isfinite
429 return isfinite(__lcpp_x);
432 #undef isfinite macro
439 isfinite(_A1 __lcpp_x) _NOEXCEPT
449 isfinite(_A1) _NOEXCEPT
452 #endif // isfinite
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/
math.h 141 bool isfinite(arithmetic x);
420 // isfinite
422 #ifdef isfinite
429 return isfinite(__lcpp_x);
432 #undef isfinite macro
439 isfinite(_A1 __lcpp_x) _NOEXCEPT
449 isfinite(_A1) _NOEXCEPT
452 #endif // isfinite
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/
math.h 141 bool isfinite(arithmetic x);
420 // isfinite
422 #ifdef isfinite
429 return isfinite(__lcpp_x);
432 #undef isfinite macro
439 isfinite(_A1 __lcpp_x) _NOEXCEPT
449 isfinite(_A1) _NOEXCEPT
452 #endif // isfinite
    [all...]
  /external/clang/lib/Headers/
__clang_cuda_cmath.h 75 __DEVICE__ bool isfinite(float __x) { return ::__finitef(__x); } function
76 __DEVICE__ bool isfinite(double __x) { return ::__finite(__x); } function
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_cmath.h 75 __DEVICE__ bool isfinite(float __x) { return ::__finitef(__x); } function
76 __DEVICE__ bool isfinite(double __x) { return ::__finite(__x); } function
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_cmath.h 75 __DEVICE__ bool isfinite(float __x) { return ::__finitef(__x); } function
76 __DEVICE__ bool isfinite(double __x) { return ::__finite(__x); } function
  /prebuilts/sdk/renderscript/clang-include/
__clang_cuda_cmath.h 75 __DEVICE__ bool isfinite(float __x) { return ::__finitef(__x); } function
76 __DEVICE__ bool isfinite(double __x) { return ::__finite(__x); } function

Completed in 670 milliseconds

1 2 3