Home
last modified time | relevance | path

Searched refs:bdivmod (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/lgpl3/gmp/dist/
H A DAUTHORS10 Ken Weber Now defunct mpn/generic/bdivmod.c, old mpn/generic/gcd.c
H A DChangeLog10608 * mpn/generic/bdivmod.c: File removed. All references purged.
12701 * mpn/generic/bdivmod.c: Likewise.
20927 * mpn/generic/bdivmod.c, mpz/divexact.c, mpz/dive_ui.c: Nailify.
28239 * mpn/generic/bdivmod.c: Use modlimb_invert instead of a loop.
31512 * mpn/generic/bdivmod.c: Avoid using switch statement with mp_limb_t
32357 * mpn/generic/bdivmod.c: Delete limb cache to make mpn_bdivmod
33666 * mpn/generic/bdivmod.c: New file.
/netbsd-src/usr.bin/dc/
H A Dbcode.c100 static void bdivmod(void);
218 { '~', bdivmod }
1124 bdivmod(void) in bdivmod() function