Searched refs:MAX (Results 1 - 25 of 950) sorted by relevance

1234567891011>>

/netbsd-current/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_TOOM8_THRESHOLD,MPN_TOOM8_SQR_MINSIZE))))
H A Dt-toom6-sqr.c3 #define MIN_AN MAX(SQR_TOOM3_THRESHOLD,MAX(SQR_TOOM4_THRESHOLD,MAX(SQR_TOOM6_THRESHOLD,MPN_TOOM6_SQR_MINSIZE)))
H A Dt-toom4-sqr.c3 #define MIN_AN MAX(SQR_TOOM3_THRESHOLD,MAX(SQR_TOOM4_THRESHOLD,MPN_TOOM4_SQR_MINSIZE))
H A Dt-toom3-sqr.c3 #define MIN_AN MAX(SQR_TOOM3_THRESHOLD,MPN_TOOM3_SQR_MINSIZE)
H A Dt-toom6h.c9 #define MIN_BN(an) (MAX ((an*3)>>3, 46))
H A Dt-toom8h.c11 (MAX(GMP_NUMB_BITS <= 9*3 ? (an*7)/ 9 : \
/netbsd-current/bin/sh/
H A Dmknodenames.sh28 MAX=$(awk < "$NODES" '
30 if ($3 > MAX) MAX = $3
32 END { print MAX }
37 echo "STATIC const char * const NodeNames[${MAX} + 1] = {"
53 echo "extern const char * const NodeNames[${MAX} + 1];"
57 echo ' ((unsigned)(type) <= '"${MAX}"' ? NodeNames[(type)] : "??OOR??")'
/netbsd-current/tests/usr.bin/xlint/lint1/
H A Dmsg_048.c18 MAX, enumerator in enum:int_limits
/netbsd-current/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 ( R
[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 ( R
[all...]
/netbsd-current/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 ( R
[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 ( R
[all...]
/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dminmax.h1 /* MIN, MAX macros.
21 /* Note: MIN, MAX are also defined in <sys/param.h> on some systems
23 MIN, MAX macro redefinitions on some systems; the workaround is to
29 If more than one of these system headers define MIN and MAX, pick just
37 /* Note: MIN and MAX should be used with two arguments of the
43 MAX (-1, 2147483648) returns 4294967295.
44 MAX (9007199254740992.0, 9007199254740993) returns 9007199254740992.0.
45 MAX (NaN, 0.0) returns 0.0.
46 MAX (+0.0, -0.0) returns -0.0.
50 /* MAX(
52 # define MAX macro
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dminmax.h1 /* MIN, MAX macros.
21 /* Note: MIN, MAX are also defined in <sys/param.h> on some systems
23 MIN, MAX macro redefinitions on some systems; the workaround is to
29 If more than one of these system headers define MIN and MAX, pick just
37 /* Note: MIN and MAX should be used with two arguments of the
43 MAX (-1, 2147483648) returns 4294967295.
44 MAX (9007199254740992.0, 9007199254740993) returns 9007199254740992.0.
45 MAX (NaN, 0.0) returns 0.0.
46 MAX (+0.0, -0.0) returns -0.0.
50 /* MAX(
52 # define MAX macro
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dminmax.h1 /* MIN, MAX macros.
21 /* Note: MIN, MAX are also defined in <sys/param.h> on some systems
23 MIN, MAX macro redefinitions on some systems; the workaround is to
29 If more than one of these system headers define MIN and MAX, pick just
37 /* Note: MIN and MAX should be used with two arguments of the
43 MAX (-1, 2147483648) returns 4294967295.
44 MAX (9007199254740992.0, 9007199254740993) returns 9007199254740992.0.
45 MAX (NaN, 0.0) returns 0.0.
46 MAX (+0.0, -0.0) returns -0.0.
50 /* MAX(
52 # define MAX macro
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dminmax.h1 /* MIN, MAX macros.
21 /* Note: MIN, MAX are also defined in <sys/param.h> on some systems
23 MIN, MAX macro redefinitions on some systems; the workaround is to
29 If more than one of these system headers define MIN and MAX, pick just
37 /* Note: MIN and MAX should be used with two arguments of the
43 MAX (-1, 2147483648) returns 4294967295.
44 MAX (9007199254740992.0, 9007199254740993) returns 9007199254740992.0.
45 MAX (NaN, 0.0) returns 0.0.
46 MAX (+0.0, -0.0) returns -0.0.
50 /* MAX(
52 # define MAX macro
[all...]
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dminmax.h1 /* MIN, MAX macros.
21 /* Note: MIN, MAX are also defined in <sys/param.h> on some systems
23 MIN, MAX macro redefinitions on some systems; the workaround is to
29 If more than one of these system headers define MIN and MAX, pick just
37 /* Note: MIN and MAX should be used with two arguments of the
43 MAX (-1, 2147483648) returns 4294967295.
44 MAX (9007199254740992.0, 9007199254740993) returns 9007199254740992.0.
45 MAX (NaN, 0.0) returns 0.0.
46 MAX (+0.0, -0.0) returns -0.0.
50 /* MAX(
52 # define MAX macro
[all...]
/netbsd-current/tests/lib/libc/stdio/
H A Dt_intr.sh32 MAX=10000000
43 local need=$(( 3 * $MAX * 8 / 1000000 ))
62 h_test ${MAX} IONBF
/netbsd-current/games/phantasia/
H A Dmacros.h10 #undef MAX macro
11 #define MAX(A, B) ((A) > (B) ? (A) : (B)) macro
/netbsd-current/external/bsd/pkg_install/dist/lib/
H A Ddefs.h55 #ifndef MAX
56 #define MAX(a,b) (((a) > (b)) ? (a) : (b)) macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dalign.h71 int log0 = MAX (f0.levels[0].log, f1.levels[0].log);
72 int maxskip0 = MAX (f0.levels[0].maxskip, f1.levels[0].maxskip);
73 int log1 = MAX (f0.levels[1].log, f1.levels[1].log);
74 int maxskip1 = MAX (f0.levels[1].maxskip, f1.levels[1].maxskip);
/netbsd-current/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];
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dalign.h71 int log0 = MAX (f0.levels[0].log, f1.levels[0].log);
72 int maxskip0 = MAX (f0.levels[0].maxskip, f1.levels[0].maxskip);
73 int log1 = MAX (f0.levels[1].log, f1.levels[1].log);
74 int maxskip1 = MAX (f0.levels[1].maxskip, f1.levels[1].maxskip);
/netbsd-current/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];
/netbsd-current/external/gpl3/gdb/dist/libbacktrace/
H A Dstest.c45 #define MAX 10 macro
50 int input[MAX];
51 int output[MAX];
117 int a[MAX];

Completed in 448 milliseconds

1234567891011>>