Searched defs:x3 (Results 1 – 11 of 11) sorted by relevance
/device/google/contexthub/lib/nanohub/ |
D | aes.c | 206 …uint32_t x0, x1, x2, x3; //we CAN use an array, but then GCC will not use registers. so we use sep… in aesEncr() local 276 uint32_t x0, x1, x2, x3; in aesDecr() local
|
/device/generic/vulkan-cereal/include/glm/gtx/ |
D | fast_exponential.inl | 45 T x3 = x2 * x; local
|
D | simd_mat4.inl | 63 float const & x3, float const & y3, float const & z3, float const & w3
|
D | simd_quat.inl | 608 __m128 x3 = _mm_mul_ps(x, _mm_mul_ps(x, x)); local
|
/device/generic/vulkan-cereal/include/glm/detail/ |
D | type_mat4x2.inl | 68 T x3, T y3 104 X3 x3, Y3 y3,
|
D | type_mat4x3.inl | 61 T const & x3, T const & y3, T const & z3 97 X3 const & x3, Y3 const & y3, Z3 const & z3,
|
D | type_mat4x4.inl | 63 T const & x3, T const & y3, T const & z3, T const & w3 112 X3 const & x3, Y3 const & y3, Z3 const & z3, W3 const & w3,
|
D | type_mat3x2.inl | 88 X3 x3, Y3 y3
|
D | type_mat3x4.inl | 88 X3 x3, Y3 y3, Z3 z3, W3 w3
|
D | type_mat3x3.inl | 90 X3 x3, Y3 y3, Z3 z3
|
/device/generic/vulkan-cereal/include/glm/gtc/ |
D | noise.inl | 670 tvec3<T, P> x3(x0 - D.y); // -1.0+3.0*C.x = -0.5 = -D.y local 769 tvec4<T, P> x3 = x0 - i3 + C.z; local
|