HomeSort by: relevance | last modified time | path
    Searched refs:__GMP_CAST (Results 1 - 25 of 32) sorted by relevancy

1 2

  /src/external/lgpl3/gmp/lib/libgmp/arch/aarch64/
gmp.h 47 #define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >> GMP_NAIL_BITS)
312 /* __GMP_CAST allows us to use static_cast in C++, so our macros are clean
316 these warnings, so __GMP_CAST only needs to be used on documented
320 #define __GMP_CAST(type, expr) (static_cast<type> (expr))
322 #define __GMP_CAST(type, expr) ((type) (expr))
1491 mpn_divexact_by3c (dst, src, size, __GMP_CAST (mp_limb_t, 0))
1497 mpn_divrem_1 (qp, __GMP_CAST (mp_size_t, 0), np, nsize, dlimb)
1851 __gmp_result = (__gmp_usize < 0 ? ~ __GMP_CAST (mp_bitcnt_t, 0) : __GMP_CAST (mp_bitcnt_t, 0));
2257 ? mpz_cmp_ui (Z, __GMP_CAST (unsigned long, SI))
    [all...]
  /src/external/lgpl3/gmp/lib/libgmp/arch/alpha/
gmp.h 47 #define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >> GMP_NAIL_BITS)
312 /* __GMP_CAST allows us to use static_cast in C++, so our macros are clean
316 these warnings, so __GMP_CAST only needs to be used on documented
320 #define __GMP_CAST(type, expr) (static_cast<type> (expr))
322 #define __GMP_CAST(type, expr) ((type) (expr))
1491 mpn_divexact_by3c (dst, src, size, __GMP_CAST (mp_limb_t, 0))
1497 mpn_divrem_1 (qp, __GMP_CAST (mp_size_t, 0), np, nsize, dlimb)
1851 __gmp_result = (__gmp_usize < 0 ? ~ __GMP_CAST (mp_bitcnt_t, 0) : __GMP_CAST (mp_bitcnt_t, 0));
2257 ? mpz_cmp_ui (Z, __GMP_CAST (unsigned long, SI))
    [all...]
  /src/external/lgpl3/gmp/lib/libgmp/arch/arm/
gmp.h 47 #define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >> GMP_NAIL_BITS)
312 /* __GMP_CAST allows us to use static_cast in C++, so our macros are clean
316 these warnings, so __GMP_CAST only needs to be used on documented
320 #define __GMP_CAST(type, expr) (static_cast<type> (expr))
322 #define __GMP_CAST(type, expr) ((type) (expr))
1491 mpn_divexact_by3c (dst, src, size, __GMP_CAST (mp_limb_t, 0))
1497 mpn_divrem_1 (qp, __GMP_CAST (mp_size_t, 0), np, nsize, dlimb)
1851 __gmp_result = (__gmp_usize < 0 ? ~ __GMP_CAST (mp_bitcnt_t, 0) : __GMP_CAST (mp_bitcnt_t, 0));
2257 ? mpz_cmp_ui (Z, __GMP_CAST (unsigned long, SI))
    [all...]
  /src/external/lgpl3/gmp/lib/libgmp/arch/armeb/
gmp.h 47 #define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >> GMP_NAIL_BITS)
312 /* __GMP_CAST allows us to use static_cast in C++, so our macros are clean
316 these warnings, so __GMP_CAST only needs to be used on documented
320 #define __GMP_CAST(type, expr) (static_cast<type> (expr))
322 #define __GMP_CAST(type, expr) ((type) (expr))
1491 mpn_divexact_by3c (dst, src, size, __GMP_CAST (mp_limb_t, 0))
1497 mpn_divrem_1 (qp, __GMP_CAST (mp_size_t, 0), np, nsize, dlimb)
1851 __gmp_result = (__gmp_usize < 0 ? ~ __GMP_CAST (mp_bitcnt_t, 0) : __GMP_CAST (mp_bitcnt_t, 0));
2257 ? mpz_cmp_ui (Z, __GMP_CAST (unsigned long, SI))
    [all...]
  /src/external/lgpl3/gmp/lib/libgmp/arch/hppa/
gmp.h 47 #define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >> GMP_NAIL_BITS)
312 /* __GMP_CAST allows us to use static_cast in C++, so our macros are clean
316 these warnings, so __GMP_CAST only needs to be used on documented
320 #define __GMP_CAST(type, expr) (static_cast<type> (expr))
322 #define __GMP_CAST(type, expr) ((type) (expr))
1491 mpn_divexact_by3c (dst, src, size, __GMP_CAST (mp_limb_t, 0))
1497 mpn_divrem_1 (qp, __GMP_CAST (mp_size_t, 0), np, nsize, dlimb)
1851 __gmp_result = (__gmp_usize < 0 ? ~ __GMP_CAST (mp_bitcnt_t, 0) : __GMP_CAST (mp_bitcnt_t, 0));
2257 ? mpz_cmp_ui (Z, __GMP_CAST (unsigned long, SI))
    [all...]
  /src/external/lgpl3/gmp/lib/libgmp/arch/i386/
gmp.h 47 #define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >> GMP_NAIL_BITS)
312 /* __GMP_CAST allows us to use static_cast in C++, so our macros are clean
316 these warnings, so __GMP_CAST only needs to be used on documented
320 #define __GMP_CAST(type, expr) (static_cast<type> (expr))
322 #define __GMP_CAST(type, expr) ((type) (expr))
1491 mpn_divexact_by3c (dst, src, size, __GMP_CAST (mp_limb_t, 0))
1497 mpn_divrem_1 (qp, __GMP_CAST (mp_size_t, 0), np, nsize, dlimb)
1851 __gmp_result = (__gmp_usize < 0 ? ~ __GMP_CAST (mp_bitcnt_t, 0) : __GMP_CAST (mp_bitcnt_t, 0));
2257 ? mpz_cmp_ui (Z, __GMP_CAST (unsigned long, SI))
    [all...]
  /src/external/lgpl3/gmp/lib/libgmp/arch/ia64/
gmp.h 47 #define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >> GMP_NAIL_BITS)
312 /* __GMP_CAST allows us to use static_cast in C++, so our macros are clean
316 these warnings, so __GMP_CAST only needs to be used on documented
320 #define __GMP_CAST(type, expr) (static_cast<type> (expr))
322 #define __GMP_CAST(type, expr) ((type) (expr))
1491 mpn_divexact_by3c (dst, src, size, __GMP_CAST (mp_limb_t, 0))
1497 mpn_divrem_1 (qp, __GMP_CAST (mp_size_t, 0), np, nsize, dlimb)
1851 __gmp_result = (__gmp_usize < 0 ? ~ __GMP_CAST (mp_bitcnt_t, 0) : __GMP_CAST (mp_bitcnt_t, 0));
2257 ? mpz_cmp_ui (Z, __GMP_CAST (unsigned long, SI))
    [all...]
  /src/external/lgpl3/gmp/lib/libgmp/arch/m68000/
gmp.h 47 #define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >> GMP_NAIL_BITS)
312 /* __GMP_CAST allows us to use static_cast in C++, so our macros are clean
316 these warnings, so __GMP_CAST only needs to be used on documented
320 #define __GMP_CAST(type, expr) (static_cast<type> (expr))
322 #define __GMP_CAST(type, expr) ((type) (expr))
1491 mpn_divexact_by3c (dst, src, size, __GMP_CAST (mp_limb_t, 0))
1497 mpn_divrem_1 (qp, __GMP_CAST (mp_size_t, 0), np, nsize, dlimb)
1851 __gmp_result = (__gmp_usize < 0 ? ~ __GMP_CAST (mp_bitcnt_t, 0) : __GMP_CAST (mp_bitcnt_t, 0));
2257 ? mpz_cmp_ui (Z, __GMP_CAST (unsigned long, SI))
    [all...]
  /src/external/lgpl3/gmp/lib/libgmp/arch/m68k/
gmp.h 47 #define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >> GMP_NAIL_BITS)
312 /* __GMP_CAST allows us to use static_cast in C++, so our macros are clean
316 these warnings, so __GMP_CAST only needs to be used on documented
320 #define __GMP_CAST(type, expr) (static_cast<type> (expr))
322 #define __GMP_CAST(type, expr) ((type) (expr))
1491 mpn_divexact_by3c (dst, src, size, __GMP_CAST (mp_limb_t, 0))
1497 mpn_divrem_1 (qp, __GMP_CAST (mp_size_t, 0), np, nsize, dlimb)
1851 __gmp_result = (__gmp_usize < 0 ? ~ __GMP_CAST (mp_bitcnt_t, 0) : __GMP_CAST (mp_bitcnt_t, 0));
2257 ? mpz_cmp_ui (Z, __GMP_CAST (unsigned long, SI))
    [all...]
  /src/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
gmp.h 47 #define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >> GMP_NAIL_BITS)
312 /* __GMP_CAST allows us to use static_cast in C++, so our macros are clean
316 these warnings, so __GMP_CAST only needs to be used on documented
320 #define __GMP_CAST(type, expr) (static_cast<type> (expr))
322 #define __GMP_CAST(type, expr) ((type) (expr))
1491 mpn_divexact_by3c (dst, src, size, __GMP_CAST (mp_limb_t, 0))
1497 mpn_divrem_1 (qp, __GMP_CAST (mp_size_t, 0), np, nsize, dlimb)
1851 __gmp_result = (__gmp_usize < 0 ? ~ __GMP_CAST (mp_bitcnt_t, 0) : __GMP_CAST (mp_bitcnt_t, 0));
2257 ? mpz_cmp_ui (Z, __GMP_CAST (unsigned long, SI))
    [all...]
  /src/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
gmp.h 47 #define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >> GMP_NAIL_BITS)
312 /* __GMP_CAST allows us to use static_cast in C++, so our macros are clean
316 these warnings, so __GMP_CAST only needs to be used on documented
320 #define __GMP_CAST(type, expr) (static_cast<type> (expr))
322 #define __GMP_CAST(type, expr) ((type) (expr))
1491 mpn_divexact_by3c (dst, src, size, __GMP_CAST (mp_limb_t, 0))
1497 mpn_divrem_1 (qp, __GMP_CAST (mp_size_t, 0), np, nsize, dlimb)
1851 __gmp_result = (__gmp_usize < 0 ? ~ __GMP_CAST (mp_bitcnt_t, 0) : __GMP_CAST (mp_bitcnt_t, 0));
2257 ? mpz_cmp_ui (Z, __GMP_CAST (unsigned long, SI))
    [all...]
  /src/external/lgpl3/gmp/lib/libgmp/arch/mipseb/
gmp.h 47 #define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >> GMP_NAIL_BITS)
312 /* __GMP_CAST allows us to use static_cast in C++, so our macros are clean
316 these warnings, so __GMP_CAST only needs to be used on documented
320 #define __GMP_CAST(type, expr) (static_cast<type> (expr))
322 #define __GMP_CAST(type, expr) ((type) (expr))
1491 mpn_divexact_by3c (dst, src, size, __GMP_CAST (mp_limb_t, 0))
1497 mpn_divrem_1 (qp, __GMP_CAST (mp_size_t, 0), np, nsize, dlimb)
1851 __gmp_result = (__gmp_usize < 0 ? ~ __GMP_CAST (mp_bitcnt_t, 0) : __GMP_CAST (mp_bitcnt_t, 0));
2257 ? mpz_cmp_ui (Z, __GMP_CAST (unsigned long, SI))
    [all...]
  /src/external/lgpl3/gmp/lib/libgmp/arch/mipsel/
gmp.h 47 #define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >> GMP_NAIL_BITS)
312 /* __GMP_CAST allows us to use static_cast in C++, so our macros are clean
316 these warnings, so __GMP_CAST only needs to be used on documented
320 #define __GMP_CAST(type, expr) (static_cast<type> (expr))
322 #define __GMP_CAST(type, expr) ((type) (expr))
1491 mpn_divexact_by3c (dst, src, size, __GMP_CAST (mp_limb_t, 0))
1497 mpn_divrem_1 (qp, __GMP_CAST (mp_size_t, 0), np, nsize, dlimb)
1851 __gmp_result = (__gmp_usize < 0 ? ~ __GMP_CAST (mp_bitcnt_t, 0) : __GMP_CAST (mp_bitcnt_t, 0));
2257 ? mpz_cmp_ui (Z, __GMP_CAST (unsigned long, SI))
    [all...]
  /src/external/lgpl3/gmp/lib/libgmp/arch/mipsn64eb/
gmp.h 47 #define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >> GMP_NAIL_BITS)
312 /* __GMP_CAST allows us to use static_cast in C++, so our macros are clean
316 these warnings, so __GMP_CAST only needs to be used on documented
320 #define __GMP_CAST(type, expr) (static_cast<type> (expr))
322 #define __GMP_CAST(type, expr) ((type) (expr))
1491 mpn_divexact_by3c (dst, src, size, __GMP_CAST (mp_limb_t, 0))
1497 mpn_divrem_1 (qp, __GMP_CAST (mp_size_t, 0), np, nsize, dlimb)
1851 __gmp_result = (__gmp_usize < 0 ? ~ __GMP_CAST (mp_bitcnt_t, 0) : __GMP_CAST (mp_bitcnt_t, 0));
2257 ? mpz_cmp_ui (Z, __GMP_CAST (unsigned long, SI))
    [all...]
  /src/external/lgpl3/gmp/lib/libgmp/arch/mipsn64el/
gmp.h 47 #define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >> GMP_NAIL_BITS)
312 /* __GMP_CAST allows us to use static_cast in C++, so our macros are clean
316 these warnings, so __GMP_CAST only needs to be used on documented
320 #define __GMP_CAST(type, expr) (static_cast<type> (expr))
322 #define __GMP_CAST(type, expr) ((type) (expr))
1491 mpn_divexact_by3c (dst, src, size, __GMP_CAST (mp_limb_t, 0))
1497 mpn_divrem_1 (qp, __GMP_CAST (mp_size_t, 0), np, nsize, dlimb)
1851 __gmp_result = (__gmp_usize < 0 ? ~ __GMP_CAST (mp_bitcnt_t, 0) : __GMP_CAST (mp_bitcnt_t, 0));
2257 ? mpz_cmp_ui (Z, __GMP_CAST (unsigned long, SI))
    [all...]
  /src/external/lgpl3/gmp/lib/libgmp/arch/powerpc/
gmp.h 47 #define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >> GMP_NAIL_BITS)
312 /* __GMP_CAST allows us to use static_cast in C++, so our macros are clean
316 these warnings, so __GMP_CAST only needs to be used on documented
320 #define __GMP_CAST(type, expr) (static_cast<type> (expr))
322 #define __GMP_CAST(type, expr) ((type) (expr))
1491 mpn_divexact_by3c (dst, src, size, __GMP_CAST (mp_limb_t, 0))
1497 mpn_divrem_1 (qp, __GMP_CAST (mp_size_t, 0), np, nsize, dlimb)
1851 __gmp_result = (__gmp_usize < 0 ? ~ __GMP_CAST (mp_bitcnt_t, 0) : __GMP_CAST (mp_bitcnt_t, 0));
2257 ? mpz_cmp_ui (Z, __GMP_CAST (unsigned long, SI))
    [all...]
  /src/external/lgpl3/gmp/lib/libgmp/arch/powerpc64/
gmp.h 47 #define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >> GMP_NAIL_BITS)
312 /* __GMP_CAST allows us to use static_cast in C++, so our macros are clean
316 these warnings, so __GMP_CAST only needs to be used on documented
320 #define __GMP_CAST(type, expr) (static_cast<type> (expr))
322 #define __GMP_CAST(type, expr) ((type) (expr))
1491 mpn_divexact_by3c (dst, src, size, __GMP_CAST (mp_limb_t, 0))
1497 mpn_divrem_1 (qp, __GMP_CAST (mp_size_t, 0), np, nsize, dlimb)
1851 __gmp_result = (__gmp_usize < 0 ? ~ __GMP_CAST (mp_bitcnt_t, 0) : __GMP_CAST (mp_bitcnt_t, 0));
2257 ? mpz_cmp_ui (Z, __GMP_CAST (unsigned long, SI))
    [all...]
  /src/external/lgpl3/gmp/lib/libgmp/arch/riscv32/
gmp.h 47 #define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >> GMP_NAIL_BITS)
312 /* __GMP_CAST allows us to use static_cast in C++, so our macros are clean
316 these warnings, so __GMP_CAST only needs to be used on documented
320 #define __GMP_CAST(type, expr) (static_cast<type> (expr))
322 #define __GMP_CAST(type, expr) ((type) (expr))
1491 mpn_divexact_by3c (dst, src, size, __GMP_CAST (mp_limb_t, 0))
1497 mpn_divrem_1 (qp, __GMP_CAST (mp_size_t, 0), np, nsize, dlimb)
1851 __gmp_result = (__gmp_usize < 0 ? ~ __GMP_CAST (mp_bitcnt_t, 0) : __GMP_CAST (mp_bitcnt_t, 0));
2257 ? mpz_cmp_ui (Z, __GMP_CAST (unsigned long, SI))
    [all...]
  /src/external/lgpl3/gmp/lib/libgmp/arch/riscv64/
gmp.h 47 #define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >> GMP_NAIL_BITS)
312 /* __GMP_CAST allows us to use static_cast in C++, so our macros are clean
316 these warnings, so __GMP_CAST only needs to be used on documented
320 #define __GMP_CAST(type, expr) (static_cast<type> (expr))
322 #define __GMP_CAST(type, expr) ((type) (expr))
1491 mpn_divexact_by3c (dst, src, size, __GMP_CAST (mp_limb_t, 0))
1497 mpn_divrem_1 (qp, __GMP_CAST (mp_size_t, 0), np, nsize, dlimb)
1851 __gmp_result = (__gmp_usize < 0 ? ~ __GMP_CAST (mp_bitcnt_t, 0) : __GMP_CAST (mp_bitcnt_t, 0));
2257 ? mpz_cmp_ui (Z, __GMP_CAST (unsigned long, SI))
    [all...]
  /src/external/lgpl3/gmp/lib/libgmp/arch/sh3eb/
gmp.h 47 #define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >> GMP_NAIL_BITS)
312 /* __GMP_CAST allows us to use static_cast in C++, so our macros are clean
316 these warnings, so __GMP_CAST only needs to be used on documented
320 #define __GMP_CAST(type, expr) (static_cast<type> (expr))
322 #define __GMP_CAST(type, expr) ((type) (expr))
1491 mpn_divexact_by3c (dst, src, size, __GMP_CAST (mp_limb_t, 0))
1497 mpn_divrem_1 (qp, __GMP_CAST (mp_size_t, 0), np, nsize, dlimb)
1851 __gmp_result = (__gmp_usize < 0 ? ~ __GMP_CAST (mp_bitcnt_t, 0) : __GMP_CAST (mp_bitcnt_t, 0));
2257 ? mpz_cmp_ui (Z, __GMP_CAST (unsigned long, SI))
    [all...]
  /src/external/lgpl3/gmp/lib/libgmp/arch/sh3el/
gmp.h 47 #define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >> GMP_NAIL_BITS)
312 /* __GMP_CAST allows us to use static_cast in C++, so our macros are clean
316 these warnings, so __GMP_CAST only needs to be used on documented
320 #define __GMP_CAST(type, expr) (static_cast<type> (expr))
322 #define __GMP_CAST(type, expr) ((type) (expr))
1491 mpn_divexact_by3c (dst, src, size, __GMP_CAST (mp_limb_t, 0))
1497 mpn_divrem_1 (qp, __GMP_CAST (mp_size_t, 0), np, nsize, dlimb)
1851 __gmp_result = (__gmp_usize < 0 ? ~ __GMP_CAST (mp_bitcnt_t, 0) : __GMP_CAST (mp_bitcnt_t, 0));
2257 ? mpz_cmp_ui (Z, __GMP_CAST (unsigned long, SI))
    [all...]
  /src/external/lgpl3/gmp/lib/libgmp/arch/sparc/
gmp.h 47 #define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >> GMP_NAIL_BITS)
312 /* __GMP_CAST allows us to use static_cast in C++, so our macros are clean
316 these warnings, so __GMP_CAST only needs to be used on documented
320 #define __GMP_CAST(type, expr) (static_cast<type> (expr))
322 #define __GMP_CAST(type, expr) ((type) (expr))
1491 mpn_divexact_by3c (dst, src, size, __GMP_CAST (mp_limb_t, 0))
1497 mpn_divrem_1 (qp, __GMP_CAST (mp_size_t, 0), np, nsize, dlimb)
1851 __gmp_result = (__gmp_usize < 0 ? ~ __GMP_CAST (mp_bitcnt_t, 0) : __GMP_CAST (mp_bitcnt_t, 0));
2257 ? mpz_cmp_ui (Z, __GMP_CAST (unsigned long, SI))
    [all...]
  /src/external/lgpl3/gmp/lib/libgmp/arch/sparc64/
gmp.h 47 #define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >> GMP_NAIL_BITS)
312 /* __GMP_CAST allows us to use static_cast in C++, so our macros are clean
316 these warnings, so __GMP_CAST only needs to be used on documented
320 #define __GMP_CAST(type, expr) (static_cast<type> (expr))
322 #define __GMP_CAST(type, expr) ((type) (expr))
1491 mpn_divexact_by3c (dst, src, size, __GMP_CAST (mp_limb_t, 0))
1497 mpn_divrem_1 (qp, __GMP_CAST (mp_size_t, 0), np, nsize, dlimb)
1851 __gmp_result = (__gmp_usize < 0 ? ~ __GMP_CAST (mp_bitcnt_t, 0) : __GMP_CAST (mp_bitcnt_t, 0));
2257 ? mpz_cmp_ui (Z, __GMP_CAST (unsigned long, SI))
    [all...]
  /src/external/lgpl3/gmp/lib/libgmp/arch/vax/
gmp.h 47 #define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >> GMP_NAIL_BITS)
312 /* __GMP_CAST allows us to use static_cast in C++, so our macros are clean
316 these warnings, so __GMP_CAST only needs to be used on documented
320 #define __GMP_CAST(type, expr) (static_cast<type> (expr))
322 #define __GMP_CAST(type, expr) ((type) (expr))
1491 mpn_divexact_by3c (dst, src, size, __GMP_CAST (mp_limb_t, 0))
1497 mpn_divrem_1 (qp, __GMP_CAST (mp_size_t, 0), np, nsize, dlimb)
1851 __gmp_result = (__gmp_usize < 0 ? ~ __GMP_CAST (mp_bitcnt_t, 0) : __GMP_CAST (mp_bitcnt_t, 0));
2257 ? mpz_cmp_ui (Z, __GMP_CAST (unsigned long, SI))
    [all...]
  /src/external/lgpl3/gmp/lib/libgmp/arch/x86_64/
gmp.h 47 #define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >> GMP_NAIL_BITS)
312 /* __GMP_CAST allows us to use static_cast in C++, so our macros are clean
316 these warnings, so __GMP_CAST only needs to be used on documented
320 #define __GMP_CAST(type, expr) (static_cast<type> (expr))
322 #define __GMP_CAST(type, expr) ((type) (expr))
1491 mpn_divexact_by3c (dst, src, size, __GMP_CAST (mp_limb_t, 0))
1497 mpn_divrem_1 (qp, __GMP_CAST (mp_size_t, 0), np, nsize, dlimb)
1851 __gmp_result = (__gmp_usize < 0 ? ~ __GMP_CAST (mp_bitcnt_t, 0) : __GMP_CAST (mp_bitcnt_t, 0));
2257 ? mpz_cmp_ui (Z, __GMP_CAST (unsigned long, SI))
    [all...]

Completed in 77 milliseconds

1 2