Home
last modified time | relevance | path

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

12345678910>>...45

/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/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-src/external/lgpl3/mpfr/dist/src/
H A Dli2.c79 err = MAX (err + se, 5 * i + 8 + MPFR_GET_EXP (w)) in li2_series()
81 err = 2 + MAX (-1, err); in li2_series()
90 err = MAX (err, MPFR_GET_EXP (z) - 6 * i - 5) + 1; 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()
372 3 + MAX (1, -expo_l) + MPFR_GET_EXP (u)) - MPFR_GET_EXP (s); in mpfr_li2()
373 err = 2 + MAX (-1, err); /* error(s) <= 2^err ulp(s) */ in mpfr_li2()
380 err = MAX (err, 3 + MPFR_GET_EXP (u)) - MPFR_GET_EXP (s); in mpfr_li2()
381 err = 2 + MAX (-1, err); /* error(s) <= 2^err ulp(s) */ in mpfr_li2()
[all …]
/netbsd-src/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-src/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));})
1101 layout->record_align = MAX (layout->record_align, STRUCTURE_SIZE_BOUNDARY); in objc_layout_structure()
1125 layout->record_size = MAX (layout->record_size, in objc_layout_structure_next_member()
[all …]
/netbsd-src/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));})
1101 layout->record_align = MAX (layout->record_align, STRUCTURE_SIZE_BOUNDARY); in objc_layout_structure()
1125 layout->record_size = MAX (layout->record_size, in objc_layout_structure_next_member()
[all …]
/netbsd-src/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-src/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-src/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-src/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-src/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-src/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-src/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-src/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-src/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-src/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-src/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-src/tests/lib/libc/stdio/
H A Dt_intr.sh32 MAX=10000000
43 local need=$(( 3 * $MAX * 8 / 1000000 ))
62 h_test ${MAX} IONBF
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dobstack.c66 # ifndef MAX
67 # define MAX(a,b) ((a) > (b) ? (a) : (b)) macro
77 #define DEFAULT_ALIGNMENT MAX (__alignof__ (long double), \
78 MAX (__alignof__ (uintmax_t), \
80 #define DEFAULT_ROUNDING MAX (sizeof (long double), \
81 MAX (sizeof (uintmax_t), \
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dobstack.c66 # ifndef MAX
67 # define MAX(a,b) ((a) > (b) ? (a) : (b)) macro
77 #define DEFAULT_ALIGNMENT MAX (__alignof__ (long double), \
78 MAX (__alignof__ (uintmax_t), \
80 #define DEFAULT_ROUNDING MAX (sizeof (long double), \
81 MAX (sizeof (uintmax_t), \
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dobstack.c66 # ifndef MAX
67 # define MAX(a,b) ((a) > (b) ? (a) : (b)) macro
77 #define DEFAULT_ALIGNMENT MAX (__alignof__ (long double), \
78 MAX (__alignof__ (uintmax_t), \
80 #define DEFAULT_ROUNDING MAX (sizeof (long double), \
81 MAX (sizeof (uintmax_t), \
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dobstack.c66 # ifndef MAX
67 # define MAX(a,b) ((a) > (b) ? (a) : (b)) macro
77 #define DEFAULT_ALIGNMENT MAX (__alignof__ (long double), \
78 MAX (__alignof__ (uintmax_t), \
80 #define DEFAULT_ROUNDING MAX (sizeof (long double), \
81 MAX (sizeof (uintmax_t), \
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dbar-chart.cc55 max_width_name = MAX (max_width_name, item->m_strlen); in print()
57 max_width_value = MAX (max_width_value, strlen (digit_buffer)); in print()
58 max_value = MAX (max_value, item->m_value); in print()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dbar-chart.cc55 max_width_name = MAX (max_width_name, item->m_strlen); in print()
57 max_width_value = MAX (max_width_value, strlen (digit_buffer)); in print()
58 max_value = MAX (max_value, item->m_value); in print()

12345678910>>...45