HomeSort by relevance Sort by last modified time
    Searched defs:inValue (Results 1 - 16 of 16) sorted by null

  /frameworks/base/core/java/com/android/internal/view/animation/
FallbackLUTInterpolator.java 52 float inValue = i / lastFrame;
53 values[i] = interpolator.getInterpolation(inValue);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TestDegrees.java 38 public float inValue;
43 Allocation inValue = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x3325fa58542a6bb5l, false);
46 script.forEach_testDegreesFloatFloat(inValue, out);
47 verifyResultsDegreesFloatFloat(inValue, out, false);
53 scriptRelaxed.forEach_testDegreesFloatFloat(inValue, out);
54 verifyResultsDegreesFloatFloat(inValue, out, true);
60 private void verifyResultsDegreesFloatFloat(Allocation inValue, Allocation out, boolean relaxed) {
62 inValue.copyTo(arrayInValue);
69 args.inValue = arrayInValue[i];
80 message.append("Input inValue: ")
    [all...]
TestRadians.java 38 public float inValue;
43 Allocation inValue = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0xaa72f227598b8106l, false);
46 script.forEach_testRadiansFloatFloat(inValue, out);
47 verifyResultsRadiansFloatFloat(inValue, out, false);
53 scriptRelaxed.forEach_testRadiansFloatFloat(inValue, out);
54 verifyResultsRadiansFloatFloat(inValue, out, true);
60 private void verifyResultsRadiansFloatFloat(Allocation inValue, Allocation out, boolean relaxed) {
62 inValue.copyTo(arrayInValue);
69 args.inValue = arrayInValue[i];
80 message.append("Input inValue: ")
    [all...]
TestAbs.java 38 public byte inValue;
43 Allocation inValue = createRandomAllocation(mRS, Element.DataType.SIGNED_8, 1, 0x4c0d03eb0d0c5a91l, false);
46 script.forEach_testAbsCharUchar(inValue, out);
47 verifyResultsAbsCharUchar(inValue, out, false);
53 scriptRelaxed.forEach_testAbsCharUchar(inValue, out);
54 verifyResultsAbsCharUchar(inValue, out, true);
60 private void verifyResultsAbsCharUchar(Allocation inValue, Allocation out, boolean relaxed) {
62 inValue.copyTo(arrayInValue);
69 args.inValue = arrayInValue[i];
79 message.append("Input inValue: ")
    [all...]
TestClz.java 38 public byte inValue;
43 Allocation inValue = createRandomAllocation(mRS, Element.DataType.SIGNED_8, 1, 0xf6f3a15e2f7765afl, false);
46 script.forEach_testClzCharChar(inValue, out);
47 verifyResultsClzCharChar(inValue, out, false);
53 scriptRelaxed.forEach_testClzCharChar(inValue, out);
54 verifyResultsClzCharChar(inValue, out, true);
60 private void verifyResultsClzCharChar(Allocation inValue, Allocation out, boolean relaxed) {
62 inValue.copyTo(arrayInValue);
69 args.inValue = arrayInValue[i];
79 message.append("Input inValue: ")
    [all...]
TestClamp.java 38 public float inValue;
45 Allocation inValue = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x7e886d7cc83c447dl, false);
53 script.forEach_testClampFloatFloatFloatFloat(inValue, out);
54 verifyResultsClampFloatFloatFloatFloat(inValue, inMinValue, inMaxValue, out, false);
62 scriptRelaxed.forEach_testClampFloatFloatFloatFloat(inValue, out);
63 verifyResultsClampFloatFloatFloatFloat(inValue, inMinValue, inMaxValue, out, true);
69 private void verifyResultsClampFloatFloatFloatFloat(Allocation inValue, Allocation inMinValue, Allocation inMaxValue, Allocation out, boolean relaxed) {
71 inValue.copyTo(arrayInValue);
82 args.inValue = arrayInValue[i];
95 message.append("Input inValue: ")
    [all...]
  /external/chromium_org/third_party/expat/files/lib/
xmltok_impl.c     [all...]
  /external/expat/lib/
xmltok_impl.c     [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderMatrixTests.cpp 829 string& inValue = inNdx > 0 ? inValue1 : inValue0;
846 inValue = string(m_isVertexCase ? "a_" : "v_") + getDataTypeName(in.dataType);
859 inValue = m_isVertexCase ? "a_coords" : "v_coords";
865 inValue = string("u_in") + de::toString(inNdx);
888 inValue = string("in") + de::toString(inNdx);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderIntegerFunctionTests.cpp 746 deUint32* inValue = (deUint32*)values[0];
759 generateRandomInputData(rnd, m_shaderType, type, precision, inValue, numValues);
882 deUint32* inValue = (deUint32*)values[0];
884 generateRandomInputData(rnd, m_shaderType, type, precision, inValue, numValues);
    [all...]
  /external/deqp/framework/randomshaders/
rsgExpression.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderMatrixTests.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 

Completed in 1022 milliseconds