Searched refs:p_corr (Results 1 – 8 of 8) sorted by relevance
/dports/www/domoticz/domoticz-2020.2/extern/mosquitto/test/lib/c/ |
H A D | 03-request-response-2.c | 22 const mosquitto_property *p_resp, *p_corr = NULL; in on_message_v5() local 29 p_corr = mosquitto_property_read_binary(props, MQTT_PROP_CORRELATION_DATA, NULL, NULL, false); in on_message_v5() 30 …mosquitto_publish_v5(mosq, NULL, resp_topic, strlen("a response"), "a response", 0, false, p_corr); in on_message_v5()
|
/dports/net/mosquitto/mosquitto-2.0.13/test/lib/c/ |
H A D | 03-request-response-2.c | 22 const mosquitto_property *p_resp, *p_corr = NULL; in on_message_v5() local 29 p_corr = mosquitto_property_read_binary(props, MQTT_PROP_CORRELATION_DATA, NULL, NULL, false); in on_message_v5() 30 …mosquitto_publish_v5(mosq, NULL, resp_topic, strlen("a response"), "a response", 0, false, p_corr); in on_message_v5()
|
/dports/audio/opencore-amr/opencore-amr-0.1.5/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/ |
H A D | pitch_ol.cpp | 318 Word32 *p_corr = &corr[-lag_max]; in Lag_max() local 327 if (*(p_corr++) >= max) in Lag_max() 329 p_corr--; in Lag_max() 330 max = *(p_corr++); in Lag_max()
|
/dports/sysutils/dvdisaster/dvdisaster-0.79.5/ |
H A D | recover-raw.c | 750 int p_corr = 0; in UpdateFrameStats() local 772 p_corr++; in UpdateFrameStats() 801 { if(p_corr > rb->bestP1) in UpdateFrameStats() 804 if(p_corr == rb->bestP1) in UpdateFrameStats() 814 rb->bestP1 = p_corr; in UpdateFrameStats()
|
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/ |
H A D | NonDLocalReliability.cpp | 2311 Real p_corr = (beta >= 0.) ? p : 1. - p; in probability() local 2345 p_corr /= std::sqrt(1. + ktk); in probability() 2355 p_corr *= C1; in probability() 2357 if (p_corr >= 0. && p_corr <= 1.) { // verify p_corr within valid range in probability() 2358 p = (beta >= 0.) ? p_corr : 1. - p_corr; in probability() 2507 Real p_corr = (beta >= 0.) ? p : 1. - p; in reliability() local 2522 bool terminate = reliability_residual(p_corr, beta_corr, kappa, res); in reliability() 2530 = reliability_residual_derivative(p_corr, beta_corr, kappa); in reliability() 2553 terminate = reliability_residual(p_corr, beta_step, kappa, res_step); in reliability()
|
/dports/lang/newlisp/newlisp-10.7.5/ |
H A D | primes.h | 214 {"corr", p_corr, 0},
|
H A D | protos.h | 166 CELL * p_corr(CELL * params);
|
H A D | nl-math.c | 3765 CELL * p_corr(CELL * params)
|