Searched refs:Remainder (Results 1 - 20 of 20) sorted by relevance

/barrelfish-master/lib/acpica/source/components/utilities/
H A Dutmath.c242 UINT64_OVERLAY Remainder; local
269 Remainder.Part.Hi = 0;
279 Quotient.Part.Lo, Remainder.Part.Lo);
317 Remainder.Part.Hi = Partial3.Part.Lo;
318 Remainder.Part.Lo = Partial2.Part.Lo;
329 Remainder.Full -= Divisor.Full;
335 Remainder.Full -= Divisor.Full;
339 Remainder.Full = Remainder.Full - Dividend.Full;
340 Remainder
[all...]
/barrelfish-master/lib/openssl-1.0.0d/crypto/rc4/asm/
H A Drc4-ia64.pl336 #define Remainder r22
580 sub Remainder = 0, OutPtr subroutine
587 and Remainder = 0x7, Remainder
589 cmp.eq pAligned, pUnaligned = Remainder, r0
595 (pUnaligned) add Remainder = -1, Remainder
596 (pAligned) sub Remainder = EndPtr, InPtr
603 mov.i ar.lc = Remainder
614 sub Remainder subroutine
708 sub Remainder = EndPtr, InPtr // Calculate subroutine
[all...]
/barrelfish-master/lib/acpica/source/components/executer/
H A Dexconvrt.c395 UINT32 Remainder; local
428 Remainder = 0;
437 (void) AcpiUtShortDivide (Digit, 10, &Digit, &Remainder);
442 if (Remainder != 0)
449 String[k] = (UINT8) (ACPI_ASCII_ZERO + Remainder);
H A Dexutils.c490 UINT32 Remainder; local
501 (void) AcpiUtShortDivide (Value, 10, &Value, &Remainder);
502 OutString[Count-1] = (char) ('0' + Remainder);\
H A Dexregion.c159 UINT32 Remainder; local
202 (void) AcpiUtShortDivide ((UINT64) Address, Length, NULL, &Remainder);
203 if (Remainder != 0)
/barrelfish-master/usr/gups/
H A DRandomAccess.h73 int Remainder; /* TableSize % NumProcs */ member in struct:HPCC_RandomAccess_tabparams_s
/barrelfish-master/usr/skb/programs/
H A Dbridge_postorder.pl224 mod(AllocationStartAddr, Size, Remainder),
225 ( Remainder > 0 ->
226 Base is AllocationStartAddr + Size - Remainder;
325 mod(AllocStartAddrAdjusted, Size, Remainder),
326 ( Remainder > 0 ->
327 AllocStartAddr is AllocStartAddrAdjusted + Size - Remainder;
H A Dbridge_postorder_sorted.pl246 mod(AllocationStartAddr, Size, Remainder),
247 ( Remainder > 0 ->
248 Base is AllocationStartAddr + Size - Remainder;
348 mod(AllocStartAddrAdjusted, Size, Remainder),
349 ( Remainder > 0 ->
350 AllocStartAddr is AllocStartAddrAdjusted + Size - Remainder;
H A Dbridge_postorder_sorted_sum.pl251 mod(AllocationStartAddr, Size, Remainder),
252 ( Remainder > 0 ->
253 Base is AllocationStartAddr + Size - Remainder;
352 mod(AllocStartAddrAdjusted, Size, Remainder),
353 ( Remainder > 0 ->
354 AllocStartAddr is AllocStartAddrAdjusted + Size - Remainder;
H A Dbridge_postorder_sorted_sum_ascending.pl247 mod(AllocationStartAddr, Size, Remainder),
248 ( Remainder > 0 ->
249 Base is AllocationStartAddr + Size - Remainder;
348 mod(AllocStartAddrAdjusted, Size, Remainder),
349 ( Remainder > 0 ->
350 AllocStartAddr is AllocStartAddrAdjusted + Size - Remainder;
H A Dbridge_postorder_sorted_ascending.pl246 mod(AllocationStartAddr, Size, Remainder),
247 ( Remainder > 0 ->
248 Base is AllocationStartAddr + Size - Remainder;
348 mod(AllocStartAddrAdjusted, Size, Remainder),
349 ( Remainder > 0 ->
350 AllocStartAddr is AllocStartAddrAdjusted + Size - Remainder;
H A Dbridge.pl262 mod(Low,Size,Remainder),
263 Corr is Size - Remainder,
H A Dbridge_fake_bigfish.pl330 mod(LMem,Divisor,Remainder),
331 ( Remainder =:= 0 ->
333 Corr is Divisor - Remainder
H A Dbridge_fake_babybel.pl820 mod(LMem,Divisor,Remainder),
821 ( Remainder =:= 0 ->
823 Corr is Divisor - Remainder
H A Dbridge_page.pl718 mod(LMem,Divisor,Remainder),
719 ( Remainder =:= 0 ->
721 Corr is Divisor - Remainder
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Dordset.pl169 args:["Set":"A set", "Term":"Any Term", "Remainder":"A variable or set"],
170 summary:"Remainder is the set Set without the element Term",
173 Remainder is the set Set without the element Term. If Term is not
174 in Set, Remainder is identical to Set.")
194 args:["Term":"Any Term", "Set":"A set", "Remainder":"A variable or set"],
195 summary:"Set contains Term, and Remainder is the set Set without Term",
199 If Set contains Term, Remainder is the set Set without the Term.
H A Dlists.pl879 summary:"Succeeds if Remainder is the list which contains those elements of List1\nwhich are not in List2.\n\n",
881 template:"subtract(+List1, +List2, ?Remainder)",
883 Unifies Remainder with a list containing those elements of List1 which
901 args:["+List1" : "List.", "+List2" : "List.", "?Remainder" : "List or variable."],
903 fail_if:" Fails if if Remainder does not unify with the list which contains those\n elements of List1 which are not in List2.\n\n",
904 eg:"\nSuccess:\n subtract([1,2,3,4],[1],R). (gives R=[2,3,4]).\n subtract([1,2,3],[3,4],R). (gives R=[1,2]).\n subtract([1,1,2,3],[2],[1,1,3]).\nFail:\n subtract([1,1,2,3],[1],[1,2,3]). % Fails - List2 and\n % Remainder share elements\n\n\n\n",
/barrelfish-master/lib/acpica/source/include/platform/
H A Dacefiex.h904 UINTN *Remainder);
/barrelfish-master/lib/tommath/
H A Dbn.tex1137 \section{Integer Division and Remainder}
H A Dtommath.tex2395 \subsection{Remainder of Division by Power of Two}
5253 \section{Integer Division with Remainder}
5356 \subsection{Radix-$\beta$ Division with Remainder}

Completed in 207 milliseconds