Searched defs:is_unsigned (Results 1 – 12 of 12) sorted by relevance
140 template <typename T> using is_unsigned = std::is_unsigned<T>; variable148 template <typename T> using is_unsigned = std::tr1::is_unsigned<T>; variable
28 const bool is_unsigned = std::is_unsigned<T>::value; in check_limits() local
165 def is_unsigned(self): member in DType
300 _range_error(const formatdef *f, int is_unsigned) in _range_error()
329 _range_error(const formatdef *f, int is_unsigned) in _range_error()
161 static bool is_unsigned(const Context& context, const Type& type) { in is_unsigned() function
162 static bool is_unsigned(const Context& context, const Type& type) { in is_unsigned() function
1952 is_unsigned) \ in ExecuteSimdOp() argument
5300 bool is_unsigned = instr->Bit(6) != 0; in DecodeSpecialCondition() local
4517 static Instr EncodeNeonShiftOp(NeonShiftOp op, NeonSize size, bool is_unsigned, in EncodeNeonShiftOp()
1237 void is_unsigned() in is_unsigned() function
3774 bool is_unsigned = glsl_get_sampler_result_type(type) == GLSL_TYPE_UINT; in visit_image_atomic() local