Searched defs:half (Results 1 – 7 of 7) sorted by relevance
80 struct half : public half_impl::half_base { struct82 typedef half_impl::__half_raw __half_raw; argument85 EIGEN_DEVICE_FUNC half() {} in half() function87 EIGEN_DEVICE_FUNC half(const __half_raw& h) : half_impl::half_base(h) {} in half() argument88 EIGEN_DEVICE_FUNC half(const half& h) : half_impl::half_base(h) {} in half() argument90 EIGEN_DEVICE_FUNC half(const __half& h) : half_impl::half_base(h) {} in half() function93 explicit EIGEN_DEVICE_FUNC half(bool b) in half() function96 explicit EIGEN_DEVICE_FUNC half(const T& val) in half() function98 explicit EIGEN_DEVICE_FUNC half(float f) in half() argument106 return static_cast<signed char>(half_impl::half_to_float(*this)); in EIGEN_EXPLICIT_CAST() argument[all …]
38 int half = n/2; in model() local65 int half = n/2; in operator ()() local90 int half = n/2; in df() local
39 int half = n/2; in model() local64 int half = n/2; in operator ()() local85 int half = n/2; in df() local
367 Packet8f half = pmul(_x, pset1<Packet8f>(.5f)); variable
249 Index half = (std::min)(end_k,j2); in operator() local
458 Packet4f half = pmul(_x, pset1<Packet4f>(.5f)); variable
99 typedef T half; typedef