Searched refs:isnormal (Results 1 – 25 of 47) sorted by relevance
12
64 using std::isnormal;
691 if (_GLIBCXX_SIMD_IS_LIKELY(all_of(isnormal(__x))))715 where(!isnormal(__x), __mant) = __mant_subnormal;721 const _MaskType __value_isnormal = isnormal(__x).__cvt();787 auto __is_normal = isnormal(__x);1018 if (_GLIBCXX_SIMD_IS_LIKELY(all_of(isnormal(__x))1019 && all_of(isnormal(__y))))
68 #undef isnormal
67 using std::isnormal;
546 #undef isnormal636 isnormal(float __x)640 isnormal(double __x)644 isnormal(long double __x)650 isnormal(_Tp __x)846 isnormal(_Tp __f)
524 #undef isnormal638 isnormal(float __x)642 isnormal(double __x)646 isnormal(long double __x)654 isnormal(_Tp __x)879 isnormal(_Tp __f)
546 #undef isnormal654 isnormal(float __x)658 isnormal(double __x)662 isnormal(long double __x)670 isnormal(_Tp __x)895 isnormal(_Tp __f)
550 #undef isnormal668 isnormal(float __x)672 isnormal(double __x)676 isnormal(long double __x)684 isnormal(_Tp __x)909 isnormal(_Tp __f)
527 #undef isnormal645 isnormal(float __x)649 isnormal(double __x)653 isnormal(long double __x)661 isnormal(_Tp __x)886 isnormal(_Tp __f)
Completed in 19 milliseconds