Lines Matching defs:of

123     { StdDevTemplate of(NULL); test_eval_type( ObjectiveFunction::CALCULATE,  EVAL, &of ); }  in test_eval_calc()  local
125 { StdDevTemplate of(NULL); test_eval_type( ObjectiveFunction::ACCUMULATE, EVAL, &of ); } in test_eval_accum() local
127 { StdDevTemplate of(NULL); test_eval_type( ObjectiveFunction::SAVE, EVAL, &of ); } in test_eval_save() local
129 { StdDevTemplate of(NULL); test_eval_type( ObjectiveFunction::UPDATE, EVAL, &of ); } in test_eval_update() local
131 { StdDevTemplate of(NULL); test_eval_type( ObjectiveFunction::TEMPORARY, EVAL, &of ); } in test_eval_temp() local
134 { VarianceTemplate of(NULL); test_eval_type( ObjectiveFunction::CALCULATE, EVAL, &of ); } in test_eval_calc_sqr() local
136 { VarianceTemplate of(NULL); test_eval_type( ObjectiveFunction::ACCUMULATE, EVAL, &of ); } in test_eval_accum_sqr() local
138 { VarianceTemplate of(NULL); test_eval_type( ObjectiveFunction::SAVE, EVAL, &of ); } in test_eval_save_sqr() local
140 { VarianceTemplate of(NULL); test_eval_type( ObjectiveFunction::UPDATE, EVAL, &of ); } in test_eval_update_sqr() local
142 { VarianceTemplate of(NULL); test_eval_type( ObjectiveFunction::TEMPORARY, EVAL, &of ); } in test_eval_temp_sqr() local
145 { StdDevTemplate of(NULL); test_eval_type( ObjectiveFunction::CALCULATE, GRAD, &of ); } in test_grad_calc() local
147 { StdDevTemplate of(NULL); test_eval_type( ObjectiveFunction::ACCUMULATE, GRAD, &of ); } in test_grad_accum() local
149 { StdDevTemplate of(NULL); test_eval_type( ObjectiveFunction::SAVE, GRAD, &of ); } in test_grad_save() local
151 { StdDevTemplate of(NULL); test_eval_type( ObjectiveFunction::UPDATE, GRAD, &of ); } in test_grad_update() local
153 { StdDevTemplate of(NULL); test_eval_type( ObjectiveFunction::TEMPORARY, GRAD, &of ); } in test_grad_temp() local
156 { VarianceTemplate of(NULL); test_eval_type( ObjectiveFunction::CALCULATE, GRAD, &of ); } in test_grad_calc_sqr() local
158 { VarianceTemplate of(NULL); test_eval_type( ObjectiveFunction::ACCUMULATE, GRAD, &of ); } in test_grad_accum_sqr() local
160 { VarianceTemplate of(NULL); test_eval_type( ObjectiveFunction::SAVE, GRAD, &of ); } in test_grad_save_sqr() local
162 { VarianceTemplate of(NULL); test_eval_type( ObjectiveFunction::UPDATE, GRAD, &of ); } in test_grad_update_sqr() local
164 { VarianceTemplate of(NULL); test_eval_type( ObjectiveFunction::TEMPORARY, GRAD, &of ); } in test_grad_temp_sqr() local
167 { StdDevTemplate of(NULL); test_eval_type( ObjectiveFunction::CALCULATE, DIAG, &of ); } in test_diag_calc() local
169 { StdDevTemplate of(NULL); test_eval_type( ObjectiveFunction::ACCUMULATE, DIAG, &of ); } in test_diag_accum() local
171 { StdDevTemplate of(NULL); test_eval_type( ObjectiveFunction::SAVE, DIAG, &of ); } in test_diag_save() local
173 { StdDevTemplate of(NULL); test_eval_type( ObjectiveFunction::UPDATE, DIAG, &of ); } in test_diag_update() local
175 { StdDevTemplate of(NULL); test_eval_type( ObjectiveFunction::TEMPORARY, DIAG, &of ); } in test_diag_temp() local
178 { VarianceTemplate of(NULL); test_eval_type( ObjectiveFunction::CALCULATE, DIAG, &of ); } in test_diag_calc_sqr() local
180 { VarianceTemplate of(NULL); test_eval_type( ObjectiveFunction::ACCUMULATE, DIAG, &of ); } in test_diag_accum_sqr() local
182 { VarianceTemplate of(NULL); test_eval_type( ObjectiveFunction::SAVE, DIAG, &of ); } in test_diag_save_sqr() local
184 { VarianceTemplate of(NULL); test_eval_type( ObjectiveFunction::UPDATE, DIAG, &of ); } in test_diag_update_sqr() local
186 { VarianceTemplate of(NULL); test_eval_type( ObjectiveFunction::TEMPORARY, DIAG, &of ); } in test_diag_temp_sqr() local
192 { StdDevTemplate of(NULL); compare_numerical_gradient(&of); } in test_numerical_gradient() local
194 { VarianceTemplate of(NULL); compare_numerical_gradient(&of); } in test_numerical_gradient_sqr() local
197 { StdDevTemplate of(NULL); compare_diagonal_gradient(&of); } in test_diagonal_gradient() local
199 { VarianceTemplate of(NULL); compare_diagonal_gradient(&of); } in test_diagonal_gradient_sqr() local
202 { StdDevTemplate of(NULL); compare_numerical_hessian_diagonal(&of); } in test_hessian_diag() local
204 { VarianceTemplate of(NULL); compare_numerical_hessian_diagonal(&of); } in test_hessian_diag_sqr() local
210 { StdDevTemplate of(NULL); test_handles_qm_error(EVAL, &of); } in test_failed_metric_in_eval() local
212 { StdDevTemplate of(NULL); test_handles_qm_error(GRAD, &of); } in test_failed_metric_in_grad() local
214 { VarianceTemplate of(NULL); test_handles_qm_error(EVAL, &of); } in test_failed_metric_in_eval_sqr() local
216 { VarianceTemplate of(NULL); test_handles_qm_error(GRAD, &of); } in test_failed_metric_in_grad_sqr() local
219 { StdDevTemplate of(NULL); test_handles_invalid_qm(EVAL, &of); } in test_false_metric_in_eval() local
221 { StdDevTemplate of(NULL); test_handles_invalid_qm(GRAD, &of); } in test_false_metric_in_grad() local
223 { VarianceTemplate of(NULL); test_handles_invalid_qm(EVAL, &of); } in test_false_metric_in_eval_sqr() local
225 { VarianceTemplate of(NULL); test_handles_invalid_qm(GRAD, &of); } in test_false_metric_in_grad_sqr() local
228 { StdDevTemplate of(NULL); ObjectiveFunctionTests::test_clone(&of); } in test_clone() local
230 { VarianceTemplate of(NULL); ObjectiveFunctionTests::test_clone(&of); } in test_clone_sqr() local
233 { StdDevTemplate of(NULL); test_negate_flag( EVAL, &of ); } in test_eval_negate() local
235 { VarianceTemplate of(NULL); test_negate_flag( EVAL, &of ); } in test_eval_negate_sqr() local
237 { StdDevTemplate of(NULL); test_negate_flag( GRAD, &of ); } in test_grad_negate() local
239 { VarianceTemplate of(NULL); test_negate_flag( GRAD, &of ); } in test_grad_negate_sqr() local
241 { StdDevTemplate of(NULL); test_negate_flag( DIAG, &of ); } in test_diag_negate() local
243 { VarianceTemplate of(NULL); test_negate_flag( DIAG, &of ); } in test_diag_negate_sqr() local