Searched refs:price (Results 1 - 18 of 18) sorted by relevance

/netbsd-current/external/public-domain/xz/dist/src/liblzma/rangecoder/
H A Dprice.h3 /// \file price.h
4 /// \brief Probability price calculation
55 uint32_t price = 0; local
61 price += rc_bit_price(probs[symbol], bit);
64 return price;
72 uint32_t price = 0; local
78 price += rc_bit_price(probs[model_index], bit);
82 return price;
/netbsd-current/games/monop/
H A Dmorg.c142 int price; local
144 price = board[propnum].cost/2;
146 printf("That got you $%d\n",price);
147 cur_p->money += price;
205 int price; local
207 price = board[propnum].cost/2;
209 price += price/10;
210 printf("That cost you $%d\n",price);
211 cur_p->money -= price;
[all...]
H A Dhouses.c119 int price; local
128 price = mp->h_cost * 50;
145 printf("Houses will cost $%d\n", price);
206 total_purchase * price);
208 cur_p->money -= total_purchase * price;
269 int price; local
275 price = mp->h_cost * 25;
277 printf("Houses will get you $%d apiece\n", price);
314 tot == 1 ? "" : "s", tot * price);
316 cur_p->money += tot * price;
[all...]
/netbsd-current/games/hack/
H A Ddef.eshk.h72 unsigned price; /* price per unit */ member in struct:bill_x
H A Dhack.shk.c253 total += bp->price * bp->bquan;
582 ltmp = bp->price * bp->bquan;
674 bp->price = getprice(obj);
702 tmp = bp->price;
707 bp->price = tmp;
817 thisused = bp->price * uquan;
/netbsd-current/external/public-domain/xz/dist/src/liblzma/lzma/
H A Dlzma_encoder_optimum_normal.c30 uint32_t price = 0; local
33 price = rc_bittree_price(subcoder, 8, symbol);
45 price += rc_bit_price(subcoder[subcoder_index], bit);
53 return price;
61 // NOTE: Unlike the other price tables, length prices are updated
80 uint32_t price; local
83 price = rc_bit_0_price(coder->is_rep0[state]);
84 price += rc_bit_1_price(coder->is_rep0_long[state][pos_state]);
86 price = rc_bit_1_price(coder->is_rep0[state]);
89 price
116 uint32_t price; local
171 const uint32_t price = rc_bittree_reverse_price( local
392 const uint32_t price = rep_match_price + get_pure_rep_price( local
614 const uint32_t price = rep_match_price + get_pure_rep_price( local
[all...]
H A Dlzma_encoder_private.h63 uint32_t price; member in struct:__anon16229
120 // include also price tables.
/netbsd-current/usr.sbin/lpr/pac/
H A Dpac.c69 static float price = 0.02; /* cost per page (or what ever) */ variable
120 * get the price.
122 price = atof(optarg);
268 printf(" pages/feet runs price %s\n",
279 hp->h_feetpages * price * hp->h_count,
285 feet * price * runs);
431 price = price100/10000.0;
/netbsd-current/games/larn/
H A Dstore.c297 else if (c[GOLD] < itm[i].price * 10)
305 c[GOLD] -= itm[i].price * 10;
341 lprintf("%6ld", (long) (itm[i].price * 10));
811 value = 2 * itm[j + ivenarg[isub]].price;
814 value = itm[j].price; /* appreciate if a +n
H A Dheader.h51 short price; member in struct:_itm
/netbsd-current/external/gpl3/gdb.old/dist/zlib/contrib/masmx64/
H A Dinffasx64.asm18 ; http://www.microsoft.com/whdc/Devtools/wdk/default.mspx for low price)
H A Dgvmat64.asm52 ; http://www.microsoft.com/whdc/Devtools/wdk/default.mspx for low price)
/netbsd-current/external/gpl3/binutils/dist/zlib/contrib/masmx64/
H A Dinffasx64.asm18 ; http://www.microsoft.com/whdc/Devtools/wdk/default.mspx for low price)
H A Dgvmat64.asm52 ; http://www.microsoft.com/whdc/Devtools/wdk/default.mspx for low price)
/netbsd-current/external/gpl3/gdb/dist/zlib/contrib/masmx64/
H A Dinffasx64.asm18 ; http://www.microsoft.com/whdc/Devtools/wdk/default.mspx for low price)
H A Dgvmat64.asm52 ; http://www.microsoft.com/whdc/Devtools/wdk/default.mspx for low price)
/netbsd-current/external/gpl3/binutils.old/dist/zlib/contrib/masmx64/
H A Dinffasx64.asm18 ; http://www.microsoft.com/whdc/Devtools/wdk/default.mspx for low price)
H A Dgvmat64.asm52 ; http://www.microsoft.com/whdc/Devtools/wdk/default.mspx for low price)

Completed in 152 milliseconds