/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
Matrix3f.java | 789 float temp00, temp01, temp02; local 796 temp00 = m00 * mat.m00 + m01 * mat.m10 + m02 * mat.m20; 806 product.m00 = temp00; [all...] |
Matrix4f.java | 1018 float temp00, temp01, temp02, temp03;
local 1023 temp00 = m00 * in2.m00
[all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_texfilter.c | 81 const GLfloat temp00 = LERP(a, v000, v100); local 85 const GLfloat temp0 = LERP(b, temp00, temp10); [all...] |
/external/mesa3d/src/mesa/swrast/ |
s_texfilter.c | 81 const GLfloat temp00 = LERP(a, v000, v100); local 85 const GLfloat temp0 = LERP(b, temp00, temp10); [all...] |