Home
last modified time | relevance | path

Searched full:beta (Results 1 – 25 of 305) sorted by relevance

12345678910>>...13

/freebsd/sys/tools/sound/
H A Dfeeder_rate_mkfilter.awk121 function kaiserAttn2Beta(attn, beta)
127 beta = 0.1102 * ((1.0 * attn) - 8.7);
129 beta = (0.5842 * pow((1.0 * attn) - 21.0, 0.4)) + \
132 beta = 0.0;
134 return (beta);
137 function kaiserBeta2Attn(beta, x, y, i, attn, xbeta)
139 if (beta < Z_WINDOW_KAISER)
142 if (beta > kaiserAttn2Beta(50.0))
143 attn = ((1.0 * beta) / 0.1102) + 8.7;
150 if (beta == xbeta || \
[all …]
/freebsd/contrib/ntp/scripts/build/
H A DUpdatePoint90 # Do we want to bump the beta point?
99 # if we are not in a beta or RC state, enter beta unless point is NEW.
100 # if we are in a beta state:
101 # - bump the beta point
138 # start of first beta cycle for the next point release
140 newpr=beta
145 # skip all -beta and -RC prereleases to the next point.
162 echo "beta cycle."
167 beta)
173 0::) echo "betapoint is 0, rcpoint emtpy, and prerelease is beta."
[all …]
/freebsd/crypto/libecc/src/sig/
H A Deckcdsa.c102 * (gamma) is larger than beta, the bit length of q (i.e. hsize >
103 * bitlen(q), i.e. gamma > beta). In that case, both the values of h
107 * - h = I2BS(beta', (BS2I(gamma, h))) mod 2^beta'
108 * - r = I2BS(beta', (BS2I(gamma, r))) mod 2^beta'
110 * where beta' = 8 * ceil(beta / 8)
116 * (gamma - beta') bits at the beginning of h and r to keep only
117 * last beta ones unmodified.
128 * (gamma - beta') / 8.
132 * shift = (gamma - beta') / 8 = 4
177 *| F 2. If |H| > bitlen(q), set h to beta' rightmost bits of
[all …]
/freebsd/contrib/ntp/
H A Dpackageinfo.sh25 # To start a -stable beta cycle, which normally occurs before a -stable
28 # prerelease will be set to beta.
30 # To move on from -stable beta to RC set prerelease=rc.
32 # To fall back from -stable RC to beta set prerelease=beta.
74 # prerelease can be empty, 'beta', or 'rc'.
91 # ntp-stable Beta number (betapoint)
92 # Should be zeroed at release, and left at zero until first beta.
93 # The first beta is -beta1.
/freebsd/share/man/man4/
H A Dcc_vegas.451 The algorithm aims to keep diff between two parameters alpha and beta, such
55 alpha < diff < beta
58 If diff > beta, congestion is inferred and cwnd is decremented by one packet (or
61 Alpha and beta govern the amount of buffering along the path.
84 When setting alpha, the value must satisfy: 0 < alpha < beta.
86 .It Va beta
87 Query or set the Vegas beta parameter as a number of buffers on the path.
88 When setting beta, the value must satisfy: 0 < alpha < beta.
/freebsd/share/doc/papers/relengr/
H A D3.t45 are released in three steps: alpha, beta, and final.
46 Alpha and beta releases are not true distributions\(emthey
51 More sites are given beta releases,
55 sites, while \*(b3 beta ran at more than a hundred.
143 Beta Distribution Development
307 the preparation of the beta distribution is started.
310 the beta distribution is put together as if it were
314 Once the beta tape has been prepared,
324 The beta distribution goes to more sites than the
333 Finally, because the beta tape has fewer problems,
[all …]
/freebsd/lib/msun/src/
H A Ds_ctanh.c41 * beta = 1/cos^2(y)
57 * beta rho s + I t
59 * 1 + beta s^2
77 double t, beta, s, rho, denom; in ctanh() local
132 beta = 1.0 + t * t; /* = 1 / cos^2(y) */ in ctanh()
135 denom = 1 + beta * s * s; in ctanh()
136 return (CMPLX((beta * rho * s) / denom, t / denom)); in ctanh()
H A Ds_ctanhf.c42 float t, beta, s, rho, denom; in ctanhf() local
70 beta = 1.0 + t * t; in ctanhf()
73 denom = 1 + beta * s * s; in ctanhf()
74 return (CMPLXF((beta * rho * s) / denom, t / denom)); in ctanhf()
/freebsd/contrib/xz/src/liblzma/api/lzma/
H A Dversion.h58 * - s indicates stability: 0 = alpha, 1 = beta, 2 = stable
61 * For example, if 5.1.0alpha has been released, there will never be 5.1.0beta
79 # define LZMA_VERSION_STABILITY_STRING "beta"
96 * This can be for example "4.999.5alpha", "4.999.8beta", or "5.0.0" (stable
99 * "4.999.8beta-21-g1d92". The commit ID won't be available in numeric form
/freebsd/sys/netinet/cc/
H A Dcc_htcp.c157 int beta; member
267 htcp_data->beta = HTCP_MINBETA; in htcp_cb_init()
387 CCV(ccv, snd_cwnd) = max(1, ((htcp_data->beta * in htcp_post_recovery()
429 * 2 * (1 - beta) * alpha_raw in htcp_recalc_alpha()
433 htcp_data->beta) * alpha) >> HTCP_SHIFT); in htcp_recalc_alpha()
463 * we only calc beta if the connection's SRTT has been changed from its in htcp_recalc_beta()
464 * initial value. beta is bounded to ensure it is always between in htcp_recalc_beta()
469 htcp_data->beta = min(max(HTCP_MINBETA, in htcp_recalc_beta()
473 htcp_data->beta = HTCP_MINBETA; in htcp_recalc_beta()
478 * the calculation of beta if adaptive backoff is enabled.
[all …]
H A Dcc_newreno.c53 * Borrowed code fragments from cc_cdg.c to add modifiable beta
187 nreno->beta = V_newreno_beta; in newreno_cb_init()
369 uint32_t beta, beta_ecn, cwin, factor, mss, pipe; in newreno_cong_signal() local
374 beta = (nreno == NULL) ? V_newreno_beta : nreno->beta; in newreno_cong_signal()
387 factor = beta; in newreno_cong_signal()
409 (uint64_t)beta) / (uint64_t)beta_ecn; in newreno_cong_signal()
462 nreno->beta = opt->val; in newreno_ctl_output()
475 opt->val = nreno->beta; in newreno_ctl_output()
591 SYSCTL_PROC(_net_inet_tcp_cc_newreno, OID_AUTO, beta,
594 "New Reno beta, specified as number between 1 and 100");
[all …]
H A Dcc_newreno.h33 uint32_t beta; member
52 #define CC_NEWRENO_BETA 1 /* Beta for normal DUP-ACK/Sack recovery */
53 #define CC_NEWRENO_BETA_ECN 2 /* ECN Beta for Abe */
/freebsd/sys/contrib/device-tree/Bindings/hwmon/
H A Dti,tmp401.yaml46 ti,beta-compensation:
48 value to select beta correction range.
73 ti,beta-compensation: false
102 ti,beta-compensation = <0x7>;
H A Dmax6697.txt26 - beta-compensation-enable
27 Only valid for MAX6693 and MX6694. Set to enable beta compensation on
29 Beta compensation will be disabled if not specified.
/freebsd/sys/contrib/openzfs/man/man8/
H A Dzfs-promote.875 .No # Nm zfs Cm clone Ar pool/project/production@today pool/project/beta
76 make changes to /pool/project/beta and test them
77 .No # Nm zfs Cm promote Ar pool/project/beta
79 .No # Nm zfs Cm rename Ar pool/project/beta pool/project/production
H A Dzfs-clone.886 .No # Nm zfs Cm clone Ar pool/project/production@today pool/project/beta
87 make changes to /pool/project/beta and test them
88 .No # Nm zfs Cm promote Ar pool/project/beta
90 .No # Nm zfs Cm rename Ar pool/project/beta pool/project/production
H A Dzfs-snapshot.8109 .No # Nm zfs Cm clone Ar pool/project/production@today pool/project/beta
110 make changes to /pool/project/beta and test them
111 .No # Nm zfs Cm promote Ar pool/project/beta
113 .No # Nm zfs Cm rename Ar pool/project/beta pool/project/production
H A Dzfs-rename.8137 .No # Nm zfs Cm clone Ar pool/project/production@today pool/project/beta
138 make changes to /pool/project/beta and test them
139 .No # Nm zfs Cm promote Ar pool/project/beta
141 .No # Nm zfs Cm rename Ar pool/project/beta pool/project/production
H A Dzfs-destroy.8207 .No # Nm zfs Cm clone Ar pool/project/production@today pool/project/beta
208 make changes to /pool/project/beta and test them
209 .No # Nm zfs Cm promote Ar pool/project/beta
211 .No # Nm zfs Cm rename Ar pool/project/beta pool/project/production
H A Dzfs-create.8268 .No # Nm zfs Cm clone Ar pool/project/production@today pool/project/beta
269 make changes to /pool/project/beta and test them
270 .No # Nm zfs Cm promote Ar pool/project/beta
272 .No # Nm zfs Cm rename Ar pool/project/beta pool/project/production
/freebsd/crypto/libecc/src/examples/sig/kcdsa/
H A Dkcdsa.c135 /* alpha is the bit length of p, beta is the bit length of q */ in kcdsa_sign()
136 bitcnt_t alpha, beta; in kcdsa_sign() local
183 /* Let beta be the bit length of q */ in kcdsa_sign()
184 ret = nn_bitlen(q, &beta); EG(ret, err); in kcdsa_sign()
190 * If "gamma" <= beta, length of R is "gamma", else length of R in kcdsa_sign()
191 * The signature size is either "gamma" + beta or 2 * beta in kcdsa_sign()
193 if(hlen <= (u16)BYTECEIL(beta)){ in kcdsa_sign()
197 curr_rlen = (u16)BYTECEIL(beta); in kcdsa_sign()
199 curr_siglen = (u16)(curr_rlen + BYTECEIL(beta)); in kcdsa_sign()
234 if(hlen <= (u16)BYTECEIL(beta)){ in kcdsa_sign()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Dazoteq,iqs7222.yaml81 azoteq,lta-beta-lp:
89 azoteq,lta-beta-np:
97 azoteq,counts-beta-lp:
105 azoteq,counts-beta-np:
113 azoteq,lta-fast-beta-lp:
121 azoteq,lta-fast-beta-np:
686 azoteq,bottom-beta:
695 azoteq,static-beta:
699 azoteq,bottom-beta regardless of the speed of movement.
939 azoteq,lta-beta-lp = <7>;
[all …]
/freebsd/sys/netpfil/ipfw/
H A Ddn_aqm_pie.c78 * max_ecnth=0.1, alpha=0.125, beta=1.25,
94 value = pie_sysctl.beta; in pie_sysctl_alpha_beta_handler()
106 pie_sysctl.beta = value; in pie_sysctl_alpha_beta_handler()
190 SYSCTL_PROC(_net_inet_ip_dummynet_pie, OID_AUTO, beta,
193 "beta scaled by 1000");
226 p +=(int64_t) pprms->beta * in calculate_drop_prob()
713 * 3- max_ecnth, 4- alpha, 5- beta, 6- flags in aqm_pie_config()
740 pcfg->beta = pie_sysctl.beta; in aqm_pie_config()
742 pcfg->beta = ep->par[5]; in aqm_pie_config()
754 pcfg->beta = BOUND_VAR(pcfg->beta, 0 , 7 * PIE_SCALE); in aqm_pie_config()
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__random/
H A Dgamma_distribution.h49 _LIBCPP_HIDE_FROM_ABI result_type beta() const { return __beta_; }
83 _LIBCPP_HIDE_FROM_ABI result_type beta() const { return __p_.beta(); }
145 return __x * __p.beta(); in operator()
156 __os << __x.alpha() << __sp << __x.beta(); in operator()
50 result_type beta() const {return __beta_;} beta() function
95 result_type beta() const {return __p_.beta();} beta() function
/freebsd/contrib/file/magic/Magdir/
H A Dvorbis99 # Map to beta version numbers:
101 >>>>>>(84.b+120) string 20000508 (1.0 beta 1 or beta 2)
104 >>>>>>(84.b+120) string 20001031 (1.0 beta 3)
107 >>>>>>(84.b+120) string 20010225 (1.0 beta 4)

12345678910>>...13