Searched refs:quotient (Results 1 - 24 of 24) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/utilities/
H A Dutmath.c61 * out_quotient - Pointer to where the quotient is returned
67 * divide and modulo. The result is a 64-bit quotient and a
77 union uint64_overlay quotient; local
92 * The quotient is 64 bits, the remainder is always 32 bits,
96 quotient.part.hi, remainder32);
98 quotient.part.lo, remainder32);
103 *out_quotient = quotient.full;
118 * out_quotient - Pointer to where the quotient is returned
134 union uint64_overlay quotient; local
161 * The quotient i
[all...]
H A Dutmisc.c702 acpi_integer quotient; local
819 base, &quotient, NULL);
821 if (return_value > quotient) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/hardware/
H A Dhwtimer.c142 acpi_integer quotient; local
181 PM_TIMER_FREQUENCY, &quotient, NULL);
183 *time_elapsed = (u32) quotient;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/lib/
H A Ddiv64.S6 * the 64-bit quotient, and r4 contains the divisor.
27 mullw r0,r7,r4 # quotient.hi = dividend.hi / divisor
44 2: mullw r10,r11,r4 # to get an estimate of the quotient,
48 subfe. r5,r9,r5 # quotient
56 4: stw r7,0(r3) # return the quotient in *r3
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/lib/
H A Ddiv64.S6 * the 64-bit quotient, and r4 contains the divisor.
27 mullw r0,r7,r4 # quotient.hi = dividend.hi / divisor
43 2: mullw r10,r11,r4 # to get an estimate of the quotient,
47 subfe. r5,r9,r5 # quotient
55 4: stw r7,0(r3) # return the quotient in *r3
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/lib/
H A Ddiv64.S6 * the 64-bit quotient, and r4 contains the divisor.
27 mullw r0,r7,r4 # quotient.hi = dividend.hi / divisor
43 2: mullw r10,r11,r4 # to get an estimate of the quotient,
47 subfe. r5,r9,r5 # quotient
55 4: stw r7,0(r3) # return the quotient in *r3
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/lib/
H A Ddivide.S38 * $2 - modulus/quotient
44 * $27 - quotient/modulus
64 #define quotient $27 define
72 #define quotient $2 define
106 bis $31,$31,quotient
137 2: DIV_ONLY(addq quotient,mask,tmp2)
141 DIV_ONLY(cmovne compare,tmp2,quotient)
H A Dev6-divide.S38 * $2 - modulus/quotient
44 * $27 - quotient/modulus
74 #define quotient $27 define
82 #define quotient $2 define
117 bis $31,$31,quotient # E :
165 DIV_ONLY(addq quotient,mask,tmp2) # E :
174 DIV_ONLY(cmovne compare,tmp2,quotient) # E : Latency 2, extra map slot
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/boot/
H A Ddiv64.S6 * the 64-bit quotient, and r4 contains the divisor.
27 mullw r0,r7,r4 # quotient.hi = dividend.hi / divisor
43 2: mullw r10,r11,r4 # to get an estimate of the quotient,
47 subfe. r5,r9,r5 # quotient
55 4: stw r7,0(r3) # return the quotient in *r3
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/math-emu/
H A Dfp_emu.h56 #define fp_set_quotient(quotient) ({ \
58 FPDATA->fpsr |= ((quotient) & 0xff) << 16; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/ifpsp060/src/
H A Dilsp.S77 # 0x10(sp) = pointer to location to place quotient/remainder #
80 # 0x10(sp) = points to location of remainder/quotient. #
81 # remainder is in first longword, quotient is in 2nd. #
204 eor.b %d0, NDIVIDEND(%a6) # chk if quotient is negative
221 # if the register numbers are the same, only the quotient gets saved.
222 # so, if we always save the quotient second, we save ourselves a cmp&beq
278 # The quotient is returned in %d6, remainder in %d5, unless the #
291 # In the general case, four quotient words would be created by
293 # the first two quotient words must be zero, or overflow would occur.
296 # the last two divisions to get a quotient longwor
[all...]
H A Dfplsp.S422 set q_sn_bit, 0x7 # sign bit of quotient byte
5500 #--integer quotient will be stored in N
5931 #--integer quotient will be stored in N
9717 #..R = 2^(-j)X - Q Y = Y, thus R = 0 and quotient = 2^j (Q+1)
H A Dfpsp.S442 set q_sn_bit, 0x7 # sign bit of quotient byte
5606 #--integer quotient will be stored in N
6037 #--integer quotient will be stored in N
10076 #..R = 2^(-j)X - Q Y = Y, thus R = 0 and quotient = 2^j (Q+1)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/lib/
H A Dqrnnd.S8 # the quotient q is to be returned
25 ahi %r1,1 # trick part 2: add 1 to the quotient
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/MacOS/GetHTTPS.src/
H A DCPStringUtils.cpp755 unsigned long tempNum,quotient,remainder; local
789 quotient = tempNum / 10;
791 remainder = tempNum - (quotient * 10);
797 tempNum = quotient;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/MacOS/GetHTTPS.src/
H A DCPStringUtils.cpp755 unsigned long tempNum,quotient,remainder; local
789 quotient = tempNum / 10;
791 remainder = tempNum - (quotient * 10);
797 tempNum = quotient;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/lib/
H A Dudiv.S29 * Q the partial quotient under development (initially 0)
32 * equal to ceil(log2(quotient) / N). Note that this
33 * is the log base (2^N) of the quotient.
38 * ceil(log2(quotient) / N) * (10 + 7N/2) + C
40 * different path, as the upper bits of the quotient must be developed
50 ! Ready to divide. Compute size of quotient; scale comparand.
H A Durem.S28 * Q the partial quotient under development (initially 0)
31 * equal to ceil(log2(quotient) / N). Note that this
32 * is the log base (2^N) of the quotient.
37 * ceil(log2(quotient) / N) * (10 + 7N/2) + C
39 * different path, as the upper bits of the quotient must be developed
48 ! Ready to divide. Compute size of quotient; scale comparand.
H A Drem.S29 * Q the partial quotient under development (initially 0)
32 * equal to ceil(log2(quotient) / N). Note that this
33 * is the log base (2^N) of the quotient.
38 * ceil(log2(quotient) / N) * (10 + 7N/2) + C
40 * different path, as the upper bits of the quotient must be developed
64 ! Ready to divide. Compute size of quotient; scale comparand.
H A Dsdiv.S29 * Q the partial quotient under development (initially 0)
32 * equal to ceil(log2(quotient) / N). Note that this
33 * is the log base (2^N) of the quotient.
38 * ceil(log2(quotient) / N) * (10 + 7N/2) + C
40 * different path, as the upper bits of the quotient must be developed
64 ! Ready to divide. Compute size of quotient; scale comparand.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dfpsp.h96 .set FPSR_QBYTE,USER_FPSR+1 | FPSR quotient
227 .set q_sn_bit,7 | sign bit of quotient byte
H A Ddo_func.S274 clrb FPSR_QBYTE(%a6) | clear quotient field
355 clrb FPSR_QBYTE(%a6) |clear quotient field
H A Dsrem_mod.S391 |..R = 2^(-j)X - Q Y = Y, thus R = 0 and quotient = 2^j (Q+1)
H A Dstan.S341 |--integer quotient will be stored in N

Completed in 495 milliseconds