Searched defs:SQ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/math/
H A Dm_matrix.c1192 #define SQ(x) ((x)*(x)) macro
1242 if (SQ(mm-1) > SQ(1e-6) ||
1243 SQ(m4m4-1) > SQ(1e-6))
1247 if (SQ(mm4) > SQ(1e-6))
1257 if (SQ(m[0]-m[5]) < SQ(1e-6) &&
1258 SQ(
[all...]
/external/mesa3d/src/mesa/math/
H A Dm_matrix.c1192 #define SQ(x) ((x)*(x)) macro
1242 if (SQ(mm-1) > SQ(1e-6) ||
1243 SQ(m4m4-1) > SQ(1e-6))
1247 if (SQ(mm4) > SQ(1e-6))
1257 if (SQ(m[0]-m[5]) < SQ(1e-6) &&
1258 SQ(
[all...]

Completed in 313 milliseconds