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

remquo

MISSING


template <typename F, typename I, access::address_space AddressSpace, detail::enable_if_t<((detail::builtin::is_genfloat<F>::value && detail::builtin::is_genint<I>::value)), int> >
F remquo(F x, F y, detail::builtin_ptr<I, AddressSpace> quo)
(1)
  1. The remquo function computes the value r such that `r = x - k * y`, where k is the integer nearest the exact value of x/y.
    Parameters:
    • F x
    • F y
    • detail::builtin_ptr<I, AddressSpace> quo

syclreference.com — SYCL Reference Pages

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