Home
last modified time | relevance | path

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

12

/trueos/contrib/gcclibs/libdecnumber/
HDdecUtility.c107 uInt rem = *source % powers[cut]; in decDensePackCoeff()
108 next += *source / powers[cut]; in decDensePackCoeff()
111 next = rem * powers[DECDPUN - cut]; /* save remainder for next Unit */ in decDensePackCoeff()
300 out = (Unit) (out + nibble * powers[cut]); in decDenseUnpackCoeff()
317 out = (Unit) (out + nibble * powers[cut]); in decDenseUnpackCoeff()
332 out = (Unit) (out + nibble * powers[cut]); in decDenseUnpackCoeff()
353 if (*last < powers[cut]) in decDenseUnpackCoeff()
HDdecNumber.c175 const uInt powers[] = { 1, 10, 100, 1000, 10000, 100000, 1000000, variable
1989 pow=powers[cut]*2; \
2408 maxv = powers[lhs->digits] - 1; in decAddOp()
2492 mult = powers[padding - (rhsshift * DECDPUN)]; /* .. this by multiplication */ in decAddOp()
3008 for (pow = &powers[1]; *msu1 >= *pow; pow++) in decDivideOp()
3010 for (pow = &powers[1]; *msu2 >= *pow; pow++) in decDivideOp()
3138 for (pow = &powers[1]; thisunit >= *pow; pow++) in decDivideOp()
3209 * powers[drop + 1]) != 0) in decDivideOp()
3212 if (lsu % powers[drop + 1] != 0) in decDivideOp()
3348 if (*up == powers[quotdigits] - 1) in decDivideOp()
[all …]
HDdecNumberLocal.h113 extern const uInt powers[];
/trueos/sys/gnu/dts/arm/
HDaxp209.dtsi52 * http://www.x-powers.com/product/AXP20X.php
57 compatible = "x-powers,axp209";
63 x-powers,dcdc-freq = <1500>;
HDsun4i-a10-mk802ii.dts72 compatible = "x-powers,axp209";
HDsun4i-a10-chuwi-v7-cw0825.dts68 compatible = "x-powers,axp209";
HDsun4i-a10-hyundai-a7hd.dts68 compatible = "x-powers,axp209";
HDsun7i-a20-olinuxino-micro.dts189 compatible = "x-powers,axp209";
HDsun4i-a10-inet97fv2.dts109 compatible = "x-powers,axp209";
HDsun4i-a10-mini-xplus.dts119 compatible = "x-powers,axp209";
HDsun4i-a10-ba10-tvbox.dts130 compatible = "x-powers,axp209";
HDsun7i-a20-hummingbird.dts159 compatible = "x-powers,axp209";
HDsun4i-a10-a1000.dts148 compatible = "x-powers,axp209";
HDsun5i-a13-olinuxino.dts165 compatible = "x-powers,axp209";
HDsun7i-a20-olinuxino-lime.dts129 compatible = "x-powers,axp209";
HDsun4i-a10-olinuxino-lime.dts140 compatible = "x-powers,axp209";
HDsun4i-a10-pcduino.dts137 compatible = "x-powers,axp209";
HDsun7i-a20-m3.dts131 compatible = "x-powers,axp209";
HDsun4i-a10-hackberry.dts147 compatible = "x-powers,axp209";
HDsun7i-a20-bananapi.dts164 compatible = "x-powers,axp209";
HDsun7i-a20-pcduino3.dts138 compatible = "x-powers,axp209";
/trueos/sys/dev/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()
/trueos/usr.sbin/makefs/
HDcd9660.c1051 int numbts, digit, digits, temp, powers, count; in cd9660_rename_filename() local
1070 powers = 1; in cd9660_rename_filename()
1073 while (((int)(i / powers) ) >= 10) { in cd9660_rename_filename()
1075 powers = powers * 10; in cd9660_rename_filename()
1126 digit = (int)(temp / powers); in cd9660_rename_filename()
1127 temp = temp - digit * powers; in cd9660_rename_filename()
1131 powers = powers / 10; in cd9660_rename_filename()
/trueos/crypto/openssl/doc/crypto/
HDBN_add.pod55 For multiplication by powers of 2, use L<BN_lshift(3)|BN_lshift(3)>.
66 For division by powers of 2, use BN_rshift(3).
/trueos/usr.bin/sed/tests/
HDmath.sed93 # single digit powers (2 3,9 4,6,8 5,7

12