| /freebsd-14.2/sys/tools/sound/ |
| H A D | feeder_eq_mkfilter.awk | 101 alpha = sin(w0) / (2.0 * QS); 106 alpha = 0.0; 108 return (alpha); 135 b0 = 1.0 + (alpha * A); 137 b2 = 1.0 - (alpha * A); 138 a0 = 1.0 + (alpha / A); 140 a2 = 1.0 - (alpha / A); 169 b0 = 1.0 + (alpha * A); 171 b2 = 1.0 - (alpha * A); 172 a0 = 1.0 + (alpha / A); [all …]
|
| /freebsd-14.2/sys/netinet/cc/ |
| H A D | cc_htcp.c | 156 int alpha; member 217 if (htcp_data->alpha == 1 || in htcp_ack_received() 223 CCV(ccv, snd_cwnd) += htcp_data->alpha * in htcp_ack_received() 266 htcp_data->alpha = HTCP_INIT_ALPHA; in htcp_cb_init() 399 int alpha, diff, now; in htcp_recalc_alpha() local 427 alpha = HTCP_CALC_ALPHA(diff); in htcp_recalc_alpha() 434 alpha = max(1, (2 * ((1 << HTCP_SHIFT) - in htcp_recalc_alpha() 444 alpha = max(1, (min(max(HTCP_MINROWE, in htcp_recalc_alpha() 446 htcp_rtt_ref), HTCP_MAXROWE) * alpha) in htcp_recalc_alpha() 450 alpha = 1; in htcp_recalc_alpha() [all …]
|
| H A D | cc_dctcp.c | 75 int alpha; /* the fraction of marked bytes */ member 185 dctcp_data->alpha = V_dctcp_alpha; in dctcp_after_idle() 226 dctcp_data->alpha = V_dctcp_alpha; in dctcp_cb_init() 281 dctcp_data->alpha = MAX_ALPHA_VALUE; in dctcp_cong_signal() 288 dctcp_data->alpha) >> (DCTCP_SHIFT+1))), in dctcp_cong_signal() 386 alpha_prev = dctcp_data->alpha; in dctcp_update_alpha() 400 dctcp_data->alpha = ulmin(alpha_prev - (alpha_prev >> V_dctcp_shift_g) + in dctcp_update_alpha() 469 SYSCTL_PROC(_net_inet_tcp_cc_dctcp, OID_AUTO, alpha,
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/iio/afe/ |
| H A D | temperature-sense-rtd.yaml | 24 R(T) = r0 * (1 + alpha * T) 25 T = 1 / (alpha * r0 * iexc) * (V - r0 * iexc) 62 alpha-ppm-per-celsius: 64 alpha can also be expressed in micro-ohms per ohm Celsius. It's a linear 68 alpha = (R_100 - R_0) / (100 * R_0) 74 Pure platinum has an alpha of 3925. Industry standards such as IEC60751 75 and ASTM E-1137 specify an alpha of 3850. 87 - alpha-ppm-per-celsius 98 alpha-ppm-per-celsius = <3908>;
|
| H A D | temperature-transducer.yaml | 26 T = (Isense(T) / alpha) + offset 27 T = 1 / (Rsense * alpha) * (V + offset * Rsense * alpha) 78 alpha-ppm-per-celsius: 82 alpha is expressed in parts per million which can be micro-amps per 92 - alpha-ppm-per-celsius 103 alpha-ppm-per-celsius = <1>; /* 1 uA/K */ 112 alpha-ppm-per-celsius = <4000>; /* 4 mV/K */
|
| /freebsd-14.2/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/print/ |
| H A D | tst.array.d.out | 5 int alpha = 0x5 8 int alpha = 0x6 16 int alpha = 0x5 19 int alpha = 0x6
|
| H A D | tst.array.d | 29 int alpha; member 49 this->f->c[0].alpha = 5; 50 this->f->c[1].alpha = 6; 51 this->f->c[2].alpha = 7;
|
| H A D | tst.struct.d | 34 uint64_t alpha; member 49 this->s->c.alpha = 3;
|
| /freebsd-14.2/bin/sh/tests/builtins/ |
| H A D | case8.0 | 3 [[:alpha:]_][[:upper:]_][[:alpha:]_]) ;; 8 [[:alpha:][:digit:]]) echo Failed at $LINENO ;; 9 [![:alpha:][:digit:]]) ;;
|
| /freebsd-14.2/contrib/netbsd-tests/lib/libc/regex/data/ |
| H A D | bracket.in | 27 a[[:alpha:]]c & abc abc 30 a[[:alpha &C EBRACK 31 a[[:alpha:] &C EBRACK 32 a[[:alpha,:] &C ECTYPE 38 [[:alpha:]]+ - -%@aX0- aX
|
| /freebsd-14.2/contrib/dialog/ |
| H A D | headers-sh.in | 53 alpha=abcdefghijklmnopqrstuvwxyz 56 alnum=_${DIGIT}${alpha} 58 MIXED=_${DIGIT}${ALPHA}${alpha} 60 pkgname=`echo "$PKGNAME" | tr "$ALPHA" "$alpha"`
|
| /freebsd-14.2/usr.bin/calendar/ |
| H A D | sunpos.c | 103 double ZJ, D, T, M, epsilon, lambda, alpha, HA, UTHM; in sunpos() local 122 alpha = ATAN(TAN(lambda) * COS(epsilon)); /* 9 */ in sunpos() 128 while (((sin(D2R(alpha)) < 0) ? -1 : 1) != lssign in sunpos() 129 || ((cos(D2R(alpha)) < 0) ? -1 : 1) != lcsign) in sunpos() 130 alpha += 90.0; in sunpos() 132 fixup(&alpha); in sunpos() 137 HA = *L - alpha + 180 + 15 * UTHM + eastlongitude; /* 12 */ in sunpos() 174 comp("alpha", alpha, fixup(&expalpha)); in sunpos()
|
| /freebsd-14.2/contrib/xz/src/liblzma/ |
| H A D | liblzma_linux.map | 110 XZ_5.1.2alpha { 123 } XZ_5.1.2alpha; 138 XZ_5.5.0alpha {
|
| /freebsd-14.2/sys/netpfil/ipfw/ |
| H A D | dn_aqm_pie.c | 92 value = pie_sysctl.alpha; in pie_sysctl_alpha_beta_handler() 104 pie_sysctl.alpha = value; in pie_sysctl_alpha_beta_handler() 186 SYSCTL_PROC(_net_inet_ip_dummynet_pie, OID_AUTO, alpha, 224 p = (int64_t)pprms->alpha * in calculate_drop_prob() 736 pcfg->alpha = pie_sysctl.alpha; in aqm_pie_config() 738 pcfg->alpha = ep->par[4]; in aqm_pie_config() 753 pcfg->alpha = BOUND_VAR(pcfg->alpha, 0, 7 * PIE_SCALE); in aqm_pie_config() 789 ep->par[4] = pcfg->alpha; in aqm_pie_getconfig()
|
| H A D | dn_sched_fq_pie.c | 164 value = fq_pie_sysctl.pcfg.alpha; in fqpie_sysctl_alpha_beta_handler() 176 fq_pie_sysctl.pcfg.alpha = value; in fqpie_sysctl_alpha_beta_handler() 261 SYSCTL_PROC(_net_inet_ip_dummynet_fqpie, OID_AUTO, alpha, 400 p = (int64_t)pprms->alpha * in fq_calculate_drop_prob() 1132 fqp_cfg->pcfg.alpha = fq_pie_sysctl.pcfg.alpha; in fq_pie_config() 1134 fqp_cfg->pcfg.alpha = ep->par[4]; in fq_pie_config() 1167 fqp_cfg->pcfg.alpha = BOUND_VAR(fqp_cfg->pcfg.alpha, 0, 7 * PIE_SCALE); in fq_pie_config() 1198 ep->par[4] = fqp_cfg->pcfg.alpha; in fq_pie_getconfig()
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__random/ |
| H A D | gamma_distribution.h | 48 _LIBCPP_HIDE_FROM_ABI result_type alpha() const { return __alpha_; } in alpha() function 82 _LIBCPP_HIDE_FROM_ABI result_type alpha() const { return __p_.alpha(); } in alpha() function 103 result_type __a = __p.alpha(); in operator() 156 __os << __x.alpha() << __sp << __x.beta();
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/display/ |
| H A D | xylon,logicvc-display.yaml | 145 xylon,layer-alpha-mode: 177 - xylon,layer-alpha-mode 248 xylon,layer-alpha-mode = "layer"; 258 xylon,layer-alpha-mode = "layer"; 267 xylon,layer-alpha-mode = "layer"; 276 xylon,layer-alpha-mode = "layer"; 285 xylon,layer-alpha-mode = "layer";
|
| /freebsd-14.2/contrib/openbsm/ |
| H A D | NEWS | 3 OpenBSM 1.2 alpha 5 18 OpenBSM 1.2 alpha 4 29 OpenBSM 1.2 alpha 3 35 OpenBSM 1.2 alpha 2 44 OpenBSM 1.2 alpha 1 112 OpenBSM 1.1 alpha 5 131 OpenBSM 1.1 alpha 4 161 OpenBSM 1.1 alpha 3 176 OpenBSM 1.1 alpha 2 201 OpenBSM 1.1 alpha 1 [all …]
|
| /freebsd-14.2/contrib/file/magic/Magdir/ |
| H A D | digital | 11 >24 leshort 0410 COFF format alpha pure 12 >24 leshort 0413 COFF format alpha demand paged 20 >24 leshort 0407 COFF format alpha object
|
| /freebsd-14.2/contrib/flex/src/ |
| H A D | scan.l | 143 NAME ([[:alpha:]_][[:alnum:]_-]*) 144 NOT_NAME [^[:alpha:]_*\n]+ 152 CCL_EXPR ("[:"^?[[:alpha:]]+":]") 475 (([a-mo-z]|n[a-np-z])[[:alpha:]\-+]*)|. { 841 "[:alpha:]" BEGIN(CCL); return CCE_ALPHA; 854 "[:^alpha:]" BEGIN(CCL); return CCE_NEG_ALPHA;
|
| /freebsd-14.2/contrib/ldns/drill/ |
| H A D | ChangeLog.22-nov-2005 | 83 0.6-alpha: Oct 2004: Jelte 86 0.5-alpha: Sept 22 2004: Miek 95 0.4-alpha: Sept 9 2004: Miek 100 0.3-alpha: Sept 6 2004: Miek
|
| /freebsd-14.2/crypto/openssl/crypto/modes/ |
| H A D | build.info | 19 $MODESASM_alpha=ghash-alpha.S 71 GENERATE[ghash-alpha.S]=asm/ghash-alpha.pl
|
| /freebsd-14.2/contrib/tcsh/ |
| H A D | host.defs | 273 machtype: defined(alpha) : "alpha" 513 vendor : defined(alpha) : "dec" 531 vendor : defined(alpha) : "digital" 549 machtype: defined(alpha) : "alpha" 569 vendor : defined(alpha) : "digital" 583 machtype: defined(alpha) : "alpha" 602 vendor : defined(alpha) : "digital" 613 machtype: defined(alpha) : "alpha" 917 comment : Digital's alpha running osf1 920 hosttype: defined(alpha) : "alpha" [all …]
|
| /freebsd-14.2/contrib/llvm-project/libcxx/src/ |
| H A D | locale.cpp | 939 upper | xdigit | print | alpha, upper | print | alpha, in classic_table() 940 upper | print | alpha, upper | print | alpha, in classic_table() 941 upper | print | alpha, upper | print | alpha, in classic_table() 942 upper | print | alpha, upper | print | alpha, in classic_table() 943 upper | print | alpha, upper | print | alpha, in classic_table() 944 upper | print | alpha, upper | print | alpha, in classic_table() 945 upper | print | alpha, upper | print | alpha, in classic_table() 946 upper | print | alpha, upper | print | alpha, in classic_table() 1129 if ((m & alpha) == alpha) in do_is() 1198 if ((m & alpha) == alpha && iswalpha_l(ch, __l_)) in do_scan_is() [all …]
|
| /freebsd-14.2/sys/arm/broadcom/bcm2835/ |
| H A D | bcm2835_mbox_prop.h | 337 uint32_t alpha; member 340 uint32_t alpha; member 452 struct bcm2835_mbox_tag_alpha_mode alpha; member
|