HomeSort by: relevance | last modified time | path
    Searched refs:MAX (Results 1 - 25 of 1014) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/lgpl3/gmp/dist/tests/mpn/
t-toom8-sqr.c 3 #define MIN_AN MAX(SQR_TOOM3_THRESHOLD,MAX(SQR_TOOM4_THRESHOLD,MAX(SQR_TOOM6_THRESHOLD,MAX(SQR_TOOM8_THRESHOLD,MPN_TOOM8_SQR_MINSIZE))))
t-toom6-sqr.c 3 #define MIN_AN MAX(SQR_TOOM3_THRESHOLD,MAX(SQR_TOOM4_THRESHOLD,MAX(SQR_TOOM6_THRESHOLD,MPN_TOOM6_SQR_MINSIZE)))
t-toom4-sqr.c 3 #define MIN_AN MAX(SQR_TOOM3_THRESHOLD,MAX(SQR_TOOM4_THRESHOLD,MPN_TOOM4_SQR_MINSIZE))
t-toom3-sqr.c 3 #define MIN_AN MAX(SQR_TOOM3_THRESHOLD,MPN_TOOM3_SQR_MINSIZE)
t-toom6h.c 9 #define MIN_BN(an) (MAX ((an*3)>>3, 46))
t-toom8h.c 11 (MAX(GMP_NUMB_BITS <= 9*3 ? (an*7)/ 9 : \
  /src/bin/sh/
mknodenames.sh 37 MAX=$(${AWK:-awk} < "$NODES" '
39 if ($3 > MAX) MAX = $3
41 END { print MAX }
46 echo "STATIC const char * const NodeNames[${MAX} + 1] = {"
62 echo "extern const char * const NodeNames[${MAX} + 1];"
66 echo ' ((unsigned)(type) <= '"${MAX}"' ? NodeNames[(type)] : "??OOR??")'
  /src/tests/usr.bin/xlint/lint1/
msg_048.c 18 MAX,
  /src/external/gpl3/gdb/dist/sim/testsuite/bfin/
c_dsp32alu_max.s 2 // Spec Reference: dsp32alu dregs = max ( dregs, dregs)
19 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 )
    [all...]
c_dsp32alu_maxmax.s 2 // Spec Reference: dsp32alu dregs = max / max ( dregs, dregs)
19 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)
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/
c_dsp32alu_max.s 2 // Spec Reference: dsp32alu dregs = max ( dregs, dregs)
19 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 )
    [all...]
c_dsp32alu_maxmax.s 2 // Spec Reference: dsp32alu dregs = max / max ( dregs, dregs)
19 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)
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
minmax.h 1 /* 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(a,b) returns the maximum of A and B. *
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
minmax.h 1 /* 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(a,b) returns the maximum of A and B. *
    [all...]
  /src/external/gpl2/xcvs/dist/lib/
minmax.h 1 /* 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(a,b) returns the maximum of A and B. *
    [all...]
  /src/external/gpl3/binutils/dist/gprofng/src/
gp-gmon.h 17 #ifndef MAX
18 #define MAX(a,b) ((a) > (b) ? (a) : (b))
  /src/external/gpl3/gdb/dist/gnulib/import/
minmax.h 1 /* 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(a,b) returns the maximum of A and B. *
    [all...]
  /src/external/gpl3/gdb.old/dist/gnulib/import/
minmax.h 1 /* 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(a,b) returns the maximum of A and B. *
    [all...]
  /src/tests/lib/libc/stdio/
t_intr.sh 32 MAX=10000000
43 local need=$(( 3 * $MAX * 8 / 1000000 ))
62 h_test ${MAX} IONBF
  /src/games/phantasia/
macros.h 10 #undef MAX
11 #define MAX(A, B) ((A) > (B) ? (A) : (B))
  /src/external/bsd/pkg_install/dist/lib/
defs.h 55 #ifndef MAX
56 #define MAX(a,b) (((a) > (b)) ? (a) : (b))
  /src/external/gpl3/gcc/dist/gcc/
align.h 69 static align_flags max (const align_flags f0, const align_flags f1) function in class:align_flags
71 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);
  /src/external/gpl3/gcc/dist/libbacktrace/
stest.c 45 #define MAX 10
50 int input[MAX];
51 int output[MAX];
117 int a[MAX];
  /src/external/gpl3/gcc.old/dist/gcc/
align.h 69 static align_flags max (const align_flags f0, const align_flags f1) function in class:align_flags
71 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);
  /src/external/gpl3/gcc.old/dist/libbacktrace/
stest.c 45 #define MAX 10
50 int input[MAX];
51 int output[MAX];
117 int a[MAX];

Completed in 27 milliseconds

1 2 3 4 5 6 7 8 91011>>