Home
last modified time | relevance | path

Searched defs:make_unsigned (Results 1 – 1 of 1) sorted by relevance

/device/generic/vulkan-cereal/include/glm/detail/
Dtype_int.hpp129 struct make_unsigned struct
133 struct make_unsigned<char> struct
135 typedef unsigned char type;
139 struct make_unsigned<short> struct
141 typedef unsigned short type;
145 struct make_unsigned<int> struct
147 typedef unsigned int type;
151 struct make_unsigned<long> struct
153 typedef unsigned long type;
157 struct make_unsigned<unsigned char> struct
[all …]