Home
last modified time | relevance | path

Searched refs:_num (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/external/lgpl3/mpfr/dist/src/
Dmpfr-gmp.h419 unsigned long _num; \
421 _num = (unsigned long) (mp_limb_t) ~(xl); \
422 _num = (_num << GMP_NUMB_BITS) | MPFR_LIMB_MAX; \
423 (invxl) = _num / (xl); \
428 unsigned long _num; \
429 _num = ((unsigned long) (n1) << GMP_NUMB_BITS) | (n0); \
430 (q) = _num / (d); \
431 (r) = _num % (d); \
/netbsd/src/distrib/amiga/miniroot/
Ddot.profile57 _num=0
59 echo " $_num $i"
60 _num=`expr $_num + 1`
74 if [ -z "$_ans" ] || [ "$_ans" -ge $_num ]; then
/netbsd/src/distrib/atari/floppies/common/
Ddot.profile81 _num=0
83 echo " $_num $i"
84 _num=$(( $_num + 1 ))
98 if [ -z "$_ans" ] || [ "$_ans" -ge $_num ]; then
/netbsd/src/games/sail/
Darray.h146 unsigned ARRAY##_num(const struct ARRAY *a); \
189 ARRAY##_num(const struct ARRAY *a) \
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/bn/asm/
Dx86-mont.pl58 $_num=&DWP(4*0,"esp"); # stack top layout
439 &mov ($_num,$num);
458 &cmp ($j,$_num);
557 &cmp ($j,$_num);
Darmv4-mont.pl97 $_num="$num,#15*4"; $_bpend=$_num;
/netbsd/src/crypto/external/bsd/openssl/dist/test/
Dcmp_ctx_test.c615 return sk_##T##_value(ctx->FIELD, sk_##T##_num(ctx->FIELD) - 1); \
626 int n_elem = sk_##T##_num(ctx->FIELD); \
658 if (sk_##T##_num(ctx->FIELD) != ++n_elem) { \
682 if (sk_##T##_num(ctx->FIELD) != ++n_elem) { \
/netbsd/src/sys/dev/pci/
Dif_mcx.c783 #define __token(_tok, _num) _tok##_num argument
784 #define _token(_tok, _num) __token(_tok, _num) argument