Home
last modified time | relevance | path

Searched refs:response_function (Results 1 – 25 of 45) sorted by relevance

12

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/pecos/src/
H A DDiscrepancyCalculator.cpp163 if (check_multiplicative(hf_sdr.response_function(), in compute()
164 lf_sdr.response_function(), corr_order)) { in compute()
170 compute_multiplicative(hf_sdr.response_function(), in compute()
171 lf_sdr.response_function(), in compute()
175 compute_multiplicative(hf_sdr.response_function(), in compute()
177 lf_sdr.response_function(), in compute()
182 compute_multiplicative(hf_sdr.response_function(), in compute()
185 lf_sdr.response_function(), in compute()
198 compute_additive(hf_sdr.response_function(), lf_sdr.response_function(), in compute()
H A DHierarchInterpPolyApproximation.cpp302 t1_coeffs[pt] = sdr.response_function() - in increment_coefficients()
922 sdr_array[c_index].response_function( in synthetic_surrogate_data()
937 sdr_array[c_index].response_function( in synthetic_surrogate_data()
3596 data_fn1 = sdr0_1.response_function(); in product_interpolant()
3597 data_fn2 = sdr0_2.response_function(); in product_interpolant()
3639 data_fn1 = sdr_1.response_function(); in product_interpolant()
3640 data_fn2 = sdr_2.response_function(); in product_interpolant()
3671 * sdr_array_2[c_index].response_function() in product_interpolant()
4254 r1_mm = sdr0_1.response_function() - mean_r1; in central_product_gradient_interpolant()
4255 r2_mm = sdr0_2.response_function() - mean_r2; in central_product_gradient_interpolant()
[all …]
H A DProjectOrthogPolyApproximation.cpp557 wt_resp_fn_i = wt_sets[i] * data_resp[i].response_function(); in integrate_expansion()
564 << data_resp[i].response_function() << std::endl; in integrate_expansion()
675 mean += sdr.response_function(); in expectation()
697 resp_fn_minus_mean = sdr.response_function() - mean; in expectation()
762 sdr_array[pt].response_function(value(c_vars)); in synthetic_surrogate_data()
778 data_fns[i] = sdr_array[i].response_function(); in integrate_response_moments()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/sofia-sip/utils/
H A Dapps_utils.h39 nta_response_f response_function) in proxy_authenticate() argument
62 c->c_orq = nta_outgoing_tmcreate(c->c_agent, response_function, c, NULL, in proxy_authenticate()
75 nta_response_f response_function) in server_authenticate() argument
96 c->c_orq = nta_outgoing_tmcreate(c->c_agent, response_function, c, NULL, in server_authenticate()
/dports/net/sofia-sip/sofia-sip-1.13.4/utils/
H A Dapps_utils.h39 nta_response_f response_function) in proxy_authenticate() argument
62 c->c_orq = nta_outgoing_tmcreate(c->c_agent, response_function, c, NULL, in proxy_authenticate()
75 nta_response_f response_function) in server_authenticate() argument
96 c->c_orq = nta_outgoing_tmcreate(c->c_agent, response_function, c, NULL, in server_authenticate()
/dports/net/samba412/samba-4.12.15/source3/nmbd/
H A Dnmbd_proto.h205 response_function resp_fn,
213 response_function resp_fn,
219 response_function resp_fn,
229 response_function resp_fn,
239 response_function resp_fn,
246 response_function resp_fn,
253 response_function resp_fn,
286 response_function resp_fn,
H A Dnmbd_packets.c482 response_function resp_fn, in queue_register_name()
537 response_function resp_fn, in queue_wins_refresh()
600 response_function resp_fn, in queue_register_multihomed_name()
658 response_function resp_fn, in queue_release_name()
713 response_function resp_fn, in queue_query_name()
801 response_function resp_fn, in queue_query_name_from_wins_server()
840 response_function resp_fn, in queue_node_status()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DQMEApproximation.cpp157 Real f1 = sdr_array[p].response_function(); in find_scaled_coefficients()
161 Real f2 = sdr_array[k].response_function(); in find_scaled_coefficients()
165 Real f0 = sdr_array[k].response_function(); in find_scaled_coefficients()
288 Real fp = sdr_array[p].response_function(); in find_scaled_coefficients()
340 Real fp = sdr_array[p].response_function(); in find_scaled_coefficients()
361 Real fp = sdr_array[p].response_function(); in find_scaled_coefficients()
401 approx_val = center_sdr.response_function(); in apxfn_value()
428 const Real f2 = curr_sdr.response_function(); in apxfn_value()
H A DTANA3Approximation.cpp133 const Real& f1 = sdr_array[0].response_function(); in find_scaled_coefficients()
137 const Real& f2 = sdr_array[1].response_function(); in find_scaled_coefficients()
279 approx_val = center_sdr.response_function(); in value()
304 Real f2 = curr_sdr.response_function(), sum1 = 0., in value()
H A DTaylorApproximation.cpp79 return approxData.anchor_response().response_function(); in value()
82 Real approx_val = (bdo & 1) ? anchor_sdr.response_function() : 0.; in value()
H A DNonDGlobalSingleInterval.cpp51 Real truth_fn = sdr_array[i].response_function(); in get_best_sample()
H A DSharedSurfpackApproxData.cpp104 Real f = sdr.response_function(); in add_sd_to_surfdata()
/dports/net/kamailio/kamailio-5.4.5/src/core/
H A Dsr_module.h101 typedef int (*response_function)(struct sip_msg*); typedef
284 response_function response_f;
309 response_function response_f;
327 extern response_function* mod_response_cbks; /**< response callback array */
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/contrib/parmest/examples/rooney_biegler/
H A Drooney_biegler.py31 model.response_function = pyo.Expression(data.hour, rule = response_rule)
34 return sum((data.y[i] - m.response_function[data.hour[i]])**2 for i in data.index)
H A Dparmest_example_cov.py25 expr = sum((data.y[i] - model.response_function[data.hour[i]])**2 for i in data.index)
H A Dparmest_example.py29 expr = sum((data.y[i] - model.response_function[data.hour[i]])**2 for i in data.index)
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/contrib/sensitivity_toolbox/examples/
H A Drooney_biegler.py42 model.response_function = pyo.Expression(data.hour, rule = response_rule)
45 return sum((data.y[i] - m.response_function[data.hour[i]])**2 for i in data.index)
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/contrib/parmest/tests/
H A Dtest_parmest.py55 expr = sum((data.y[i] - model.response_function[data.hour[i]])**2 for i in data.index)
207 expr = sum((data.y[i] - model.response_function[data.hour[i]])**2 for i in data.index)
269 model.response_function = pyo.Expression(data.hour, rule = response_rule)
272 return sum((data.y[i] - m.response_function[data.hour[i]])**2 for i in data.index)
278 expr = sum((data.y[i] - model.response_function[data.hour[i]])**2 for i in data.index)
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/contrib/interior_point/tests/
H A Dtest_inverse_reduced_hessian.py93 model.response_function = pyo.Expression(data.tofu, data.chard, rule = response_rule)
96 return sum((data.y[i] - m.response_function[data.tofu[i], data.chard[i]])**2\
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/renderer/
H A Done_time_message_handler.cc286 v8::Local<v8::Function> response_function; in DeliverMessageToReceiver() local
289 .ToLocal(&response_function)) { in DeliverMessageToReceiver()
301 script_context, response_function, in DeliverMessageToReceiver()
311 response_function}; in DeliverMessageToReceiver()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/renderer/
H A Done_time_message_handler.cc286 v8::Local<v8::Function> response_function; in DeliverMessageToReceiver() local
289 .ToLocal(&response_function)) { in DeliverMessageToReceiver()
301 script_context, response_function, in DeliverMessageToReceiver()
311 response_function}; in DeliverMessageToReceiver()
/dports/misc/mc-nox11/mc-4.8.27/src/vfs/smbfs/helpers/include/
H A Dnameserv.h253 typedef void (*response_function) (struct subnet_record *, struct response_record *, typedef
311 response_function resp_fn;
/dports/misc/mc/mc-4.8.27/src/vfs/smbfs/helpers/include/
H A Dnameserv.h253 typedef void (*response_function) (struct subnet_record *, struct response_record *, typedef
311 response_function resp_fn;
/dports/security/ADMsmb/ADMsmb_0.3/
H A Dnameserv.h289 typedef void (*response_function)(struct subnet_record *, struct response_record *, typedef
363 response_function resp_fn;
/dports/net/samba412/samba-4.12.15/source3/include/
H A Dnameserv.h319 typedef void (*response_function)(struct subnet_record *, struct response_record *, typedef
392 response_function resp_fn;

12