/freebsd/sys/tools/sound/ |
H A D | feeder_rate_mkfilter.awk | 121 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 D | UpdatePoint | 90 # 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 D | eckcdsa.c | 102 * (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 D | packageinfo.sh | 25 # 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 D | cc_vegas.4 | 51 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 D | 3.t | 45 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 D | s_ctanh.c | 41 * 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 D | s_ctanhf.c | 42 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/sys/contrib/device-tree/Bindings/hwmon/ |
H A D | ti,tmp401.yaml | 46 ti,beta-compensation: 48 value to select beta correction range. 73 ti,beta-compensation: false 102 ti,beta-compensation = <0x7>;
|
H A D | max6697.txt | 26 - 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 D | zfs-promote.8 | 74 .No # Nm zfs Cm clone Ar pool/project/production@today pool/project/beta 75 make changes to /pool/project/beta and test them 76 .No # Nm zfs Cm promote Ar pool/project/beta 78 .No # Nm zfs Cm rename Ar pool/project/beta pool/project/production
|
H A D | zfs-clone.8 | 85 .No # Nm zfs Cm clone Ar pool/project/production@today pool/project/beta 86 make changes to /pool/project/beta and test them 87 .No # Nm zfs Cm promote Ar pool/project/beta 89 .No # Nm zfs Cm rename Ar pool/project/beta pool/project/production
|
H A D | zfs-rename.8 | 136 .No # Nm zfs Cm clone Ar pool/project/production@today pool/project/beta 137 make changes to /pool/project/beta and test them 138 .No # Nm zfs Cm promote Ar pool/project/beta 140 .No # Nm zfs Cm rename Ar pool/project/beta pool/project/production
|
H A D | zfs-snapshot.8 | 108 .No # Nm zfs Cm clone Ar pool/project/production@today pool/project/beta 109 make changes to /pool/project/beta and test them 110 .No # Nm zfs Cm promote Ar pool/project/beta 112 .No # Nm zfs Cm rename Ar pool/project/beta pool/project/production
|
H A D | zfs-create.8 | 267 .No # Nm zfs Cm clone Ar pool/project/production@today pool/project/beta 268 make changes to /pool/project/beta and test them 269 .No # Nm zfs Cm promote Ar pool/project/beta 271 .No # Nm zfs Cm rename Ar pool/project/beta pool/project/production
|
H A D | zfs-destroy.8 | 198 .No # Nm zfs Cm clone Ar pool/project/production@today pool/project/beta 199 make changes to /pool/project/beta and test them 200 .No # Nm zfs Cm promote Ar pool/project/beta 202 .No # Nm zfs Cm rename Ar pool/project/beta pool/project/production
|
/freebsd/sys/netinet/cc/ |
H A D | cc_htcp.c | 157 int beta; member 267 htcp_data->beta = HTCP_MINBETA; in htcp_cb_init() 399 CCV(ccv, snd_cwnd) = max(1, ((htcp_data->beta * in htcp_post_recovery() 441 * 2 * (1 - beta) * alpha_raw in htcp_recalc_alpha() 445 htcp_data->beta) * alpha) >> HTCP_SHIFT); in htcp_recalc_alpha() 475 * we only calc beta if the connection's SRTT has been changed from its in htcp_recalc_beta() 476 * initial value. beta is bounded to ensure it is always between in htcp_recalc_beta() 481 htcp_data->beta = min(max(HTCP_MINBETA, in htcp_recalc_beta() 485 htcp_data->beta = HTCP_MINBETA; in htcp_recalc_beta() 490 * the calculation of beta if adaptive backoff is enabled. [all …]
|
H A D | cc_newreno.c | 53 * 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() 468 nreno->beta = opt->val; in newreno_ctl_output() 481 opt->val = nreno->beta; in newreno_ctl_output() 597 SYSCTL_PROC(_net_inet_tcp_cc_newreno, OID_AUTO, beta, 600 "New Reno beta, specified as number between 1 and 100"); [all …]
|
H A D | cc_newreno.h | 33 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/input/ |
H A D | azoteq,iqs7222.yaml | 81 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/crypto/libecc/src/examples/sig/kcdsa/ |
H A D | kcdsa.c | 135 /* 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/contrib/llvm-project/libcxx/include/__random/ |
H A D | gamma_distribution.h | 49 _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/sys/netpfil/ipfw/ |
H A D | dn_aqm_pie.c | 78 * 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/file/magic/Magdir/ |
H A D | vorbis | 99 # 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)
|
/freebsd/sys/contrib/device-tree/src/arm/rockchip/ |
H A D | rk3288-firefly-beta.dts | 10 model = "Firefly-RK3288 Beta"; 11 compatible = "firefly,firefly-rk3288-beta", "rockchip,rk3288";
|