syclreference.com
  1. SYCL
  2. | API Reference
  3. | Built-Ins
  4. | isnormal

isnormal

Test for a normal value.


template <typename F, detail::enable_if_t<(detail::builtin::is_genfloat<F>::value), int> >
detail::matching_integral_t<F> isnormal(F x)
(1)
  1. Test for a normal value.
    Parameters:
    • F x

syclreference.com — SYCL Reference Pages

Last updated: 2019-01-24 00:24:52 +0000