Searched refs:_num (Results 1 – 8 of 8) sorted by relevance
419 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); \
57 _num=059 echo " $_num $i"60 _num=`expr $_num + 1`74 if [ -z "$_ans" ] || [ "$_ans" -ge $_num ]; then
81 _num=083 echo " $_num $i"84 _num=$(( $_num + 1 ))98 if [ -z "$_ans" ] || [ "$_ans" -ge $_num ]; then
146 unsigned ARRAY##_num(const struct ARRAY *a); \189 ARRAY##_num(const struct ARRAY *a) \
58 $_num=&DWP(4*0,"esp"); # stack top layout439 &mov ($_num,$num);458 &cmp ($j,$_num);557 &cmp ($j,$_num);
97 $_num="$num,#15*4"; $_bpend=$_num;
615 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) { \
783 #define __token(_tok, _num) _tok##_num argument784 #define _token(_tok, _num) __token(_tok, _num) argument