Searched refs:weight (Results 1 - 25 of 80) sorted by relevance

1234

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/tree-ssa/
H A Dreassoc-14.c4 int test1 (int x, int y, int z, int weight) argument
6 int tmp1 = x * weight;
7 int tmp2 = y * weight;
8 int tmp3 = (x - y) * weight;
12 int test2 (int x, int y, int z, int weight) argument
14 int tmp1 = x * weight;
15 int tmp2 = y * weight * weight;
16 int tmp3 = z * weight * weight * weigh
[all...]
H A Dreassoc-16.c4 double test1 (double x, double y, double z, double weight) argument
6 double tmp1 = x / weight;
7 double tmp2 = y / weight;
8 double tmp3 = -x / weight;
H A Dreassoc-15.c4 int test3 (int x, int y, int z, int weight, int w1, int w2, int w3) argument
6 int wtmp1 = w1 * weight;
7 int wtmp2 = w2 * weight;
8 int wtmp3 = w3 * weight;
15 /* The multiplication with weight should be un-distributed.
H A Dpr24309.c4 float weight[10]; variable
13 dist=dist+weight[j];
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/i386/
H A Dpr30120.c7 foo (double a, double weight, const double *ring, double *phase) argument
9 *phase = *ring * weight;
/netbsd-6-1-5-RELEASE/usr.sbin/altq/libaltq/
H A Dqop_red.h33 int weight; /* weight for EWMA */ member in struct:red_ifinfo
43 int qcmd_red_add_if(const char *ifname, u_int bandwidth, int weight,
47 u_int bandwidth, int weight, int inv_pmax, int th_min,
H A Dqop_rio.h34 int weight; /* weight for EWMA */ member in struct:rio_ifinfo
41 int qcmd_rio_add_if(const char *ifname, u_int bandwidth, int weight,
47 u_int bandwidth, int weight, struct redparams *red_params,
H A Dqop_red.c88 int weight = 0; /* 0: use default */ local
113 } else if (EQUAL(*argv, "weight")) {
116 weight = (int)strtol(*argv, NULL, 0);
150 if (weight != 0) {
151 /* check if weight is power of 2 */
154 w = weight;
158 if (weight != w) {
159 LOG(LOG_ERR, 0, "weight %d: should be power of 2",
160 weight);
165 if (qcmd_red_add_if(ifname, bandwidth, weight, inv_pma
175 qcmd_red_add_if(const char *ifname, u_int bandwidth, int weight, int inv_pmax, int th_min, int th_max, int qlimit, int pkttime, int flags) argument
193 qop_red_add_if(struct ifinfo **rp, const char *ifname, u_int bandwidth, int weight, int inv_pmax, int th_min, int th_max, int qlimit, int pkttime, int flags) argument
[all...]
H A Dqop_rio.c89 int weight = 0; /* 0: use default */ local
120 } else if (EQUAL(*argv, "weight")) {
123 weight = (int)strtol(*argv, NULL, 0);
179 if (weight != 0) {
180 /* check if weight is power of 2 */
183 w = weight;
187 if (weight != w) {
188 LOG(LOG_ERR, 0, "weight %d: should be power of 2",
189 weight);
194 if (qcmd_rio_add_if(ifname, bandwidth, weight,
207 qcmd_rio_add_if(const char *ifname, u_int bandwidth, int weight, int lo_inv_pmax, int lo_th_min, int lo_th_max, int med_inv_pmax, int med_th_min, int med_th_max, int hi_inv_pmax, int hi_th_min, int hi_th_max, int qlimit, int pkttime, int flags) argument
238 qop_rio_add_if(struct ifinfo **rp, const char *ifname, u_int bandwidth, int weight, struct redparams *red_params, int qlimit, int pkttime, int flags) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/rdata/generic/
H A Duri_256.h28 isc_uint16_t weight; member in struct:dns_rdata_uri
H A Duri_256.c70 unsigned short priority, weight; local
91 weight = uint16_fromregion(&region);
93 sprintf(buf, "%u ", weight);
115 * Priority, weight
203 RETERR(uint16_tobuffer(uri->weight, target));
251 uri->weight = uint16_fromregion(&sr);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/rdata/in_1/
H A Dsrv_33.h34 isc_uint16_t weight; member in struct:dns_rdata_in_srv
/netbsd-6-1-5-RELEASE/sys/altq/
H A Daltq_wfq.h57 int weight; member in struct:wfq_setweight
62 int weight; /* weight in percent */ member in struct:each_queue_stats
98 #define WFQ_ADDQUOTA(q) ((q)->quota += WFQ_QUOTA * (q)->weight / 100)
107 int weight; /* weight in percent */ member in struct:weighted_fair_queue
H A Daltq_rio.h53 int weight; member in struct:rio_stats
61 int rio_weight; /* weight for EWMA */
112 int rio_weight; /* weight for EWMA */
113 struct wtab *rio_wtab; /* weight table */
H A Daltq_wfq.c159 queue->weight = 100;
425 if ((byte = queue->bytes * 100 / queue->weight) > max_byte) {
521 if (swp->weight < 0) {
522 printf("set weight in natural number\n");
530 old = queue->weight;
531 queue->weight = swp->weight;
532 swp->weight = old;
554 stats->weight = queue->weight;
[all...]
/netbsd-6-1-5-RELEASE/dist/bzip2/
H A Dhuffman.c37 while (weight[tmp] < weight[heap[zz >> 1]]) { \
52 weight[heap[yy+1]] < weight[heap[yy]]) \
54 if (weight[tmp] < weight[heap[yy]]) break; \
76 Int32 weight [ BZ_MAX_ALPHA_SIZE * 2 ]; local
80 weight[i+1] = (freq[i] == 0 ? 1 : freq[i]) << 8;
88 weight[0] = 0;
105 weight[nNode
[all...]
H A Dbzip.css19 dt { color: #336699; font-weight: bold }
/netbsd-6-1-5-RELEASE/external/bsd/mdocml/dist/
H A Dexample.style.css33 div.mandoc .emph { font-style: italic; font-weight: normal; } /* Emphasis: Em, Bl -emphasis. */
34 div.mandoc .symb { font-style: normal; font-weight: bold; } /* Symbolic: Sy, Ms, Bf -symbolic. */
35 div.mandoc .lit { font-style: normal; font-weight: normal; font-family: monospace; } /* Literal: Dl, Li, Ql, Bf -literal, Bl -literal, Bl -unfilled. */
36 div.mandoc i.addr { font-weight: normal; } /* Address (Ad). */
37 div.mandoc i.arg { font-weight: normal; } /* Command argument (Ar). */
46 div.mandoc i.farg { font-weight: normal; } /* Function argument (Fa, Fn). */
47 div.mandoc i.file { font-weight: normal; } /* File (Pa). */
50 div.mandoc i.ftype { font-weight: normal; } /* Function types (Ft, Fn). */
53 div.mandoc i.link-sec { font-weight: normal; } /* Section links (Sx). */
59 div.mandoc i.ref-book { font-weight
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/libsaslc/dist/
H A Dstyle.css26 font-weight: bold;
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/postscreen/
H A Dpostscreen_dnsbl.c103 * different (filter, weight) pair. We group (filter, weight) pairs in a
112 struct PSC_DNSBL_SITE *first; /* list of (filter, weight) tuples */
118 int weight; /* reply weight (default: 1) */ member in struct:PSC_DNSBL_SITE
221 int weight; local
227 * the optional reply weight factor.
231 /* Negative weight means whitelist. */
233 if (sscanf(weight_text, "%d%c", &weight, &junk) != 1)
234 msg_fatal("bad DNSBL weight facto
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/amd/
H A Dsun_map.h54 int weight; /* weight given to the host */ member in struct:sun_host
H A Dsun_map_parse.y348 | WORD weight {
352 * 'weight' rule and assigned to be the last host item on the host
361 weight : '(' WORD ')' { label
369 host->weight = val;
/netbsd-6-1-5-RELEASE/usr.bin/window/
H A Dcompress.c82 short weight; member in struct:cc
101 #define wthreshp(weight, length) ((short) (weight) >= cc_wthresholds[length])
103 #define wthreshp(weight, length) (0)
119 wthreshp((p)->weight, _length)) /* XXX */ \
531 p->weight = cc_weight;
549 if ((p->weight += p->time - time0) < 0)
550 p->weight = cc_weight;
551 else if ((p->weight += cc_weight) > limit)
552 p->weight
[all...]
/netbsd-6-1-5-RELEASE/games/hack/
H A Dhack.mkobj.c188 otmp->owt = weight(otmp);
199 weight(struct obj *obj) function
/netbsd-6-1-5-RELEASE/games/gomoku/
H A Dmakemove.c51 static const int weight[5] = { 0, 1, 7, 22, 100 }; variable
113 /* compute old weight value for this frame */
116 val = weight[5 - cp->c.a - cp->c.b];
121 val += weight[5 - cp->c.a - cp->c.b];
161 val = weight[n];

Completed in 202 milliseconds

1234