Searched refs:getPrecision (Results 1 - 12 of 12) sorted by relevance

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DIllegalFormatPrecisionExceptionTest.java35 .getPrecision());
39 * @tests java.util.IllegalFormatPrecisionException#getPrecision()
45 assertEquals(precision, illegalFormatPrecisionException.getPrecision());
70 assertEquals("Precision", initEx.getPrecision(), desrEx
71 .getPrecision());
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A Dintermediate.h249 TPrecision getPrecision() const { return type.getPrecision(); } function in class:TIntermTyped
H A Dglslang.y281 $$->setType(TType($1->getBasicType(), $1->getPrecision(), EvqTemporary, $1->getNominalSize(), $1->isMatrix()));
286 $$->setType(TType($1->getBasicType(), $1->getPrecision(), EvqConst, $1->getNominalSize()));
288 $$->setType(TType($1->getBasicType(), $1->getPrecision(), EvqTemporary, $1->getNominalSize()));
290 $$->setType(TType($1->getBasicType(), $1->getPrecision(), EvqConst));
292 $$->setType(TType($1->getBasicType(), $1->getPrecision(), EvqTemporary));
320 $$->setType(TType($1->getBasicType(), $1->getPrecision(), EvqConst, (int) (*$3.string).size()));
327 $$->setType(TType($1->getBasicType(), $1->getPrecision()));
332 $$->setType(TType($1->getBasicType(), $1->getPrecision(), EvqTemporary, (int) vectorString.size()));
352 $$->setType(TType($1->getBasicType(), $1->getPrecision(),EvqTemporary, $1->getNominalSize()));
358 $$->setType(TType($1->getBasicType(), $1->getPrecision()));
[all...]
H A DIntermediate.cpp322 child = addConversion(op, TType(newType, child->getPrecision(), EvqTemporary,
520 TType type(promoteTo, node->getPrecision(), EvqTemporary, node->getNominalSize(), node->isMatrix(), node->isArray());
877 TPrecision higherPrecision = GetHigherPrecision(left->getPrecision(), right->getPrecision());
1446 return addConstantUnion(leftUnionArray, TType(promoteTo, t.getPrecision(), t.getQualifier(), t.getNominalSize(), t.isMatrix(), t.isArray()), node->getLine());
H A DTypes.h162 TPrecision getPrecision() const { return precision; } function in class:TType
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCResultSetMetaData.java124 public int getPrecision(int column) throws java.sql.SQLException { method in class:JDBCResultSetMetaData
/external/skia/src/gpu/gl/
H A DGrGLShaderVar.h235 Precision getPrecision() const { return fPrecision; } function in class:GrGLShaderVar
/external/eigen/unsupported/test/mpreal/
H A Dmpreal.h476 inline int getPrecision() const;
993 if(a.getPrecision() >= b.getPrecision())
998 x.setPrecision(b.getPrecision());
1115 if(a.getPrecision() >= b.getPrecision()) return mpreal(a) *= b;
1191 if(a.getPrecision() >= b.getPrecision())
1197 x.setPrecision(b.getPrecision());
1449 inline int mpreal::getPrecision() cons function in class:mpfr::mpreal
[all...]
/external/clang/include/clang/Analysis/Analyses/
H A DFormatString.h467 const OptionalAmount &getPrecision() const { function in class:clang::analyze_printf::PrintfSpecifier
/external/clang/lib/Sema/
H A DSemaChecking.cpp2608 if (!HandleAmount(FS.getPrecision(), /* precision */ 1,
2643 HandleInvalidAmount(FS, FS.getPrecision(), /* precision */ 1,

Completed in 6875 milliseconds