HomeSort by: relevance | last modified time | path
    Searched defs:_mp_size (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/external/lgpl3/gmp/dist/mini-gmp/
mini-gmp.h 71 int _mp_size; /* abs(_mp_size) is the number of limbs the member in struct:__anon23301
72 last field points to. If _mp_size is
130 #define mpz_odd_p(z) (((z)->_mp_size != 0) & (int) (z)->_mp_d[0])
  /src/external/lgpl3/gmp/lib/libgmp/arch/aarch64/
gmp.h 154 int _mp_size; /* abs(_mp_size) is the number of limbs the member in struct:__anon23392
155 last field points to. If _mp_size is
194 int _mp_size; /* abs(_mp_size) is the number of limbs the member in struct:__anon23394
195 last field points to. If _mp_size is
1720 __gmp_w->_mp_size = __GMP_ABS (__gmp_w->_mp_size);
1726 mp_size_t __gmp_n = z->_mp_size; \
1731 mp_size_t __gmp_n = z->_mp_size; \
    [all...]
  /src/external/lgpl3/gmp/lib/libgmp/arch/alpha/
gmp.h 154 int _mp_size; /* abs(_mp_size) is the number of limbs the member in struct:__anon23399
155 last field points to. If _mp_size is
194 int _mp_size; /* abs(_mp_size) is the number of limbs the member in struct:__anon23401
195 last field points to. If _mp_size is
1720 __gmp_w->_mp_size = __GMP_ABS (__gmp_w->_mp_size);
1726 mp_size_t __gmp_n = z->_mp_size; \
1731 mp_size_t __gmp_n = z->_mp_size; \
    [all...]
  /src/external/lgpl3/gmp/lib/libgmp/arch/arm/
gmp.h 154 int _mp_size; /* abs(_mp_size) is the number of limbs the member in struct:__anon23406
155 last field points to. If _mp_size is
194 int _mp_size; /* abs(_mp_size) is the number of limbs the member in struct:__anon23408
195 last field points to. If _mp_size is
1720 __gmp_w->_mp_size = __GMP_ABS (__gmp_w->_mp_size);
1726 mp_size_t __gmp_n = z->_mp_size; \
1731 mp_size_t __gmp_n = z->_mp_size; \
    [all...]
  /src/external/lgpl3/gmp/lib/libgmp/arch/armeb/
gmp.h 154 int _mp_size; /* abs(_mp_size) is the number of limbs the member in struct:__anon23413
155 last field points to. If _mp_size is
194 int _mp_size; /* abs(_mp_size) is the number of limbs the member in struct:__anon23415
195 last field points to. If _mp_size is
1720 __gmp_w->_mp_size = __GMP_ABS (__gmp_w->_mp_size);
1726 mp_size_t __gmp_n = z->_mp_size; \
1731 mp_size_t __gmp_n = z->_mp_size; \
    [all...]
  /src/external/lgpl3/gmp/lib/libgmp/arch/coldfire/
gmp.h 153 int _mp_size; /* abs(_mp_size) is the number of limbs the member in struct:__anon23420
154 last field points to. If _mp_size is
193 int _mp_size; /* abs(_mp_size) is the number of limbs the member in struct:__anon23422
194 last field points to. If _mp_size is
1637 __gmp_w->_mp_size = __GMP_ABS (__gmp_w->_mp_size);
1643 mp_size_t __gmp_n = z->_mp_size; \
1648 mp_size_t __gmp_n = z->_mp_size; \
    [all...]
  /src/external/lgpl3/gmp/lib/libgmp/arch/hppa/
gmp.h 154 int _mp_size; /* abs(_mp_size) is the number of limbs the member in struct:__anon23427
155 last field points to. If _mp_size is
194 int _mp_size; /* abs(_mp_size) is the number of limbs the member in struct:__anon23429
195 last field points to. If _mp_size is
1720 __gmp_w->_mp_size = __GMP_ABS (__gmp_w->_mp_size);
1726 mp_size_t __gmp_n = z->_mp_size; \
1731 mp_size_t __gmp_n = z->_mp_size; \
    [all...]
  /src/external/lgpl3/gmp/lib/libgmp/arch/i386/
gmp.h 154 int _mp_size; /* abs(_mp_size) is the number of limbs the member in struct:__anon23434
155 last field points to. If _mp_size is
194 int _mp_size; /* abs(_mp_size) is the number of limbs the member in struct:__anon23436
195 last field points to. If _mp_size is
1720 __gmp_w->_mp_size = __GMP_ABS (__gmp_w->_mp_size);
1726 mp_size_t __gmp_n = z->_mp_size; \
1731 mp_size_t __gmp_n = z->_mp_size; \
    [all...]
  /src/external/lgpl3/gmp/lib/libgmp/arch/ia64/
gmp.h 154 int _mp_size; /* abs(_mp_size) is the number of limbs the member in struct:__anon23441
155 last field points to. If _mp_size is
194 int _mp_size; /* abs(_mp_size) is the number of limbs the member in struct:__anon23443
195 last field points to. If _mp_size is
1720 __gmp_w->_mp_size = __GMP_ABS (__gmp_w->_mp_size);
1726 mp_size_t __gmp_n = z->_mp_size; \
1731 mp_size_t __gmp_n = z->_mp_size; \
    [all...]
  /src/external/lgpl3/gmp/lib/libgmp/arch/m68000/
gmp.h 154 int _mp_size; /* abs(_mp_size) is the number of limbs the member in struct:__anon23448
155 last field points to. If _mp_size is
194 int _mp_size; /* abs(_mp_size) is the number of limbs the member in struct:__anon23450
195 last field points to. If _mp_size is
1720 __gmp_w->_mp_size = __GMP_ABS (__gmp_w->_mp_size);
1726 mp_size_t __gmp_n = z->_mp_size; \
1731 mp_size_t __gmp_n = z->_mp_size; \
    [all...]
  /src/external/lgpl3/gmp/lib/libgmp/arch/m68k/
gmp.h 154 int _mp_size; /* abs(_mp_size) is the number of limbs the member in struct:__anon23455
155 last field points to. If _mp_size is
194 int _mp_size; /* abs(_mp_size) is the number of limbs the member in struct:__anon23457
195 last field points to. If _mp_size is
1720 __gmp_w->_mp_size = __GMP_ABS (__gmp_w->_mp_size);
1726 mp_size_t __gmp_n = z->_mp_size; \
1731 mp_size_t __gmp_n = z->_mp_size; \
    [all...]
  /src/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
gmp.h 154 int _mp_size; /* abs(_mp_size) is the number of limbs the member in struct:__anon23462
155 last field points to. If _mp_size is
194 int _mp_size; /* abs(_mp_size) is the number of limbs the member in struct:__anon23464
195 last field points to. If _mp_size is
1720 __gmp_w->_mp_size = __GMP_ABS (__gmp_w->_mp_size);
1726 mp_size_t __gmp_n = z->_mp_size; \
1731 mp_size_t __gmp_n = z->_mp_size; \
    [all...]
  /src/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
gmp.h 154 int _mp_size; /* abs(_mp_size) is the number of limbs the member in struct:__anon23469
155 last field points to. If _mp_size is
194 int _mp_size; /* abs(_mp_size) is the number of limbs the member in struct:__anon23471
195 last field points to. If _mp_size is
1720 __gmp_w->_mp_size = __GMP_ABS (__gmp_w->_mp_size);
1726 mp_size_t __gmp_n = z->_mp_size; \
1731 mp_size_t __gmp_n = z->_mp_size; \
    [all...]
  /src/external/lgpl3/gmp/lib/libgmp/arch/mipseb/
gmp.h 154 int _mp_size; /* abs(_mp_size) is the number of limbs the member in struct:__anon23476
155 last field points to. If _mp_size is
194 int _mp_size; /* abs(_mp_size) is the number of limbs the member in struct:__anon23478
195 last field points to. If _mp_size is
1720 __gmp_w->_mp_size = __GMP_ABS (__gmp_w->_mp_size);
1726 mp_size_t __gmp_n = z->_mp_size; \
1731 mp_size_t __gmp_n = z->_mp_size; \
    [all...]
  /src/external/lgpl3/gmp/lib/libgmp/arch/mipsel/
gmp.h 154 int _mp_size; /* abs(_mp_size) is the number of limbs the member in struct:__anon23483
155 last field points to. If _mp_size is
194 int _mp_size; /* abs(_mp_size) is the number of limbs the member in struct:__anon23485
195 last field points to. If _mp_size is
1720 __gmp_w->_mp_size = __GMP_ABS (__gmp_w->_mp_size);
1726 mp_size_t __gmp_n = z->_mp_size; \
1731 mp_size_t __gmp_n = z->_mp_size; \
    [all...]
  /src/external/lgpl3/gmp/lib/libgmp/arch/mipsn64eb/
gmp.h 154 int _mp_size; /* abs(_mp_size) is the number of limbs the member in struct:__anon23490
155 last field points to. If _mp_size is
194 int _mp_size; /* abs(_mp_size) is the number of limbs the member in struct:__anon23492
195 last field points to. If _mp_size is
1720 __gmp_w->_mp_size = __GMP_ABS (__gmp_w->_mp_size);
1726 mp_size_t __gmp_n = z->_mp_size; \
1731 mp_size_t __gmp_n = z->_mp_size; \
    [all...]
  /src/external/lgpl3/gmp/lib/libgmp/arch/mipsn64el/
gmp.h 154 int _mp_size; /* abs(_mp_size) is the number of limbs the member in struct:__anon23497
155 last field points to. If _mp_size is
194 int _mp_size; /* abs(_mp_size) is the number of limbs the member in struct:__anon23499
195 last field points to. If _mp_size is
1720 __gmp_w->_mp_size = __GMP_ABS (__gmp_w->_mp_size);
1726 mp_size_t __gmp_n = z->_mp_size; \
1731 mp_size_t __gmp_n = z->_mp_size; \
    [all...]
  /src/external/lgpl3/gmp/lib/libgmp/arch/or1k/
gmp.h 153 int _mp_size; /* abs(_mp_size) is the number of limbs the member in struct:__anon23504
154 last field points to. If _mp_size is
193 int _mp_size; /* abs(_mp_size) is the number of limbs the member in struct:__anon23506
194 last field points to. If _mp_size is
1637 __gmp_w->_mp_size = __GMP_ABS (__gmp_w->_mp_size);
1643 mp_size_t __gmp_n = z->_mp_size; \
1648 mp_size_t __gmp_n = z->_mp_size; \
    [all...]
  /src/external/lgpl3/gmp/lib/libgmp/arch/powerpc/
gmp.h 154 int _mp_size; /* abs(_mp_size) is the number of limbs the member in struct:__anon23511
155 last field points to. If _mp_size is
194 int _mp_size; /* abs(_mp_size) is the number of limbs the member in struct:__anon23513
195 last field points to. If _mp_size is
1720 __gmp_w->_mp_size = __GMP_ABS (__gmp_w->_mp_size);
1726 mp_size_t __gmp_n = z->_mp_size; \
1731 mp_size_t __gmp_n = z->_mp_size; \
    [all...]
  /src/external/lgpl3/gmp/lib/libgmp/arch/powerpc64/
gmp.h 154 int _mp_size; /* abs(_mp_size) is the number of limbs the member in struct:__anon23518
155 last field points to. If _mp_size is
194 int _mp_size; /* abs(_mp_size) is the number of limbs the member in struct:__anon23520
195 last field points to. If _mp_size is
1720 __gmp_w->_mp_size = __GMP_ABS (__gmp_w->_mp_size);
1726 mp_size_t __gmp_n = z->_mp_size; \
1731 mp_size_t __gmp_n = z->_mp_size; \
    [all...]
  /src/external/lgpl3/gmp/lib/libgmp/arch/riscv32/
gmp.h 154 int _mp_size; /* abs(_mp_size) is the number of limbs the member in struct:__anon23525
155 last field points to. If _mp_size is
194 int _mp_size; /* abs(_mp_size) is the number of limbs the member in struct:__anon23527
195 last field points to. If _mp_size is
1720 __gmp_w->_mp_size = __GMP_ABS (__gmp_w->_mp_size);
1726 mp_size_t __gmp_n = z->_mp_size; \
1731 mp_size_t __gmp_n = z->_mp_size; \
    [all...]
  /src/external/lgpl3/gmp/lib/libgmp/arch/riscv64/
gmp.h 154 int _mp_size; /* abs(_mp_size) is the number of limbs the member in struct:__anon23532
155 last field points to. If _mp_size is
194 int _mp_size; /* abs(_mp_size) is the number of limbs the member in struct:__anon23534
195 last field points to. If _mp_size is
1720 __gmp_w->_mp_size = __GMP_ABS (__gmp_w->_mp_size);
1726 mp_size_t __gmp_n = z->_mp_size; \
1731 mp_size_t __gmp_n = z->_mp_size; \
    [all...]
  /src/external/lgpl3/gmp/lib/libgmp/arch/sh3eb/
gmp.h 154 int _mp_size; /* abs(_mp_size) is the number of limbs the member in struct:__anon23539
155 last field points to. If _mp_size is
194 int _mp_size; /* abs(_mp_size) is the number of limbs the member in struct:__anon23541
195 last field points to. If _mp_size is
1720 __gmp_w->_mp_size = __GMP_ABS (__gmp_w->_mp_size);
1726 mp_size_t __gmp_n = z->_mp_size; \
1731 mp_size_t __gmp_n = z->_mp_size; \
    [all...]
  /src/external/lgpl3/gmp/lib/libgmp/arch/sh3el/
gmp.h 154 int _mp_size; /* abs(_mp_size) is the number of limbs the member in struct:__anon23546
155 last field points to. If _mp_size is
194 int _mp_size; /* abs(_mp_size) is the number of limbs the member in struct:__anon23548
195 last field points to. If _mp_size is
1720 __gmp_w->_mp_size = __GMP_ABS (__gmp_w->_mp_size);
1726 mp_size_t __gmp_n = z->_mp_size; \
1731 mp_size_t __gmp_n = z->_mp_size; \
    [all...]
  /src/external/lgpl3/gmp/lib/libgmp/arch/sparc/
gmp.h 154 int _mp_size; /* abs(_mp_size) is the number of limbs the member in struct:__anon23553
155 last field points to. If _mp_size is
194 int _mp_size; /* abs(_mp_size) is the number of limbs the member in struct:__anon23555
195 last field points to. If _mp_size is
1720 __gmp_w->_mp_size = __GMP_ABS (__gmp_w->_mp_size);
1726 mp_size_t __gmp_n = z->_mp_size; \
1731 mp_size_t __gmp_n = z->_mp_size; \
    [all...]

Completed in 127 milliseconds

1 2