HomeSort by relevance Sort by last modified time
    Searched defs:isnormal (Results 1 - 6 of 6) sorted by null

  /external/v8/src/base/
qnx-math.h 14 #undef isnormal macro
  /external/libcxx/include/
math.h 144 bool isnormal(arithmetic x);
546 // isnormal
548 #ifdef isnormal
555 return isnormal(__lcpp_x);
558 #undef isnormal macro
563 isnormal(_A1 __lcpp_x) _NOEXCEPT
571 isnormal(_A1 __lcpp_x) _NOEXCEPT
574 #endif // isnormal
    [all...]
  /external/clang/lib/Headers/
__clang_cuda_cmath.h 109 __DEVICE__ bool isnormal(float __x) { return __builtin_isnormal(__x); } function
110 __DEVICE__ bool isnormal(double __x) { return __builtin_isnormal(__x); } function
  /bionic/libc/include/
math.h 71 #define isnormal(x) __builtin_isnormal(x) macro
  /external/libcxx/test/std/depr/depr.c.headers/
math_h.pass.cpp 59 Ambiguous isnormal(Ambiguous){ return Ambiguous(); } function
    [all...]
  /external/libcxx/test/std/numerics/c.math/
cmath.pass.cpp 61 Ambiguous isnormal(Ambiguous){ return Ambiguous(); } function
    [all...]

Completed in 583 milliseconds