| /netbsd/src/sys/external/bsd/acpica/dist/utilities/ |
| D | utmath.c | 519 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/ |
| D | exconvrt.c | 438 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()
|
| D | exutils.c | 535 UINT32 Remainder; in AcpiExIntegerToString() local 546 (void) AcpiUtShortDivide (Value, 10, &Value, &Remainder); in AcpiExIntegerToString() 547 OutString[Count-1] = (char) ('0' + Remainder);\ in AcpiExIntegerToString()
|
| D | exregion.c | 195 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/ |
| D | lib1funcs.S | 1484 ;; 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/ |
| D | gmp.info | 125 Node: Exact Remainder303737
|
| D | gmp.info-2 | 21 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)
|
| D | gmp.texi | 8454 * 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}).
|
| D | gmp.info-1 | 6876 * Exact Remainder:: 7014 File: gmp.info, Node: Exact Division, Next: Exact Remainder, Prev: Block-Wise Barrett Division, …
|
| /netbsd/src/lib/libc/softfloat/ |
| D | softfloat.txt | 55 Remainder Functions 262 Remainder Functions
|
| /netbsd/src/external/lgpl3/mpfr/dist/doc/ |
| D | mpfr.info | 917 * 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 …]
|
| D | mpfr.texi | 1308 * 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/ |
| D | acefiex.h | 1134 UINTN *Remainder);
|
| /netbsd/src/regress/lib/libc/ieeefp/testfloat/notes/ |
| D | testfloat.txt | 63 Remainder and Round-to-Integer Functions 309 Remainder and Round-to-Integer Functions
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | rtl.def | 482 /* Remainder of operand 0 divided by operand 1. */
|
| /netbsd/src/crypto/external/bsd/netpgp/dist/ref/ |
| D | rfc2437.txt | 1677 -coefficient is the Chinese Remainder Theorem coefficient q-1 mod p.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/m68k/ |
| D | m68k.md | 3513 ;; Remainder instructions.
|
| /netbsd/src/sys/external/bsd/acpica/dist/tests/misc/ |
| D | grammar.asl | 6302 Local4, // Remainder
|
| /netbsd/src/external/gpl3/binutils/dist/gas/doc/ |
| D | as.texi | 4356 @dfn{Remainder}.
|
| D | as.info | 3118 “Remainder”.
|
| /netbsd/src/external/lgpl3/gmp/dist/ |
| D | ChangeLog | 15741 (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/ |
| D | i386.md | 9422 ;; AH <- Remainder
|
| /netbsd/src/external/lgpl3/mpfr/dist/ |
| D | ChangeLog | 20467 "Integer and Remainder Related Functions", as the corresponding 20473 for Section 5.10 "Integer and Remainder Related Functions".
|
| /netbsd/src/external/gpl2/gawk/dist/ |
| D | awk.texi | 7878 Remainder; further discussion is provided in the text, just
|