Searched defs:SubImpl (Results 1 – 3 of 3) sorted by relevance
164 SubImpl(TypedIntegerImpl<Tag, T> lhs, TypedIntegerImpl<Tag, T2> rhs) { in SubImpl() function173 static constexpr std::enable_if_t<std::is_signed<T>::value, decltype(T(0) - T2(0))> SubImpl( in SubImpl() function
49 ValuePtr SubImpl(const ValuePtr &x_value, const ValuePtr &y_value, const std::string &op_name) { in SubImpl() function
69 void SubImpl(const T *in_x, const S *in_y, N *out) { in SubImpl() function