Searched refs:m_w (Results 1 - 9 of 9) sorted by relevance

/external/valgrind/memcheck/tests/
H A Dmalloc2.c16 static unsigned m_w = 11; local
20 m_w = 18000 * (m_w & 65535) + (m_w >> 16);
21 return (m_z << 16) + m_w;
/external/valgrind/none/tests/x86/
H A Dbt_everything.c9 static unsigned m_w = 11; local
13 m_w = 18000 * (m_w & 65535) + (m_w >> 16);
15 return (m_z << 16) + m_w;
H A Dx86locked.c20 static unsigned m_w = 11; local
24 m_w = 18000 * (m_w & 65535) + (m_w >> 16);
26 return (m_z << 16) + m_w;
/external/valgrind/memcheck/tests/amd64/
H A Dbt_everything.c19 static unsigned long m_w = 11; local
23 m_w = 18000 * (m_w & 65535) + (m_w >> 16);
25 return (m_z << 16) + m_w;
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderBuiltinVarTests.cpp2059 const Vec4 m_w; member in class:vkt::sr::__anon4501::BuiltinGlFragCoordWCaseInstance
2065 , m_w (1.7f, 2.0f, 1.2f, 1.0f)
2093 ? projectedTriInterpolate(Vec3(m_w[0], m_w[1], m_w[2]), Vec3(m_w[0], m_w[1], m_w[2]), xf, yf)
2094 : projectedTriInterpolate(Vec3(m_w[3], m_w[
[all...]
/external/zopfli/src/zopfli/
H A Dsqueeze.c76 unsigned int m_w, m_z; member in struct:RanState
80 state->m_w = 1;
87 state->m_w = 18000 * (state->m_w & 65535) + (state->m_w >> 16);
88 return (state->m_z << 16) + state->m_w; /* 32-bit result. */
/external/valgrind/none/tests/amd64/
H A Damd64locked.c20 static unsigned m_w = 11; local
24 m_w = 18000 * (m_w & 65535) + (m_w >> 16);
26 return (m_z << 16) + m_w;
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cShaderSubroutineTests.hpp169 vec4(T x, T y, T z, T w) : m_x(x), m_y(y), m_z(z), m_w(w)
180 result = result && compare(m_w, val.m_w);
187 message << "[ " << m_x << ", " << m_y << ", " << m_z << ", " << m_w << " ]"; local
193 T m_w; member in struct:gl4cts::ShaderSubroutine::Utils::vec4
H A Dgl4cShaderSubroutineTests.cpp3719 expected_results[0].m_w);
3741 results[0].m_w = feedback_data[3];
3746 results[1].m_w = feedback_data[7];
3751 results[2].m_w = feedback_data[11];
3756 results[3].m_w = feedback_data[15];
3761 results[4].m_w = feedback_data[19];
4161 input_data[i].m_w);
4185 out_first_routine_result.m_w = float_ptr[3];
4191 out_second_routine_result.m_w = float_ptr[7];
4197 out_third_routine_result.m_w
[all...]

Completed in 543 milliseconds