OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GMP_LIMB_BITS
(Results
1 - 5
of
5
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/doc/mpfr/examples/
version.c
86
printf ("
GMP_LIMB_BITS
= %d\n", (int)
GMP_LIMB_BITS
);
91
if (mp_bits_per_limb !=
GMP_LIMB_BITS
)
92
printf ("Warning! mp_bits_per_limb !=
GMP_LIMB_BITS
\n");
93
if (
GMP_LIMB_BITS
!= sizeof(mp_limb_t) * CHAR_BIT)
94
printf ("Warning!
GMP_LIMB_BITS
!= sizeof(mp_limb_t) * CHAR_BIT\n");
98
if (c !=
GMP_LIMB_BITS
)
99
printf ("Warning! This is different from
GMP_LIMB_BITS
!\n"
/external/bison/lib/
vasnprintf.c
325
# define
GMP_LIMB_BITS
32
326
verify (sizeof (mp_limb_t) * CHAR_BIT ==
GMP_LIMB_BITS
);
394
carry = carry >>
GMP_LIMB_BITS
;
419
with m>=0 and n>0 (in base beta = 2^
GMP_LIMB_BITS
).
528
((mp_twolimb_t) remainder <<
GMP_LIMB_BITS
) | *--sourceptr;
555
/* Determine s =
GMP_LIMB_BITS
- integer_length (msd).
561
if (
GMP_LIMB_BITS
<= DBL_MANT_BIT)
574
s =
GMP_LIMB_BITS
611
/* 0 <= s <
GMP_LIMB_BITS
.
630
accu = accu >>
GMP_LIMB_BITS
;
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/
gmp.h
34
#define
GMP_LIMB_BITS
64
37
#define GMP_NUMB_BITS (
GMP_LIMB_BITS
- GMP_NAIL_BITS)
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/
gmp.h
34
#define
GMP_LIMB_BITS
64
37
#define GMP_NUMB_BITS (
GMP_LIMB_BITS
- GMP_NAIL_BITS)
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/include/
gmp.h
34
#define
GMP_LIMB_BITS
64
37
#define GMP_NUMB_BITS (
GMP_LIMB_BITS
- GMP_NAIL_BITS)
[
all
...]
Completed in 691 milliseconds