Searched defs:unsigned_type (Results 1 – 15 of 15) sorted by relevance
47 using unsigned_type = unsigned long long; // NOLINT(runtime/int) variable
27 typedef typename std::make_unsigned<T>::type unsigned_type; in unsigned_difference() typedef
72 using unsigned_type = typename make_unsigned_bits<T>::type; variable
103 PrimitiveType unsigned_type = in ExpandInstruction() local
54 unsigned_type = {'char' : 'uchar', variable
501 PrimitiveType unsigned_type) { in ConvertRandomBitsToUniformInt()599 PrimitiveType unsigned_type; in UniformIntDistribution() local
611 auto* unsigned_type = type_mgr->GetRegisteredType(&unsigned_type_for_query); in WidenInteger() local
612 auto* unsigned_type = type_mgr->GetRegisteredType(&unsigned_type_for_query); in WidenInteger() local
48 typedef typename std::make_unsigned<T>::type unsigned_type; in Normalize() typedef