| /third_party/skia/modules/skottie/tests/ |
| D | Expression.cpp | 19 float evaluate(float t) override { return 7.0f; } in evaluate() function in __anon0e9413550111::FakeScalarExpressionEvaluator 24 std::vector<float> evaluate(float t) override { return {0.1f, 0.2f, 0.3f, 1.0f}; } in evaluate() function in __anon0e9413550111::FakeVectorExpressionEvaluator 29 SkString evaluate(float t) override { return SkString("Hello, world!"); } in evaluate() function in __anon0e9413550111::FakeStringExpressionEvaluator
|
| /third_party/vk-gl-cts/modules/gles2/functional/ |
| D | es2fShaderMatrixTests.cpp | 452 static void evaluate (ShaderEvalContext& evalCtx) in evaluate() function 461 static void evaluate (ShaderEvalContext& evalCtx) in evaluate() function 470 static void evaluate (ShaderEvalContext& evalCtx) in evaluate() function 479 static void evaluate (ShaderEvalContext& evalCtx) in evaluate() function 488 static void evaluate (ShaderEvalContext& evalCtx) in evaluate() function 497 static void evaluate (ShaderEvalContext& evalCtx) in evaluate() function 506 static void evaluate (ShaderEvalContext& evalCtx) in evaluate() function 515 static void evaluate (ShaderEvalContext& evalCtx) in evaluate() function 525 static void evaluate (ShaderEvalContext& evalCtx) in evaluate() function 535 static void evaluate (ShaderEvalContext& evalCtx) in evaluate() function [all …]
|
| D | es2fShaderBuiltinVarTests.cpp | 180 void evaluate (gls::ShaderEvalContext& c) in evaluate() function in deqp::gles2::Functional::__anonac2ed6c90111::DepthRangeEvaluator
|
| D | es2fShaderTextureFunctionTests.cpp | 213 virtual void evaluate (gls::ShaderEvalContext& ctx) { m_evalFunc(ctx, m_lookupParams); } in evaluate() function in deqp::gles2::Functional::TexLookupEvaluator
|
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| D | es3fShaderMatrixTests.cpp | 879 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function 892 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function 905 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function 918 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function 931 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function 944 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function 957 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function 969 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function 981 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function 993 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function [all …]
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
| D | vktShaderRenderMatrixTests.cpp | 873 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function 886 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function 899 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function 912 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function 925 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function 938 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function 951 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function 963 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function 975 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function 987 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function [all …]
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
| D | vktShaderRenderMatrixTests.cpp | 873 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function 886 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function 899 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function 912 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function 925 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function 938 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function 951 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function 963 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function 975 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function 987 static void evaluate (ShaderEvalContext& evalCtx, InputType in0Type, InputType in1Type) in evaluate() function [all …]
|
| /third_party/openssl/test/ |
| D | bntests.pl | 26 sub evaluate subroutine
|
| /third_party/vk-gl-cts/framework/randomshaders/ |
| D | rsgExpression.hpp | 118 void evaluate (ExecutionContext& ctx) { DE_UNREF(ctx); } in evaluate() function in rsg::FloatLiteral 136 void evaluate (ExecutionContext& ctx) { DE_UNREF(ctx); } in evaluate() function in rsg::IntLiteral 155 void evaluate (ExecutionContext& ctx) { DE_UNREF(ctx); } in evaluate() function in rsg::BoolLiteral 221 void evaluate (ExecutionContext& execCtx) { m_child->evaluate(execCtx); } in evaluate() function in rsg::ParenOp
|
| D | rsgBinaryOps.cpp | 89 void CustomAbsOp::evaluate (ExecutionContext& execCtx) in evaluate() function in rsg::CustomAbsOp 170 void CustomBinaryOp<ComputeValue>::evaluate(ExecValueAccess dst, ExecConstValueAccess a, ExecConstV… in evaluate() function in rsg::CustomBinaryOp 184 void CustomBinaryOp<EvaluateLessThan>::evaluate(ExecValueAccess dst, ExecConstValueAccess a, ExecCo… in evaluate() function in rsg::CustomBinaryOp 351 void BinaryOp<Precedence, Assoc>::evaluate (ExecutionContext& execCtx) in evaluate() function in rsg::BinaryOp 436 void BinaryVecOp<Precedence, Float, Int, Bool, ComputeValueRange, EvaluateComp>::evaluate (ExecValu… in evaluate() function in rsg::BinaryVecOp 694 void RelationalOp<ComputeValueRange, EvaluateComp>::evaluate (ExecValueAccess dst, ExecConstValueAc… in evaluate() function in rsg::RelationalOp 1037 void EqualityComparisonOp<IsEqual>::evaluate (ExecValueAccess dst, ExecConstValueAccess a, ExecCons… in evaluate() function in rsg::EqualityComparisonOp
|
| D | rsgExpression.cpp | 818 void ConstructorOp::evaluate (ExecutionContext& evalCtx) in evaluate() function in rsg::ConstructorOp 961 void AssignOp::evaluate (ExecutionContext& evalCtx) in evaluate() function in rsg::AssignOp 1243 void VariableAccess::evaluate (ExecutionContext& evalCtx) in evaluate() function in rsg::VariableAccess 1410 void SwizzleOp::evaluate (ExecutionContext& execCtx) in evaluate() function in rsg::SwizzleOp 1652 void TexLookup::evaluate (ExecutionContext& execCtx) in evaluate() function in rsg::TexLookup
|
| D | rsgBuiltinFunctions.hpp | 103 void UnaryBuiltinVecFunc<GetValueRangeWeight, ComputeValueRange, Evaluate>::evaluate (ExecutionCont… in evaluate() function in rsg::UnaryBuiltinVecFunc
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/ |
| D | SetTheory.h | 131 void evaluate(Iter begin, Iter end, RecSet &Elts, ArrayRef<SMLoc> Loc) { in evaluate() function
|
| /third_party/jsframework/runtime/main/reactivity/ |
| D | watcher.js | 145 Watcher.prototype.evaluate = function () { method in Watcher
|
| /third_party/node/lib/internal/modules/esm/ |
| D | create_dynamic_module.js | 31 const createDynamicModule = (imports, exports, url = '', evaluate) => { argument
|
| /third_party/node/lib/internal/vm/ |
| D | module.js | 202 async evaluate(options = {}) { method in Module
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
| D | SetTheory.cpp | 282 void SetTheory::evaluate(Init *Expr, RecSet &Elts, ArrayRef<SMLoc> Loc) { in evaluate() function in SetTheory
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
| D | HexagonBitTracker.cpp | 187 bool HexagonEvaluator::evaluate(const MachineInstr &MI, in evaluate() function in HexagonEvaluator 982 bool HexagonEvaluator::evaluate(const MachineInstr &BI, in evaluate() function in HexagonEvaluator
|
| /third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
| D | hb-ot-layout-common.hh | 1622 float evaluate (int coord) const in evaluate() function 1663 float evaluate (unsigned int region_index, in evaluate() function 1836 bool evaluate (const int *coords, unsigned int coord_len) const in evaluate() function 1859 bool evaluate (const int *coords, unsigned int coord_len) const in evaluate() function 1888 bool evaluate (const int *coords, unsigned int coord_len) const in evaluate() function
|
| /third_party/mksh/ |
| D | expr.c | 105 evaluate(const char *expr, mksh_ari_t *rval, int error_ok, bool arith) in evaluate() function
|
| /third_party/pulseaudio/src/utils/ |
| D | qpaeq | 333 def evaluate(filter_state, target, variable): function
|
| /third_party/harfbuzz/src/ |
| D | hb-ot-layout-common.hh | 2806 float evaluate (int coord) const in evaluate() function 2847 float evaluate (unsigned int region_index, in evaluate() function 3247 bool evaluate (const int *coords, unsigned int coord_len) const in evaluate() function 3270 bool evaluate (const int *coords, unsigned int coord_len) const in evaluate() function 3310 bool evaluate (const int *coords, unsigned int coord_len) const in evaluate() function
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| D | hb-ot-layout-common.hh | 2542 float evaluate (int coord) const in evaluate() function 2583 float evaluate (unsigned int region_index, in evaluate() function 3001 bool evaluate (const int *coords, unsigned int coord_len) const in evaluate() function 3024 bool evaluate (const int *coords, unsigned int coord_len) const in evaluate() function 3064 bool evaluate (const int *coords, unsigned int coord_len) const in evaluate() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/ |
| D | CoverageMapping.cpp | 165 Expected<int64_t> CounterMappingContext::evaluate(const Counter &C) const { in evaluate() function in CounterMappingContext
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| D | RuntimeDyldChecker.cpp | 35 bool evaluate(StringRef Expr) const { in evaluate() function in llvm::RuntimeDyldCheckerExprEval
|