/external/deqp/modules/gles3/functional/ |
D | es3fShaderCommonFunctionTests.cpp | 447 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 …]
|
D | es3fTransformFeedbackTests.cpp | 540 const glu::Precision precision = attrib.type.getPrecision(); in genAttributeData() 727 glu::Precision precision = attribute.type.getPrecision(); in compareTransformFeedbackOutput()
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderCommonFunctionTests.cpp | 525 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in getInputValues() 537 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in compare() 607 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in getInputValues() 630 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in compare() 707 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in getInputValues() 737 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in compare() 819 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in getInputValues() 828 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in compare() 882 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in getInputValues() 905 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in compare() [all …]
|
D | es31fShaderIntegerFunctionTests.cpp | 372 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/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderCommonFunctionTests.cpp | 600 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in getInputValues() 612 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in compare() 696 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in getInputValues() 719 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in compare() 810 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in getInputValues() 840 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in compare() 935 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in getInputValues() 944 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in compare() 1008 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in getInputValues() 1031 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in compare() [all …]
|
D | vktShaderIntegerFunctionTests.cpp | 463 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in getInputValues() 517 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in compare() 573 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in getInputValues() 625 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in compare() 890 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in getInputValues() 967 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in getInputValues() 990 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in compare() 1049 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in getInputValues() 1058 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in compare() 1109 const glu::Precision precision = m_spec.inputs[0].varType.getPrecision(); in getInputValues() [all …]
|
/external/deqp/framework/opengl/ |
D | gluVarType.cpp | 373 …if (curType->getPrecision() != PRECISION_LAST && !glu::isDataTypeFloat16OrVec(curType->getBasicTyp… in operator <<() 374 str << glu::getPrecisionName(curType->getPrecision()) << " "; in operator <<()
|
D | gluVarType.hpp | 63 Precision getPrecision (void) const { DE_ASSERT(isBasicType()); return m_data.basic.precision; } in getPrecision() function in glu::VarType
|
D | gluVarTypeUtil.hpp | 397 Precision precision = curType->getPrecision(); in getVarType()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | IntlTestDecimalFormatAPI.java | 327 if ((comp3.getPrecision() != result.getPrecision()) || in testJB4971()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | IntlTestDecimalFormatAPI.java | 324 if ((comp3.getPrecision() != result.getPrecision()) || in testJB4971()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/ |
D | Scale.java | 200 quantity.roundToMagnitude(quantity.getMagnitude() - mc.getPrecision(), mc); in applyReciprocalTo()
|
/external/icu/android_icu4j/src/main/java/android/icu/number/ |
D | Scale.java | 196 quantity.roundToMagnitude(quantity.getMagnitude() - mc.getPrecision(), mc); in applyReciprocalTo()
|
/external/deqp/framework/randomshaders/ |
D | rsgVariableType.hpp | 138 Precision getPrecision (void) const { return m_precision; } in getPrecision() function in rsg::VariableType
|
/external/eigen/unsupported/test/mpreal/ |
D | mpreal.h | 503 inline int getPrecision() const; 1946 inline int mpreal::getPrecision() const 2275 mpreal a(0,(std::max)(y.getPrecision(), x.getPrecision())); 2282 mpreal a(0,(std::max)(y.getPrecision(), x.getPrecision())); 2289 mpreal a(0,(std::max)(y.getPrecision(), x.getPrecision())); 2296 mpreal a(0,(std::max)(y.getPrecision(), x.getPrecision())); 2324 mpreal y(0, x.getPrecision()); 2331 mpreal y(0, x.getPrecision()); 3065 …inline static int digits(const mpfr::mpreal& x) { return x.getPrecision(); … 3074 return mpfr::bits2digits(x.getPrecision());
|
/external/javasqlite/src/main/java/SQLite/JDBC2z/ |
D | JDBCResultSetMetaData.java | 124 public int getPrecision(int column) throws java.sql.SQLException { in getPrecision() method in JDBCResultSetMetaData
|
/external/swiftshader/src/OpenGL/compiler/ |
D | intermediate.h | 316 TPrecision getPrecision() const { return type.getPrecision(); } in getPrecision() function
|
D | Types.h | 278 TPrecision getPrecision() const { return precision; } in getPrecision() function
|
D | ParseHelper.cpp | 2219 …TType type(node->getType().getBasicType(), node->getType().getPrecision(), EvqConstExpr, fields.nu… in addConstVectorNode() 2607 indexedExpression->setType(TType(baseExpression->getBasicType(), baseExpression->getPrecision(), in addIndexExpression() 2620 indexedExpression->setType(TType(baseExpression->getBasicType(), baseExpression->getPrecision(), in addIndexExpression() 2626 …indexedExpression->setType(TType(baseExpression->getBasicType(), baseExpression->getPrecision(), q… in addIndexExpression() 2672 indexedExpression->setType(TType(baseExpression->getBasicType(), baseExpression->getPrecision(), in addFieldSelectionExpression()
|
D | Intermediate.cpp | 964 TPrecision higherPrecision = GetHigherPrecision(left->getPrecision(), right->getPrecision()); in promote() 2123 …return addConstantUnion(leftUnionArray, TType(promoteTo, t.getPrecision(), t.getQualifier(), t.get… in promoteConstantUnion()
|
D | OutputASM.cpp | 182 switch(type.getPrecision()) in glVariablePrecision() 189 default: UNREACHABLE(type.getPrecision()); in glVariablePrecision() 194 switch(type.getPrecision()) in glVariablePrecision() 201 default: UNREACHABLE(type.getPrecision()); in glVariablePrecision() 2100 instruction->dst.partialPrecision = src && (src->getPrecision() <= EbpLow); in emit()
|
/external/skqp/src/gpu/ |
D | GrShaderVar.h | 265 GrSLPrecision getPrecision() const { return fPrecision; } in getPrecision() function
|
/external/clang/include/clang/Analysis/Analyses/ |
D | FormatString.h | 488 const OptionalAmount &getPrecision() const { in getPrecision() function
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/ |
D | DecimalQuantity_AbstractBCD.java | 755 int _mcPrecision = mathContext.getPrecision(); in roundToMagnitude()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
D | DecimalQuantity_AbstractBCD.java | 753 int _mcPrecision = mathContext.getPrecision(); in roundToMagnitude()
|