Searched refs:nums (Results 1 - 25 of 31) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A Ddivconst-2.c23 long nums[] = variable
33 i < sizeof (nums) / sizeof (nums[0]);
35 if (std_eqn (nums[i], -0x7fffffffL - 1L, f (nums[i]), r (nums[i])) == 0)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A Ddivconst-2.c23 long nums[] = variable
33 i < sizeof (nums) / sizeof (nums[0]);
35 if (std_eqn (nums[i], -0x7fffffffL - 1L, f (nums[i]), r (nums[i])) == 0)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/c-c++-common/dfp/
H A Dfunc-struct.c14 } nums = { 1.0dl, 'a', 2.0dd, 'b', 3.0df }; variable in typeref:struct:example
81 if (d32_field (nums) != 3.0df) FAILURE
82 if (d64_field (nums) != 2.0dd) FAILURE
83 if (d128_field (nums) != 1.0dl) FAILURE
84 if (dummy1_field (nums) != 'a') FAILURE
85 if (dummy2_field (nums) != 'b') FAILURE
87 if (ptr_d32_field (&nums) != 3.0df) FAILURE
88 if (ptr_d64_field (&nums) != 2.0dd) FAILURE
89 if (ptr_d128_field (&nums) != 1.0dl) FAILURE
90 if (ptr_dummy1_field (&nums) !
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.other/
H A Denum5.C9 enum numbers { one, two, three } __attribute__ ((packed)) nums; variable in typeref:enum:numbers
16 if (sizeof (nums) != 1)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.other/
H A Denum5.C9 enum numbers { one, two, three } __attribute__ ((packed)) nums; variable in typeref:enum:numbers
16 if (sizeof (nums) != 1)
/netbsd-6-1-5-RELEASE/lib/libterminfo/
H A Dcompile.c234 (sizeof(uint16_t) * 2) + tic->nums.bufpos +
273 if (tic->nums.entries == 0) {
277 le16enc(cap, (tic->nums.bufpos + sizeof(uint16_t)));
279 le16enc(cap, tic->nums.entries);
281 memcpy(cap, tic->nums.buf, tic->nums.bufpos);
282 cap += tic->nums.bufpos;
560 _ti_find_cap(&tic->nums, 'n', ind) != NULL)
579 if (_ti_grow_tbuf(&tic->nums,
582 le16enc(tic->nums
[all...]
H A Dterm_private.h95 short *nums; member in struct:__anon5335
146 TBUF nums; member in struct:__anon5337
H A Dgenman56 numcaps=$(gentab $TERMH $TERMC nums)
H A Dti.c81 if (!VALID_NUMERIC(term->nums[ind]))
83 return term->nums[ind];
H A Dterm.c74 term->nums = malloc((TINUMMAX + 1) * sizeof(short));
75 if (term->nums == NULL)
77 memset(term->nums, (short)-1, (TINUMMAX + 1) * sizeof(short));
131 term->nums[ind] = le16dec(cap);
132 if (flags == 0 && !VALID_NUMERIC(term->nums[ind]))
133 term->nums[ind] = ABSENT_NUMERIC;
H A Dterm.h236 #define t_bit_image_entwining(t) (t)->nums[TICODE_bitwin]
237 #define t_bit_image_type(t) (t)->nums[TICODE_bitype]
238 #define t_buffer_capacity(t) (t)->nums[TICODE_bufsz]
239 #define t_buttons(t) (t)->nums[TICODE_btns]
240 #define t_columns(t) (t)->nums[TICODE_cols]
241 #define t_dot_horz_spacing(t) (t)->nums[TICODE_spinh]
242 #define t_dot_vert_spacing(t) (t)->nums[TICODE_spinv]
243 #define t_init_tabs(t) (t)->nums[TICODE_it]
244 #define t_label_height(t) (t)->nums[TICODE_lh]
245 #define t_label_width(t) (t)->nums[TICODE_l
1937 const short *nums; member in struct:__anon5333
[all...]
H A Dtparm.c54 long nums[20]; member in struct:__anon5340
67 if (stack->offset >= sizeof(stack->nums)) {
71 stack->nums[stack->offset] = num;
90 *num = stack->nums[stack->offset];
/netbsd-6-1-5-RELEASE/usr.bin/tput/
H A Dtput.c150 long nums[TPARM_MAX]; local
170 nums[i] = strtol(*argv, &tmp, 0);
172 (nums[i] == LONG_MIN || nums[i] == LONG_MAX)) ||
173 (errno != 0 && nums[i] == 0) ||
182 (piss[i - 1] ? (long)strs[i - 1] : nums[i - 1]) : 0)
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/util/
H A Dmkdef.pl1088 (my $name, *nums, my @symbols) = @_;
1096 if (defined($nums{$s})) {
1098 (my $n, my $dummy) = split /\\/, $nums{$s};
1100 $nums{$s} = $n."\\".$i;
1108 my @s=sort { &parse_number($nums{$a},"n") <=> &parse_number($nums{$b},"n") } keys %nums;
1110 (my $n, my $i) = split /\\/, $nums{$sym};
1233 (*OUT,my $name,*nums,my $testall,my @symbols)=@_;
1247 if (!defined($nums{
[all...]
/netbsd-6-1-5-RELEASE/external/mit/lua/dist/src/
H A Dltable.c191 static int computesizes (int nums[], int *narray) { argument
198 if (nums[i] > 0) {
199 a += nums[i];
213 static int countint (const TValue *key, int *nums) { argument
216 nums[ceillog2(k)]++; /* count as such */
224 static int numusearray (const Table *t, int *nums) { argument
227 int ause = 0; /* summation of `nums' */
242 nums[lg] += lc;
249 static int numusehash (const Table *t, int *nums, int *pnasize) { argument
251 int ause = 0; /* summation of `nums' */
337 int nums[MAXBITS+1]; /* nums[i] = number of keys between 2^(i-1) and 2^i */ local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-c/detail/
H A Dlist_test.c276 int nums[10]; local
292 nums[i] = i + 1;
293 RE(atf_list_append(&list, &nums[i], false));
315 int nums[10]; local
331 nums[i] = i + 1;
332 RE(atf_list_append(&list, &nums[i], false));
H A Dmap_test.c290 int nums[10]; local
306 nums[i] = i + 1;
307 snprintf(keys[i], sizeof(keys[i]), "%d", nums[i]);
308 RE(atf_map_insert(&map, keys[i], &nums[i], false));
331 int nums[10]; local
347 nums[i] = i + 1;
348 snprintf(keys[i], sizeof(keys[i]), "%d", nums[i]);
349 RE(atf_map_insert(&map, keys[i], &nums[i], false));
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-c/detail/
H A Dlist_test.c278 int nums[10]; local
294 nums[i] = i + 1;
295 RE(atf_list_append(&list, &nums[i], false));
317 int nums[10]; local
333 nums[i] = i + 1;
334 RE(atf_list_append(&list, &nums[i], false));
H A Dmap_test.c292 int nums[10]; local
308 nums[i] = i + 1;
309 snprintf(keys[i], sizeof(keys[i]), "%d", nums[i]);
310 RE(atf_map_insert(&map, keys[i], &nums[i], false));
333 int nums[10]; local
349 nums[i] = i + 1;
350 snprintf(keys[i], sizeof(keys[i]), "%d", nums[i]);
351 RE(atf_map_insert(&map, keys[i], &nums[i], false));
/netbsd-6-1-5-RELEASE/usr.bin/tic/
H A Dtic.c237 cap = utic->nums.buf;
238 for (n = utic->nums.entries; n > 0; n--) {
244 _ti_find_cap(&rtic->nums, 'n', ind) == NULL)
246 grow_tbuf(&rtic->nums, sizeof(uint16_t) * 2);
247 le16enc(rtic->nums.buf + rtic->nums.bufpos, ind);
248 rtic->nums.bufpos += sizeof(uint16_t);
249 le16enc(rtic->nums.buf + rtic->nums.bufpos, num);
250 rtic->nums
[all...]
/netbsd-6-1-5-RELEASE/sys/altq/
H A Daltq_wfq.h117 int nums; /* number of queues */ member in struct:wfqstate
H A Daltq_wfq.c147 new_wfqp->nums = DEFAULT_QSIZE;
155 for (i = 0; i < new_wfqp->nums; i++, queue++) {
248 return (&wfqp->queue[(*wfqp->hash_func)(&flow, wfqp->nums)]);
510 gqidp->qid = (*wfqp->hash_func)(&gqidp->flow, wfqp->nums);
547 if (gsp->qid >= wfqp->nums)
575 if (cf->nqueues != wfqp->nums) {
585 wfqp->nums = cf->nqueues;
589 for (i = 0; i < wfqp->nums; i++, queue++) {
/netbsd-6-1-5-RELEASE/usr.bin/infocmp/
H A Dinfocmp.c247 if (VALID_NUMERIC(t->nums[i]) ||
248 (aflag && t->nums[i] == CANCELLED_NUMERIC))
252 ents[n++].num = t->nums[i];
476 if (t1->nums[i] != ABSENT_NUMERIC ||
477 t2->nums[i] != ABSENT_NUMERIC)
545 if (terms[j]->nums[i] == ABSENT_NUMERIC ||
546 terms[j]->nums[i] == CANCELLED_NUMERIC)
550 if (term->nums[i] == terms[j]->nums[i])
557 term->nums[
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
H A Ducgendat.c212 static _num_t *nums; variable
219 static _num_t *nums; variable
747 if (nums[n].numerator == num && nums[n].denominator == denom)
753 nums = (_num_t *) malloc(sizeof(_num_t) << 3);
755 nums = (_num_t *) realloc((char *) nums,
761 nums[n].numerator = num;
762 nums[n].denominator = denom;
1832 if (nums[
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/tip/
H A Dcmds.c719 int nums[3]; local
722 nums[i] = (int)(a % quant[i]);
727 if (nums[i] || (i == 0 && nums[1] == 0 && nums[2] == 0))
728 (void)printf("%d %s%c ", nums[i], sep[i],
729 nums[i] == 1 ? '\0' : 's');

Completed in 147 milliseconds

12