Home
last modified time | relevance | path

Searched refs:powers (Results 1 – 19 of 19) sorted by relevance

/dragonfly/games/quiz/datfiles/
HDseq-easy3 1,2,4,8,16,32:64{(powers of 2)}:powers of 2|2[**|^]n
7 1,3,9,27,81:243{(powers of 3)}:powers of 3|3[**|^]n
9 1,4,16,64:256{(powers of 4)}:powers of 4|4[**|^]n
10 1,5,25,125:625{(powers of 5)}:powers of 5|5[**|^]n
HDpoetry82 Getting and spending{,} we lay waste our powers:\
/dragonfly/contrib/gdb-7/libdecnumber/
HDdecNumber.c188 #define powers DECPOWERS /* old internal name */ macro
399 for (d=DECDPUN; d<dn->digits; up++, d+=DECDPUN) hi+=*up*powers[d-1]; in decNumberToInt32()
435 for (d=DECDPUN; d<dn->digits; up++, d+=DECDPUN) hi+=*up*powers[d-1]; in decNumberToUInt32()
832 if (a&b&1) *uc=*uc+(Unit)powers[i]; /* effect AND */ in decNumberAnd()
1222 if ((~a)&1) *uc=*uc+(Unit)powers[i]; /* effect INVERT */ in decNumberInvert()
1839 if ((a|b)&1) *uc=*uc+(Unit)powers[i]; /* effect OR */ in decNumberOr()
2526 uInt save=res->lsu[0]%powers[shift]; /* save low digit(s) */ in decNumberRotate()
2529 uInt rem=save%powers[shift-msudigits];/* split save */ in decNumberRotate()
2530 *msumax=(Unit)(save/powers[shift-msudigits]); /* and insert */ in decNumberRotate()
2532 +(Unit)(rem*powers[DECDPUN-(shift-msudigits)]); /* .. */ in decNumberRotate()
[all …]
/dragonfly/contrib/gcc-8.0/libdecnumber/
HDdecNumber.c188 #define powers DECPOWERS /* old internal name */ macro
399 for (d=DECDPUN; d<dn->digits; up++, d+=DECDPUN) hi+=*up*powers[d-1]; in decNumberToInt32()
435 for (d=DECDPUN; d<dn->digits; up++, d+=DECDPUN) hi+=*up*powers[d-1]; in decNumberToUInt32()
832 if (a&b&1) *uc=*uc+(Unit)powers[i]; /* effect AND */ in decNumberAnd()
1222 if ((~a)&1) *uc=*uc+(Unit)powers[i]; /* effect INVERT */ in decNumberInvert()
1839 if ((a|b)&1) *uc=*uc+(Unit)powers[i]; /* effect OR */ in decNumberOr()
2526 uInt save=res->lsu[0]%powers[shift]; /* save low digit(s) */ in decNumberRotate()
2529 uInt rem=save%powers[shift-msudigits];/* split save */ in decNumberRotate()
2530 *msumax=(Unit)(save/powers[shift-msudigits]); /* and insert */ in decNumberRotate()
2532 +(Unit)(rem*powers[DECDPUN-(shift-msudigits)]); /* .. */ in decNumberRotate()
[all …]
/dragonfly/contrib/gcc-4.7/libdecnumber/
HDdecNumber.c188 #define powers DECPOWERS /* old internal name */ macro
399 for (d=DECDPUN; d<dn->digits; up++, d+=DECDPUN) hi+=*up*powers[d-1]; in decNumberToInt32()
435 for (d=DECDPUN; d<dn->digits; up++, d+=DECDPUN) hi+=*up*powers[d-1]; in decNumberToUInt32()
832 if (a&b&1) *uc=*uc+(Unit)powers[i]; /* effect AND */ in decNumberAnd()
1222 if ((~a)&1) *uc=*uc+(Unit)powers[i]; /* effect INVERT */ in decNumberInvert()
1839 if ((a|b)&1) *uc=*uc+(Unit)powers[i]; /* effect OR */ in decNumberOr()
2526 uInt save=res->lsu[0]%powers[shift]; /* save low digit(s) */ in decNumberRotate()
2529 uInt rem=save%powers[shift-msudigits];/* split save */ in decNumberRotate()
2530 *msumax=(Unit)(save/powers[shift-msudigits]); /* and insert */ in decNumberRotate()
2532 +(Unit)(rem*powers[DECDPUN-(shift-msudigits)]); /* .. */ in decNumberRotate()
[all …]
/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
HDar5112.c368 int16_t powers[10]; in ar5112SetPowerTable() local
436 OS_MEMCPY(&powers[0], &pRawCh->pDataPerXPD[jj].pwr_t4[0], in ar5112SetPowerTable()
438 if (!getFullPwrTable(numPcd, &pcdacs[0], &powers[0], in ar5112SetPowerTable()
449 OS_MEMCPY(&powers[0], in ar5112SetPowerTable()
452 if (!getFullPwrTable(numPcd, &pcdacs[0], &powers[0], in ar5112SetPowerTable()
463 OS_MEMCPY(&powers[0], in ar5112SetPowerTable()
466 if (!getFullPwrTable(numPcd, &pcdacs[0], &powers[0], in ar5112SetPowerTable()
/dragonfly/usr.sbin/makefs/
HDcd9660.c1054 int numbts, digit, digits, temp, powers, count; in cd9660_rename_filename() local
1074 powers = 1; in cd9660_rename_filename()
1077 while (((int)(i / powers) ) >= 10) { in cd9660_rename_filename()
1079 powers = powers * 10; in cd9660_rename_filename()
1130 digit = (int)(temp / powers); in cd9660_rename_filename()
1131 temp = temp - digit * powers; in cd9660_rename_filename()
1135 powers = powers / 10; in cd9660_rename_filename()
/dragonfly/contrib/gdtoa/
HDREADME224 only one copy of high powers of 5; omitting this lock would introduce
/dragonfly/sys/vfs/hammer2/
HDDESIGN161 powers of 2 that are at least 2:1 (e.g. 2:1, 4:1, 8:1, etc) will work in
376 5. The last block in a file will have a storage allocation in powers
381 when possible. However, only reductions in powers of 2 are supported.
/dragonfly/usr.bin/calendar/calendars/
HDcalendar.history14 01/03 Benito Mussolini announces he is taking dictatorial powers
/dragonfly/contrib/gmp/
HDgmp-impl.h3838 struct powers struct
3846 typedef struct powers powers_t; argument
/dragonfly/contrib/lvm2/dist/
HDWHATS_NEW52 Distinguish between powers of 1000 and powers of 1024 in unit suffixes.
/dragonfly/contrib/gcc-8.0/gcc/
HDmatch.pd3573 /* If we have (A & C) != 0 ? D : 0 where C and D are powers of 2,
/dragonfly/share/zoneinfo/
HDnorthamerica874 # it doesn't matter which side won. The law has no enforcement powers and
HDasia513 # * Chinese Customs (by then reduced to a tool of foreign powers)
/dragonfly/games/fortune/datfiles/
HDfortunes5924 at genius level and a few months after that its powers will be
11746 high-minded or utterly bizarre and irrational -- the powers of reason are
16204 Do not overtax your powers.
16878 in a sealed board room. Should anyone in his curia question his powers, the
18000 argued that accepting psychic powers, reincarnation, "cosmic consciousness,"
30444 what fragments of my once considerable mental powers I still possess.
35519 Nirvana? That's the place where the powers that be and their friends
48274 The powers not delegated to the United States by the Constitution, nor
50427 There is grandeur in this view of life, with its several powers,
60078 Your reasoning powers are good, and you are a fairly good planner.
HDfortunes-o6278 powers.
9786 but true", while the powers of 2 are all extremely odd numbers.
15322 1. Atheists do not believe in higher powers.
/dragonfly/contrib/gcc-4.7/gcc/doc/
HDinvoke.texi17818 values have to be exact powers of 2 and @var{stack-size} has to be greater than
/dragonfly/contrib/ncurses/misc/
HDterminfo.src20988 # organization, the management powers that be decided that the name could