Searched defs:NLIMBS (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libquadmath/printf/ |
H A D | gmp-impl.h | 66 #define MPN_COPY_INCR(DST, SRC, NLIMBS) \ argument 72 #define MPN_COPY_DECR(DST, SRC, NLIMBS) \ argument 81 #define MPN_ZERO(DST, NLIMBS) \ argument
|
/netbsd-src/external/gpl3/gcc.old/dist/libquadmath/printf/ |
H A D | gmp-impl.h | 66 #define MPN_COPY_INCR(DST, SRC, NLIMBS) \ argument 72 #define MPN_COPY_DECR(DST, SRC, NLIMBS) \ argument 81 #define MPN_ZERO(DST, NLIMBS) \ argument
|
/netbsd-src/external/lgpl3/mpfr/dist/src/ |
H A D | set_d64.c | 133 #define NLIMBS (64 / GMP_NUMB_BITS) in decimal64_to_string() macro
|
H A D | get_d64.c | 271 #define NLIMBS (64 / GMP_NUMB_BITS) in string_to_Decimal64() macro
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ec/curve448/ |
H A D | field.h | 21 # define NLIMBS (64/sizeof(word_t)) macro
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ec/curve448/ |
H A D | field.h | 21 # define NLIMBS (64/sizeof(word_t)) macro
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ec/ |
H A D | ecp_nistp521.c | 129 #define NLIMBS 9 macro
|
H A D | ecp_nistp256.c | 113 #define NLIMBS 4 macro
|
/netbsd-src/external/lgpl3/gmp/dist/ |
H A D | gmp-impl.h | 1943 #define MPN_NORMALIZE(DST, NLIMBS) \ argument 1954 #define MPN_NORMALIZE_NOT_ZERO(DST, NLIMBS) \ argument 1988 #define MPZ_TMP_INIT(X, NLIMBS) \ argument
|