Home
last modified time | relevance | path

Searched refs:getPrecision (Results 1 – 20 of 20) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fShaderCommonFunctionTests.cpp447 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in getInputValues()
459 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in compare()
529 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in getInputValues()
552 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in compare()
629 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in getInputValues()
659 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in compare()
741 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in getInputValues()
750 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in compare()
804 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in getInputValues()
827 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in compare()
[all …]
Des3fTransformFeedbackTests.cpp540 const glu::Precision precision = attrib.type.getPrecision(); in genAttributeData()
727 glu::Precision precision = attribute.type.getPrecision(); in compareTransformFeedbackOutput()
/external/deqp/modules/gles31/functional/
Des31fShaderCommonFunctionTests.cpp524 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in getInputValues()
536 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in compare()
606 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in getInputValues()
629 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in compare()
706 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in getInputValues()
736 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in compare()
818 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in getInputValues()
827 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in compare()
881 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in getInputValues()
904 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in compare()
[all …]
Des31fShaderIntegerFunctionTests.cpp372 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in getInputValues()
426 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in compare()
468 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in getInputValues()
520 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in compare()
743 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in getInputValues()
807 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in getInputValues()
830 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in compare()
881 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in getInputValues()
890 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in compare()
930 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in getInputValues()
[all …]
/external/deqp/framework/opengl/
DgluVarType.cpp372 if (curType->getPrecision() != PRECISION_LAST) in operator <<()
373 str << glu::getPrecisionName(curType->getPrecision()) << " "; in operator <<()
DgluVarType.hpp63 Precision getPrecision (void) const { DE_ASSERT(isBasicType()); return m_data.basic.precision; } in getPrecision() function in glu::VarType
DgluVarTypeUtil.hpp397 Precision precision = curType->getPrecision(); in getVarType()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestDecimalFormatAPI.java325 if ((comp3.getPrecision() != result.getPrecision()) || in testJB4971()
/external/skia/include/gpu/
DGrShaderVar.h176 GrSLPrecision getPrecision() const { return fPrecision; } in getPrecision() function
/external/robolectric/lib/main/
Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org ...
Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/external/deqp/framework/randomshaders/
DrsgVariableType.hpp138 Precision getPrecision (void) const { return m_precision; } in getPrecision() function in rsg::VariableType
DrsgExpression.cpp778 DE_ASSERT(type.getPrecision() == VariableType::PRECISION_NONE); in tokenize()
/external/eigen/unsupported/test/mpreal/
Dmpreal.h550 inline int getPrecision() const;
1939 inline int mpreal::getPrecision() const
2243 mpreal a(0,(std::max)(y.getPrecision(), x.getPrecision()));
2250 mpreal a(0,(std::max)(y.getPrecision(), x.getPrecision()));
2257 mpreal a(0,(std::max)(y.getPrecision(), x.getPrecision()));
2264 mpreal a(0,(std::max)(y.getPrecision(), x.getPrecision()));
2292 mpreal y(0, x.getPrecision());
2299 mpreal y(0, x.getPrecision());
3034 …inline static int digits(const mpfr::mpreal& x) { return x.getPrecision(); …
3043 return mpfr::bits2digits(x.getPrecision());
/external/skia/src/gpu/gl/
DGrGLShaderVar.h66 var.getArrayCount(), var.getPrecision()) in GrGLShaderVar()
/external/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCResultSetMetaData.java124 public int getPrecision(int column) throws java.sql.SQLException { in getPrecision() method in JDBCResultSetMetaData
/external/clang/include/clang/Analysis/Analyses/
DFormatString.h488 const OptionalAmount &getPrecision() const { in getPrecision() function
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDecimalFormat.java3765 mathContext = new MathContext(newValue.getPrecision(), MathContext.SCIENTIFIC, false,
/external/clang/lib/Sema/
DSemaChecking.cpp3534 if (!HandleAmount(FS.getPrecision(), /* precision */ 1, in HandlePrintfSpecifier()
3606 HandleInvalidAmount(FS, FS.getPrecision(), /* precision */ 1, in HandlePrintfSpecifier()