HomeSort by relevance Sort by last modified time
    Searched refs:m_v (Results 1 - 6 of 6) sorted by null

  /external/deqp/framework/common/
tcuCPUWarmup.hpp 40 Dummy (void) : m_v(new float) {}
41 ~Dummy (void) { delete m_v; }
43 volatile float* volatile m_v; member in class:tcu::warmupCPUInternal::Dummy
tcuCPUWarmup.cpp 87 float dummy = *warmupCPUInternal::g_dummy.m_v;
131 *warmupCPUInternal::g_dummy.m_v = dummy;
  /external/deqp/modules/glshared/
glsStateQueryUtil.cpp 62 m_v.vInt = v;
68 m_v.vInt64 = v;
74 m_v.vBool = v;
80 m_v.vFloat = v;
86 m_v.vUint = v;
92 m_v.vIntVec3[0] = v[0];
93 m_v.vIntVec3[1] = v[1];
94 m_v.vIntVec3[2] = v[2];
100 m_v.vPtr = v;
106 m_v.vIntVec4[0] = v[0]
    [all...]
glsStateQueryUtil.hpp 380 } m_v; member in class:deqp::gls::StateQueryUtil::QueriedState
  /external/tensorflow/tensorflow/contrib/gan/python/eval/python/
classifier_metrics_test.py 56 m_v = np.mean(gen_imgs, axis=0)
57 mean = np.square(m - m_v).sum()
64 m_v = np.mean(gen_imgs, axis=0)
68 mean = (np.square(m - m_v)).sum()
76 m_v = np.mean(gen_imgs, axis=0)
80 mean = np.square(m - m_v).sum()
  /external/deqp/modules/gles3/performance/
es3pBufferDataUploadTests.cpp 622 float dummy = *tcu::warmupCPUInternal::g_dummy.m_v;
645 *tcu::warmupCPUInternal::g_dummy.m_v = dummy;
    [all...]

Completed in 95 milliseconds