Searched refs:is_uint (Results 1 – 5 of 5) sorted by relevance
40 // detail::type<valType>::is_uint);55 // detail::type<valType>::is_uint);70 // detail::type<valType>::is_uint);86 // detail::type<valType>::is_uint);101 // detail::type<valType>::is_uint);116 // detail::type<valType>::is_uint);132 // detail::type<valType>::is_uint);147 // detail::type<valType>::is_uint);162 // detail::type<valType>::is_uint);178 // detail::type<valType>::is_uint);[all …]
352 bool is_uint = false; in vk_format_is_uint() local376 is_uint = true; in vk_format_is_uint()382 return is_uint; in vk_format_is_uint()
88 bool is_uint = (text[len - 1] == 'u' ||113 } else if (base == 10 && !is_uint && (unsigned)value > (unsigned)INT_MAX + 1) {122 return is_uint ? UINTCONSTANT : INTCONSTANT;
75 inline bool is_uint##N(int64_t x) { return is_uintn(N, x); }
1029 inline bool is_uint##N(T x) { return is_uintn(x, N); }