Home
last modified time | relevance | path

Searched refs:MAX (Results 1 – 25 of 1372) sorted by relevance

12345678910>>...55

/netbsd/external/gpl3/gdb/dist/sim/testsuite/sim/bfin/
H A Dc_dsp32alu_max.s19 R0 = MAX ( R0 , R0 );
20 R1 = MAX ( R0 , R1 );
21 R2 = MAX ( R0 , R2 );
22 R3 = MAX ( R0 , R3 );
23 R4 = MAX ( R0 , R4 );
24 R5 = MAX ( R0 , R5 );
25 R6 = MAX ( R0 , R6 );
26 R7 = MAX ( R0 , R7 );
44 R0 = MAX ( R1 , R0 );
45 R1 = MAX ( R1 , R1 );
[all …]
H A Dc_dsp32alu_maxmax.s19 R0 = MAX ( R0 , R0 ) (V);
20 R1 = MAX ( R0 , R1 ) (V);
21 R2 = MAX ( R0 , R2 ) (V);
22 R3 = MAX ( R0 , R3 ) (V);
23 R4 = MAX ( R0 , R4 ) (V);
24 R5 = MAX ( R0 , R5 ) (V);
25 R6 = MAX ( R0 , R6 ) (V);
26 R7 = MAX ( R0 , R7 ) (V);
44 R0 = MAX ( R1 , R0 ) (V);
45 R1 = MAX ( R1 , R1 ) (V);
[all …]
/netbsd/external/gpl3/gdb.old/dist/sim/testsuite/sim/bfin/
H A Dc_dsp32alu_max.s19 R0 = MAX ( R0 , R0 );
20 R1 = MAX ( R0 , R1 );
21 R2 = MAX ( R0 , R2 );
22 R3 = MAX ( R0 , R3 );
23 R4 = MAX ( R0 , R4 );
24 R5 = MAX ( R0 , R5 );
25 R6 = MAX ( R0 , R6 );
26 R7 = MAX ( R0 , R7 );
44 R0 = MAX ( R1 , R0 );
45 R1 = MAX ( R1 , R1 );
[all …]
H A Dc_dsp32alu_maxmax.s19 R0 = MAX ( R0 , R0 ) (V);
20 R1 = MAX ( R0 , R1 ) (V);
21 R2 = MAX ( R0 , R2 ) (V);
22 R3 = MAX ( R0 , R3 ) (V);
23 R4 = MAX ( R0 , R4 ) (V);
24 R5 = MAX ( R0 , R5 ) (V);
25 R6 = MAX ( R0 , R6 ) (V);
26 R7 = MAX ( R0 , R7 ) (V);
44 R0 = MAX ( R1 , R0 ) (V);
45 R1 = MAX ( R1 , R1 ) (V);
[all …]
/netbsd/external/lgpl3/mpfr/dist/src/
H A Dli2.c81 err = 2 + MAX (-1, err); in li2_series()
292 err = MAX (err, MAX (1, - expo_l) - 1) - MPFR_GET_EXP (s); in mpfr_li2()
293 err = 2 + MAX (-1, err); in mpfr_li2()
371 MAX (err, in mpfr_li2()
388 err = MAX (err, 2) - MPFR_GET_EXP (s); in mpfr_li2()
441 err = 2 + MAX (5, err); in mpfr_li2()
482 err = MAX (err, 1 - MPFR_GET_EXP (v)); in mpfr_li2()
495 err = MAX (err, 3) - MPFR_GET_EXP (s); in mpfr_li2()
496 err = 2 + MAX (-1, err); in mpfr_li2()
537 err = MAX (err, - expo_l); in mpfr_li2()
[all …]
/netbsd/external/bsd/ntp/dist/ntpsnmpd/
H A Dntpv4-mib.mib127 MAX-ACCESS read-only
135 MAX-ACCESS read-only
144 MAX-ACCESS read-only
152 MAX-ACCESS read-only
162 MAX-ACCESS read-only
172 MAX-ACCESS read-only
181 MAX-ACCESS read-only
202 MAX-ACCESS read-only
225 MAX-ACCESS read-only
234 MAX-ACCESS read-only
[all …]
/netbsd/external/gpl3/gcc/dist/libobjc/
H A Dencoding.c44 #undef MAX
45 #define MAX(X, Y) \ macro
155 return MAX (comp, spec); in _darwin_rs6000_special_round_type_align()
163 return MAX (MAX (comp, spec), objc_alignof_type (_stp) * __CHAR_BIT__); in _darwin_rs6000_special_round_type_align()
168 return MAX (MAX (comp, spec), 64); in _darwin_rs6000_special_round_type_align()
172 return MAX (comp, spec); in _darwin_rs6000_special_round_type_align()
190 ? MAX (MAX (COMPUTED, SPECIFIED), 64) \
191 : MAX (COMPUTED, SPECIFIED));})
1125 layout->record_size = MAX (layout->record_size, in objc_layout_structure_next_member()
1182 layout->record_align = MAX (layout->record_align, desired_align); in objc_layout_structure_next_member()
[all …]
/netbsd/external/gpl3/gcc.old/dist/libobjc/
H A Dencoding.c44 #undef MAX
45 #define MAX(X, Y) \ macro
155 return MAX (comp, spec); in _darwin_rs6000_special_round_type_align()
163 return MAX (MAX (comp, spec), objc_alignof_type (_stp) * __CHAR_BIT__); in _darwin_rs6000_special_round_type_align()
168 return MAX (MAX (comp, spec), 64); in _darwin_rs6000_special_round_type_align()
172 return MAX (comp, spec); in _darwin_rs6000_special_round_type_align()
190 ? MAX (MAX (COMPUTED, SPECIFIED), 64) \
191 : MAX (COMPUTED, SPECIFIED));})
1125 layout->record_size = MAX (layout->record_size, in objc_layout_structure_next_member()
1182 layout->record_align = MAX (layout->record_align, desired_align); in objc_layout_structure_next_member()
[all …]
/netbsd/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A DauthorityKeyIdentifier.asn14 GeneralNames ::= SEQUENCE SIZE (1..MAX) OF GeneralName
59 teletexString TeletexString (SIZE (1..MAX)),
60 printableString PrintableString (SIZE (1..MAX)),
61 universalString UniversalString (SIZE (1..MAX)),
62 utf8String UTF8String (SIZE (1..MAX)),
63 bmpString BMPString (SIZE (1..MAX)) }
/netbsd/sys/external/bsd/common/include/linux/
H A Dkernel.h87 #define max(X, Y) MAX(X, Y)
89 #define max_t(T, X, Y) MAX((T)(X), (T)(Y))
92 #define clamp_t(T, X, MIN, MAX) min_t(T, max_t(T, X, MIN), MAX) argument
93 #define clamp(X, MN, MX) MIN(MAX(X, MN), MX)
94 #define clamp_val(X, MIN, MAX) clamp_t(typeof(X), X, MIN, MAX) argument
97 #define max3(X, Y, Z) MAX(X, MAX(Y, Z))
/netbsd/external/lgpl3/gmp/dist/tests/mpn/
H A Dt-toom8-sqr.c3 #define MIN_AN MAX(SQR_TOOM3_THRESHOLD,MAX(SQR_TOOM4_THRESHOLD,MAX(SQR_TOOM6_THRESHOLD,MAX(SQR_TOOM…
H A Dt-toom6-sqr.c3 #define MIN_AN MAX(SQR_TOOM3_THRESHOLD,MAX(SQR_TOOM4_THRESHOLD,MAX(SQR_TOOM6_THRESHOLD,MPN_TOOM6_SQ…
/netbsd/external/gpl3/gcc.old/dist/libbacktrace/
H A Dstest.c45 #define MAX 10 macro
50 int input[MAX];
51 int output[MAX];
117 int a[MAX]; in main()
/netbsd/external/gpl3/gcc/dist/libbacktrace/
H A Dstest.c45 #define MAX 10 macro
50 int input[MAX];
51 int output[MAX];
117 int a[MAX]; in main()
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dppc64-tdep.c445 #define MAX(a,b) ((a) > (b) ? (a) : (b)) in ppc64_skip_trampoline_code_1() macro
446 unsigned int insns[MAX (MAX (MAX (ARRAY_SIZE (ppc64_standard_linkage1), in ppc64_skip_trampoline_code_1()
448 MAX (ARRAY_SIZE (ppc64_standard_linkage3), in ppc64_skip_trampoline_code_1()
450 MAX (MAX (ARRAY_SIZE (ppc64_standard_linkage5), in ppc64_skip_trampoline_code_1()
452 MAX (ARRAY_SIZE (ppc64_standard_linkage7), in ppc64_skip_trampoline_code_1()
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dppc64-tdep.c445 #define MAX(a,b) ((a) > (b) ? (a) : (b)) in ppc64_skip_trampoline_code_1() macro
446 unsigned int insns[MAX (MAX (MAX (ARRAY_SIZE (ppc64_standard_linkage1), in ppc64_skip_trampoline_code_1()
448 MAX (ARRAY_SIZE (ppc64_standard_linkage3), in ppc64_skip_trampoline_code_1()
450 MAX (MAX (ARRAY_SIZE (ppc64_standard_linkage5), in ppc64_skip_trampoline_code_1()
452 MAX (ARRAY_SIZE (ppc64_standard_linkage7), in ppc64_skip_trampoline_code_1()
/netbsd/external/gpl3/gdb/dist/readline/readline/examples/
H A Drlptytest.c62 const int MAX = 1024; in user_input() local
63 char *buf = (char *)malloc(MAX+1); in user_input()
65 size = read (STDIN_FILENO, buf, MAX); in user_input()
79 const int MAX = 1024; in readline_input() local
80 char *buf = (char *)malloc(MAX+1); in readline_input()
83 size = read (masterfd, buf, MAX); in readline_input()
/netbsd/external/gpl3/gdb.old/dist/readline/readline/examples/
H A Drlptytest.c62 const int MAX = 1024; in user_input() local
63 char *buf = (char *)malloc(MAX+1); in user_input()
65 size = read (STDIN_FILENO, buf, MAX); in user_input()
79 const int MAX = 1024; in readline_input() local
80 char *buf = (char *)malloc(MAX+1); in readline_input()
83 size = read (masterfd, buf, MAX); in readline_input()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dalign.h71 int log0 = MAX (f0.levels[0].log, f1.levels[0].log); in max()
72 int maxskip0 = MAX (f0.levels[0].maxskip, f1.levels[0].maxskip); in max()
73 int log1 = MAX (f0.levels[1].log, f1.levels[1].log); in max()
74 int maxskip1 = MAX (f0.levels[1].maxskip, f1.levels[1].maxskip); in max()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dalign.h71 int log0 = MAX (f0.levels[0].log, f1.levels[0].log); in max()
72 int maxskip0 = MAX (f0.levels[0].maxskip, f1.levels[0].maxskip); in max()
73 int log1 = MAX (f0.levels[1].log, f1.levels[1].log); in max()
74 int maxskip1 = MAX (f0.levels[1].maxskip, f1.levels[1].maxskip); in max()
/netbsd/external/gpl3/gdb/dist/gnulib/import/
H A Dstr-two-way.h70 #ifndef MAX
71 # define MAX(a, b) ((a < b) ? (b) : (a)) macro
260 i = MAX (suffix, memory); in two_way_short_needle()
289 period = MAX (suffix, needle_len - suffix) + 1; in two_way_short_needle()
382 i = MAX (suffix, memory); in two_way_long_needle()
412 period = MAX (suffix, needle_len - suffix) + 1; in two_way_long_needle()
451 #undef MAX
/netbsd/external/gpl3/gdb.old/dist/gnulib/import/
H A Dstr-two-way.h70 #ifndef MAX
71 # define MAX(a, b) ((a < b) ? (b) : (a)) macro
260 i = MAX (suffix, memory); in two_way_short_needle()
289 period = MAX (suffix, needle_len - suffix) + 1; in two_way_short_needle()
382 i = MAX (suffix, memory); in two_way_long_needle()
412 period = MAX (suffix, needle_len - suffix) + 1; in two_way_long_needle()
451 #undef MAX
/netbsd/external/lgpl3/gmp/dist/printf/
H A Ddoprntf.c101 ndigits = MAX (ndigits, 1); in __gmp_doprnt_mpf()
117 ndigits = MAX (prec, 1); in __gmp_doprnt_mpf()
134 ? ndigits >= MAX (1, exp + p->prec + 2) : 1); in __gmp_doprnt_mpf()
148 prec = MAX (0, len-exp); /* retain all digits */ in __gmp_doprnt_mpf()
244 prec = MAX (0, len-1); /* retain all digits */ in __gmp_doprnt_mpf()
288 if (exp-1 < -4 || exp-1 >= MAX (1, prec)) in __gmp_doprnt_mpf()
307 preczeros = MAX (0, preczeros); in __gmp_doprnt_mpf()
/netbsd/bin/sh/
H A Dmknodenames.sh28 MAX=$(awk < "$NODES" '
37 echo "STATIC const char * const NodeNames[${MAX} + 1] = {"
53 echo "extern const char * const NodeNames[${MAX} + 1];"
/netbsd/tests/lib/libc/stdio/
H A Dt_intr.sh32 MAX=10000000
40 local need=$(( 2 * $MAX * 8 / 1000000 ))
59 h_test ${MAX} IONBF

12345678910>>...55