192 character(:,
SK),
allocatable :: val
197 pure elemental module function css_typer_D0(val, trimmed)
result(container)
198#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
199 !DEC$ ATTRIBUTES DLLEXPORT :: css_typer_D0
202 character(
*,SKG) ,
intent(in) :: val
203 logical(
LK) ,
intent(in) ,
optional :: trimmed
262 integer(IK),
allocatable :: val
267 pure elemental module function csi_typer_D0(val)
result(container)
268#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
269 !DEC$ ATTRIBUTES DLLEXPORT :: csi_typer_D0
272 integer(IKG) ,
intent(in) :: val
331 logical(LK),
allocatable :: val
336 pure elemental module function csl_typer_D0(val)
result(container)
337#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
338 !DEC$ ATTRIBUTES DLLEXPORT :: csl_typer_D0
341 logical(LKG) ,
intent(in) :: val
400 complex(CK),
allocatable :: val
405 pure elemental module function csc_typer_D0(val)
result(container)
406#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
407 !DEC$ ATTRIBUTES DLLEXPORT :: csc_typer_D0
410 complex(CKG) ,
intent(in) :: val
469 real(RK),
allocatable :: val
474 pure elemental module function csr_typer_D0(val)
result(container)
475#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
476 !DEC$ ATTRIBUTES DLLEXPORT :: csr_typer_D0
479 real(RKG) ,
intent(in) :: val
534 class(
*),
allocatable :: val
539 pure elemental module function csp_typer_D0(val)
result(container)
540#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
541 !DEC$ ATTRIBUTES DLLEXPORT :: csp_typer_D0
544 class(
*) ,
intent(in) :: val
559 character(:, SK) ,
allocatable :: val(:)
567 integer(IK) ,
allocatable :: val(:)
575 logical(LK) ,
allocatable :: val(:)
583 complex(CK) ,
allocatable :: val(:)
591 real(RK) ,
allocatable :: val(:)
602 class(
*) ,
allocatable :: val(:)
614 character(:, SK) ,
allocatable :: val(:,:)
622 integer(IK) ,
allocatable :: val(:,:)
630 logical(LK) ,
allocatable :: val(:,:)
638 complex(CK) ,
allocatable :: val(:,:)
646 real(RK) ,
allocatable :: val(:,:)
657 class(
*) ,
allocatable :: val(:,:)
669 character(:, SK) ,
allocatable :: val(:,:,:)
677 integer(IK) ,
allocatable :: val(:,:,:)
685 logical(LK) ,
allocatable :: val(:,:,:)
693 complex(CK) ,
allocatable :: val(:,:,:)
701 real(RK) ,
allocatable :: val(:,:,:)
712 class(
*) ,
allocatable :: val(:,:,:)
784 integer , kind :: kind
= SK
785 character(:, kind) ,
allocatable :: val
792 pure elemental module function constructCon_D0_PSSK5(val, trimmed)
result(container)
793#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
794 !DEC$ ATTRIBUTES DLLEXPORT :: constructCon_D0_PSSK5
797 character(
*,SKG) ,
intent(in) :: val
798 logical(
LK) ,
intent(in) ,
optional :: trimmed
799 type(
css_pdt(SKG)) :: container
804 pure elemental module function constructCon_D0_PSSK4(val, trimmed)
result(container)
805#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
806 !DEC$ ATTRIBUTES DLLEXPORT :: constructCon_D0_PSSK4
809 character(
*,SKG) ,
intent(in) :: val
810 logical(
LK) ,
intent(in) ,
optional :: trimmed
811 type(
css_pdt(SKG)) :: container
816 pure elemental module function constructCon_D0_PSSK3(val, trimmed)
result(container)
817#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
818 !DEC$ ATTRIBUTES DLLEXPORT :: constructCon_D0_PSSK3
821 character(
*,SKG) ,
intent(in) :: val
822 logical(
LK) ,
intent(in) ,
optional :: trimmed
823 type(
css_pdt(SKG)) :: container
828 pure elemental module function constructCon_D0_PSSK2(val, trimmed)
result(container)
829#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
830 !DEC$ ATTRIBUTES DLLEXPORT :: constructCon_D0_PSSK2
833 character(
*,SKG) ,
intent(in) :: val
834 logical(
LK) ,
intent(in) ,
optional :: trimmed
835 type(
css_pdt(SKG)) :: container
840 pure elemental module function constructCon_D0_PSSK1(val, trimmed)
result(container)
841#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
842 !DEC$ ATTRIBUTES DLLEXPORT :: constructCon_D0_PSSK1
845 character(
*,SKG) ,
intent(in) :: val
846 logical(
LK) ,
intent(in) ,
optional :: trimmed
847 type(
css_pdt(SKG)) :: container
859 integer , kind :: kind
= SK
860 character(:, kind) ,
allocatable :: val(:)
868 integer , kind :: kind
= SK
869 character(:, kind) ,
allocatable :: val(:,:)
877 integer , kind :: kind
= SK
878 character(:, kind) ,
allocatable :: val(:,:,:)
930 integer , kind :: kind
= IK
931 integer(kind) ,
allocatable :: val
938 pure elemental module function constructCon_D0_PSIK5(val)
result(container)
939#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
940 !DEC$ ATTRIBUTES DLLEXPORT :: constructCon_D0_PSIK5
943 integer(IKG) ,
intent(in) :: val
944 type(
csi_pdt(IKG)) :: container
949 pure elemental module function constructCon_D0_PSIK4(val)
result(container)
950#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
951 !DEC$ ATTRIBUTES DLLEXPORT :: constructCon_D0_PSIK4
954 integer(IKG) ,
intent(in) :: val
955 type(
csi_pdt(IKG)) :: container
960 pure elemental module function constructCon_D0_PSIK3(val)
result(container)
961#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
962 !DEC$ ATTRIBUTES DLLEXPORT :: constructCon_D0_PSIK3
965 integer(IKG) ,
intent(in) :: val
966 type(
csi_pdt(IKG)) :: container
971 pure elemental module function constructCon_D0_PSIK2(val)
result(container)
972#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
973 !DEC$ ATTRIBUTES DLLEXPORT :: constructCon_D0_PSIK2
976 integer(IKG) ,
intent(in) :: val
977 type(
csi_pdt(IKG)) :: container
982 pure elemental module function constructCon_D0_PSIK1(val)
result(container)
983#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
984 !DEC$ ATTRIBUTES DLLEXPORT :: constructCon_D0_PSIK1
987 integer(IKG) ,
intent(in) :: val
988 type(
csi_pdt(IKG)) :: container
1000 integer , kind :: kind
= IK
1001 integer(kind) ,
allocatable :: val(:)
1009 integer , kind :: kind
= IK
1010 integer(kind) ,
allocatable :: val(:,:)
1016 integer , kind :: kind
= IK
1017 integer(kind) ,
allocatable :: val(:,:,:)
1069 integer , kind :: kind
= LK
1070 integer(kind) ,
allocatable :: val
1077 pure elemental module function constructCon_D0_PSLK5(val)
result(container)
1078#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1079 !DEC$ ATTRIBUTES DLLEXPORT :: constructCon_D0_PSLK5
1082 integer(LKG) ,
intent(in) :: val
1083 type(
csl_pdt(LKG)) :: container
1088 pure elemental module function constructCon_D0_PSLK4(val)
result(container)
1089#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1090 !DEC$ ATTRIBUTES DLLEXPORT :: constructCon_D0_PSLK4
1093 integer(LKG) ,
intent(in) :: val
1094 type(
csl_pdt(LKG)) :: container
1099 pure elemental module function constructCon_D0_PSLK3(val)
result(container)
1100#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1101 !DEC$ ATTRIBUTES DLLEXPORT :: constructCon_D0_PSLK3
1104 integer(LKG) ,
intent(in) :: val
1105 type(
csl_pdt(LKG)) :: container
1110 pure elemental module function constructCon_D0_PSLK2(val)
result(container)
1111#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1112 !DEC$ ATTRIBUTES DLLEXPORT :: constructCon_D0_PSLK2
1115 integer(LKG) ,
intent(in) :: val
1116 type(
csl_pdt(LKG)) :: container
1121 pure elemental module function constructCon_D0_PSLK1(val)
result(container)
1122#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1123 !DEC$ ATTRIBUTES DLLEXPORT :: constructCon_D0_PSLK1
1126 integer(LKG) ,
intent(in) :: val
1127 type(
csl_pdt(LKG)) :: container
1139 integer , kind :: kind
= LK
1140 logical(kind) ,
allocatable :: val(:)
1146 integer , kind :: kind
= LK
1147 logical(kind) ,
allocatable :: val(:,:)
1155 integer , kind :: kind
= LK
1156 logical(kind) ,
allocatable :: val(:,:,:)
1208 integer , kind :: kind
= CK
1209 complex(kind) ,
allocatable :: val
1216 pure elemental module function constructCon_D0_PSCK5(val)
result(container)
1217#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1218 !DEC$ ATTRIBUTES DLLEXPORT :: constructCon_D0_PSCK5
1221 complex(CKG) ,
intent(in) :: val
1222 type(
csc_pdt(CKG)) :: container
1227 pure elemental module function constructCon_D0_PSCK4(val)
result(container)
1228#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1229 !DEC$ ATTRIBUTES DLLEXPORT :: constructCon_D0_PSCK4
1232 complex(CKG) ,
intent(in) :: val
1233 type(
csc_pdt(CKG)) :: container
1238 pure elemental module function constructCon_D0_PSCK3(val)
result(container)
1239#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1240 !DEC$ ATTRIBUTES DLLEXPORT :: constructCon_D0_PSCK3
1243 complex(CKG) ,
intent(in) :: val
1244 type(
csc_pdt(CKG)) :: container
1249 pure elemental module function constructCon_D0_PSCK2(val)
result(container)
1250#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1251 !DEC$ ATTRIBUTES DLLEXPORT :: constructCon_D0_PSCK2
1254 complex(CKG) ,
intent(in) :: val
1255 type(
csc_pdt(CKG)) :: container
1260 pure elemental module function constructCon_D0_PSCK1(val)
result(container)
1261#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1262 !DEC$ ATTRIBUTES DLLEXPORT :: constructCon_D0_PSCK1
1265 complex(CKG) ,
intent(in) :: val
1266 type(
csc_pdt(CKG)) :: container
1278 integer , kind :: kind
= CK
1279 complex(kind) ,
allocatable :: val(:)
1287 integer , kind :: kind
= CK
1288 complex(kind) ,
allocatable :: val(:,:)
1294 integer , kind :: kind
= CK
1295 complex(kind) ,
allocatable :: val(:,:,:)
1347 integer , kind :: kind
= RK
1348 real(kind) ,
allocatable :: val
1355 pure elemental module function constructCon_D0_PSRK5(val)
result(container)
1356#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1357 !DEC$ ATTRIBUTES DLLEXPORT :: constructCon_D0_PSRK5
1360 real(RKG) ,
intent(in) :: val
1361 type(
csr_pdt(RKG)) :: container
1366 pure elemental module function constructCon_D0_PSRK4(val)
result(container)
1367#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1368 !DEC$ ATTRIBUTES DLLEXPORT :: constructCon_D0_PSRK4
1371 real(RKG) ,
intent(in) :: val
1372 type(
csr_pdt(RKG)) :: container
1377 pure elemental module function constructCon_D0_PSRK3(val)
result(container)
1378#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1379 !DEC$ ATTRIBUTES DLLEXPORT :: constructCon_D0_PSRK3
1382 real(RKG) ,
intent(in) :: val
1383 type(
csr_pdt(RKG)) :: container
1388 pure elemental module function constructCon_D0_PSRK2(val)
result(container)
1389#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1390 !DEC$ ATTRIBUTES DLLEXPORT :: constructCon_D0_PSRK2
1393 real(RKG) ,
intent(in) :: val
1394 type(
csr_pdt(RKG)) :: container
1399 pure elemental module function constructCon_D0_PSRK1(val)
result(container)
1400#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1401 !DEC$ ATTRIBUTES DLLEXPORT :: constructCon_D0_PSRK1
1404 real(RKG) ,
intent(in) :: val
1405 type(
csr_pdt(RKG)) :: container
1417 integer , kind :: kind
= RK
1418 real(kind) ,
allocatable :: val(:)
1424 integer , kind :: kind
= RK
1425 real(kind) ,
allocatable :: val(:,:)
1433 integer , kind :: kind
= RK
1434 real(kind) ,
allocatable :: val(:,:,:)
1518 interface operator(
<)
1522 pure elemental module function isless_D0_D0_BSSK(con1, con2)
result(itis)
1523#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1524 !DEC$ ATTRIBUTES DLLEXPORT :: isless_D0_D0_BSSK
1526 type(css_type) ,
intent(in) :: con1
1527 type(css_type) ,
intent(in) :: con2
1531 pure elemental module function isless_D0_D0_BSIK(con1, con2)
result(itis)
1532#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1533 !DEC$ ATTRIBUTES DLLEXPORT :: isless_D0_D0_BSIK
1535 type(csi_type) ,
intent(in) :: con1
1536 type(csi_type) ,
intent(in) :: con2
1540 pure elemental module function isless_D0_D0_BSLK(con1, con2)
result(itis)
1541#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1542 !DEC$ ATTRIBUTES DLLEXPORT :: isless_D0_D0_BSLK
1544 type(csl_type) ,
intent(in) :: con1
1545 type(csl_type) ,
intent(in) :: con2
1549 pure elemental module function isless_D0_D0_BSCK(con1, con2)
result(itis)
1550#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1551 !DEC$ ATTRIBUTES DLLEXPORT :: isless_D0_D0_BSCK
1553 type(csc_type) ,
intent(in) :: con1
1554 type(csc_type) ,
intent(in) :: con2
1558 pure elemental module function isless_D0_D0_BSRK(con1, con2)
result(itis)
1559#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1560 !DEC$ ATTRIBUTES DLLEXPORT :: isless_D0_D0_BSRK
1562 type(csr_type) ,
intent(in) :: con1
1563 type(csr_type) ,
intent(in) :: con2
1572 pure elemental module function isless_D0_D0_PSSK5(con1, con2)
result(itis)
1573#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1574 !DEC$ ATTRIBUTES DLLEXPORT :: isless_D0_D0_PSSK5
1577 type(css_pdt(SKG)) ,
intent(in) :: con1
1578 type(css_pdt(SKG)) ,
intent(in) :: con2
1584 pure elemental module function isless_D0_D0_PSSK4(con1, con2)
result(itis)
1585#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1586 !DEC$ ATTRIBUTES DLLEXPORT :: isless_D0_D0_PSSK4
1589 type(css_pdt(SKG)) ,
intent(in) :: con1
1590 type(css_pdt(SKG)) ,
intent(in) :: con2
1596 pure elemental module function isless_D0_D0_PSSK3(con1, con2)
result(itis)
1597#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1598 !DEC$ ATTRIBUTES DLLEXPORT :: isless_D0_D0_PSSK3
1601 type(css_pdt(SKG)) ,
intent(in) :: con1
1602 type(css_pdt(SKG)) ,
intent(in) :: con2
1608 pure elemental module function isless_D0_D0_PSSK2(con1, con2)
result(itis)
1609#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1610 !DEC$ ATTRIBUTES DLLEXPORT :: isless_D0_D0_PSSK2
1613 type(css_pdt(SKG)) ,
intent(in) :: con1
1614 type(css_pdt(SKG)) ,
intent(in) :: con2
1620 pure elemental module function isless_D0_D0_PSSK1(con1, con2)
result(itis)
1621#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1622 !DEC$ ATTRIBUTES DLLEXPORT :: isless_D0_D0_PSSK1
1625 type(css_pdt(SKG)) ,
intent(in) :: con1
1626 type(css_pdt(SKG)) ,
intent(in) :: con2
1634 pure elemental module function isless_D0_D0_PSIK5(con1, con2)
result(itis)
1635#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1636 !DEC$ ATTRIBUTES DLLEXPORT :: isless_D0_D0_PSIK5
1639 type(csi_pdt(IKG)) ,
intent(in) :: con1
1640 type(csi_pdt(IKG)) ,
intent(in) :: con2
1646 pure elemental module function isless_D0_D0_PSIK4(con1, con2)
result(itis)
1647#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1648 !DEC$ ATTRIBUTES DLLEXPORT :: isless_D0_D0_PSIK4
1651 type(csi_pdt(IKG)) ,
intent(in) :: con1
1652 type(csi_pdt(IKG)) ,
intent(in) :: con2
1658 pure elemental module function isless_D0_D0_PSIK3(con1, con2)
result(itis)
1659#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1660 !DEC$ ATTRIBUTES DLLEXPORT :: isless_D0_D0_PSIK3
1663 type(csi_pdt(IKG)) ,
intent(in) :: con1
1664 type(csi_pdt(IKG)) ,
intent(in) :: con2
1670 pure elemental module function isless_D0_D0_PSIK2(con1, con2)
result(itis)
1671#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1672 !DEC$ ATTRIBUTES DLLEXPORT :: isless_D0_D0_PSIK2
1675 type(csi_pdt(IKG)) ,
intent(in) :: con1
1676 type(csi_pdt(IKG)) ,
intent(in) :: con2
1682 pure elemental module function isless_D0_D0_PSIK1(con1, con2)
result(itis)
1683#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1684 !DEC$ ATTRIBUTES DLLEXPORT :: isless_D0_D0_PSIK1
1687 type(csi_pdt(IKG)) ,
intent(in) :: con1
1688 type(csi_pdt(IKG)) ,
intent(in) :: con2
1696 pure elemental module function isless_D0_D0_PSLK5(con1, con2)
result(itis)
1697#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1698 !DEC$ ATTRIBUTES DLLEXPORT :: isless_D0_D0_PSLK5
1701 type(csl_pdt(LKG)) ,
intent(in) :: con1
1702 type(csl_pdt(LKG)) ,
intent(in) :: con2
1708 pure elemental module function isless_D0_D0_PSLK4(con1, con2)
result(itis)
1709#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1710 !DEC$ ATTRIBUTES DLLEXPORT :: isless_D0_D0_PSLK4
1713 type(csl_pdt(LKG)) ,
intent(in) :: con1
1714 type(csl_pdt(LKG)) ,
intent(in) :: con2
1720 pure elemental module function isless_D0_D0_PSLK3(con1, con2)
result(itis)
1721#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1722 !DEC$ ATTRIBUTES DLLEXPORT :: isless_D0_D0_PSLK3
1725 type(csl_pdt(LKG)) ,
intent(in) :: con1
1726 type(csl_pdt(LKG)) ,
intent(in) :: con2
1732 pure elemental module function isless_D0_D0_PSLK2(con1, con2)
result(itis)
1733#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1734 !DEC$ ATTRIBUTES DLLEXPORT :: isless_D0_D0_PSLK2
1737 type(csl_pdt(LKG)) ,
intent(in) :: con1
1738 type(csl_pdt(LKG)) ,
intent(in) :: con2
1744 pure elemental module function isless_D0_D0_PSLK1(con1, con2)
result(itis)
1745#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1746 !DEC$ ATTRIBUTES DLLEXPORT :: isless_D0_D0_PSLK1
1749 type(csl_pdt(LKG)) ,
intent(in) :: con1
1750 type(csl_pdt(LKG)) ,
intent(in) :: con2
1758 pure elemental module function isless_D0_D0_PSCK5(con1, con2)
result(itis)
1759#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1760 !DEC$ ATTRIBUTES DLLEXPORT :: isless_D0_D0_PSCK5
1763 type(csc_pdt(CKG)) ,
intent(in) :: con1
1764 type(csc_pdt(CKG)) ,
intent(in) :: con2
1770 pure elemental module function isless_D0_D0_PSCK4(con1, con2)
result(itis)
1771#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1772 !DEC$ ATTRIBUTES DLLEXPORT :: isless_D0_D0_PSCK4
1775 type(csc_pdt(CKG)) ,
intent(in) :: con1
1776 type(csc_pdt(CKG)) ,
intent(in) :: con2
1782 pure elemental module function isless_D0_D0_PSCK3(con1, con2)
result(itis)
1783#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1784 !DEC$ ATTRIBUTES DLLEXPORT :: isless_D0_D0_PSCK3
1787 type(csc_pdt(CKG)) ,
intent(in) :: con1
1788 type(csc_pdt(CKG)) ,
intent(in) :: con2
1794 pure elemental module function isless_D0_D0_PSCK2(con1, con2)
result(itis)
1795#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1796 !DEC$ ATTRIBUTES DLLEXPORT :: isless_D0_D0_PSCK2
1799 type(csc_pdt(CKG)) ,
intent(in) :: con1
1800 type(csc_pdt(CKG)) ,
intent(in) :: con2
1806 pure elemental module function isless_D0_D0_PSCK1(con1, con2)
result(itis)
1807#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1808 !DEC$ ATTRIBUTES DLLEXPORT :: isless_D0_D0_PSCK1
1811 type(csc_pdt(CKG)) ,
intent(in) :: con1
1812 type(csc_pdt(CKG)) ,
intent(in) :: con2
1820 pure elemental module function isless_D0_D0_PSRK5(con1, con2)
result(itis)
1821#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1822 !DEC$ ATTRIBUTES DLLEXPORT :: isless_D0_D0_PSRK5
1825 type(csr_pdt(RKG)) ,
intent(in) :: con1
1826 type(csr_pdt(RKG)) ,
intent(in) :: con2
1832 pure elemental module function isless_D0_D0_PSRK4(con1, con2)
result(itis)
1833#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1834 !DEC$ ATTRIBUTES DLLEXPORT :: isless_D0_D0_PSRK4
1837 type(csr_pdt(RKG)) ,
intent(in) :: con1
1838 type(csr_pdt(RKG)) ,
intent(in) :: con2
1844 pure elemental module function isless_D0_D0_PSRK3(con1, con2)
result(itis)
1845#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1846 !DEC$ ATTRIBUTES DLLEXPORT :: isless_D0_D0_PSRK3
1849 type(csr_pdt(RKG)) ,
intent(in) :: con1
1850 type(csr_pdt(RKG)) ,
intent(in) :: con2
1856 pure elemental module function isless_D0_D0_PSRK2(con1, con2)
result(itis)
1857#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1858 !DEC$ ATTRIBUTES DLLEXPORT :: isless_D0_D0_PSRK2
1861 type(csr_pdt(RKG)) ,
intent(in) :: con1
1862 type(csr_pdt(RKG)) ,
intent(in) :: con2
1868 pure elemental module function isless_D0_D0_PSRK1(con1, con2)
result(itis)
1869#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
1870 !DEC$ ATTRIBUTES DLLEXPORT :: isless_D0_D0_PSRK1
1873 type(csr_pdt(RKG)) ,
intent(in) :: con1
1874 type(csr_pdt(RKG)) ,
intent(in) :: con2
2004 interface operator(
>)
2008 pure elemental module function ismore_D0_D0_BSSK(con1, con2)
result(itis)
2009#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2010 !DEC$ ATTRIBUTES DLLEXPORT :: ismore_D0_D0_BSSK
2012 type(css_type) ,
intent(in) :: con1
2013 type(css_type) ,
intent(in) :: con2
2017 pure elemental module function ismore_D0_D0_BSIK(con1, con2)
result(itis)
2018#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2019 !DEC$ ATTRIBUTES DLLEXPORT :: ismore_D0_D0_BSIK
2021 type(csi_type) ,
intent(in) :: con1
2022 type(csi_type) ,
intent(in) :: con2
2026 pure elemental module function ismore_D0_D0_BSLK(con1, con2)
result(itis)
2027#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2028 !DEC$ ATTRIBUTES DLLEXPORT :: ismore_D0_D0_BSLK
2030 type(csl_type) ,
intent(in) :: con1
2031 type(csl_type) ,
intent(in) :: con2
2035 pure elemental module function ismore_D0_D0_BSCK(con1, con2)
result(itis)
2036#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2037 !DEC$ ATTRIBUTES DLLEXPORT :: ismore_D0_D0_BSCK
2039 type(csc_type) ,
intent(in) :: con1
2040 type(csc_type) ,
intent(in) :: con2
2044 pure elemental module function ismore_D0_D0_BSRK(con1, con2)
result(itis)
2045#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2046 !DEC$ ATTRIBUTES DLLEXPORT :: ismore_D0_D0_BSRK
2048 type(csr_type) ,
intent(in) :: con1
2049 type(csr_type) ,
intent(in) :: con2
2058 pure elemental module function ismore_D0_D0_PSSK5(con1, con2)
result(itis)
2059#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2060 !DEC$ ATTRIBUTES DLLEXPORT :: ismore_D0_D0_PSSK5
2063 type(css_pdt(SKG)) ,
intent(in) :: con1
2064 type(css_pdt(SKG)) ,
intent(in) :: con2
2070 pure elemental module function ismore_D0_D0_PSSK4(con1, con2)
result(itis)
2071#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2072 !DEC$ ATTRIBUTES DLLEXPORT :: ismore_D0_D0_PSSK4
2075 type(css_pdt(SKG)) ,
intent(in) :: con1
2076 type(css_pdt(SKG)) ,
intent(in) :: con2
2082 pure elemental module function ismore_D0_D0_PSSK3(con1, con2)
result(itis)
2083#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2084 !DEC$ ATTRIBUTES DLLEXPORT :: ismore_D0_D0_PSSK3
2087 type(css_pdt(SKG)) ,
intent(in) :: con1
2088 type(css_pdt(SKG)) ,
intent(in) :: con2
2094 pure elemental module function ismore_D0_D0_PSSK2(con1, con2)
result(itis)
2095#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2096 !DEC$ ATTRIBUTES DLLEXPORT :: ismore_D0_D0_PSSK2
2099 type(css_pdt(SKG)) ,
intent(in) :: con1
2100 type(css_pdt(SKG)) ,
intent(in) :: con2
2106 pure elemental module function ismore_D0_D0_PSSK1(con1, con2)
result(itis)
2107#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2108 !DEC$ ATTRIBUTES DLLEXPORT :: ismore_D0_D0_PSSK1
2111 type(css_pdt(SKG)) ,
intent(in) :: con1
2112 type(css_pdt(SKG)) ,
intent(in) :: con2
2120 pure elemental module function ismore_D0_D0_PSIK5(con1, con2)
result(itis)
2121#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2122 !DEC$ ATTRIBUTES DLLEXPORT :: ismore_D0_D0_PSIK5
2125 type(csi_pdt(IKG)) ,
intent(in) :: con1
2126 type(csi_pdt(IKG)) ,
intent(in) :: con2
2132 pure elemental module function ismore_D0_D0_PSIK4(con1, con2)
result(itis)
2133#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2134 !DEC$ ATTRIBUTES DLLEXPORT :: ismore_D0_D0_PSIK4
2137 type(csi_pdt(IKG)) ,
intent(in) :: con1
2138 type(csi_pdt(IKG)) ,
intent(in) :: con2
2144 pure elemental module function ismore_D0_D0_PSIK3(con1, con2)
result(itis)
2145#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2146 !DEC$ ATTRIBUTES DLLEXPORT :: ismore_D0_D0_PSIK3
2149 type(csi_pdt(IKG)) ,
intent(in) :: con1
2150 type(csi_pdt(IKG)) ,
intent(in) :: con2
2156 pure elemental module function ismore_D0_D0_PSIK2(con1, con2)
result(itis)
2157#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2158 !DEC$ ATTRIBUTES DLLEXPORT :: ismore_D0_D0_PSIK2
2161 type(csi_pdt(IKG)) ,
intent(in) :: con1
2162 type(csi_pdt(IKG)) ,
intent(in) :: con2
2168 pure elemental module function ismore_D0_D0_PSIK1(con1, con2)
result(itis)
2169#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2170 !DEC$ ATTRIBUTES DLLEXPORT :: ismore_D0_D0_PSIK1
2173 type(csi_pdt(IKG)) ,
intent(in) :: con1
2174 type(csi_pdt(IKG)) ,
intent(in) :: con2
2182 pure elemental module function ismore_D0_D0_PSLK5(con1, con2)
result(itis)
2183#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2184 !DEC$ ATTRIBUTES DLLEXPORT :: ismore_D0_D0_PSLK5
2187 type(csl_pdt(LKG)) ,
intent(in) :: con1
2188 type(csl_pdt(LKG)) ,
intent(in) :: con2
2194 pure elemental module function ismore_D0_D0_PSLK4(con1, con2)
result(itis)
2195#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2196 !DEC$ ATTRIBUTES DLLEXPORT :: ismore_D0_D0_PSLK4
2199 type(csl_pdt(LKG)) ,
intent(in) :: con1
2200 type(csl_pdt(LKG)) ,
intent(in) :: con2
2206 pure elemental module function ismore_D0_D0_PSLK3(con1, con2)
result(itis)
2207#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2208 !DEC$ ATTRIBUTES DLLEXPORT :: ismore_D0_D0_PSLK3
2211 type(csl_pdt(LKG)) ,
intent(in) :: con1
2212 type(csl_pdt(LKG)) ,
intent(in) :: con2
2218 pure elemental module function ismore_D0_D0_PSLK2(con1, con2)
result(itis)
2219#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2220 !DEC$ ATTRIBUTES DLLEXPORT :: ismore_D0_D0_PSLK2
2223 type(csl_pdt(LKG)) ,
intent(in) :: con1
2224 type(csl_pdt(LKG)) ,
intent(in) :: con2
2230 pure elemental module function ismore_D0_D0_PSLK1(con1, con2)
result(itis)
2231#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2232 !DEC$ ATTRIBUTES DLLEXPORT :: ismore_D0_D0_PSLK1
2235 type(csl_pdt(LKG)) ,
intent(in) :: con1
2236 type(csl_pdt(LKG)) ,
intent(in) :: con2
2244 pure elemental module function ismore_D0_D0_PSCK5(con1, con2)
result(itis)
2245#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2246 !DEC$ ATTRIBUTES DLLEXPORT :: ismore_D0_D0_PSCK5
2249 type(csc_pdt(CKG)) ,
intent(in) :: con1
2250 type(csc_pdt(CKG)) ,
intent(in) :: con2
2256 pure elemental module function ismore_D0_D0_PSCK4(con1, con2)
result(itis)
2257#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2258 !DEC$ ATTRIBUTES DLLEXPORT :: ismore_D0_D0_PSCK4
2261 type(csc_pdt(CKG)) ,
intent(in) :: con1
2262 type(csc_pdt(CKG)) ,
intent(in) :: con2
2268 pure elemental module function ismore_D0_D0_PSCK3(con1, con2)
result(itis)
2269#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2270 !DEC$ ATTRIBUTES DLLEXPORT :: ismore_D0_D0_PSCK3
2273 type(csc_pdt(CKG)) ,
intent(in) :: con1
2274 type(csc_pdt(CKG)) ,
intent(in) :: con2
2280 pure elemental module function ismore_D0_D0_PSCK2(con1, con2)
result(itis)
2281#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2282 !DEC$ ATTRIBUTES DLLEXPORT :: ismore_D0_D0_PSCK2
2285 type(csc_pdt(CKG)) ,
intent(in) :: con1
2286 type(csc_pdt(CKG)) ,
intent(in) :: con2
2292 pure elemental module function ismore_D0_D0_PSCK1(con1, con2)
result(itis)
2293#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2294 !DEC$ ATTRIBUTES DLLEXPORT :: ismore_D0_D0_PSCK1
2297 type(csc_pdt(CKG)) ,
intent(in) :: con1
2298 type(csc_pdt(CKG)) ,
intent(in) :: con2
2306 pure elemental module function ismore_D0_D0_PSRK5(con1, con2)
result(itis)
2307#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2308 !DEC$ ATTRIBUTES DLLEXPORT :: ismore_D0_D0_PSRK5
2311 type(csr_pdt(RKG)) ,
intent(in) :: con1
2312 type(csr_pdt(RKG)) ,
intent(in) :: con2
2318 pure elemental module function ismore_D0_D0_PSRK4(con1, con2)
result(itis)
2319#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2320 !DEC$ ATTRIBUTES DLLEXPORT :: ismore_D0_D0_PSRK4
2323 type(csr_pdt(RKG)) ,
intent(in) :: con1
2324 type(csr_pdt(RKG)) ,
intent(in) :: con2
2330 pure elemental module function ismore_D0_D0_PSRK3(con1, con2)
result(itis)
2331#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2332 !DEC$ ATTRIBUTES DLLEXPORT :: ismore_D0_D0_PSRK3
2335 type(csr_pdt(RKG)) ,
intent(in) :: con1
2336 type(csr_pdt(RKG)) ,
intent(in) :: con2
2342 pure elemental module function ismore_D0_D0_PSRK2(con1, con2)
result(itis)
2343#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2344 !DEC$ ATTRIBUTES DLLEXPORT :: ismore_D0_D0_PSRK2
2347 type(csr_pdt(RKG)) ,
intent(in) :: con1
2348 type(csr_pdt(RKG)) ,
intent(in) :: con2
2354 pure elemental module function ismore_D0_D0_PSRK1(con1, con2)
result(itis)
2355#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2356 !DEC$ ATTRIBUTES DLLEXPORT :: ismore_D0_D0_PSRK1
2359 type(csr_pdt(RKG)) ,
intent(in) :: con1
2360 type(csr_pdt(RKG)) ,
intent(in) :: con2
2448 interface operator(
<=)
2452 pure elemental module function isleq_D0_D0_BSSK(con1, con2)
result(itis)
2453#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2454 !DEC$ ATTRIBUTES DLLEXPORT :: isleq_D0_D0_BSSK
2456 type(css_type) ,
intent(in) :: con1
2457 type(css_type) ,
intent(in) :: con2
2461 pure elemental module function isleq_D0_D0_BSIK(con1, con2)
result(itis)
2462#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2463 !DEC$ ATTRIBUTES DLLEXPORT :: isleq_D0_D0_BSIK
2465 type(csi_type) ,
intent(in) :: con1
2466 type(csi_type) ,
intent(in) :: con2
2470 pure elemental module function isleq_D0_D0_BSLK(con1, con2)
result(itis)
2471#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2472 !DEC$ ATTRIBUTES DLLEXPORT :: isleq_D0_D0_BSLK
2474 type(csl_type) ,
intent(in) :: con1
2475 type(csl_type) ,
intent(in) :: con2
2479 pure elemental module function isleq_D0_D0_BSCK(con1, con2)
result(itis)
2480#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2481 !DEC$ ATTRIBUTES DLLEXPORT :: isleq_D0_D0_BSCK
2483 type(csc_type) ,
intent(in) :: con1
2484 type(csc_type) ,
intent(in) :: con2
2488 pure elemental module function isleq_D0_D0_BSRK(con1, con2)
result(itis)
2489#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2490 !DEC$ ATTRIBUTES DLLEXPORT :: isleq_D0_D0_BSRK
2492 type(csr_type) ,
intent(in) :: con1
2493 type(csr_type) ,
intent(in) :: con2
2502 pure elemental module function isleq_D0_D0_PSSK5(con1, con2)
result(itis)
2503#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2504 !DEC$ ATTRIBUTES DLLEXPORT :: isleq_D0_D0_PSSK5
2507 type(css_pdt(SKG)) ,
intent(in) :: con1
2508 type(css_pdt(SKG)) ,
intent(in) :: con2
2514 pure elemental module function isleq_D0_D0_PSSK4(con1, con2)
result(itis)
2515#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2516 !DEC$ ATTRIBUTES DLLEXPORT :: isleq_D0_D0_PSSK4
2519 type(css_pdt(SKG)) ,
intent(in) :: con1
2520 type(css_pdt(SKG)) ,
intent(in) :: con2
2526 pure elemental module function isleq_D0_D0_PSSK3(con1, con2)
result(itis)
2527#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2528 !DEC$ ATTRIBUTES DLLEXPORT :: isleq_D0_D0_PSSK3
2531 type(css_pdt(SKG)) ,
intent(in) :: con1
2532 type(css_pdt(SKG)) ,
intent(in) :: con2
2538 pure elemental module function isleq_D0_D0_PSSK2(con1, con2)
result(itis)
2539#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2540 !DEC$ ATTRIBUTES DLLEXPORT :: isleq_D0_D0_PSSK2
2543 type(css_pdt(SKG)) ,
intent(in) :: con1
2544 type(css_pdt(SKG)) ,
intent(in) :: con2
2550 pure elemental module function isleq_D0_D0_PSSK1(con1, con2)
result(itis)
2551#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2552 !DEC$ ATTRIBUTES DLLEXPORT :: isleq_D0_D0_PSSK1
2555 type(css_pdt(SKG)) ,
intent(in) :: con1
2556 type(css_pdt(SKG)) ,
intent(in) :: con2
2564 pure elemental module function isleq_D0_D0_PSIK5(con1, con2)
result(itis)
2565#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2566 !DEC$ ATTRIBUTES DLLEXPORT :: isleq_D0_D0_PSIK5
2569 type(csi_pdt(IKG)) ,
intent(in) :: con1
2570 type(csi_pdt(IKG)) ,
intent(in) :: con2
2576 pure elemental module function isleq_D0_D0_PSIK4(con1, con2)
result(itis)
2577#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2578 !DEC$ ATTRIBUTES DLLEXPORT :: isleq_D0_D0_PSIK4
2581 type(csi_pdt(IKG)) ,
intent(in) :: con1
2582 type(csi_pdt(IKG)) ,
intent(in) :: con2
2588 pure elemental module function isleq_D0_D0_PSIK3(con1, con2)
result(itis)
2589#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2590 !DEC$ ATTRIBUTES DLLEXPORT :: isleq_D0_D0_PSIK3
2593 type(csi_pdt(IKG)) ,
intent(in) :: con1
2594 type(csi_pdt(IKG)) ,
intent(in) :: con2
2600 pure elemental module function isleq_D0_D0_PSIK2(con1, con2)
result(itis)
2601#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2602 !DEC$ ATTRIBUTES DLLEXPORT :: isleq_D0_D0_PSIK2
2605 type(csi_pdt(IKG)) ,
intent(in) :: con1
2606 type(csi_pdt(IKG)) ,
intent(in) :: con2
2612 pure elemental module function isleq_D0_D0_PSIK1(con1, con2)
result(itis)
2613#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2614 !DEC$ ATTRIBUTES DLLEXPORT :: isleq_D0_D0_PSIK1
2617 type(csi_pdt(IKG)) ,
intent(in) :: con1
2618 type(csi_pdt(IKG)) ,
intent(in) :: con2
2626 pure elemental module function isleq_D0_D0_PSLK5(con1, con2)
result(itis)
2627#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2628 !DEC$ ATTRIBUTES DLLEXPORT :: isleq_D0_D0_PSLK5
2631 type(csl_pdt(LKG)) ,
intent(in) :: con1
2632 type(csl_pdt(LKG)) ,
intent(in) :: con2
2638 pure elemental module function isleq_D0_D0_PSLK4(con1, con2)
result(itis)
2639#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2640 !DEC$ ATTRIBUTES DLLEXPORT :: isleq_D0_D0_PSLK4
2643 type(csl_pdt(LKG)) ,
intent(in) :: con1
2644 type(csl_pdt(LKG)) ,
intent(in) :: con2
2650 pure elemental module function isleq_D0_D0_PSLK3(con1, con2)
result(itis)
2651#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2652 !DEC$ ATTRIBUTES DLLEXPORT :: isleq_D0_D0_PSLK3
2655 type(csl_pdt(LKG)) ,
intent(in) :: con1
2656 type(csl_pdt(LKG)) ,
intent(in) :: con2
2662 pure elemental module function isleq_D0_D0_PSLK2(con1, con2)
result(itis)
2663#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2664 !DEC$ ATTRIBUTES DLLEXPORT :: isleq_D0_D0_PSLK2
2667 type(csl_pdt(LKG)) ,
intent(in) :: con1
2668 type(csl_pdt(LKG)) ,
intent(in) :: con2
2674 pure elemental module function isleq_D0_D0_PSLK1(con1, con2)
result(itis)
2675#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2676 !DEC$ ATTRIBUTES DLLEXPORT :: isleq_D0_D0_PSLK1
2679 type(csl_pdt(LKG)) ,
intent(in) :: con1
2680 type(csl_pdt(LKG)) ,
intent(in) :: con2
2688 pure elemental module function isleq_D0_D0_PSCK5(con1, con2)
result(itis)
2689#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2690 !DEC$ ATTRIBUTES DLLEXPORT :: isleq_D0_D0_PSCK5
2693 type(csc_pdt(CKG)) ,
intent(in) :: con1
2694 type(csc_pdt(CKG)) ,
intent(in) :: con2
2700 pure elemental module function isleq_D0_D0_PSCK4(con1, con2)
result(itis)
2701#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2702 !DEC$ ATTRIBUTES DLLEXPORT :: isleq_D0_D0_PSCK4
2705 type(csc_pdt(CKG)) ,
intent(in) :: con1
2706 type(csc_pdt(CKG)) ,
intent(in) :: con2
2712 pure elemental module function isleq_D0_D0_PSCK3(con1, con2)
result(itis)
2713#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2714 !DEC$ ATTRIBUTES DLLEXPORT :: isleq_D0_D0_PSCK3
2717 type(csc_pdt(CKG)) ,
intent(in) :: con1
2718 type(csc_pdt(CKG)) ,
intent(in) :: con2
2724 pure elemental module function isleq_D0_D0_PSCK2(con1, con2)
result(itis)
2725#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2726 !DEC$ ATTRIBUTES DLLEXPORT :: isleq_D0_D0_PSCK2
2729 type(csc_pdt(CKG)) ,
intent(in) :: con1
2730 type(csc_pdt(CKG)) ,
intent(in) :: con2
2736 pure elemental module function isleq_D0_D0_PSCK1(con1, con2)
result(itis)
2737#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2738 !DEC$ ATTRIBUTES DLLEXPORT :: isleq_D0_D0_PSCK1
2741 type(csc_pdt(CKG)) ,
intent(in) :: con1
2742 type(csc_pdt(CKG)) ,
intent(in) :: con2
2750 pure elemental module function isleq_D0_D0_PSRK5(con1, con2)
result(itis)
2751#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2752 !DEC$ ATTRIBUTES DLLEXPORT :: isleq_D0_D0_PSRK5
2755 type(csr_pdt(RKG)) ,
intent(in) :: con1
2756 type(csr_pdt(RKG)) ,
intent(in) :: con2
2762 pure elemental module function isleq_D0_D0_PSRK4(con1, con2)
result(itis)
2763#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2764 !DEC$ ATTRIBUTES DLLEXPORT :: isleq_D0_D0_PSRK4
2767 type(csr_pdt(RKG)) ,
intent(in) :: con1
2768 type(csr_pdt(RKG)) ,
intent(in) :: con2
2774 pure elemental module function isleq_D0_D0_PSRK3(con1, con2)
result(itis)
2775#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2776 !DEC$ ATTRIBUTES DLLEXPORT :: isleq_D0_D0_PSRK3
2779 type(csr_pdt(RKG)) ,
intent(in) :: con1
2780 type(csr_pdt(RKG)) ,
intent(in) :: con2
2786 pure elemental module function isleq_D0_D0_PSRK2(con1, con2)
result(itis)
2787#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2788 !DEC$ ATTRIBUTES DLLEXPORT :: isleq_D0_D0_PSRK2
2791 type(csr_pdt(RKG)) ,
intent(in) :: con1
2792 type(csr_pdt(RKG)) ,
intent(in) :: con2
2798 pure elemental module function isleq_D0_D0_PSRK1(con1, con2)
result(itis)
2799#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2800 !DEC$ ATTRIBUTES DLLEXPORT :: isleq_D0_D0_PSRK1
2803 type(csr_pdt(RKG)) ,
intent(in) :: con1
2804 type(csr_pdt(RKG)) ,
intent(in) :: con2
2892 interface operator(
>=)
2896 pure elemental module function ismeq_D0_D0_BSSK(con1, con2)
result(itis)
2897#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2898 !DEC$ ATTRIBUTES DLLEXPORT :: ismeq_D0_D0_BSSK
2900 type(css_type) ,
intent(in) :: con1
2901 type(css_type) ,
intent(in) :: con2
2905 pure elemental module function ismeq_D0_D0_BSIK(con1, con2)
result(itis)
2906#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2907 !DEC$ ATTRIBUTES DLLEXPORT :: ismeq_D0_D0_BSIK
2909 type(csi_type) ,
intent(in) :: con1
2910 type(csi_type) ,
intent(in) :: con2
2914 pure elemental module function ismeq_D0_D0_BSLK(con1, con2)
result(itis)
2915#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2916 !DEC$ ATTRIBUTES DLLEXPORT :: ismeq_D0_D0_BSLK
2918 type(csl_type) ,
intent(in) :: con1
2919 type(csl_type) ,
intent(in) :: con2
2923 pure elemental module function ismeq_D0_D0_BSCK(con1, con2)
result(itis)
2924#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2925 !DEC$ ATTRIBUTES DLLEXPORT :: ismeq_D0_D0_BSCK
2927 type(csc_type) ,
intent(in) :: con1
2928 type(csc_type) ,
intent(in) :: con2
2932 pure elemental module function ismeq_D0_D0_BSRK(con1, con2)
result(itis)
2933#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2934 !DEC$ ATTRIBUTES DLLEXPORT :: ismeq_D0_D0_BSRK
2936 type(csr_type) ,
intent(in) :: con1
2937 type(csr_type) ,
intent(in) :: con2
2946 pure elemental module function ismeq_D0_D0_PSSK5(con1, con2)
result(itis)
2947#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2948 !DEC$ ATTRIBUTES DLLEXPORT :: ismeq_D0_D0_PSSK5
2951 type(css_pdt(SKG)) ,
intent(in) :: con1
2952 type(css_pdt(SKG)) ,
intent(in) :: con2
2958 pure elemental module function ismeq_D0_D0_PSSK4(con1, con2)
result(itis)
2959#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2960 !DEC$ ATTRIBUTES DLLEXPORT :: ismeq_D0_D0_PSSK4
2963 type(css_pdt(SKG)) ,
intent(in) :: con1
2964 type(css_pdt(SKG)) ,
intent(in) :: con2
2970 pure elemental module function ismeq_D0_D0_PSSK3(con1, con2)
result(itis)
2971#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2972 !DEC$ ATTRIBUTES DLLEXPORT :: ismeq_D0_D0_PSSK3
2975 type(css_pdt(SKG)) ,
intent(in) :: con1
2976 type(css_pdt(SKG)) ,
intent(in) :: con2
2982 pure elemental module function ismeq_D0_D0_PSSK2(con1, con2)
result(itis)
2983#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2984 !DEC$ ATTRIBUTES DLLEXPORT :: ismeq_D0_D0_PSSK2
2987 type(css_pdt(SKG)) ,
intent(in) :: con1
2988 type(css_pdt(SKG)) ,
intent(in) :: con2
2994 pure elemental module function ismeq_D0_D0_PSSK1(con1, con2)
result(itis)
2995#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
2996 !DEC$ ATTRIBUTES DLLEXPORT :: ismeq_D0_D0_PSSK1
2999 type(css_pdt(SKG)) ,
intent(in) :: con1
3000 type(css_pdt(SKG)) ,
intent(in) :: con2
3008 pure elemental module function ismeq_D0_D0_PSIK5(con1, con2)
result(itis)
3009#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3010 !DEC$ ATTRIBUTES DLLEXPORT :: ismeq_D0_D0_PSIK5
3013 type(csi_pdt(IKG)) ,
intent(in) :: con1
3014 type(csi_pdt(IKG)) ,
intent(in) :: con2
3020 pure elemental module function ismeq_D0_D0_PSIK4(con1, con2)
result(itis)
3021#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3022 !DEC$ ATTRIBUTES DLLEXPORT :: ismeq_D0_D0_PSIK4
3025 type(csi_pdt(IKG)) ,
intent(in) :: con1
3026 type(csi_pdt(IKG)) ,
intent(in) :: con2
3032 pure elemental module function ismeq_D0_D0_PSIK3(con1, con2)
result(itis)
3033#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3034 !DEC$ ATTRIBUTES DLLEXPORT :: ismeq_D0_D0_PSIK3
3037 type(csi_pdt(IKG)) ,
intent(in) :: con1
3038 type(csi_pdt(IKG)) ,
intent(in) :: con2
3044 pure elemental module function ismeq_D0_D0_PSIK2(con1, con2)
result(itis)
3045#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3046 !DEC$ ATTRIBUTES DLLEXPORT :: ismeq_D0_D0_PSIK2
3049 type(csi_pdt(IKG)) ,
intent(in) :: con1
3050 type(csi_pdt(IKG)) ,
intent(in) :: con2
3056 pure elemental module function ismeq_D0_D0_PSIK1(con1, con2)
result(itis)
3057#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3058 !DEC$ ATTRIBUTES DLLEXPORT :: ismeq_D0_D0_PSIK1
3061 type(csi_pdt(IKG)) ,
intent(in) :: con1
3062 type(csi_pdt(IKG)) ,
intent(in) :: con2
3070 pure elemental module function ismeq_D0_D0_PSLK5(con1, con2)
result(itis)
3071#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3072 !DEC$ ATTRIBUTES DLLEXPORT :: ismeq_D0_D0_PSLK5
3075 type(csl_pdt(LKG)) ,
intent(in) :: con1
3076 type(csl_pdt(LKG)) ,
intent(in) :: con2
3082 pure elemental module function ismeq_D0_D0_PSLK4(con1, con2)
result(itis)
3083#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3084 !DEC$ ATTRIBUTES DLLEXPORT :: ismeq_D0_D0_PSLK4
3087 type(csl_pdt(LKG)) ,
intent(in) :: con1
3088 type(csl_pdt(LKG)) ,
intent(in) :: con2
3094 pure elemental module function ismeq_D0_D0_PSLK3(con1, con2)
result(itis)
3095#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3096 !DEC$ ATTRIBUTES DLLEXPORT :: ismeq_D0_D0_PSLK3
3099 type(csl_pdt(LKG)) ,
intent(in) :: con1
3100 type(csl_pdt(LKG)) ,
intent(in) :: con2
3106 pure elemental module function ismeq_D0_D0_PSLK2(con1, con2)
result(itis)
3107#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3108 !DEC$ ATTRIBUTES DLLEXPORT :: ismeq_D0_D0_PSLK2
3111 type(csl_pdt(LKG)) ,
intent(in) :: con1
3112 type(csl_pdt(LKG)) ,
intent(in) :: con2
3118 pure elemental module function ismeq_D0_D0_PSLK1(con1, con2)
result(itis)
3119#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3120 !DEC$ ATTRIBUTES DLLEXPORT :: ismeq_D0_D0_PSLK1
3123 type(csl_pdt(LKG)) ,
intent(in) :: con1
3124 type(csl_pdt(LKG)) ,
intent(in) :: con2
3132 pure elemental module function ismeq_D0_D0_PSCK5(con1, con2)
result(itis)
3133#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3134 !DEC$ ATTRIBUTES DLLEXPORT :: ismeq_D0_D0_PSCK5
3137 type(csc_pdt(CKG)) ,
intent(in) :: con1
3138 type(csc_pdt(CKG)) ,
intent(in) :: con2
3144 pure elemental module function ismeq_D0_D0_PSCK4(con1, con2)
result(itis)
3145#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3146 !DEC$ ATTRIBUTES DLLEXPORT :: ismeq_D0_D0_PSCK4
3149 type(csc_pdt(CKG)) ,
intent(in) :: con1
3150 type(csc_pdt(CKG)) ,
intent(in) :: con2
3156 pure elemental module function ismeq_D0_D0_PSCK3(con1, con2)
result(itis)
3157#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3158 !DEC$ ATTRIBUTES DLLEXPORT :: ismeq_D0_D0_PSCK3
3161 type(csc_pdt(CKG)) ,
intent(in) :: con1
3162 type(csc_pdt(CKG)) ,
intent(in) :: con2
3168 pure elemental module function ismeq_D0_D0_PSCK2(con1, con2)
result(itis)
3169#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3170 !DEC$ ATTRIBUTES DLLEXPORT :: ismeq_D0_D0_PSCK2
3173 type(csc_pdt(CKG)) ,
intent(in) :: con1
3174 type(csc_pdt(CKG)) ,
intent(in) :: con2
3180 pure elemental module function ismeq_D0_D0_PSCK1(con1, con2)
result(itis)
3181#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3182 !DEC$ ATTRIBUTES DLLEXPORT :: ismeq_D0_D0_PSCK1
3185 type(csc_pdt(CKG)) ,
intent(in) :: con1
3186 type(csc_pdt(CKG)) ,
intent(in) :: con2
3194 pure elemental module function ismeq_D0_D0_PSRK5(con1, con2)
result(itis)
3195#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3196 !DEC$ ATTRIBUTES DLLEXPORT :: ismeq_D0_D0_PSRK5
3199 type(csr_pdt(RKG)) ,
intent(in) :: con1
3200 type(csr_pdt(RKG)) ,
intent(in) :: con2
3206 pure elemental module function ismeq_D0_D0_PSRK4(con1, con2)
result(itis)
3207#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3208 !DEC$ ATTRIBUTES DLLEXPORT :: ismeq_D0_D0_PSRK4
3211 type(csr_pdt(RKG)) ,
intent(in) :: con1
3212 type(csr_pdt(RKG)) ,
intent(in) :: con2
3218 pure elemental module function ismeq_D0_D0_PSRK3(con1, con2)
result(itis)
3219#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3220 !DEC$ ATTRIBUTES DLLEXPORT :: ismeq_D0_D0_PSRK3
3223 type(csr_pdt(RKG)) ,
intent(in) :: con1
3224 type(csr_pdt(RKG)) ,
intent(in) :: con2
3230 pure elemental module function ismeq_D0_D0_PSRK2(con1, con2)
result(itis)
3231#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3232 !DEC$ ATTRIBUTES DLLEXPORT :: ismeq_D0_D0_PSRK2
3235 type(csr_pdt(RKG)) ,
intent(in) :: con1
3236 type(csr_pdt(RKG)) ,
intent(in) :: con2
3242 pure elemental module function ismeq_D0_D0_PSRK1(con1, con2)
result(itis)
3243#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3244 !DEC$ ATTRIBUTES DLLEXPORT :: ismeq_D0_D0_PSRK1
3247 type(csr_pdt(RKG)) ,
intent(in) :: con1
3248 type(csr_pdt(RKG)) ,
intent(in) :: con2
3336 interface operator(
/=)
3340 pure elemental module function isneq_D0_D0_BSSK(con1, con2)
result(itis)
3341#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3342 !DEC$ ATTRIBUTES DLLEXPORT :: isneq_D0_D0_BSSK
3344 type(css_type) ,
intent(in) :: con1
3345 type(css_type) ,
intent(in) :: con2
3349 pure elemental module function isneq_D0_D0_BSIK(con1, con2)
result(itis)
3350#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3351 !DEC$ ATTRIBUTES DLLEXPORT :: isneq_D0_D0_BSIK
3353 type(csi_type) ,
intent(in) :: con1
3354 type(csi_type) ,
intent(in) :: con2
3358 pure elemental module function isneq_D0_D0_BSLK(con1, con2)
result(itis)
3359#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3360 !DEC$ ATTRIBUTES DLLEXPORT :: isneq_D0_D0_BSLK
3362 type(csl_type) ,
intent(in) :: con1
3363 type(csl_type) ,
intent(in) :: con2
3367 pure elemental module function isneq_D0_D0_BSCK(con1, con2)
result(itis)
3368#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3369 !DEC$ ATTRIBUTES DLLEXPORT :: isneq_D0_D0_BSCK
3371 type(csc_type) ,
intent(in) :: con1
3372 type(csc_type) ,
intent(in) :: con2
3376 pure elemental module function isneq_D0_D0_BSRK(con1, con2)
result(itis)
3377#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3378 !DEC$ ATTRIBUTES DLLEXPORT :: isneq_D0_D0_BSRK
3380 type(csr_type) ,
intent(in) :: con1
3381 type(csr_type) ,
intent(in) :: con2
3390 pure elemental module function isneq_D0_D0_PSSK5(con1, con2)
result(itis)
3391#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3392 !DEC$ ATTRIBUTES DLLEXPORT :: isneq_D0_D0_PSSK5
3395 type(css_pdt(SKG)) ,
intent(in) :: con1
3396 type(css_pdt(SKG)) ,
intent(in) :: con2
3402 pure elemental module function isneq_D0_D0_PSSK4(con1, con2)
result(itis)
3403#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3404 !DEC$ ATTRIBUTES DLLEXPORT :: isneq_D0_D0_PSSK4
3407 type(css_pdt(SKG)) ,
intent(in) :: con1
3408 type(css_pdt(SKG)) ,
intent(in) :: con2
3414 pure elemental module function isneq_D0_D0_PSSK3(con1, con2)
result(itis)
3415#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3416 !DEC$ ATTRIBUTES DLLEXPORT :: isneq_D0_D0_PSSK3
3419 type(css_pdt(SKG)) ,
intent(in) :: con1
3420 type(css_pdt(SKG)) ,
intent(in) :: con2
3426 pure elemental module function isneq_D0_D0_PSSK2(con1, con2)
result(itis)
3427#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3428 !DEC$ ATTRIBUTES DLLEXPORT :: isneq_D0_D0_PSSK2
3431 type(css_pdt(SKG)) ,
intent(in) :: con1
3432 type(css_pdt(SKG)) ,
intent(in) :: con2
3438 pure elemental module function isneq_D0_D0_PSSK1(con1, con2)
result(itis)
3439#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3440 !DEC$ ATTRIBUTES DLLEXPORT :: isneq_D0_D0_PSSK1
3443 type(css_pdt(SKG)) ,
intent(in) :: con1
3444 type(css_pdt(SKG)) ,
intent(in) :: con2
3452 pure elemental module function isneq_D0_D0_PSIK5(con1, con2)
result(itis)
3453#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3454 !DEC$ ATTRIBUTES DLLEXPORT :: isneq_D0_D0_PSIK5
3457 type(csi_pdt(IKG)) ,
intent(in) :: con1
3458 type(csi_pdt(IKG)) ,
intent(in) :: con2
3464 pure elemental module function isneq_D0_D0_PSIK4(con1, con2)
result(itis)
3465#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3466 !DEC$ ATTRIBUTES DLLEXPORT :: isneq_D0_D0_PSIK4
3469 type(csi_pdt(IKG)) ,
intent(in) :: con1
3470 type(csi_pdt(IKG)) ,
intent(in) :: con2
3476 pure elemental module function isneq_D0_D0_PSIK3(con1, con2)
result(itis)
3477#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3478 !DEC$ ATTRIBUTES DLLEXPORT :: isneq_D0_D0_PSIK3
3481 type(csi_pdt(IKG)) ,
intent(in) :: con1
3482 type(csi_pdt(IKG)) ,
intent(in) :: con2
3488 pure elemental module function isneq_D0_D0_PSIK2(con1, con2)
result(itis)
3489#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3490 !DEC$ ATTRIBUTES DLLEXPORT :: isneq_D0_D0_PSIK2
3493 type(csi_pdt(IKG)) ,
intent(in) :: con1
3494 type(csi_pdt(IKG)) ,
intent(in) :: con2
3500 pure elemental module function isneq_D0_D0_PSIK1(con1, con2)
result(itis)
3501#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3502 !DEC$ ATTRIBUTES DLLEXPORT :: isneq_D0_D0_PSIK1
3505 type(csi_pdt(IKG)) ,
intent(in) :: con1
3506 type(csi_pdt(IKG)) ,
intent(in) :: con2
3514 pure elemental module function isneq_D0_D0_PSLK5(con1, con2)
result(itis)
3515#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3516 !DEC$ ATTRIBUTES DLLEXPORT :: isneq_D0_D0_PSLK5
3519 type(csl_pdt(LKG)) ,
intent(in) :: con1
3520 type(csl_pdt(LKG)) ,
intent(in) :: con2
3526 pure elemental module function isneq_D0_D0_PSLK4(con1, con2)
result(itis)
3527#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3528 !DEC$ ATTRIBUTES DLLEXPORT :: isneq_D0_D0_PSLK4
3531 type(csl_pdt(LKG)) ,
intent(in) :: con1
3532 type(csl_pdt(LKG)) ,
intent(in) :: con2
3538 pure elemental module function isneq_D0_D0_PSLK3(con1, con2)
result(itis)
3539#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3540 !DEC$ ATTRIBUTES DLLEXPORT :: isneq_D0_D0_PSLK3
3543 type(csl_pdt(LKG)) ,
intent(in) :: con1
3544 type(csl_pdt(LKG)) ,
intent(in) :: con2
3550 pure elemental module function isneq_D0_D0_PSLK2(con1, con2)
result(itis)
3551#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3552 !DEC$ ATTRIBUTES DLLEXPORT :: isneq_D0_D0_PSLK2
3555 type(csl_pdt(LKG)) ,
intent(in) :: con1
3556 type(csl_pdt(LKG)) ,
intent(in) :: con2
3562 pure elemental module function isneq_D0_D0_PSLK1(con1, con2)
result(itis)
3563#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3564 !DEC$ ATTRIBUTES DLLEXPORT :: isneq_D0_D0_PSLK1
3567 type(csl_pdt(LKG)) ,
intent(in) :: con1
3568 type(csl_pdt(LKG)) ,
intent(in) :: con2
3576 pure elemental module function isneq_D0_D0_PSCK5(con1, con2)
result(itis)
3577#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3578 !DEC$ ATTRIBUTES DLLEXPORT :: isneq_D0_D0_PSCK5
3581 type(csc_pdt(CKG)) ,
intent(in) :: con1
3582 type(csc_pdt(CKG)) ,
intent(in) :: con2
3588 pure elemental module function isneq_D0_D0_PSCK4(con1, con2)
result(itis)
3589#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3590 !DEC$ ATTRIBUTES DLLEXPORT :: isneq_D0_D0_PSCK4
3593 type(csc_pdt(CKG)) ,
intent(in) :: con1
3594 type(csc_pdt(CKG)) ,
intent(in) :: con2
3600 pure elemental module function isneq_D0_D0_PSCK3(con1, con2)
result(itis)
3601#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3602 !DEC$ ATTRIBUTES DLLEXPORT :: isneq_D0_D0_PSCK3
3605 type(csc_pdt(CKG)) ,
intent(in) :: con1
3606 type(csc_pdt(CKG)) ,
intent(in) :: con2
3612 pure elemental module function isneq_D0_D0_PSCK2(con1, con2)
result(itis)
3613#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3614 !DEC$ ATTRIBUTES DLLEXPORT :: isneq_D0_D0_PSCK2
3617 type(csc_pdt(CKG)) ,
intent(in) :: con1
3618 type(csc_pdt(CKG)) ,
intent(in) :: con2
3624 pure elemental module function isneq_D0_D0_PSCK1(con1, con2)
result(itis)
3625#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3626 !DEC$ ATTRIBUTES DLLEXPORT :: isneq_D0_D0_PSCK1
3629 type(csc_pdt(CKG)) ,
intent(in) :: con1
3630 type(csc_pdt(CKG)) ,
intent(in) :: con2
3638 pure elemental module function isneq_D0_D0_PSRK5(con1, con2)
result(itis)
3639#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3640 !DEC$ ATTRIBUTES DLLEXPORT :: isneq_D0_D0_PSRK5
3643 type(csr_pdt(RKG)) ,
intent(in) :: con1
3644 type(csr_pdt(RKG)) ,
intent(in) :: con2
3650 pure elemental module function isneq_D0_D0_PSRK4(con1, con2)
result(itis)
3651#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3652 !DEC$ ATTRIBUTES DLLEXPORT :: isneq_D0_D0_PSRK4
3655 type(csr_pdt(RKG)) ,
intent(in) :: con1
3656 type(csr_pdt(RKG)) ,
intent(in) :: con2
3662 pure elemental module function isneq_D0_D0_PSRK3(con1, con2)
result(itis)
3663#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3664 !DEC$ ATTRIBUTES DLLEXPORT :: isneq_D0_D0_PSRK3
3667 type(csr_pdt(RKG)) ,
intent(in) :: con1
3668 type(csr_pdt(RKG)) ,
intent(in) :: con2
3674 pure elemental module function isneq_D0_D0_PSRK2(con1, con2)
result(itis)
3675#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3676 !DEC$ ATTRIBUTES DLLEXPORT :: isneq_D0_D0_PSRK2
3679 type(csr_pdt(RKG)) ,
intent(in) :: con1
3680 type(csr_pdt(RKG)) ,
intent(in) :: con2
3686 pure elemental module function isneq_D0_D0_PSRK1(con1, con2)
result(itis)
3687#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3688 !DEC$ ATTRIBUTES DLLEXPORT :: isneq_D0_D0_PSRK1
3691 type(csr_pdt(RKG)) ,
intent(in) :: con1
3692 type(csr_pdt(RKG)) ,
intent(in) :: con2
3781 interface operator(
==)
3785 pure elemental module function iseq_D0_D0_BSSK(con1, con2)
result(itis)
3786#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3787 !DEC$ ATTRIBUTES DLLEXPORT :: iseq_D0_D0_BSSK
3789 type(css_type) ,
intent(in) :: con1
3790 type(css_type) ,
intent(in) :: con2
3794 pure elemental module function iseq_D0_D0_BSIK(con1, con2)
result(itis)
3795#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3796 !DEC$ ATTRIBUTES DLLEXPORT :: iseq_D0_D0_BSIK
3798 type(csi_type) ,
intent(in) :: con1
3799 type(csi_type) ,
intent(in) :: con2
3803 pure elemental module function iseq_D0_D0_BSLK(con1, con2)
result(itis)
3804#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3805 !DEC$ ATTRIBUTES DLLEXPORT :: iseq_D0_D0_BSLK
3807 type(csl_type) ,
intent(in) :: con1
3808 type(csl_type) ,
intent(in) :: con2
3812 pure elemental module function iseq_D0_D0_BSCK(con1, con2)
result(itis)
3813#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3814 !DEC$ ATTRIBUTES DLLEXPORT :: iseq_D0_D0_BSCK
3816 type(csc_type) ,
intent(in) :: con1
3817 type(csc_type) ,
intent(in) :: con2
3821 pure elemental module function iseq_D0_D0_BSRK(con1, con2)
result(itis)
3822#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3823 !DEC$ ATTRIBUTES DLLEXPORT :: iseq_D0_D0_BSRK
3825 type(csr_type) ,
intent(in) :: con1
3826 type(csr_type) ,
intent(in) :: con2
3835 pure elemental module function iseq_D0_D0_PSSK5(con1, con2)
result(itis)
3836#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3837 !DEC$ ATTRIBUTES DLLEXPORT :: iseq_D0_D0_PSSK5
3840 type(css_pdt(SKG)) ,
intent(in) :: con1
3841 type(css_pdt(SKG)) ,
intent(in) :: con2
3847 pure elemental module function iseq_D0_D0_PSSK4(con1, con2)
result(itis)
3848#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3849 !DEC$ ATTRIBUTES DLLEXPORT :: iseq_D0_D0_PSSK4
3852 type(css_pdt(SKG)) ,
intent(in) :: con1
3853 type(css_pdt(SKG)) ,
intent(in) :: con2
3859 pure elemental module function iseq_D0_D0_PSSK3(con1, con2)
result(itis)
3860#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3861 !DEC$ ATTRIBUTES DLLEXPORT :: iseq_D0_D0_PSSK3
3864 type(css_pdt(SKG)) ,
intent(in) :: con1
3865 type(css_pdt(SKG)) ,
intent(in) :: con2
3871 pure elemental module function iseq_D0_D0_PSSK2(con1, con2)
result(itis)
3872#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3873 !DEC$ ATTRIBUTES DLLEXPORT :: iseq_D0_D0_PSSK2
3876 type(css_pdt(SKG)) ,
intent(in) :: con1
3877 type(css_pdt(SKG)) ,
intent(in) :: con2
3883 pure elemental module function iseq_D0_D0_PSSK1(con1, con2)
result(itis)
3884#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3885 !DEC$ ATTRIBUTES DLLEXPORT :: iseq_D0_D0_PSSK1
3888 type(css_pdt(SKG)) ,
intent(in) :: con1
3889 type(css_pdt(SKG)) ,
intent(in) :: con2
3897 pure elemental module function iseq_D0_D0_PSIK5(con1, con2)
result(itis)
3898#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3899 !DEC$ ATTRIBUTES DLLEXPORT :: iseq_D0_D0_PSIK5
3902 type(csi_pdt(IKG)) ,
intent(in) :: con1
3903 type(csi_pdt(IKG)) ,
intent(in) :: con2
3909 pure elemental module function iseq_D0_D0_PSIK4(con1, con2)
result(itis)
3910#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3911 !DEC$ ATTRIBUTES DLLEXPORT :: iseq_D0_D0_PSIK4
3914 type(csi_pdt(IKG)) ,
intent(in) :: con1
3915 type(csi_pdt(IKG)) ,
intent(in) :: con2
3921 pure elemental module function iseq_D0_D0_PSIK3(con1, con2)
result(itis)
3922#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3923 !DEC$ ATTRIBUTES DLLEXPORT :: iseq_D0_D0_PSIK3
3926 type(csi_pdt(IKG)) ,
intent(in) :: con1
3927 type(csi_pdt(IKG)) ,
intent(in) :: con2
3933 pure elemental module function iseq_D0_D0_PSIK2(con1, con2)
result(itis)
3934#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3935 !DEC$ ATTRIBUTES DLLEXPORT :: iseq_D0_D0_PSIK2
3938 type(csi_pdt(IKG)) ,
intent(in) :: con1
3939 type(csi_pdt(IKG)) ,
intent(in) :: con2
3945 pure elemental module function iseq_D0_D0_PSIK1(con1, con2)
result(itis)
3946#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3947 !DEC$ ATTRIBUTES DLLEXPORT :: iseq_D0_D0_PSIK1
3950 type(csi_pdt(IKG)) ,
intent(in) :: con1
3951 type(csi_pdt(IKG)) ,
intent(in) :: con2
3959 pure elemental module function iseq_D0_D0_PSLK5(con1, con2)
result(itis)
3960#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3961 !DEC$ ATTRIBUTES DLLEXPORT :: iseq_D0_D0_PSLK5
3964 type(csl_pdt(LKG)) ,
intent(in) :: con1
3965 type(csl_pdt(LKG)) ,
intent(in) :: con2
3971 pure elemental module function iseq_D0_D0_PSLK4(con1, con2)
result(itis)
3972#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3973 !DEC$ ATTRIBUTES DLLEXPORT :: iseq_D0_D0_PSLK4
3976 type(csl_pdt(LKG)) ,
intent(in) :: con1
3977 type(csl_pdt(LKG)) ,
intent(in) :: con2
3983 pure elemental module function iseq_D0_D0_PSLK3(con1, con2)
result(itis)
3984#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3985 !DEC$ ATTRIBUTES DLLEXPORT :: iseq_D0_D0_PSLK3
3988 type(csl_pdt(LKG)) ,
intent(in) :: con1
3989 type(csl_pdt(LKG)) ,
intent(in) :: con2
3995 pure elemental module function iseq_D0_D0_PSLK2(con1, con2)
result(itis)
3996#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
3997 !DEC$ ATTRIBUTES DLLEXPORT :: iseq_D0_D0_PSLK2
4000 type(csl_pdt(LKG)) ,
intent(in) :: con1
4001 type(csl_pdt(LKG)) ,
intent(in) :: con2
4007 pure elemental module function iseq_D0_D0_PSLK1(con1, con2)
result(itis)
4008#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4009 !DEC$ ATTRIBUTES DLLEXPORT :: iseq_D0_D0_PSLK1
4012 type(csl_pdt(LKG)) ,
intent(in) :: con1
4013 type(csl_pdt(LKG)) ,
intent(in) :: con2
4021 pure elemental module function iseq_D0_D0_PSCK5(con1, con2)
result(itis)
4022#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4023 !DEC$ ATTRIBUTES DLLEXPORT :: iseq_D0_D0_PSCK5
4026 type(csc_pdt(CKG)) ,
intent(in) :: con1
4027 type(csc_pdt(CKG)) ,
intent(in) :: con2
4033 pure elemental module function iseq_D0_D0_PSCK4(con1, con2)
result(itis)
4034#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4035 !DEC$ ATTRIBUTES DLLEXPORT :: iseq_D0_D0_PSCK4
4038 type(csc_pdt(CKG)) ,
intent(in) :: con1
4039 type(csc_pdt(CKG)) ,
intent(in) :: con2
4045 pure elemental module function iseq_D0_D0_PSCK3(con1, con2)
result(itis)
4046#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4047 !DEC$ ATTRIBUTES DLLEXPORT :: iseq_D0_D0_PSCK3
4050 type(csc_pdt(CKG)) ,
intent(in) :: con1
4051 type(csc_pdt(CKG)) ,
intent(in) :: con2
4057 pure elemental module function iseq_D0_D0_PSCK2(con1, con2)
result(itis)
4058#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4059 !DEC$ ATTRIBUTES DLLEXPORT :: iseq_D0_D0_PSCK2
4062 type(csc_pdt(CKG)) ,
intent(in) :: con1
4063 type(csc_pdt(CKG)) ,
intent(in) :: con2
4069 pure elemental module function iseq_D0_D0_PSCK1(con1, con2)
result(itis)
4070#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4071 !DEC$ ATTRIBUTES DLLEXPORT :: iseq_D0_D0_PSCK1
4074 type(csc_pdt(CKG)) ,
intent(in) :: con1
4075 type(csc_pdt(CKG)) ,
intent(in) :: con2
4083 pure elemental module function iseq_D0_D0_PSRK5(con1, con2)
result(itis)
4084#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4085 !DEC$ ATTRIBUTES DLLEXPORT :: iseq_D0_D0_PSRK5
4088 type(csr_pdt(RKG)) ,
intent(in) :: con1
4089 type(csr_pdt(RKG)) ,
intent(in) :: con2
4095 pure elemental module function iseq_D0_D0_PSRK4(con1, con2)
result(itis)
4096#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4097 !DEC$ ATTRIBUTES DLLEXPORT :: iseq_D0_D0_PSRK4
4100 type(csr_pdt(RKG)) ,
intent(in) :: con1
4101 type(csr_pdt(RKG)) ,
intent(in) :: con2
4107 pure elemental module function iseq_D0_D0_PSRK3(con1, con2)
result(itis)
4108#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4109 !DEC$ ATTRIBUTES DLLEXPORT :: iseq_D0_D0_PSRK3
4112 type(csr_pdt(RKG)) ,
intent(in) :: con1
4113 type(csr_pdt(RKG)) ,
intent(in) :: con2
4119 pure elemental module function iseq_D0_D0_PSRK2(con1, con2)
result(itis)
4120#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4121 !DEC$ ATTRIBUTES DLLEXPORT :: iseq_D0_D0_PSRK2
4124 type(csr_pdt(RKG)) ,
intent(in) :: con1
4125 type(csr_pdt(RKG)) ,
intent(in) :: con2
4131 pure elemental module function iseq_D0_D0_PSRK1(con1, con2)
result(itis)
4132#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4133 !DEC$ ATTRIBUTES DLLEXPORT :: iseq_D0_D0_PSRK1
4136 type(csr_pdt(RKG)) ,
intent(in) :: con1
4137 type(csr_pdt(RKG)) ,
intent(in) :: con2
4227 interface assignment(
=)
4231 pure elemental module subroutine assign_D0_D0_BSSK(destin, source)
4232#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4233 !DEC$ ATTRIBUTES DLLEXPORT :: assign_D0_D0_BSSK
4235 type(css_type) ,
intent(out) :: destin
4236 type(css_type) ,
intent(in) :: source
4239 pure elemental module subroutine assign_D0_D0_BSIK(destin, source)
4240#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4241 !DEC$ ATTRIBUTES DLLEXPORT :: assign_D0_D0_BSIK
4243 type(csi_type) ,
intent(out) :: destin
4244 type(csi_type) ,
intent(in) :: source
4247 pure elemental module subroutine assign_D0_D0_BSLK(destin, source)
4248#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4249 !DEC$ ATTRIBUTES DLLEXPORT :: assign_D0_D0_BSLK
4251 type(csl_type) ,
intent(out) :: destin
4252 type(csl_type) ,
intent(in) :: source
4255 pure elemental module subroutine assign_D0_D0_BSCK(destin, source)
4256#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4257 !DEC$ ATTRIBUTES DLLEXPORT :: assign_D0_D0_BSCK
4259 type(csc_type) ,
intent(out) :: destin
4260 type(csc_type) ,
intent(in) :: source
4263 pure elemental module subroutine assign_D0_D0_BSRK(destin, source)
4264#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4265 !DEC$ ATTRIBUTES DLLEXPORT :: assign_D0_D0_BSRK
4267 type(csr_type) ,
intent(out) :: destin
4268 type(csr_type) ,
intent(in) :: source
4276 pure elemental module subroutine assign_D0_D0_PSSK5(destin, source)
4277#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4278 !DEC$ ATTRIBUTES DLLEXPORT :: assign_D0_D0_PSSK5
4281 type(css_pdt(SKG)) ,
intent(out) :: destin
4282 type(css_pdt(SKG)) ,
intent(in) :: source
4287 pure elemental module subroutine assign_D0_D0_PSSK4(destin, source)
4288#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4289 !DEC$ ATTRIBUTES DLLEXPORT :: assign_D0_D0_PSSK4
4292 type(css_pdt(SKG)) ,
intent(out) :: destin
4293 type(css_pdt(SKG)) ,
intent(in) :: source
4298 pure elemental module subroutine assign_D0_D0_PSSK3(destin, source)
4299#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4300 !DEC$ ATTRIBUTES DLLEXPORT :: assign_D0_D0_PSSK3
4303 type(css_pdt(SKG)) ,
intent(out) :: destin
4304 type(css_pdt(SKG)) ,
intent(in) :: source
4309 pure elemental module subroutine assign_D0_D0_PSSK2(destin, source)
4310#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4311 !DEC$ ATTRIBUTES DLLEXPORT :: assign_D0_D0_PSSK2
4314 type(css_pdt(SKG)) ,
intent(out) :: destin
4315 type(css_pdt(SKG)) ,
intent(in) :: source
4320 pure elemental module subroutine assign_D0_D0_PSSK1(destin, source)
4321#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4322 !DEC$ ATTRIBUTES DLLEXPORT :: assign_D0_D0_PSSK1
4325 type(css_pdt(SKG)) ,
intent(out) :: destin
4326 type(css_pdt(SKG)) ,
intent(in) :: source
4333 pure elemental module subroutine assign_D0_D0_PSIK5(destin, source)
4334#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4335 !DEC$ ATTRIBUTES DLLEXPORT :: assign_D0_D0_PSIK5
4338 type(csi_pdt(IKG)) ,
intent(out) :: destin
4339 type(csi_pdt(IKG)) ,
intent(in) :: source
4344 pure elemental module subroutine assign_D0_D0_PSIK4(destin, source)
4345#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4346 !DEC$ ATTRIBUTES DLLEXPORT :: assign_D0_D0_PSIK4
4349 type(csi_pdt(IKG)) ,
intent(out) :: destin
4350 type(csi_pdt(IKG)) ,
intent(in) :: source
4355 pure elemental module subroutine assign_D0_D0_PSIK3(destin, source)
4356#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4357 !DEC$ ATTRIBUTES DLLEXPORT :: assign_D0_D0_PSIK3
4360 type(csi_pdt(IKG)) ,
intent(out) :: destin
4361 type(csi_pdt(IKG)) ,
intent(in) :: source
4366 pure elemental module subroutine assign_D0_D0_PSIK2(destin, source)
4367#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4368 !DEC$ ATTRIBUTES DLLEXPORT :: assign_D0_D0_PSIK2
4371 type(csi_pdt(IKG)) ,
intent(out) :: destin
4372 type(csi_pdt(IKG)) ,
intent(in) :: source
4377 pure elemental module subroutine assign_D0_D0_PSIK1(destin, source)
4378#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4379 !DEC$ ATTRIBUTES DLLEXPORT :: assign_D0_D0_PSIK1
4382 type(csi_pdt(IKG)) ,
intent(out) :: destin
4383 type(csi_pdt(IKG)) ,
intent(in) :: source
4390 pure elemental module subroutine assign_D0_D0_PSLK5(destin, source)
4391#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4392 !DEC$ ATTRIBUTES DLLEXPORT :: assign_D0_D0_PSLK5
4395 type(csl_pdt(LKG)) ,
intent(out) :: destin
4396 type(csl_pdt(LKG)) ,
intent(in) :: source
4401 pure elemental module subroutine assign_D0_D0_PSLK4(destin, source)
4402#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4403 !DEC$ ATTRIBUTES DLLEXPORT :: assign_D0_D0_PSLK4
4406 type(csl_pdt(LKG)) ,
intent(out) :: destin
4407 type(csl_pdt(LKG)) ,
intent(in) :: source
4412 pure elemental module subroutine assign_D0_D0_PSLK3(destin, source)
4413#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4414 !DEC$ ATTRIBUTES DLLEXPORT :: assign_D0_D0_PSLK3
4417 type(csl_pdt(LKG)) ,
intent(out) :: destin
4418 type(csl_pdt(LKG)) ,
intent(in) :: source
4423 pure elemental module subroutine assign_D0_D0_PSLK2(destin, source)
4424#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4425 !DEC$ ATTRIBUTES DLLEXPORT :: assign_D0_D0_PSLK2
4428 type(csl_pdt(LKG)) ,
intent(out) :: destin
4429 type(csl_pdt(LKG)) ,
intent(in) :: source
4434 pure elemental module subroutine assign_D0_D0_PSLK1(destin, source)
4435#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4436 !DEC$ ATTRIBUTES DLLEXPORT :: assign_D0_D0_PSLK1
4439 type(csl_pdt(LKG)) ,
intent(out) :: destin
4440 type(csl_pdt(LKG)) ,
intent(in) :: source
4447 pure elemental module subroutine assign_D0_D0_PSCK5(destin, source)
4448#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4449 !DEC$ ATTRIBUTES DLLEXPORT :: assign_D0_D0_PSCK5
4452 type(csc_pdt(CKG)) ,
intent(out) :: destin
4453 type(csc_pdt(CKG)) ,
intent(in) :: source
4458 pure elemental module subroutine assign_D0_D0_PSCK4(destin, source)
4459#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4460 !DEC$ ATTRIBUTES DLLEXPORT :: assign_D0_D0_PSCK4
4463 type(csc_pdt(CKG)) ,
intent(out) :: destin
4464 type(csc_pdt(CKG)) ,
intent(in) :: source
4469 pure elemental module subroutine assign_D0_D0_PSCK3(destin, source)
4470#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4471 !DEC$ ATTRIBUTES DLLEXPORT :: assign_D0_D0_PSCK3
4474 type(csc_pdt(CKG)) ,
intent(out) :: destin
4475 type(csc_pdt(CKG)) ,
intent(in) :: source
4480 pure elemental module subroutine assign_D0_D0_PSCK2(destin, source)
4481#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4482 !DEC$ ATTRIBUTES DLLEXPORT :: assign_D0_D0_PSCK2
4485 type(csc_pdt(CKG)) ,
intent(out) :: destin
4486 type(csc_pdt(CKG)) ,
intent(in) :: source
4491 pure elemental module subroutine assign_D0_D0_PSCK1(destin, source)
4492#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4493 !DEC$ ATTRIBUTES DLLEXPORT :: assign_D0_D0_PSCK1
4496 type(csc_pdt(CKG)) ,
intent(out) :: destin
4497 type(csc_pdt(CKG)) ,
intent(in) :: source
4504 pure elemental module subroutine assign_D0_D0_PSRK5(destin, source)
4505#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4506 !DEC$ ATTRIBUTES DLLEXPORT :: assign_D0_D0_PSRK5
4509 type(csr_pdt(RKG)) ,
intent(out) :: destin
4510 type(csr_pdt(RKG)) ,
intent(in) :: source
4515 pure elemental module subroutine assign_D0_D0_PSRK4(destin, source)
4516#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4517 !DEC$ ATTRIBUTES DLLEXPORT :: assign_D0_D0_PSRK4
4520 type(csr_pdt(RKG)) ,
intent(out) :: destin
4521 type(csr_pdt(RKG)) ,
intent(in) :: source
4526 pure elemental module subroutine assign_D0_D0_PSRK3(destin, source)
4527#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4528 !DEC$ ATTRIBUTES DLLEXPORT :: assign_D0_D0_PSRK3
4531 type(csr_pdt(RKG)) ,
intent(out) :: destin
4532 type(csr_pdt(RKG)) ,
intent(in) :: source
4537 pure elemental module subroutine assign_D0_D0_PSRK2(destin, source)
4538#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4539 !DEC$ ATTRIBUTES DLLEXPORT :: assign_D0_D0_PSRK2
4542 type(csr_pdt(RKG)) ,
intent(out) :: destin
4543 type(csr_pdt(RKG)) ,
intent(in) :: source
4548 pure elemental module subroutine assign_D0_D0_PSRK1(destin, source)
4549#if __INTEL_COMPILER && DLL_ENABLED && (_WIN32 || _WIN64)
4550 !DEC$ ATTRIBUTES DLLEXPORT :: assign_D0_D0_PSRK1
4553 type(csr_pdt(RKG)) ,
intent(out) :: destin
4554 type(csr_pdt(RKG)) ,
intent(in) :: source
This module contains the derived types for generating allocatable containers of scalar,...
This module defines the relevant Fortran kind type-parameters frequently used in the ParaMonte librar...
integer, parameter RK
The default real kind in the ParaMonte library: real64 in Fortran, c_double in C-Fortran Interoperati...
integer, parameter LK
The default logical kind in the ParaMonte library: kind(.true.) in Fortran, kind(....
integer, parameter CK
The default complex kind in the ParaMonte library: real64 in Fortran, c_double_complex in C-Fortran I...
integer, parameter IK
The default integer kind in the ParaMonte library: int32 in Fortran, c_int32_t in C-Fortran Interoper...
integer, parameter SK
The default character kind in the ParaMonte library: kind("a") in Fortran, c_char in C-Fortran Intero...
This is the parameterized derived type for generating a container of a cube component of type complex...
This is the derived type for generating a container of a cube component of type complex of default ki...
This is the parameterized derived type for generating a container of a cube component of type integer...
This is the derived type for generating a container of a cube component of type integer of default ki...
This is the parameterized derived type for generating a container of a cube component of type logical...
This is the derived type for generating a container of a cube component of type logical of default ki...
This is the derived type for generating a container of a cube component of type unlimited polymorphic...
This is the parameterized derived type for generating a container of a cube component of type real of...
This is the derived type for generating a container of a cube component of type real of default kind ...
This is the parameterized derived type for generating a container of a cube component of type charact...
This is the derived type for generating a container of a cube component of type character of default ...
This is the parameterized derived type for generating a container of a matrix component of type compl...
This is the derived type for generating a container of a matrix component of type complex of default ...
This is the parameterized derived type for generating a container of a matrix component of type integ...
This is the derived type for generating a container of a matrix component of type integer of default ...
This is the parameterized derived type for generating a container of a matrix component of type logic...
This is the derived type for generating a container of a matrix component of type logical of default ...
This is the derived type for generating a container of a matrix component of type unlimited polymorph...
This is the parameterized derived type for generating a container of a matrix component of type real ...
This is the derived type for generating a container of a matrix component of type real of default kin...
This is the parameterized derived type for generating a container of a matrix component of type chara...
This is the derived type for generating a container of a matrix component of type character of defaul...
This is the csc_pdt parameterized type for generating instances of container of scalar of complex obj...
This is the csc_type type for generating instances of container of scalar of logical objects.
This is the csi_pdt parameterized type for generating instances of container of scalar of integer obj...
This is the csi_type type for generating instances of container of scalar of integer objects.
This is the csl_pdt parameterized type for generating instances of container of scalar of logical obj...
This is the csl_type type for generating instances of container of scalar of logical objects.
This is the csp_type type for generating instances of container of scalar unlimited polymorphic objec...
This is the csr_pdt parameterized type for generating instances of container of scalar of real object...
This is the csr_type type for generating instances of container of scalar of logical objects.
This is the css_pdt parameterized type for generating instances of container of scalar of string obje...
This is the css_type type for generating instances of container of scalar of string objects.
This is the parameterized derived type for generating a container of an allocatable vector component ...
This is the derived type for generating a container of a vector component of type complex of default ...
This is the parameterized derived type for generating a container of a vector component of type integ...
This is the derived type for generating a container of a vector component of type integer of default ...
This is the parameterized derived type for generating a container of an allocatable vector component ...
This is the derived type for generating a container of a vector component of type logical of default ...
This is the derived type for generating a container of a vector component of type unlimited polymorph...
This is the parameterized derived type for generating a container of an allocatable vector component ...
This is the derived type for generating a container of a vector component of type real of default kin...
This is the parameterized derived type for generating a container of a vector component of type chara...
This is the derived type for generating a container of a vector component of type character of defaul...