Home
last modified time | relevance | path

Searched refs:__IBMC__ (Results 1 – 25 of 1932) sorted by relevance

12345678910>>...78

/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/Box2D/CMakeFiles/3.2.2/CompilerIdC/
H A DCMakeCCompilerId.c102 #elif defined(__IBMC__) && defined(__COMPILER_VER__)
105 # define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
106 # define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
107 # define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
109 #elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800
112 # define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
113 # define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
114 # define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
116 #elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800
119 # define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
[all …]
/dports/devel/uid_wrapper/uid_wrapper-1.2.4/obj32/CMakeFiles/3.3.2/CompilerIdC/
H A DCMakeCCompilerId.c102 #elif defined(__IBMC__) && defined(__COMPILER_VER__)
105 # define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
106 # define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
107 # define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
109 #elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800
112 # define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
113 # define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
114 # define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
116 #elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800
119 # define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
[all …]
/dports/math/gap/gap-4.11.0/pkg/semigroups-3.2.3/libsemigroups/extern/HPCombi/build/CMakeFiles/3.12.4/CompilerIdC/
H A DCMakeCCompilerId.c107 #elif defined(__IBMC__) && defined(__COMPILER_VER__)
116 # define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
117 # define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
118 # define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
122 #elif defined(__ibmxl__) || (defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800)
131 # define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
132 # define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
133 # define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
137 #elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800
146 # define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
[all …]
/dports/audio/faust/faust-2.37.3/tests/codegen-tests/tests/CMakeFiles/3.9.4/CompilerIdC/
H A DCMakeCCompilerId.c107 #elif defined(__IBMC__) && defined(__COMPILER_VER__)
110 # define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
111 # define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
112 # define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
114 #elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800
117 # define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
118 # define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
119 # define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
121 #elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800
124 # define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
[all …]
/dports/devel/socket_wrapper/socket_wrapper-1.1.9/obj32/CMakeFiles/3.7.2/CompilerIdC/
H A DCMakeCCompilerId.c107 #elif defined(__IBMC__) && defined(__COMPILER_VER__)
110 # define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
111 # define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
112 # define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
114 #elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800
117 # define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
118 # define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
119 # define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
121 #elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800
124 # define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
[all …]
/dports/devel/socket_wrapper/socket_wrapper-1.1.9/obj32/CMakeFiles/3.6.2/CompilerIdC/
H A DCMakeCCompilerId.c107 #elif defined(__IBMC__) && defined(__COMPILER_VER__)
110 # define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
111 # define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
112 # define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
114 #elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800
117 # define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
118 # define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
119 # define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
121 #elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800
124 # define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
[all …]
/dports/devel/cmake-gui/cmake-3.22.1/Modules/Compiler/
H A DIBMCPP-C-DetermineVersionInternal.cmake3 /* __IBMC__ = VRP */
4 # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100)
5 # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10)
6 # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)")
/dports/devel/cmake/cmake-3.22.1/Modules/Compiler/
H A DIBMCPP-C-DetermineVersionInternal.cmake3 /* __IBMC__ = VRP */
4 # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100)
5 # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10)
6 # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)")
/dports/devel/cmake-doc/cmake-3.22.1/Modules/Compiler/
H A DIBMCPP-C-DetermineVersionInternal.cmake3 /* __IBMC__ = VRP */
4 # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100)
5 # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10)
6 # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10)")
/dports/astro/gnuastro/gnuastro-0.16/bootstrapped/tests/
H A Dnan.h21 #if defined __MVS__ && defined __IBMC__ && !defined __BFP__
31 || (defined __MVS__ && defined __IBMC__) \
50 || (defined __MVS__ && defined __IBMC__) \
76 #elif defined _MSC_VER || (defined __MVS__ && defined __IBMC__) || defined __PGI
H A Dinfinity.h23 #if defined _MSC_VER || (defined __MVS__ && defined __IBMC__) || defined __PGI
40 #if defined _MSC_VER || (defined __MVS__ && defined __IBMC__) || defined __PGI
57 #if defined _MSC_VER || (defined __MVS__ && defined __IBMC__) || defined __PGI
/dports/devel/gettext-tools/gettext-0.21/gettext-tools/gnulib-tests/
H A Dnan.h21 #if defined __MVS__ && defined __IBMC__ && !defined __BFP__
31 || (defined __MVS__ && defined __IBMC__) \
50 || (defined __MVS__ && defined __IBMC__) \
76 #elif defined _MSC_VER || (defined __MVS__ && defined __IBMC__) || defined __PGI
H A Dinfinity.h23 #if defined _MSC_VER || (defined __MVS__ && defined __IBMC__) || defined __PGI
40 #if defined _MSC_VER || (defined __MVS__ && defined __IBMC__) || defined __PGI
57 #if defined _MSC_VER || (defined __MVS__ && defined __IBMC__) || defined __PGI
/dports/devel/gettext-runtime/gettext-0.21/gettext-tools/gnulib-tests/
H A Dnan.h21 #if defined __MVS__ && defined __IBMC__ && !defined __BFP__
31 || (defined __MVS__ && defined __IBMC__) \
50 || (defined __MVS__ && defined __IBMC__) \
76 #elif defined _MSC_VER || (defined __MVS__ && defined __IBMC__) || defined __PGI
H A Dinfinity.h23 #if defined _MSC_VER || (defined __MVS__ && defined __IBMC__) || defined __PGI
40 #if defined _MSC_VER || (defined __MVS__ && defined __IBMC__) || defined __PGI
57 #if defined _MSC_VER || (defined __MVS__ && defined __IBMC__) || defined __PGI
/dports/devel/m4/m4-1.4.19/tests/
H A Dnan.h21 #if defined __MVS__ && defined __IBMC__ && !defined __BFP__
31 || (defined __MVS__ && defined __IBMC__) \
50 || (defined __MVS__ && defined __IBMC__) \
76 #elif defined _MSC_VER || (defined __MVS__ && defined __IBMC__) || defined __PGI
H A Dinfinity.h23 #if defined _MSC_VER || (defined __MVS__ && defined __IBMC__) || defined __PGI
40 #if defined _MSC_VER || (defined __MVS__ && defined __IBMC__) || defined __PGI
57 #if defined _MSC_VER || (defined __MVS__ && defined __IBMC__) || defined __PGI
/dports/sysutils/coreutils/coreutils-8.32/gnulib-tests/
H A Dnan.h21 #if defined __MVS__ && defined __IBMC__ && !defined __BFP__
31 || (defined __MVS__ && defined __IBMC__) \
50 || (defined __MVS__ && defined __IBMC__) \
76 #elif defined _MSC_VER || (defined __MVS__ && defined __IBMC__) || defined __PGI
H A Dinfinity.h23 #if defined _MSC_VER || (defined __MVS__ && defined __IBMC__) || defined __PGI
40 #if defined _MSC_VER || (defined __MVS__ && defined __IBMC__) || defined __PGI
57 #if defined _MSC_VER || (defined __MVS__ && defined __IBMC__) || defined __PGI
/dports/devel/gettext-po-mode/gettext-0.21/gettext-tools/gnulib-tests/
H A Dnan.h21 #if defined __MVS__ && defined __IBMC__ && !defined __BFP__
31 || (defined __MVS__ && defined __IBMC__) \
50 || (defined __MVS__ && defined __IBMC__) \
76 #elif defined _MSC_VER || (defined __MVS__ && defined __IBMC__) || defined __PGI
/dports/devel/libunistring/libunistring-0.9.10/tests/
H A Dnan.h21 #if defined __MVS__ && defined __IBMC__ && !defined __BFP__
31 || (defined __MVS__ && defined __IBMC__) \
50 || (defined __MVS__ && defined __IBMC__) \
76 #elif defined _MSC_VER || (defined __MVS__ && defined __IBMC__) || defined __PGI
/dports/devel/libtextstyle/gettext-0.21/gettext-tools/gnulib-tests/
H A Dnan.h21 #if defined __MVS__ && defined __IBMC__ && !defined __BFP__
31 || (defined __MVS__ && defined __IBMC__) \
50 || (defined __MVS__ && defined __IBMC__) \
76 #elif defined _MSC_VER || (defined __MVS__ && defined __IBMC__) || defined __PGI
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/tests/
H A Dnan.h21 #if defined __MVS__ && defined __IBMC__ && !defined __BFP__
31 || (defined __MVS__ && defined __IBMC__) \
50 || (defined __MVS__ && defined __IBMC__) \
76 #elif defined _MSC_VER || (defined __MVS__ && defined __IBMC__) || defined __PGI
/dports/misc/findutils/findutils-4.8.0/gnulib-tests/
H A Dnan.h21 #if defined __MVS__ && defined __IBMC__ && !defined __BFP__
31 || (defined __MVS__ && defined __IBMC__) \
50 || (defined __MVS__ && defined __IBMC__) \
76 #elif defined _MSC_VER || (defined __MVS__ && defined __IBMC__) || defined __PGI
/dports/misc/gnuls/coreutils-8.30/gnulib-tests/
H A Dnan.h21 #if defined __MVS__ && defined __IBMC__ && !defined __BFP__
31 || (defined __MVS__ && defined __IBMC__) \
50 || (defined __MVS__ && defined __IBMC__) \
76 #elif defined _MSC_VER || (defined __MVS__ && defined __IBMC__) || defined __PGI

12345678910>>...78