HomeSort by relevance Sort by last modified time
    Searched refs:Evaluate (Results 26 - 50 of 141) sorted by null

12 3 4 5 6

  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Contacts/
b2ChainAndPolygonContact.h 36 void Evaluate(b2Manifold* manifold, const b2Transform& xfA, const b2Transform& xfB);
  /external/libchrome/base/test/
trace_event_analyzer_unittest.cc 175 EXPECT_TRUE(event_pid.Evaluate(event));
176 EXPECT_TRUE(event_tid.Evaluate(event));
177 EXPECT_TRUE(event_time.Evaluate(event));
178 EXPECT_TRUE(event_duration.Evaluate(event));
179 EXPECT_TRUE(event_phase.Evaluate(event));
180 EXPECT_TRUE(event_category.Evaluate(event));
181 EXPECT_TRUE(event_name.Evaluate(event));
182 EXPECT_TRUE(event_id.Evaluate(event));
183 EXPECT_TRUE(event_has_arg1.Evaluate(event));
184 EXPECT_TRUE(event_has_arg2.Evaluate(event))
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome_inspector/
inspector_runtime.py 21 self.Evaluate(expr + '; 0;', context_id, timeout)
23 def Evaluate(self, expr, context_id, timeout):
36 'method': 'Runtime.evaluate',
  /bootable/recovery/edify/
expr.cpp 34 // - if Evaluate() on any argument returns NULL, return NULL.
40 char* Evaluate(State* state, Expr* expr) {
84 strings[i] = Evaluate(state, argv[i]);
114 char* cond = Evaluate(state, argv[0]);
135 msg = Evaluate(state, argv[0]);
149 char* v = Evaluate(state, argv[i]);
172 char* val = Evaluate(state, argv[0]);
184 char* v = Evaluate(state, argv[i]);
196 char* left = Evaluate(state, argv[0]);
208 char* left = Evaluate(state, argv[0])
    [all...]
  /external/ceres-solver/internal/ceres/
c_api.cc 83 virtual bool Evaluate(double const* const* parameters,
104 virtual void Evaluate(double sq_norm, double* rho) const {
138 ->Evaluate(squared_norm, out);
normal_prior_test.cc 74 prior.Evaluate(&x, residuals.data(), &jacobian);
113 prior.Evaluate(&x, residuals.data(), jacobians);
120 prior.Evaluate(&x, residuals.data(), NULL);
normal_prior.cc 51 bool NormalPrior::Evaluate(double const* const* parameters,
residual_block.h 84 // Evaluate needs scratch space which must be supplied by the caller via
99 bool Evaluate(bool apply_loss_function,
123 // The minimum amount of scratch space needed to pass to Evaluate().
conditioned_cost_function_test.cc 54 virtual bool Evaluate(double const* const* parameters,
108 conditioned_cost_function.Evaluate(parameters, result, jacs);
gradient_checking_cost_function_test.cc 88 bool Evaluate(double const* const* parameters,
169 term.Evaluate(&parameters[0],
173 gradient_checking_cost_function->Evaluate(&parameters[0],
232 gradient_checking_cost_function->Evaluate(&parameters[0],
250 gradient_checking_cost_function->Evaluate(&parameters[0],
262 // function signatures. They have dummy Evaluate functions.
273 virtual bool Evaluate(double const* const* parameters,
294 virtual bool Evaluate(double const* const* parameters,
317 virtual bool Evaluate(double const* const* parameters,
dynamic_autodiff_cost_function_test.cc 88 EXPECT_TRUE(cost_function.Evaluate(&parameter_blocks[0],
128 EXPECT_TRUE(cost_function.Evaluate(parameter_blocks.data(),
195 EXPECT_TRUE(cost_function.Evaluate(parameter_blocks.data(),
245 EXPECT_TRUE(cost_function.Evaluate(parameter_blocks.data(),
432 EXPECT_TRUE(cost_function_->Evaluate(parameter_blocks_.data(),
448 EXPECT_TRUE(cost_function_->Evaluate(parameter_blocks_.data(),
478 EXPECT_TRUE(cost_function_->Evaluate(parameter_blocks_.data(),
500 EXPECT_TRUE(cost_function_->Evaluate(parameter_blocks_.data(),
676 EXPECT_TRUE(cost_function_->Evaluate(parameter_blocks_.data(),
695 EXPECT_TRUE(cost_function_->Evaluate(parameter_blocks_.data()
    [all...]
residual_block.cc 67 bool ResidualBlock::Evaluate(const bool apply_loss_function,
104 // the CostFunction::Evaluate call, to see if all the return values
110 if (!cost_function_->Evaluate(parameters.get(), residuals, eval_jacobians)) {
122 "There are two possible reasons. Either the CostFunction did not evaluate and fill all \n" // NOLINT
164 loss_function_->Evaluate(squared_norm, rho);
dynamic_numeric_diff_cost_function_test.cc 88 EXPECT_TRUE(cost_function.Evaluate(&parameter_blocks[0],
129 EXPECT_TRUE(cost_function.Evaluate(parameter_blocks.data(),
196 EXPECT_TRUE(cost_function.Evaluate(parameter_blocks.data(),
246 EXPECT_TRUE(cost_function.Evaluate(parameter_blocks.data(),
433 EXPECT_TRUE(cost_function_->Evaluate(parameter_blocks_.data(),
449 EXPECT_TRUE(cost_function_->Evaluate(parameter_blocks_.data(),
479 EXPECT_TRUE(cost_function_->Evaluate(parameter_blocks_.data(),
501 EXPECT_TRUE(cost_function_->Evaluate(parameter_blocks_.data(),
line_search.h 164 // Evaluate the line search objective
174 virtual bool Evaluate(double x, double* f, double* g) = 0;
235 virtual bool Evaluate(double x, double* f, double* g);
numeric_diff_test_utils.cc 70 ASSERT_TRUE(cost_function.Evaluate(&parameters[0],
140 ASSERT_TRUE(cost_function.Evaluate(&parameters[0],
gradient_checking_cost_function.cc 109 virtual bool Evaluate(double const* const* parameters,
114 return function_->Evaluate(parameters, residuals, NULL);
133 // Evaluate the derivative using the user supplied code.
134 if (!function_->Evaluate(parameters,
141 // Evaluate the derivative using numeric derivatives.
142 finite_diff_cost_function_->Evaluate(
  /external/ceres-solver/examples/
helloworld_analytic_diff.cc 53 virtual bool Evaluate(double const* const* parameters,
65 // Since the Evaluate function can be called with the jacobians
66 // pointer equal to NULL, the Evaluate function must check to see
fields_of_experts.cc 54 bool FieldsOfExpertsCost::Evaluate(double const* const* parameters,
78 void FieldsOfExpertsLoss::Evaluate(double sq_norm, double rho[3]) const {
  /external/dng_sdk/source/
dng_spline.h 76 virtual real64 Evaluate (real64 x) const;
  /external/deqp/framework/randomshaders/
rsgBuiltinFunctions.hpp 35 template <class GetValueRangeWeight, class ComputeValueRange, class Evaluate>
45 void evaluate (ExecutionContext& execCtx);
57 template <class GetValueRangeWeight, class ComputeValueRange, class Evaluate>
58 UnaryBuiltinVecFunc<GetValueRangeWeight, ComputeValueRange, Evaluate>::UnaryBuiltinVecFunc (GeneratorState& state, const char* function, ConstValueRangeAccess valueRange)
78 template <class GetValueRangeWeight, class ComputeValueRange, class Evaluate>
79 UnaryBuiltinVecFunc<GetValueRangeWeight, ComputeValueRange, Evaluate>::~UnaryBuiltinVecFunc (void)
84 template <class GetValueRangeWeight, class ComputeValueRange, class Evaluate>
85 Expression* UnaryBuiltinVecFunc<GetValueRangeWeight, ComputeValueRange, Evaluate>::createNextChild (GeneratorState& state)
94 template <class GetValueRangeWeight, class ComputeValueRange, class Evaluate>
95 void UnaryBuiltinVecFunc<GetValueRangeWeight, ComputeValueRange, Evaluate>::tokenize (GeneratorState& state, TokenStream& str) cons
103 void UnaryBuiltinVecFunc<GetValueRangeWeight, ComputeValueRange, Evaluate>::evaluate (ExecutionContext& execCtx) function in class:rsg::UnaryBuiltinVecFunc
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
toplevel.ml 25 (* Evaluate a top-level expression into an anonymous function. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
toplevel.ml 29 (* Evaluate a top-level expression into an anonymous function. *)
  /art/compiler/optimizing/
nodes.h     [all...]
  /external/ceres-solver/include/ceres/
autodiff_cost_function.h 202 virtual bool Evaluate(double const* const* parameters,
  /external/google-breakpad/src/processor/
postfix_evaluator.h 58 // Evaluate, unless used in an expression prior to being assigned to. The
92 // Create a PostfixEvaluator object that may be used (with Evaluate) on
97 // Evaluate.
101 // Evaluate the expression, starting with an empty stack. The results of
108 bool Evaluate(const string &expression, DictionaryValidityType *assigned);
110 // Like Evaluate, but provides the value left on the stack to the
151 // Evaluate expression, updating *assigned if it is non-zero. Return

Completed in 353 milliseconds

12 3 4 5 6