Home | History | Annotate | Download | only in gtx

Lines Matching full:detail

31 	GLM_FUNC_QUALIFIER detail::tvec2<T, P> fastPow(
32 const detail::tvec2<T, P>& x,
33 const detail::tvec2<int, P>& y)
35 return detail::tvec2<T, P>(
41 GLM_FUNC_QUALIFIER detail::tvec3<T, P> fastPow(
42 const detail::tvec3<T, P>& x,
43 const detail::tvec3<int, P>& y)
45 return detail::tvec3<T, P>(
52 GLM_FUNC_QUALIFIER detail::tvec4<T, P> fastPow(
53 const detail::tvec4<T, P>& x,
54 const detail::tvec4<int, P>& y)
56 return detail::tvec4<T, P>(