Searched refs:GMP_NUMB_BITS (Results 1 - 13 of 13) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/share/doc/mpfr/examples/
H A Dversion.c75 printf ("GMP_NUMB_BITS = %d\n", (int) GMP_NUMB_BITS);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/engines/
H A De_gmp.c271 if (((sizeof(bn->d[0]) * 8) == GMP_NUMB_BITS) &&
272 (BN_BITS2 == GMP_NUMB_BITS)) {
294 if (((sizeof(bn->d[0]) * 8) == GMP_NUMB_BITS) &&
295 (BN_BITS2 == GMP_NUMB_BITS)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/engines/
H A De_gmp.c264 if(((sizeof(bn->d[0]) * 8) == GMP_NUMB_BITS) &&
265 (BN_BITS2 == GMP_NUMB_BITS))
289 if(((sizeof(bn->d[0]) * 8) == GMP_NUMB_BITS) &&
290 (BN_BITS2 == GMP_NUMB_BITS))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/engines/
H A De_gmp.c264 if(((sizeof(bn->d[0]) * 8) == GMP_NUMB_BITS) &&
265 (BN_BITS2 == GMP_NUMB_BITS))
289 if(((sizeof(bn->d[0]) * 8) == GMP_NUMB_BITS) &&
290 (BN_BITS2 == GMP_NUMB_BITS))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/engines/
H A De_gmp.c271 if (((sizeof(bn->d[0]) * 8) == GMP_NUMB_BITS) &&
272 (BN_BITS2 == GMP_NUMB_BITS)) {
294 if (((sizeof(bn->d[0]) * 8) == GMP_NUMB_BITS) &&
295 (BN_BITS2 == GMP_NUMB_BITS)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/engines/
H A De_gmp.c271 if (((sizeof(bn->d[0]) * 8) == GMP_NUMB_BITS) &&
272 (BN_BITS2 == GMP_NUMB_BITS)) {
294 if (((sizeof(bn->d[0]) * 8) == GMP_NUMB_BITS) &&
295 (BN_BITS2 == GMP_NUMB_BITS)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/engines/
H A De_gmp.c264 if(((sizeof(bn->d[0]) * 8) == GMP_NUMB_BITS) &&
265 (BN_BITS2 == GMP_NUMB_BITS))
289 if(((sizeof(bn->d[0]) * 8) == GMP_NUMB_BITS) &&
290 (BN_BITS2 == GMP_NUMB_BITS))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/include/
H A Dmpfr.h171 where k=ceil(_mp_prec/GMP_NUMB_BITS) and B=2^GMP_NUMB_BITS.
176 We must also have the last k*GMP_NUMB_BITS-_prec bits set to zero.
760 MPFR_EXTENSION mp_limb_t __gmpfr_local_tab_##_x[((_p)-1)/GMP_NUMB_BITS+1]; \
867 (((p)+GMP_NUMB_BITS-1)/GMP_NUMB_BITS*sizeof (mp_limb_t)))
H A Dgmp.h36 #define GMP_NUMB_BITS (GMP_LIMB_BITS - GMP_NAIL_BITS) macro
1700 || (__gmp_n == 2 && __gmp_p[1] <= ((mp_limb_t) maxval >> GMP_NUMB_BITS)));
1747 about "<< GMP_NUMB_BITS" exceeding the type size, and to avoid Borland
1759 return __gmp_l + (__gmp_p[1] << GMP_NUMB_BITS);
2004 if (__gmp_r >> GMP_NUMB_BITS != 0) \
2013 if (__gmp_r >> GMP_NUMB_BITS == 0) \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sys-include/
H A Dmpfr.h171 where k=ceil(_mp_prec/GMP_NUMB_BITS) and B=2^GMP_NUMB_BITS.
176 We must also have the last k*GMP_NUMB_BITS-_prec bits set to zero.
760 MPFR_EXTENSION mp_limb_t __gmpfr_local_tab_##_x[((_p)-1)/GMP_NUMB_BITS+1]; \
867 (((p)+GMP_NUMB_BITS-1)/GMP_NUMB_BITS*sizeof (mp_limb_t)))
H A Dgmp.h36 #define GMP_NUMB_BITS (GMP_LIMB_BITS - GMP_NAIL_BITS) macro
1700 || (__gmp_n == 2 && __gmp_p[1] <= ((mp_limb_t) maxval >> GMP_NUMB_BITS)));
1747 about "<< GMP_NUMB_BITS" exceeding the type size, and to avoid Borland
1759 return __gmp_l + (__gmp_p[1] << GMP_NUMB_BITS);
2004 if (__gmp_r >> GMP_NUMB_BITS != 0) \
2013 if (__gmp_r >> GMP_NUMB_BITS == 0) \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sys-include/
H A Dmpfr.h171 where k=ceil(_mp_prec/GMP_NUMB_BITS) and B=2^GMP_NUMB_BITS.
176 We must also have the last k*GMP_NUMB_BITS-_prec bits set to zero.
760 MPFR_EXTENSION mp_limb_t __gmpfr_local_tab_##_x[((_p)-1)/GMP_NUMB_BITS+1]; \
867 (((p)+GMP_NUMB_BITS-1)/GMP_NUMB_BITS*sizeof (mp_limb_t)))
H A Dgmp.h36 #define GMP_NUMB_BITS (GMP_LIMB_BITS - GMP_NAIL_BITS) macro
1700 || (__gmp_n == 2 && __gmp_p[1] <= ((mp_limb_t) maxval >> GMP_NUMB_BITS)));
1747 about "<< GMP_NUMB_BITS" exceeding the type size, and to avoid Borland
1759 return __gmp_l + (__gmp_p[1] << GMP_NUMB_BITS);
2004 if (__gmp_r >> GMP_NUMB_BITS != 0) \
2013 if (__gmp_r >> GMP_NUMB_BITS == 0) \

Completed in 201 milliseconds