Home
last modified time | relevance | path

Searched defs:isnormal (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Headers/
D__clang_cuda_cmath.h109 __DEVICE__ bool isnormal(float __x) { return __builtin_isnormal(__x); } in isnormal() function
110 __DEVICE__ bool isnormal(double __x) { return __builtin_isnormal(__x); } in isnormal() function
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp59 Ambiguous isnormal(Ambiguous){ return Ambiguous(); } in isnormal() function
/external/libcxx/include/
Dmath.h563 isnormal(_A1 __lcpp_x) _NOEXCEPT in isnormal() function
571 isnormal(_A1 __lcpp_x) _NOEXCEPT in isnormal() function
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp61 Ambiguous isnormal(Ambiguous){ return Ambiguous(); } in isnormal() function