Searched defs:z2 (Results 1 – 8 of 8) sorted by relevance
/device/generic/vulkan-cereal/include/glm/detail/ |
D | type_mat3x4.inl | 56 T x2, T y2, T z2, T w2 87 X2 x2, Y2 y2, Z2 z2, W2 w2,
|
D | type_mat4x3.inl | 60 T const & x2, T const & y2, T const & z2, 96 X2 const & x2, Y2 const & y2, Z2 const & z2,
|
D | type_mat3x3.inl | 58 T x2, T y2, T z2 89 X2 x2, Y2 y2, Z2 z2,
|
D | type_mat4x4.inl | 62 T const & x2, T const & y2, T const & z2, T const & w2, 111 X2 const & x2, Y2 const & y2, Z2 const & z2, W2 const & w2,
|
D | type_mat2x3.inl | 74 X2 x2, Y2 y2, Z2 z2
|
D | type_mat2x4.inl | 75 X2 x2, Y2 y2, Z2 z2, W2 w2
|
/device/generic/vulkan-cereal/include/glm/gtx/ |
D | simd_mat4.inl | 62 float const & x2, float const & y2, float const & z2, float const & w2,
|
/device/generic/vulkan-cereal/third-party/angle/src/common/ |
D | matrix_utils.cpp | 85 float z2 = z * z; in Rotate() local
|