Home
last modified time | relevance | path

Searched refs:_MAX (Results 1 – 25 of 1149) sorted by relevance

12345678910>>...46

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/c-c++-common/ubsan/
H A Dfloat-cast-overflow-7.c31 || type1##_MAX <= type2##_MAX) \
70 if (newadd < add || newadd > type1##_MAX) \
88 if (type1##_MAX <= type2##_MAX) \
90 if (cvt_##type1##_##type2 (type1##_MAX) != type1##_MAX) \
96 != type1##_MAX) abort (); \
100 type2 max = type1##_MAX; \
105 volatile type2 tem = type1##_MAX - sub; \
109 if (newsub < sub || newsub > type1##_MAX) \
118 volatile type2 tem2 = type1##_MAX - sub; \
128 tem = type1##_MAX - newsub; \
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/c-c++-common/ubsan/
H A Dfloat-cast-overflow-7.c31 || type1##_MAX <= type2##_MAX) \
70 if (newadd < add || newadd > type1##_MAX) \
88 if (type1##_MAX <= type2##_MAX) \
90 if (cvt_##type1##_##type2 (type1##_MAX) != type1##_MAX) \
96 != type1##_MAX) abort (); \
100 type2 max = type1##_MAX; \
105 volatile type2 tem = type1##_MAX - sub; \
109 if (newsub < sub || newsub > type1##_MAX) \
118 volatile type2 tem2 = type1##_MAX - sub; \
128 tem = type1##_MAX - newsub; \
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/c-c++-common/ubsan/
H A Dfloat-cast-overflow-7.c31 || type1##_MAX <= type2##_MAX) \
70 if (newadd < add || newadd > type1##_MAX) \
88 if (type1##_MAX <= type2##_MAX) \
90 if (cvt_##type1##_##type2 (type1##_MAX) != type1##_MAX) \
96 != type1##_MAX) abort (); \
100 type2 max = type1##_MAX; \
105 volatile type2 tem = type1##_MAX - sub; \
109 if (newsub < sub || newsub > type1##_MAX) \
118 volatile type2 tem2 = type1##_MAX - sub; \
128 tem = type1##_MAX - newsub; \
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/c-c++-common/ubsan/
H A Dfloat-cast-overflow-7.c31 || type1##_MAX <= type2##_MAX) \
70 if (newadd < add || newadd > type1##_MAX) \
88 if (type1##_MAX <= type2##_MAX) \
90 if (cvt_##type1##_##type2 (type1##_MAX) != type1##_MAX) \
96 != type1##_MAX) abort (); \
100 type2 max = type1##_MAX; \
105 volatile type2 tem = type1##_MAX - sub; \
109 if (newsub < sub || newsub > type1##_MAX) \
118 volatile type2 tem2 = type1##_MAX - sub; \
128 tem = type1##_MAX - newsub; \
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/c-c++-common/ubsan/
H A Dfloat-cast-overflow-7.c31 || type1##_MAX <= type2##_MAX) \
70 if (newadd < add || newadd > type1##_MAX) \
88 if (type1##_MAX <= type2##_MAX) \
90 if (cvt_##type1##_##type2 (type1##_MAX) != type1##_MAX) \
96 != type1##_MAX) abort (); \
100 type2 max = type1##_MAX; \
105 volatile type2 tem = type1##_MAX - sub; \
109 if (newsub < sub || newsub > type1##_MAX) \
118 volatile type2 tem2 = type1##_MAX - sub; \
128 tem = type1##_MAX - newsub; \
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/c-c++-common/ubsan/
H A Dfloat-cast-overflow-7.c31 || type1##_MAX <= type2##_MAX) \
70 if (newadd < add || newadd > type1##_MAX) \
88 if (type1##_MAX <= type2##_MAX) \
90 if (cvt_##type1##_##type2 (type1##_MAX) != type1##_MAX) \
96 != type1##_MAX) abort (); \
100 type2 max = type1##_MAX; \
105 volatile type2 tem = type1##_MAX - sub; \
109 if (newsub < sub || newsub > type1##_MAX) \
118 volatile type2 tem2 = type1##_MAX - sub; \
128 tem = type1##_MAX - newsub; \
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/c-c++-common/ubsan/
H A Dfloat-cast-overflow-7.c31 || type1##_MAX <= type2##_MAX) \
70 if (newadd < add || newadd > type1##_MAX) \
88 if (type1##_MAX <= type2##_MAX) \
90 if (cvt_##type1##_##type2 (type1##_MAX) != type1##_MAX) \
96 != type1##_MAX) abort (); \
100 type2 max = type1##_MAX; \
105 volatile type2 tem = type1##_MAX - sub; \
109 if (newsub < sub || newsub > type1##_MAX) \
118 volatile type2 tem2 = type1##_MAX - sub; \
128 tem = type1##_MAX - newsub; \
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/c-c++-common/ubsan/
H A Dfloat-cast-overflow-7.c31 || type1##_MAX <= type2##_MAX) \
70 if (newadd < add || newadd > type1##_MAX) \
88 if (type1##_MAX <= type2##_MAX) \
90 if (cvt_##type1##_##type2 (type1##_MAX) != type1##_MAX) \
96 != type1##_MAX) abort (); \
100 type2 max = type1##_MAX; \
105 volatile type2 tem = type1##_MAX - sub; \
109 if (newsub < sub || newsub > type1##_MAX) \
118 volatile type2 tem2 = type1##_MAX - sub; \
128 tem = type1##_MAX - newsub; \
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/c-c++-common/ubsan/
H A Dfloat-cast-overflow-7.c31 || type1##_MAX <= type2##_MAX) \
70 if (newadd < add || newadd > type1##_MAX) \
88 if (type1##_MAX <= type2##_MAX) \
90 if (cvt_##type1##_##type2 (type1##_MAX) != type1##_MAX) \
96 != type1##_MAX) abort (); \
100 type2 max = type1##_MAX; \
105 volatile type2 tem = type1##_MAX - sub; \
109 if (newsub < sub || newsub > type1##_MAX) \
118 volatile type2 tem2 = type1##_MAX - sub; \
128 tem = type1##_MAX - newsub; \
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/c-c++-common/ubsan/
H A Dfloat-cast-overflow-7.c31 || type1##_MAX <= type2##_MAX) \
70 if (newadd < add || newadd > type1##_MAX) \
88 if (type1##_MAX <= type2##_MAX) \
90 if (cvt_##type1##_##type2 (type1##_MAX) != type1##_MAX) \
96 != type1##_MAX) abort (); \
100 type2 max = type1##_MAX; \
105 volatile type2 tem = type1##_MAX - sub; \
109 if (newsub < sub || newsub > type1##_MAX) \
118 volatile type2 tem2 = type1##_MAX - sub; \
128 tem = type1##_MAX - newsub; \
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/c-c++-common/ubsan/
H A Dfloat-cast-overflow-7.c31 || type1##_MAX <= type2##_MAX) \
70 if (newadd < add || newadd > type1##_MAX) \
88 if (type1##_MAX <= type2##_MAX) \
90 if (cvt_##type1##_##type2 (type1##_MAX) != type1##_MAX) \
96 != type1##_MAX) abort (); \
100 type2 max = type1##_MAX; \
105 volatile type2 tem = type1##_MAX - sub; \
109 if (newsub < sub || newsub > type1##_MAX) \
118 volatile type2 tem2 = type1##_MAX - sub; \
128 tem = type1##_MAX - newsub; \
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/c-c++-common/ubsan/
H A Dfloat-cast-overflow-7.c31 || type1##_MAX <= type2##_MAX) \
70 if (newadd < add || newadd > type1##_MAX) \
88 if (type1##_MAX <= type2##_MAX) \
90 if (cvt_##type1##_##type2 (type1##_MAX) != type1##_MAX) \
96 != type1##_MAX) abort (); \
100 type2 max = type1##_MAX; \
105 volatile type2 tem = type1##_MAX - sub; \
109 if (newsub < sub || newsub > type1##_MAX) \
118 volatile type2 tem2 = type1##_MAX - sub; \
128 tem = type1##_MAX - newsub; \
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/c-c++-common/ubsan/
H A Dfloat-cast-overflow-7.c31 || type1##_MAX <= type2##_MAX) \
70 if (newadd < add || newadd > type1##_MAX) \
88 if (type1##_MAX <= type2##_MAX) \
90 if (cvt_##type1##_##type2 (type1##_MAX) != type1##_MAX) \
96 != type1##_MAX) abort (); \
100 type2 max = type1##_MAX; \
105 volatile type2 tem = type1##_MAX - sub; \
109 if (newsub < sub || newsub > type1##_MAX) \
118 volatile type2 tem2 = type1##_MAX - sub; \
128 tem = type1##_MAX - newsub; \
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/c-c++-common/ubsan/
H A Dfloat-cast-overflow-7.c31 || type1##_MAX <= type2##_MAX) \
70 if (newadd < add || newadd > type1##_MAX) \
88 if (type1##_MAX <= type2##_MAX) \
90 if (cvt_##type1##_##type2 (type1##_MAX) != type1##_MAX) \
96 != type1##_MAX) abort (); \
100 type2 max = type1##_MAX; \
105 volatile type2 tem = type1##_MAX - sub; \
109 if (newsub < sub || newsub > type1##_MAX) \
118 volatile type2 tem2 = type1##_MAX - sub; \
128 tem = type1##_MAX - newsub; \
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/c-c++-common/ubsan/
H A Dfloat-cast-overflow-7.c31 || type1##_MAX <= type2##_MAX) \
70 if (newadd < add || newadd > type1##_MAX) \
88 if (type1##_MAX <= type2##_MAX) \
90 if (cvt_##type1##_##type2 (type1##_MAX) != type1##_MAX) \
96 != type1##_MAX) abort (); \
100 type2 max = type1##_MAX; \
105 volatile type2 tem = type1##_MAX - sub; \
109 if (newsub < sub || newsub > type1##_MAX) \
118 volatile type2 tem2 = type1##_MAX - sub; \
128 tem = type1##_MAX - newsub; \
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/c-c++-common/ubsan/
H A Dfloat-cast-overflow-7.c31 || type1##_MAX <= type2##_MAX) \
70 if (newadd < add || newadd > type1##_MAX) \
88 if (type1##_MAX <= type2##_MAX) \
90 if (cvt_##type1##_##type2 (type1##_MAX) != type1##_MAX) \
96 != type1##_MAX) abort (); \
100 type2 max = type1##_MAX; \
105 volatile type2 tem = type1##_MAX - sub; \
109 if (newsub < sub || newsub > type1##_MAX) \
118 volatile type2 tem2 = type1##_MAX - sub; \
128 tem = type1##_MAX - newsub; \
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/c-c++-common/ubsan/
H A Dfloat-cast-overflow-7.c31 || type1##_MAX <= type2##_MAX) \
70 if (newadd < add || newadd > type1##_MAX) \
88 if (type1##_MAX <= type2##_MAX) \
90 if (cvt_##type1##_##type2 (type1##_MAX) != type1##_MAX) \
96 != type1##_MAX) abort (); \
100 type2 max = type1##_MAX; \
105 volatile type2 tem = type1##_MAX - sub; \
109 if (newsub < sub || newsub > type1##_MAX) \
118 volatile type2 tem2 = type1##_MAX - sub; \
128 tem = type1##_MAX - newsub; \
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/c-c++-common/ubsan/
H A Dfloat-cast-overflow-7.c31 || type1##_MAX <= type2##_MAX) \
70 if (newadd < add || newadd > type1##_MAX) \
88 if (type1##_MAX <= type2##_MAX) \
90 if (cvt_##type1##_##type2 (type1##_MAX) != type1##_MAX) \
96 != type1##_MAX) abort (); \
100 type2 max = type1##_MAX; \
105 volatile type2 tem = type1##_MAX - sub; \
109 if (newsub < sub || newsub > type1##_MAX) \
118 volatile type2 tem2 = type1##_MAX - sub; \
128 tem = type1##_MAX - newsub; \
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/doc/
H A DResourceLimits.md19 GL\_MAX\_VERTEX\_ATTRIBS | 8 | 16 | | |
20 GL\_MAX\_VERTEX\_UNIFORM\_VECTORS | 128 | 254 | | |
21 GL\_MAX\_VERTEX\_TEXTURE\_IMAGE\_UNITS | 0 | (fn1) | 0 | 0 |…
22 GL\_MAX\_VARYING\_VECTORS | 8 | (fn1) | 8 | 10 |…
23 GL\_MAX\_FRAGMENT\_UNIFORM\_VECTORS | 16 | (fn1) | 29 | 221 |…
24 GL\_MAX\_TEXTURE\_IMAGE\_UNITS | 8 | 16 | | |
25 GL\_MAX\_TEXTURE\_SIZE | 64 | 2048-16384 (fn1) | | |
26 GL\_MAX\_CUBE\_MAP\_SIZE | 16 | 2048-16384 (fn1) | | |
27 GL\_MAX\_RENDERBUFFER\_SIZE | 1 | 2048-16384 (fn1) | | |
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/doc/
H A DResourceLimits.md19 GL\_MAX\_VERTEX\_ATTRIBS | 8 | 16 | | |
20 GL\_MAX\_VERTEX\_UNIFORM\_VECTORS | 128 | 254 | | |
21 GL\_MAX\_VERTEX\_TEXTURE\_IMAGE\_UNITS | 0 | (fn1) | 0 | 0 |…
22 GL\_MAX\_VARYING\_VECTORS | 8 | (fn1) | 8 | 10 |…
23 GL\_MAX\_FRAGMENT\_UNIFORM\_VECTORS | 16 | (fn1) | 29 | 221 |…
24 GL\_MAX\_TEXTURE\_IMAGE\_UNITS | 8 | 16 | | |
25 GL\_MAX\_TEXTURE\_SIZE | 64 | 2048-16384 (fn1) | | |
26 GL\_MAX\_CUBE\_MAP\_SIZE | 16 | 2048-16384 (fn1) | | |
27 GL\_MAX\_RENDERBUFFER\_SIZE | 1 | 2048-16384 (fn1) | | |
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.dg/
H A Dbuiltin-stringop-chk-7.c29 if (n == prefix ## _MAX - 1) \
30 n = prefix ## _MAX - 2; \
37 if (prefix ## _MAX - 2 <= n && n <= prefix ## _MAX - 1) \
38 n = prefix ## _MAX - 3; \
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/
H A Dbuiltin-stringop-chk-7.c29 if (n == prefix ## _MAX - 1) \
30 n = prefix ## _MAX - 2; \
37 if (prefix ## _MAX - 2 <= n && n <= prefix ## _MAX - 1) \
38 n = prefix ## _MAX - 3; \
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/freetdm/src/ftmod/ftmod_pika/
H A Dftdm_pika.h42 #define PIKA_STR2ENUM(_FUNC1, _FUNC2, _TYPE, _STRINGS, _MAX) \ argument
46 _TYPE t = _MAX ; \
48 for (i = 0; i < _MAX ; i++) { \
59 if (type > _MAX) { \
60 type = _MAX; \
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/freetdm/src/ftmod/ftmod_sangoma_isdn/
H A Dftmod_sangoma_isdn_user.h40 #define SNGISDN_STR2ENUM(_FUNC1, _FUNC2, _TYPE, _STRINGS, _MAX) \ argument
44 _TYPE t = _MAX ; \
46 for (i = 0; i < _MAX ; i++) { \
56 if (type > _MAX) { \
57 type = _MAX; \
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/
H A Dbuiltin-stringop-chk-7.c29 if (n == prefix ## _MAX - 1) \
30 n = prefix ## _MAX - 2; \
37 if (prefix ## _MAX - 2 <= n && n <= prefix ## _MAX - 1) \
38 n = prefix ## _MAX - 3; \

12345678910>>...46