Searched refs:getStep (Results 1 – 15 of 15) sorted by relevance
/external/deqp/framework/randomshaders/ |
D | rsgBinaryOps.cpp | 480 template <typename T> T getStep (void); 481 template <> inline float getStep (void) { return 0.25f; } in getStep() function 482 template <> inline int getStep (void) { return 1; } in getStep() function 492 …ndom, float min, float max) const { return getQuantizedFloat(random, min, max, getStep<float>()); } in operator ()() 513 aMax = rMin - getStep<T>(); in operator ()() 548 …ndom, float min, float max) const { return getQuantizedFloat(random, min, max, getStep<float>()); } in operator ()() 580 aMin = rMax + getStep<T>(); in operator ()()
|
/external/chromium_org/third_party/skia/src/animator/ |
D | SkDisplayApply.h | 56 void getStep(SkScriptValue* );
|
D | SkAnimateBase.cpp | 121 fApply->getStep(value); in getProperty()
|
D | SkDisplayApply.cpp | 506 void SkApply::getStep(SkScriptValue* value) { in getStep() function in SkApply
|
/external/skia/src/animator/ |
D | SkDisplayApply.h | 56 void getStep(SkScriptValue* );
|
D | SkAnimateBase.cpp | 121 fApply->getStep(value); in getProperty()
|
D | SkDisplayApply.cpp | 506 void SkApply::getStep(SkScriptValue* value) { in getStep() function in SkApply
|
/external/clang/include/clang/AST/ |
D | OpenMPClause.h | 1063 Expr *getStep() { return *varlist_end(); } in getStep() function 1065 const Expr *getStep() const { return *varlist_end(); } in getStep() function
|
D | RecursiveASTVisitor.h | 2436 TRY_TO(TraverseStmt(C->getStep())); in VisitOMPLinearClause()
|
D | DataRecursiveASTVisitor.h | 2414 TRY_TO(TraverseStmt(C->getStep())); in VisitOMPLinearClause()
|
/external/clang/lib/AST/ |
D | StmtPrinter.cpp | 728 if (Node->getStep() != nullptr) { in VisitOMPLinearClause() 730 Node->getStep()->printPretty(OS, nullptr, Policy, 0); in VisitOMPLinearClause()
|
D | StmtProfile.cpp | 333 Profiler->VisitStmt(C->getStep()); in VisitOMPLinearClause()
|
/external/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 1772 Writer->Writer.AddStmt(C->getStep()); in VisitOMPLinearClause()
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 1990 Visitor->AddStmt(C->getStep()); in VisitOMPLinearClause()
|
/external/clang/lib/Sema/ |
D | TreeTransform.h | 6687 ExprResult Step = getDerived().TransformExpr(C->getStep()); in TransformOMPLinearClause()
|