Home
last modified time | relevance | path

Searched refs:Remainder (Results 1 – 24 of 24) sorted by relevance

/netbsd/src/sys/external/bsd/acpica/dist/utilities/
Dutmath.c519 UINT64_OVERLAY Remainder; in AcpiUtDivide() local
546 Remainder.Part.Hi = 0; in AcpiUtDivide()
556 Quotient.Part.Lo, Remainder.Part.Lo); in AcpiUtDivide()
594 Remainder.Part.Hi = Partial3.Part.Lo; in AcpiUtDivide()
595 Remainder.Part.Lo = Partial2.Part.Lo; in AcpiUtDivide()
606 Remainder.Full -= Divisor.Full; in AcpiUtDivide()
612 Remainder.Full -= Divisor.Full; in AcpiUtDivide()
616 Remainder.Full = Remainder.Full - Dividend.Full; in AcpiUtDivide()
617 Remainder.Part.Hi = (UINT32) -((INT32) Remainder.Part.Hi); in AcpiUtDivide()
618 Remainder.Part.Lo = (UINT32) -((INT32) Remainder.Part.Lo); in AcpiUtDivide()
[all …]
/netbsd/src/sys/external/bsd/acpica/dist/executer/
Dexconvrt.c438 UINT32 Remainder; in AcpiExConvertToAscii() local
471 Remainder = 0; in AcpiExConvertToAscii()
480 (void) AcpiUtShortDivide (Digit, 10, &Digit, &Remainder); in AcpiExConvertToAscii()
485 if (Remainder != 0) in AcpiExConvertToAscii()
492 String[k] = (UINT8) (ACPI_ASCII_ZERO + Remainder); in AcpiExConvertToAscii()
Dexutils.c535 UINT32 Remainder; in AcpiExIntegerToString() local
546 (void) AcpiUtShortDivide (Value, 10, &Value, &Remainder); in AcpiExIntegerToString()
547 OutString[Count-1] = (char) ('0' + Remainder);\ in AcpiExIntegerToString()
Dexregion.c195 UINT32 Remainder; in AcpiExSystemMemorySpaceHandler() local
238 (void) AcpiUtShortDivide ((UINT64) Address, Length, NULL, &Remainder); in AcpiExSystemMemorySpaceHandler()
239 if (Remainder != 0) in AcpiExSystemMemorySpaceHandler()
/netbsd/src/external/gpl3/gcc/dist/libgcc/config/avr/
Dlib1funcs.S1484 ;; B[0..2]: In: Divisor; Out: Remainder
1757 ;; Out: Remainder (T = 1)
1777 ;; C[0..7]: Expand remainder; Out: Remainder (unused)
1829 ;; Worker Routine for 64-Bit unsigned Quotient and Remainder Computation
1833 ;; T = 1: Compute Remainder in A[] and shift SS one Bit left
1837 ;; Clear Remainder (C6, C7 will follow)
1909 ;; The very Division + Remainder Routine
1915 ;; ...into Remainder
1919 ;; Compare Remainder and Divisor
1925 ;; Divisor fits into Remainder: Subtract it from Remainder...
[all …]
/netbsd/src/external/lgpl3/gmp/dist/doc/
Dgmp.info125 Node: Exact Remainder303737
Dgmp.info-221 File: gmp.info, Node: Exact Remainder, Next: Small Quotient Division, Prev: Exact Division, Up:…
23 15.2.6 Exact Remainder
72 File: gmp.info, Node: Small Quotient Division, Prev: Exact Remainder, Up: Division Algorithms
390 to an exact remainder (*note Exact Remainder::).
2623 * Congruence algorithm: Exact Remainder. (line 30)
2654 * Divisibility algorithm: Exact Remainder. (line 30)
2676 * Exact remainder: Exact Remainder. (line 6)
Dgmp.texi8454 * Exact Remainder::
8583 @node Exact Division, Exact Remainder, Block-Wise Barrett Division, Division Algorithms
8645 @node Exact Remainder, Small Quotient Division, Exact Division, Division Algorithms
8646 @subsection Exact Remainder
8705 @node Small Quotient Division, , Exact Remainder, Division Algorithms
9035 remainder (@pxref{Exact Remainder}).
Dgmp.info-16876 * Exact Remainder::
7014 File: gmp.info, Node: Exact Division, Next: Exact Remainder, Prev: Block-Wise Barrett Division, …
/netbsd/src/lib/libc/softfloat/
Dsoftfloat.txt55 Remainder Functions
262 Remainder Functions
/netbsd/src/external/lgpl3/mpfr/dist/doc/
Dmpfr.info917 * Integer and Remainder Related Functions::
2300 File: mpfr.info, Node: Formatted Output Functions, Next: Integer and Remainder Related Functions,…
2526 File: mpfr.info, Node: Integer and Remainder Related Functions, Next: Rounding-Related Functions,…
2528 5.10 Integer and Remainder Related Functions
2668 …g-Related Functions, Next: Miscellaneous Functions, Prev: Integer and Remainder Related Function…
4582 * Integer related functions: Integer and Remainder Related Functions.
4613 * Remainder related functions: Integer and Remainder Related Functions.
4709 * mpfr_ceil: Integer and Remainder Related Functions.
4882 * mpfr_floor: Integer and Remainder Related Functions.
4890 * mpfr_fmod: Integer and Remainder Related Functions.
[all …]
Dmpfr.texi1308 * Integer and Remainder Related Functions::
2852 @node Formatted Output Functions, Integer and Remainder Related Functions, Input and Output Functio…
3129 @node Integer and Remainder Related Functions, Rounding-Related Functions, Formatted Output Functio…
3132 @cindex Remainder related functions
3133 @section Integer and Remainder Related Functions
3275 @node Rounding-Related Functions, Miscellaneous Functions, Integer and Remainder Related Functions,…
/netbsd/src/sys/external/bsd/acpica/dist/include/platform/
Dacefiex.h1134 UINTN *Remainder);
/netbsd/src/regress/lib/libc/ieeefp/testfloat/notes/
Dtestfloat.txt63 Remainder and Round-to-Integer Functions
309 Remainder and Round-to-Integer Functions
/netbsd/src/external/gpl3/gcc/dist/gcc/
Drtl.def482 /* Remainder of operand 0 divided by operand 1. */
/netbsd/src/crypto/external/bsd/netpgp/dist/ref/
Drfc2437.txt1677 -coefficient is the Chinese Remainder Theorem coefficient q-1 mod p.
/netbsd/src/external/gpl3/gcc/dist/gcc/config/m68k/
Dm68k.md3513 ;; Remainder instructions.
/netbsd/src/sys/external/bsd/acpica/dist/tests/misc/
Dgrammar.asl6302 Local4, // Remainder
/netbsd/src/external/gpl3/binutils/dist/gas/doc/
Das.texi4356 @dfn{Remainder}.
Das.info3118Remainder”.
/netbsd/src/external/lgpl3/gmp/dist/
DChangeLog15741 (Exact Remainder): Index entries for divisibility testing algorithm.
24537 (Exact Remainder): Divisibility tests now implemented.
25475 (Exact Remainder): New section.
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386.md9422 ;; AH <- Remainder
/netbsd/src/external/lgpl3/mpfr/dist/
DChangeLog20467 "Integer and Remainder Related Functions", as the corresponding
20473 for Section 5.10 "Integer and Remainder Related Functions".
/netbsd/src/external/gpl2/gawk/dist/
Dawk.texi7878 Remainder; further discussion is provided in the text, just