Home
last modified time | relevance | path

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

/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dtype_int.hpp77 struct make_signed struct
81 struct make_signed<char> struct
83 typedef char type;
87 struct make_signed<short> struct
89 typedef short type;
93 struct make_signed<int> struct
95 typedef int type;
99 struct make_signed<long> struct
101 typedef long type;
105 struct make_signed<unsigned char> struct
[all …]
/external/fmtlib/test/
Dprintf-test.cc314 template <typename T> struct make_signed { typedef T type; }; struct