Home
last modified time | relevance | path

Searched defs:zx (Results 1 – 7 of 7) sorted by relevance

/third_party/cmsis/CMSIS/DSP/Source/QuaternionMathFunctions/
Darm_quaternion2rotation_f32.c168 float32_t zx = 2*(q13 - q02); in arm_quaternion2rotation_f32() local
/third_party/skia/third_party/externals/angle2/src/common/
Dmatrix_utils.cpp89 float zx = z * x; in Rotate() local
/third_party/flutter/skia/third_party/externals/angle2/src/common/
Dmatrix_utils.cpp89 float zx = z * x; in Rotate() local
/third_party/mesa3d/src/mesa/math/
Dm_matrix.c688 GLfloat xx, yy, zz, xy, yz, zx, xs, ys, zs, one_c, s, c; in _math_matrix_rotate() local
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DSamplerCore.cpp1590 Int4 zx = CmpNLE(absZ, absX); // abs(z) > abs(x) in cubeFace() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSamplerCore.cpp1252 Int4 zx = CmpNLE(absZ, absX); // abs(z) > abs(x) in cubeFace() local
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DReactor.hpp1578 Swizzle2<Vector4, 0x2000> zx; member