Home
last modified time | relevance | path

Searched refs:ndim (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/cpan/Text-Balanced/t/
D05_extmul.t325 $ndim--; $min = $mdim <= $ndim ? 1 : 0; $min = $mdim < $ndim ? 1 : 0;
331 '$ndim', '--; ',
332 '$min', ' = ', '$mdim', ' <= ', '$ndim', ' ? ', '1', ' : ', '0', '; ',
333 '$min', ' = ', '$mdim', ' < ', '$ndim', ' ? ', '1', ' : ', '0', ";\n"
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dgenattrtab.c3654 int i, j, total, ndim = 0; local
3659 if (! find_and_mark_used_attributes (exp, &list, &ndim) || ndim == 0)
3671 space = (struct dimension *) xmalloc (ndim * sizeof (struct dimension));
3674 for (ndim = 0; list; ndim++)
3681 if ((space[ndim].attr = find_attr (name, 0)) == 0
3682 || space[ndim].attr->is_numeric)
3684 unmark_used_attributes (list, space, ndim);
3689 space[ndim].num_values = 0;
3690 space[ndim].values = 0;
3695 space[ndim].num_values++;
[all …]
/openbsd/src/regress/lib/libcrypto/x509/bettertls/certificates/
D3548.chain20 6/gND4w4Gg9eDZr/WTYVtnQIUYfc3nQZnIk9aO7GWs5g5ITp4ii/ndim+pb8EJwD
/openbsd/src/gnu/usr.bin/gcc/gcc/java/
Dverify.c1169 int ndim, i; local
1171 ndim = IMMEDIATE_u1;
1173 if( ndim < 1 )
1176 for( i = 0; i < ndim; i++ )
Dexpr.c970 expand_java_multianewarray (class_type, ndim) in expand_java_multianewarray() argument
972 int ndim;
977 for( i = 0; i < ndim; i++ )
985 build_int_2 (ndim, 0), args )),
/openbsd/src/gnu/usr.bin/binutils/gdb/
Ddwarf2read.c4100 int ndim = 0; in read_array_type() local
4134 if ((ndim % DW_FIELD_ALLOC_CHUNK) == 0) in read_array_type()
4137 xrealloc (range_types, (ndim + DW_FIELD_ALLOC_CHUNK) in read_array_type()
4139 if (ndim == 0) in read_array_type()
4142 range_types[ndim++] = child_die->type; in read_array_type()
4156 while (i < ndim) in read_array_type()
4161 while (ndim-- > 0) in read_array_type()
4162 type = create_array_type (NULL, type, range_types[ndim]); in read_array_type()