Home | History | Annotate | Download | only in math

Lines Matching refs:details

33 namespace details {
106 } // namespace details
110 typedef details::TVec2<double> double2;
111 typedef details::TVec2<float> float2;
112 typedef details::TVec2<float> vec2;
113 typedef details::TVec2<half> half2;
114 typedef details::TVec2<int32_t> int2;
115 typedef details::TVec2<uint32_t> uint2;
116 typedef details::TVec2<int16_t> short2;
117 typedef details::TVec2<uint16_t> ushort2;
118 typedef details::TVec2<int8_t> byte2;
119 typedef details::TVec2<uint8_t> ubyte2;
120 typedef details::TVec2<bool> bool2;