Home
last modified time | relevance | path

Searched refs:BSWAP_LIMB_STORE (Results 1 – 20 of 20) sorted by relevance

/dports/math/mpir/mpir-3.0.0/mpn/powerpc32/
H A Dlonglong_inc.h109 #if !defined(BSWAP_LIMB_STORE) && defined (__GNUC__) && HAVE_LIMB_BIG_ENDIAN
110 #define BSWAP_LIMB_STORE(dst, limb) \ macro
/dports/math/gmp/gmp-6.2.1/tests/
H A Dt-bswap.c60 BSWAP_LIMB_STORE (&got, src); in main()
/dports/math/gap/gap-4.11.0/extern/gmp/tests/
H A Dt-bswap.c61 BSWAP_LIMB_STORE (&got, src); in main()
/dports/math/mingw32-libgmp/gmp-6.0.0/tests/
H A Dt-bswap.c61 BSWAP_LIMB_STORE (&got, src); in main()
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/gmp-6.2.1-c/tests/
H A Dt-bswap.c60 BSWAP_LIMB_STORE (&got, src); in main()
/dports/math/mpir/mpir-3.0.0/tests/
H A Dt-bswap.c65 BSWAP_LIMB_STORE (&got, src); in main()
/dports/math/gmp/gmp-6.2.1/mpz/
H A Dout_raw.c44 #define HTON_LIMB_STORE(dst, limb) BSWAP_LIMB_STORE (dst, limb)
/dports/math/gap/gap-4.11.0/extern/gmp/mpz/
H A Dout_raw.c45 #define HTON_LIMB_STORE(dst, limb) BSWAP_LIMB_STORE (dst, limb)
/dports/math/mingw32-libgmp/gmp-6.0.0/mpz/
H A Dout_raw.c45 #define HTON_LIMB_STORE(dst, limb) BSWAP_LIMB_STORE (dst, limb)
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/gmp-6.2.1-c/mpz/
H A Dout_raw.c44 #define HTON_LIMB_STORE(dst, limb) BSWAP_LIMB_STORE (dst, limb)
/dports/math/mpir/mpir-3.0.0/mpz/
H A Dout_raw.c36 #define HTON_LIMB_STORE(dst, limb) BSWAP_LIMB_STORE (dst, limb)
/dports/math/gmp/gmp-6.2.1/
H A Dgmp-impl.h3598 #define BSWAP_LIMB_STORE(dst, limb) \ macro
3609 #if ! defined (BSWAP_LIMB_STORE)
3610 #define BSWAP_LIMB_STORE(dst, limb) BSWAP_LIMB (*(dst), limb) macro
H A DChangeLog21331 * gmp-impl.h (BSWAP_LIMB_FETCH, BSWAP_LIMB_STORE) [powerpc]:
21464 * gmp-impl.h (BSWAP_LIMB_FETCH, BSWAP_LIMB_STORE): New macros.
/dports/math/gap/gap-4.11.0/extern/gmp/
H A Dgmp-impl.h3551 #define BSWAP_LIMB_STORE(dst, limb) \ macro
3562 #if ! defined (BSWAP_LIMB_STORE)
3563 #define BSWAP_LIMB_STORE(dst, limb) BSWAP_LIMB (*(dst), limb) macro
H A DChangeLog19781 * gmp-impl.h (BSWAP_LIMB_FETCH, BSWAP_LIMB_STORE) [powerpc]:
19914 * gmp-impl.h (BSWAP_LIMB_FETCH, BSWAP_LIMB_STORE): New macros.
/dports/math/mingw32-libgmp/gmp-6.0.0/
H A Dgmp-impl.h3537 #define BSWAP_LIMB_STORE(dst, limb) \ macro
3548 #if ! defined (BSWAP_LIMB_STORE)
3549 #define BSWAP_LIMB_STORE(dst, limb) BSWAP_LIMB (*(dst), limb) macro
H A DChangeLog18568 * gmp-impl.h (BSWAP_LIMB_FETCH, BSWAP_LIMB_STORE) [powerpc]:
18701 * gmp-impl.h (BSWAP_LIMB_FETCH, BSWAP_LIMB_STORE): New macros.
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/gmp-6.2.1-c/
H A Dgmp-impl.h3598 #define BSWAP_LIMB_STORE(dst, limb) \ macro
3609 #if ! defined (BSWAP_LIMB_STORE)
3610 #define BSWAP_LIMB_STORE(dst, limb) BSWAP_LIMB (*(dst), limb) macro
/dports/math/mpir/mpir-3.0.0/
H A Dgmp-impl.h3253 #if ! defined (BSWAP_LIMB_STORE)
3254 #define BSWAP_LIMB_STORE(dst, limb) BSWAP_LIMB (*(dst), limb) macro
H A DChangeLog6573 * gmp-impl.h (BSWAP_LIMB_FETCH, BSWAP_LIMB_STORE) [powerpc]:
6706 * gmp-impl.h (BSWAP_LIMB_FETCH, BSWAP_LIMB_STORE): New macros.