Lines Matching defs:in
8 * you may not use this file except in compliance with the License.
13 * Unless required by applicable law or agreed to in writing, software
173 // Random values, mostly in range.
194 const void* in = &inputs[0];
198 m_executor->execute((int)inputs.size(), &in, &out);
222 m_testCtx.getLog() << TestLog::Message << "ERROR: Mismatch in value " << valNdx
282 const void* in = &inputs[0];
286 m_executor->execute((int)inputs.size(), &in, &out);
311 m_testCtx.getLog() << TestLog::Message << "ERROR: Mismatch in value " << valNdx << ",\n"
364 // Random values, mostly in range.
385 const void* in = &inputs[0];
389 m_executor->execute((int)inputs.size(), &in, &out);
413 m_testCtx.getLog() << TestLog::Message << "ERROR: Mismatch in value " << valNdx
473 const void* in = &inputs[0];
477 m_executor->execute((int)inputs.size(), &in, &out);
502 m_testCtx.getLog() << TestLog::Message << "ERROR: Mismatch in value " << valNdx << ",\n"
540 const int maxDiff = 0; // Values can be represented exactly in mediump.
572 // Convert input values to fp16 and back to make sure they can be represented exactly in mediump.
581 const void* in = &inputs[0];
585 m_executor->execute((int)inputs.size(), &in, &out);
609 m_testCtx.getLog() << TestLog::Message << "ERROR: Mismatch in value " << valNdx
684 const void* in = &inputs[0];
688 m_executor->execute((int)inputs.size(), &in, &out);
718 m_testCtx.getLog() << TestLog::Message << "ERROR: Mismatch in value " << valNdx << ",\n"