[suitesparse] 03/10: Package new GraphBLAS library:

Sébastien Villemot sebastien at debian.org
Sat Dec 9 21:40:21 UTC 2017


This is an automated email from the git hooks/post-receive script.

sebastien pushed a commit to branch master
in repository suitesparse.

commit d81d1ad2056a08b0dd17654586612b97b4d9aa84
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Sun Dec 3 21:37:27 2017 +0100

    Package new GraphBLAS library:
    
    + new libgraphblas1 package.
    + add Build-Depends on cmake.
    + cmake.patch: new patch, fixes installation paths of the library.
    + install GraphBLAS.h include in libsuitesparse-dev.
    + install GraphBLAS_Userguide.pdf, and register it into doc-base.
    
    Gbp-Dch: Full
---
 debian/control                               |   24 +-
 debian/libgraphblas1.install                 |    1 +
 debian/libgraphblas1.symbols                 | 3519 ++++++++++++++++++++++++++
 debian/libsuitesparse-dev.install            |    3 +-
 debian/libsuitesparse-doc.doc-base.graphblas |   14 +
 debian/libsuitesparse-doc.docs               |    1 +
 debian/patches/cmake.patch                   |   29 +
 debian/patches/series                        |    1 +
 debian/rules                                 |   19 +-
 9 files changed, 3608 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 77e660a..eb563d4 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,8 @@ Build-Depends: debhelper (>= 10),
                gfortran,
                libblas-dev,
                liblapack-dev,
-               libmetis-dev
+               libmetis-dev,
+               cmake
 Standards-Version: 4.1.2
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/suitesparse.git
 Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/suitesparse.git
@@ -206,6 +207,25 @@ Description: sparse QR factorization library
  SuiteSparseQR (SPQR) is a multithreaded, multifrontal, rank-revealing sparse
  QR factorization method.
 
+Package: libgraphblas1
+Architecture: any
+Multi-Arch: same
+Section: libs
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Pre-Depends: ${misc:Pre-Depends}
+Description: graph algorithms via sparse matrix operations on semirings
+ Suitesparse is a collection of libraries for computations involving
+ sparse matrices.
+ .
+ SuiteSparse:GraphBLAS is an full implementation of the GraphBLAS standard,
+ which defines a set of sparse matrix operations on an extended algebra of
+ semirings using an almost unlimited variety of operators and types. When
+ applied to sparse adjacency matrices, these algebraic operations are
+ equivalent to computations on graphs. GraphBLAS provides a powerful and
+ expressive framework for creating graph algorithms based on the elegant
+ mathematics of sparse matrix operations on a semiring.
+
 Package: libsuitesparseconfig5
 Architecture: any
 Multi-Arch: same
@@ -270,6 +290,8 @@ Description: libraries for sparse matrices computations (development files)
  .
  SPQR        sparse QR factorization
  .
+ GraphBLAS   graph algorithms via sparse matrix operations on semirings
+ .
  SuiteSparse_config    configuration routines for all the above packages.
  .
  This package contains the static libraries and header files.
diff --git a/debian/libgraphblas1.install b/debian/libgraphblas1.install
new file mode 100644
index 0000000..f06076c
--- /dev/null
+++ b/debian/libgraphblas1.install
@@ -0,0 +1 @@
+/usr/lib/*/libgraphblas.so.*
diff --git a/debian/libgraphblas1.symbols b/debian/libgraphblas1.symbols
new file mode 100644
index 0000000..290fe0f
--- /dev/null
+++ b/debian/libgraphblas1.symbols
@@ -0,0 +1,3519 @@
+libgraphblas.so.1 libgraphblas1 #MINVER#
+ GB_ABS_f_BOOL at Base 5.0.0
+ GB_ABS_f_FP32 at Base 5.0.0
+ GB_ABS_f_FP64 at Base 5.0.0
+ GB_ABS_f_INT16 at Base 5.0.0
+ GB_ABS_f_INT32 at Base 5.0.0
+ GB_ABS_f_INT64 at Base 5.0.0
+ GB_ABS_f_INT8 at Base 5.0.0
+ GB_ABS_f_UINT16 at Base 5.0.0
+ GB_ABS_f_UINT32 at Base 5.0.0
+ GB_ABS_f_UINT64 at Base 5.0.0
+ GB_ABS_f_UINT8 at Base 5.0.0
+ GB_ABS_opaque_BOOL at Base 5.0.0
+ GB_ABS_opaque_FP32 at Base 5.0.0
+ GB_ABS_opaque_FP64 at Base 5.0.0
+ GB_ABS_opaque_INT16 at Base 5.0.0
+ GB_ABS_opaque_INT32 at Base 5.0.0
+ GB_ABS_opaque_INT64 at Base 5.0.0
+ GB_ABS_opaque_INT8 at Base 5.0.0
+ GB_ABS_opaque_UINT16 at Base 5.0.0
+ GB_ABS_opaque_UINT32 at Base 5.0.0
+ GB_ABS_opaque_UINT64 at Base 5.0.0
+ GB_ABS_opaque_UINT8 at Base 5.0.0
+ GB_AINV_f_BOOL at Base 5.0.0
+ GB_AINV_f_FP32 at Base 5.0.0
+ GB_AINV_f_FP64 at Base 5.0.0
+ GB_AINV_f_INT16 at Base 5.0.0
+ GB_AINV_f_INT32 at Base 5.0.0
+ GB_AINV_f_INT64 at Base 5.0.0
+ GB_AINV_f_INT8 at Base 5.0.0
+ GB_AINV_f_UINT16 at Base 5.0.0
+ GB_AINV_f_UINT32 at Base 5.0.0
+ GB_AINV_f_UINT64 at Base 5.0.0
+ GB_AINV_f_UINT8 at Base 5.0.0
+ GB_AINV_opaque_BOOL at Base 5.0.0
+ GB_AINV_opaque_FP32 at Base 5.0.0
+ GB_AINV_opaque_FP64 at Base 5.0.0
+ GB_AINV_opaque_INT16 at Base 5.0.0
+ GB_AINV_opaque_INT32 at Base 5.0.0
+ GB_AINV_opaque_INT64 at Base 5.0.0
+ GB_AINV_opaque_INT8 at Base 5.0.0
+ GB_AINV_opaque_UINT16 at Base 5.0.0
+ GB_AINV_opaque_UINT32 at Base 5.0.0
+ GB_AINV_opaque_UINT64 at Base 5.0.0
+ GB_AINV_opaque_UINT8 at Base 5.0.0
+ GB_ALL_opaque at Base 5.0.0
+ GB_AxB_builtin at Base 5.0.0
+ GB_AxB_flopcount at Base 5.0.0
+ GB_AxB_numeric at Base 5.0.0
+ GB_AxB_symbolic at Base 5.0.0
+ GB_BinaryOp_check at Base 5.0.0
+ GB_BinaryOp_compatible at Base 5.0.0
+ GB_BinaryOp_new at Base 5.0.0
+ GB_DIV_f_BOOL at Base 5.0.0
+ GB_DIV_f_FP32 at Base 5.0.0
+ GB_DIV_f_FP64 at Base 5.0.0
+ GB_DIV_f_INT16 at Base 5.0.0
+ GB_DIV_f_INT32 at Base 5.0.0
+ GB_DIV_f_INT64 at Base 5.0.0
+ GB_DIV_f_INT8 at Base 5.0.0
+ GB_DIV_f_UINT16 at Base 5.0.0
+ GB_DIV_f_UINT32 at Base 5.0.0
+ GB_DIV_f_UINT64 at Base 5.0.0
+ GB_DIV_f_UINT8 at Base 5.0.0
+ GB_DIV_opaque_BOOL at Base 5.0.0
+ GB_DIV_opaque_FP32 at Base 5.0.0
+ GB_DIV_opaque_FP64 at Base 5.0.0
+ GB_DIV_opaque_INT16 at Base 5.0.0
+ GB_DIV_opaque_INT32 at Base 5.0.0
+ GB_DIV_opaque_INT64 at Base 5.0.0
+ GB_DIV_opaque_INT8 at Base 5.0.0
+ GB_DIV_opaque_UINT16 at Base 5.0.0
+ GB_DIV_opaque_UINT32 at Base 5.0.0
+ GB_DIV_opaque_UINT64 at Base 5.0.0
+ GB_DIV_opaque_UINT8 at Base 5.0.0
+ GB_Descriptor_check at Base 5.0.0
+ GB_Descriptor_get at Base 5.0.0
+ GB_EQ_BOOL_MONOID_opaque at Base 5.0.0
+ GB_EQ_EQ_opaque_BOOL at Base 5.0.0
+ GB_EQ_EQ_opaque_FP32 at Base 5.0.0
+ GB_EQ_EQ_opaque_FP64 at Base 5.0.0
+ GB_EQ_EQ_opaque_INT16 at Base 5.0.0
+ GB_EQ_EQ_opaque_INT32 at Base 5.0.0
+ GB_EQ_EQ_opaque_INT64 at Base 5.0.0
+ GB_EQ_EQ_opaque_INT8 at Base 5.0.0
+ GB_EQ_EQ_opaque_UINT16 at Base 5.0.0
+ GB_EQ_EQ_opaque_UINT32 at Base 5.0.0
+ GB_EQ_EQ_opaque_UINT64 at Base 5.0.0
+ GB_EQ_EQ_opaque_UINT8 at Base 5.0.0
+ GB_EQ_FIRST_opaque_BOOL at Base 5.0.0
+ GB_EQ_GE_opaque_BOOL at Base 5.0.0
+ GB_EQ_GE_opaque_FP32 at Base 5.0.0
+ GB_EQ_GE_opaque_FP64 at Base 5.0.0
+ GB_EQ_GE_opaque_INT16 at Base 5.0.0
+ GB_EQ_GE_opaque_INT32 at Base 5.0.0
+ GB_EQ_GE_opaque_INT64 at Base 5.0.0
+ GB_EQ_GE_opaque_INT8 at Base 5.0.0
+ GB_EQ_GE_opaque_UINT16 at Base 5.0.0
+ GB_EQ_GE_opaque_UINT32 at Base 5.0.0
+ GB_EQ_GE_opaque_UINT64 at Base 5.0.0
+ GB_EQ_GE_opaque_UINT8 at Base 5.0.0
+ GB_EQ_GT_opaque_BOOL at Base 5.0.0
+ GB_EQ_GT_opaque_FP32 at Base 5.0.0
+ GB_EQ_GT_opaque_FP64 at Base 5.0.0
+ GB_EQ_GT_opaque_INT16 at Base 5.0.0
+ GB_EQ_GT_opaque_INT32 at Base 5.0.0
+ GB_EQ_GT_opaque_INT64 at Base 5.0.0
+ GB_EQ_GT_opaque_INT8 at Base 5.0.0
+ GB_EQ_GT_opaque_UINT16 at Base 5.0.0
+ GB_EQ_GT_opaque_UINT32 at Base 5.0.0
+ GB_EQ_GT_opaque_UINT64 at Base 5.0.0
+ GB_EQ_GT_opaque_UINT8 at Base 5.0.0
+ GB_EQ_LAND_opaque_BOOL at Base 5.0.0
+ GB_EQ_LE_opaque_BOOL at Base 5.0.0
+ GB_EQ_LE_opaque_FP32 at Base 5.0.0
+ GB_EQ_LE_opaque_FP64 at Base 5.0.0
+ GB_EQ_LE_opaque_INT16 at Base 5.0.0
+ GB_EQ_LE_opaque_INT32 at Base 5.0.0
+ GB_EQ_LE_opaque_INT64 at Base 5.0.0
+ GB_EQ_LE_opaque_INT8 at Base 5.0.0
+ GB_EQ_LE_opaque_UINT16 at Base 5.0.0
+ GB_EQ_LE_opaque_UINT32 at Base 5.0.0
+ GB_EQ_LE_opaque_UINT64 at Base 5.0.0
+ GB_EQ_LE_opaque_UINT8 at Base 5.0.0
+ GB_EQ_LOR_opaque_BOOL at Base 5.0.0
+ GB_EQ_LT_opaque_BOOL at Base 5.0.0
+ GB_EQ_LT_opaque_FP32 at Base 5.0.0
+ GB_EQ_LT_opaque_FP64 at Base 5.0.0
+ GB_EQ_LT_opaque_INT16 at Base 5.0.0
+ GB_EQ_LT_opaque_INT32 at Base 5.0.0
+ GB_EQ_LT_opaque_INT64 at Base 5.0.0
+ GB_EQ_LT_opaque_INT8 at Base 5.0.0
+ GB_EQ_LT_opaque_UINT16 at Base 5.0.0
+ GB_EQ_LT_opaque_UINT32 at Base 5.0.0
+ GB_EQ_LT_opaque_UINT64 at Base 5.0.0
+ GB_EQ_LT_opaque_UINT8 at Base 5.0.0
+ GB_EQ_LXOR_opaque_BOOL at Base 5.0.0
+ GB_EQ_NE_opaque_BOOL at Base 5.0.0
+ GB_EQ_NE_opaque_FP32 at Base 5.0.0
+ GB_EQ_NE_opaque_FP64 at Base 5.0.0
+ GB_EQ_NE_opaque_INT16 at Base 5.0.0
+ GB_EQ_NE_opaque_INT32 at Base 5.0.0
+ GB_EQ_NE_opaque_INT64 at Base 5.0.0
+ GB_EQ_NE_opaque_INT8 at Base 5.0.0
+ GB_EQ_NE_opaque_UINT16 at Base 5.0.0
+ GB_EQ_NE_opaque_UINT32 at Base 5.0.0
+ GB_EQ_NE_opaque_UINT64 at Base 5.0.0
+ GB_EQ_NE_opaque_UINT8 at Base 5.0.0
+ GB_EQ_SECOND_opaque_BOOL at Base 5.0.0
+ GB_EQ_f_BOOL at Base 5.0.0
+ GB_EQ_f_FP32 at Base 5.0.0
+ GB_EQ_f_FP64 at Base 5.0.0
+ GB_EQ_f_INT16 at Base 5.0.0
+ GB_EQ_f_INT32 at Base 5.0.0
+ GB_EQ_f_INT64 at Base 5.0.0
+ GB_EQ_f_INT8 at Base 5.0.0
+ GB_EQ_f_UINT16 at Base 5.0.0
+ GB_EQ_f_UINT32 at Base 5.0.0
+ GB_EQ_f_UINT64 at Base 5.0.0
+ GB_EQ_f_UINT8 at Base 5.0.0
+ GB_EQ_opaque_BOOL at Base 5.0.0
+ GB_EQ_opaque_FP32 at Base 5.0.0
+ GB_EQ_opaque_FP64 at Base 5.0.0
+ GB_EQ_opaque_INT16 at Base 5.0.0
+ GB_EQ_opaque_INT32 at Base 5.0.0
+ GB_EQ_opaque_INT64 at Base 5.0.0
+ GB_EQ_opaque_INT8 at Base 5.0.0
+ GB_EQ_opaque_UINT16 at Base 5.0.0
+ GB_EQ_opaque_UINT32 at Base 5.0.0
+ GB_EQ_opaque_UINT64 at Base 5.0.0
+ GB_EQ_opaque_UINT8 at Base 5.0.0
+ GB_Entry_print at Base 5.0.0
+ GB_FIRST_f_BOOL at Base 5.0.0
+ GB_FIRST_f_FP32 at Base 5.0.0
+ GB_FIRST_f_FP64 at Base 5.0.0
+ GB_FIRST_f_INT16 at Base 5.0.0
+ GB_FIRST_f_INT32 at Base 5.0.0
+ GB_FIRST_f_INT64 at Base 5.0.0
+ GB_FIRST_f_INT8 at Base 5.0.0
+ GB_FIRST_f_UINT16 at Base 5.0.0
+ GB_FIRST_f_UINT32 at Base 5.0.0
+ GB_FIRST_f_UINT64 at Base 5.0.0
+ GB_FIRST_f_UINT8 at Base 5.0.0
+ GB_FIRST_opaque_BOOL at Base 5.0.0
+ GB_FIRST_opaque_FP32 at Base 5.0.0
+ GB_FIRST_opaque_FP64 at Base 5.0.0
+ GB_FIRST_opaque_INT16 at Base 5.0.0
+ GB_FIRST_opaque_INT32 at Base 5.0.0
+ GB_FIRST_opaque_INT64 at Base 5.0.0
+ GB_FIRST_opaque_INT8 at Base 5.0.0
+ GB_FIRST_opaque_UINT16 at Base 5.0.0
+ GB_FIRST_opaque_UINT32 at Base 5.0.0
+ GB_FIRST_opaque_UINT64 at Base 5.0.0
+ GB_FIRST_opaque_UINT8 at Base 5.0.0
+ GB_Flag_alloc at Base 5.0.0
+ GB_Flag_free at Base 5.0.0
+ GB_GE_f_BOOL at Base 5.0.0
+ GB_GE_f_FP32 at Base 5.0.0
+ GB_GE_f_FP64 at Base 5.0.0
+ GB_GE_f_INT16 at Base 5.0.0
+ GB_GE_f_INT32 at Base 5.0.0
+ GB_GE_f_INT64 at Base 5.0.0
+ GB_GE_f_INT8 at Base 5.0.0
+ GB_GE_f_UINT16 at Base 5.0.0
+ GB_GE_f_UINT32 at Base 5.0.0
+ GB_GE_f_UINT64 at Base 5.0.0
+ GB_GE_f_UINT8 at Base 5.0.0
+ GB_GE_opaque_BOOL at Base 5.0.0
+ GB_GE_opaque_FP32 at Base 5.0.0
+ GB_GE_opaque_FP64 at Base 5.0.0
+ GB_GE_opaque_INT16 at Base 5.0.0
+ GB_GE_opaque_INT32 at Base 5.0.0
+ GB_GE_opaque_INT64 at Base 5.0.0
+ GB_GE_opaque_INT8 at Base 5.0.0
+ GB_GE_opaque_UINT16 at Base 5.0.0
+ GB_GE_opaque_UINT32 at Base 5.0.0
+ GB_GE_opaque_UINT64 at Base 5.0.0
+ GB_GE_opaque_UINT8 at Base 5.0.0
+ GB_GT_f_BOOL at Base 5.0.0
+ GB_GT_f_FP32 at Base 5.0.0
+ GB_GT_f_FP64 at Base 5.0.0
+ GB_GT_f_INT16 at Base 5.0.0
+ GB_GT_f_INT32 at Base 5.0.0
+ GB_GT_f_INT64 at Base 5.0.0
+ GB_GT_f_INT8 at Base 5.0.0
+ GB_GT_f_UINT16 at Base 5.0.0
+ GB_GT_f_UINT32 at Base 5.0.0
+ GB_GT_f_UINT64 at Base 5.0.0
+ GB_GT_f_UINT8 at Base 5.0.0
+ GB_GT_opaque_BOOL at Base 5.0.0
+ GB_GT_opaque_FP32 at Base 5.0.0
+ GB_GT_opaque_FP64 at Base 5.0.0
+ GB_GT_opaque_INT16 at Base 5.0.0
+ GB_GT_opaque_INT32 at Base 5.0.0
+ GB_GT_opaque_INT64 at Base 5.0.0
+ GB_GT_opaque_INT8 at Base 5.0.0
+ GB_GT_opaque_UINT16 at Base 5.0.0
+ GB_GT_opaque_UINT32 at Base 5.0.0
+ GB_GT_opaque_UINT64 at Base 5.0.0
+ GB_GT_opaque_UINT8 at Base 5.0.0
+ GB_IDENTITY_f_BOOL at Base 5.0.0
+ GB_IDENTITY_f_FP32 at Base 5.0.0
+ GB_IDENTITY_f_FP64 at Base 5.0.0
+ GB_IDENTITY_f_INT16 at Base 5.0.0
+ GB_IDENTITY_f_INT32 at Base 5.0.0
+ GB_IDENTITY_f_INT64 at Base 5.0.0
+ GB_IDENTITY_f_INT8 at Base 5.0.0
+ GB_IDENTITY_f_UINT16 at Base 5.0.0
+ GB_IDENTITY_f_UINT32 at Base 5.0.0
+ GB_IDENTITY_f_UINT64 at Base 5.0.0
+ GB_IDENTITY_f_UINT8 at Base 5.0.0
+ GB_IDENTITY_opaque_BOOL at Base 5.0.0
+ GB_IDENTITY_opaque_FP32 at Base 5.0.0
+ GB_IDENTITY_opaque_FP64 at Base 5.0.0
+ GB_IDENTITY_opaque_INT16 at Base 5.0.0
+ GB_IDENTITY_opaque_INT32 at Base 5.0.0
+ GB_IDENTITY_opaque_INT64 at Base 5.0.0
+ GB_IDENTITY_opaque_INT8 at Base 5.0.0
+ GB_IDENTITY_opaque_UINT16 at Base 5.0.0
+ GB_IDENTITY_opaque_UINT32 at Base 5.0.0
+ GB_IDENTITY_opaque_UINT64 at Base 5.0.0
+ GB_IDENTITY_opaque_UINT8 at Base 5.0.0
+ GB_ISEQ_f_BOOL at Base 5.0.0
+ GB_ISEQ_f_FP32 at Base 5.0.0
+ GB_ISEQ_f_FP64 at Base 5.0.0
+ GB_ISEQ_f_INT16 at Base 5.0.0
+ GB_ISEQ_f_INT32 at Base 5.0.0
+ GB_ISEQ_f_INT64 at Base 5.0.0
+ GB_ISEQ_f_INT8 at Base 5.0.0
+ GB_ISEQ_f_UINT16 at Base 5.0.0
+ GB_ISEQ_f_UINT32 at Base 5.0.0
+ GB_ISEQ_f_UINT64 at Base 5.0.0
+ GB_ISEQ_f_UINT8 at Base 5.0.0
+ GB_ISEQ_opaque_BOOL at Base 5.0.0
+ GB_ISEQ_opaque_FP32 at Base 5.0.0
+ GB_ISEQ_opaque_FP64 at Base 5.0.0
+ GB_ISEQ_opaque_INT16 at Base 5.0.0
+ GB_ISEQ_opaque_INT32 at Base 5.0.0
+ GB_ISEQ_opaque_INT64 at Base 5.0.0
+ GB_ISEQ_opaque_INT8 at Base 5.0.0
+ GB_ISEQ_opaque_UINT16 at Base 5.0.0
+ GB_ISEQ_opaque_UINT32 at Base 5.0.0
+ GB_ISEQ_opaque_UINT64 at Base 5.0.0
+ GB_ISEQ_opaque_UINT8 at Base 5.0.0
+ GB_ISGE_f_BOOL at Base 5.0.0
+ GB_ISGE_f_FP32 at Base 5.0.0
+ GB_ISGE_f_FP64 at Base 5.0.0
+ GB_ISGE_f_INT16 at Base 5.0.0
+ GB_ISGE_f_INT32 at Base 5.0.0
+ GB_ISGE_f_INT64 at Base 5.0.0
+ GB_ISGE_f_INT8 at Base 5.0.0
+ GB_ISGE_f_UINT16 at Base 5.0.0
+ GB_ISGE_f_UINT32 at Base 5.0.0
+ GB_ISGE_f_UINT64 at Base 5.0.0
+ GB_ISGE_f_UINT8 at Base 5.0.0
+ GB_ISGE_opaque_BOOL at Base 5.0.0
+ GB_ISGE_opaque_FP32 at Base 5.0.0
+ GB_ISGE_opaque_FP64 at Base 5.0.0
+ GB_ISGE_opaque_INT16 at Base 5.0.0
+ GB_ISGE_opaque_INT32 at Base 5.0.0
+ GB_ISGE_opaque_INT64 at Base 5.0.0
+ GB_ISGE_opaque_INT8 at Base 5.0.0
+ GB_ISGE_opaque_UINT16 at Base 5.0.0
+ GB_ISGE_opaque_UINT32 at Base 5.0.0
+ GB_ISGE_opaque_UINT64 at Base 5.0.0
+ GB_ISGE_opaque_UINT8 at Base 5.0.0
+ GB_ISGT_f_BOOL at Base 5.0.0
+ GB_ISGT_f_FP32 at Base 5.0.0
+ GB_ISGT_f_FP64 at Base 5.0.0
+ GB_ISGT_f_INT16 at Base 5.0.0
+ GB_ISGT_f_INT32 at Base 5.0.0
+ GB_ISGT_f_INT64 at Base 5.0.0
+ GB_ISGT_f_INT8 at Base 5.0.0
+ GB_ISGT_f_UINT16 at Base 5.0.0
+ GB_ISGT_f_UINT32 at Base 5.0.0
+ GB_ISGT_f_UINT64 at Base 5.0.0
+ GB_ISGT_f_UINT8 at Base 5.0.0
+ GB_ISGT_opaque_BOOL at Base 5.0.0
+ GB_ISGT_opaque_FP32 at Base 5.0.0
+ GB_ISGT_opaque_FP64 at Base 5.0.0
+ GB_ISGT_opaque_INT16 at Base 5.0.0
+ GB_ISGT_opaque_INT32 at Base 5.0.0
+ GB_ISGT_opaque_INT64 at Base 5.0.0
+ GB_ISGT_opaque_INT8 at Base 5.0.0
+ GB_ISGT_opaque_UINT16 at Base 5.0.0
+ GB_ISGT_opaque_UINT32 at Base 5.0.0
+ GB_ISGT_opaque_UINT64 at Base 5.0.0
+ GB_ISGT_opaque_UINT8 at Base 5.0.0
+ GB_ISLE_f_BOOL at Base 5.0.0
+ GB_ISLE_f_FP32 at Base 5.0.0
+ GB_ISLE_f_FP64 at Base 5.0.0
+ GB_ISLE_f_INT16 at Base 5.0.0
+ GB_ISLE_f_INT32 at Base 5.0.0
+ GB_ISLE_f_INT64 at Base 5.0.0
+ GB_ISLE_f_INT8 at Base 5.0.0
+ GB_ISLE_f_UINT16 at Base 5.0.0
+ GB_ISLE_f_UINT32 at Base 5.0.0
+ GB_ISLE_f_UINT64 at Base 5.0.0
+ GB_ISLE_f_UINT8 at Base 5.0.0
+ GB_ISLE_opaque_BOOL at Base 5.0.0
+ GB_ISLE_opaque_FP32 at Base 5.0.0
+ GB_ISLE_opaque_FP64 at Base 5.0.0
+ GB_ISLE_opaque_INT16 at Base 5.0.0
+ GB_ISLE_opaque_INT32 at Base 5.0.0
+ GB_ISLE_opaque_INT64 at Base 5.0.0
+ GB_ISLE_opaque_INT8 at Base 5.0.0
+ GB_ISLE_opaque_UINT16 at Base 5.0.0
+ GB_ISLE_opaque_UINT32 at Base 5.0.0
+ GB_ISLE_opaque_UINT64 at Base 5.0.0
+ GB_ISLE_opaque_UINT8 at Base 5.0.0
+ GB_ISLT_f_BOOL at Base 5.0.0
+ GB_ISLT_f_FP32 at Base 5.0.0
+ GB_ISLT_f_FP64 at Base 5.0.0
+ GB_ISLT_f_INT16 at Base 5.0.0
+ GB_ISLT_f_INT32 at Base 5.0.0
+ GB_ISLT_f_INT64 at Base 5.0.0
+ GB_ISLT_f_INT8 at Base 5.0.0
+ GB_ISLT_f_UINT16 at Base 5.0.0
+ GB_ISLT_f_UINT32 at Base 5.0.0
+ GB_ISLT_f_UINT64 at Base 5.0.0
+ GB_ISLT_f_UINT8 at Base 5.0.0
+ GB_ISLT_opaque_BOOL at Base 5.0.0
+ GB_ISLT_opaque_FP32 at Base 5.0.0
+ GB_ISLT_opaque_FP64 at Base 5.0.0
+ GB_ISLT_opaque_INT16 at Base 5.0.0
+ GB_ISLT_opaque_INT32 at Base 5.0.0
+ GB_ISLT_opaque_INT64 at Base 5.0.0
+ GB_ISLT_opaque_INT8 at Base 5.0.0
+ GB_ISLT_opaque_UINT16 at Base 5.0.0
+ GB_ISLT_opaque_UINT32 at Base 5.0.0
+ GB_ISLT_opaque_UINT64 at Base 5.0.0
+ GB_ISLT_opaque_UINT8 at Base 5.0.0
+ GB_ISNE_f_BOOL at Base 5.0.0
+ GB_ISNE_f_FP32 at Base 5.0.0
+ GB_ISNE_f_FP64 at Base 5.0.0
+ GB_ISNE_f_INT16 at Base 5.0.0
+ GB_ISNE_f_INT32 at Base 5.0.0
+ GB_ISNE_f_INT64 at Base 5.0.0
+ GB_ISNE_f_INT8 at Base 5.0.0
+ GB_ISNE_f_UINT16 at Base 5.0.0
+ GB_ISNE_f_UINT32 at Base 5.0.0
+ GB_ISNE_f_UINT64 at Base 5.0.0
+ GB_ISNE_f_UINT8 at Base 5.0.0
+ GB_ISNE_opaque_BOOL at Base 5.0.0
+ GB_ISNE_opaque_FP32 at Base 5.0.0
+ GB_ISNE_opaque_FP64 at Base 5.0.0
+ GB_ISNE_opaque_INT16 at Base 5.0.0
+ GB_ISNE_opaque_INT32 at Base 5.0.0
+ GB_ISNE_opaque_INT64 at Base 5.0.0
+ GB_ISNE_opaque_INT8 at Base 5.0.0
+ GB_ISNE_opaque_UINT16 at Base 5.0.0
+ GB_ISNE_opaque_UINT32 at Base 5.0.0
+ GB_ISNE_opaque_UINT64 at Base 5.0.0
+ GB_ISNE_opaque_UINT8 at Base 5.0.0
+ GB_Index_multiply at Base 5.0.0
+ GB_LAND_BOOL_MONOID_opaque at Base 5.0.0
+ GB_LAND_EQ_opaque_BOOL at Base 5.0.0
+ GB_LAND_EQ_opaque_FP32 at Base 5.0.0
+ GB_LAND_EQ_opaque_FP64 at Base 5.0.0
+ GB_LAND_EQ_opaque_INT16 at Base 5.0.0
+ GB_LAND_EQ_opaque_INT32 at Base 5.0.0
+ GB_LAND_EQ_opaque_INT64 at Base 5.0.0
+ GB_LAND_EQ_opaque_INT8 at Base 5.0.0
+ GB_LAND_EQ_opaque_UINT16 at Base 5.0.0
+ GB_LAND_EQ_opaque_UINT32 at Base 5.0.0
+ GB_LAND_EQ_opaque_UINT64 at Base 5.0.0
+ GB_LAND_EQ_opaque_UINT8 at Base 5.0.0
+ GB_LAND_FIRST_opaque_BOOL at Base 5.0.0
+ GB_LAND_GE_opaque_BOOL at Base 5.0.0
+ GB_LAND_GE_opaque_FP32 at Base 5.0.0
+ GB_LAND_GE_opaque_FP64 at Base 5.0.0
+ GB_LAND_GE_opaque_INT16 at Base 5.0.0
+ GB_LAND_GE_opaque_INT32 at Base 5.0.0
+ GB_LAND_GE_opaque_INT64 at Base 5.0.0
+ GB_LAND_GE_opaque_INT8 at Base 5.0.0
+ GB_LAND_GE_opaque_UINT16 at Base 5.0.0
+ GB_LAND_GE_opaque_UINT32 at Base 5.0.0
+ GB_LAND_GE_opaque_UINT64 at Base 5.0.0
+ GB_LAND_GE_opaque_UINT8 at Base 5.0.0
+ GB_LAND_GT_opaque_BOOL at Base 5.0.0
+ GB_LAND_GT_opaque_FP32 at Base 5.0.0
+ GB_LAND_GT_opaque_FP64 at Base 5.0.0
+ GB_LAND_GT_opaque_INT16 at Base 5.0.0
+ GB_LAND_GT_opaque_INT32 at Base 5.0.0
+ GB_LAND_GT_opaque_INT64 at Base 5.0.0
+ GB_LAND_GT_opaque_INT8 at Base 5.0.0
+ GB_LAND_GT_opaque_UINT16 at Base 5.0.0
+ GB_LAND_GT_opaque_UINT32 at Base 5.0.0
+ GB_LAND_GT_opaque_UINT64 at Base 5.0.0
+ GB_LAND_GT_opaque_UINT8 at Base 5.0.0
+ GB_LAND_LAND_opaque_BOOL at Base 5.0.0
+ GB_LAND_LE_opaque_BOOL at Base 5.0.0
+ GB_LAND_LE_opaque_FP32 at Base 5.0.0
+ GB_LAND_LE_opaque_FP64 at Base 5.0.0
+ GB_LAND_LE_opaque_INT16 at Base 5.0.0
+ GB_LAND_LE_opaque_INT32 at Base 5.0.0
+ GB_LAND_LE_opaque_INT64 at Base 5.0.0
+ GB_LAND_LE_opaque_INT8 at Base 5.0.0
+ GB_LAND_LE_opaque_UINT16 at Base 5.0.0
+ GB_LAND_LE_opaque_UINT32 at Base 5.0.0
+ GB_LAND_LE_opaque_UINT64 at Base 5.0.0
+ GB_LAND_LE_opaque_UINT8 at Base 5.0.0
+ GB_LAND_LOR_opaque_BOOL at Base 5.0.0
+ GB_LAND_LT_opaque_BOOL at Base 5.0.0
+ GB_LAND_LT_opaque_FP32 at Base 5.0.0
+ GB_LAND_LT_opaque_FP64 at Base 5.0.0
+ GB_LAND_LT_opaque_INT16 at Base 5.0.0
+ GB_LAND_LT_opaque_INT32 at Base 5.0.0
+ GB_LAND_LT_opaque_INT64 at Base 5.0.0
+ GB_LAND_LT_opaque_INT8 at Base 5.0.0
+ GB_LAND_LT_opaque_UINT16 at Base 5.0.0
+ GB_LAND_LT_opaque_UINT32 at Base 5.0.0
+ GB_LAND_LT_opaque_UINT64 at Base 5.0.0
+ GB_LAND_LT_opaque_UINT8 at Base 5.0.0
+ GB_LAND_LXOR_opaque_BOOL at Base 5.0.0
+ GB_LAND_NE_opaque_BOOL at Base 5.0.0
+ GB_LAND_NE_opaque_FP32 at Base 5.0.0
+ GB_LAND_NE_opaque_FP64 at Base 5.0.0
+ GB_LAND_NE_opaque_INT16 at Base 5.0.0
+ GB_LAND_NE_opaque_INT32 at Base 5.0.0
+ GB_LAND_NE_opaque_INT64 at Base 5.0.0
+ GB_LAND_NE_opaque_INT8 at Base 5.0.0
+ GB_LAND_NE_opaque_UINT16 at Base 5.0.0
+ GB_LAND_NE_opaque_UINT32 at Base 5.0.0
+ GB_LAND_NE_opaque_UINT64 at Base 5.0.0
+ GB_LAND_NE_opaque_UINT8 at Base 5.0.0
+ GB_LAND_SECOND_opaque_BOOL at Base 5.0.0
+ GB_LAND_f_BOOL at Base 5.0.0
+ GB_LAND_f_FP32 at Base 5.0.0
+ GB_LAND_f_FP64 at Base 5.0.0
+ GB_LAND_f_INT16 at Base 5.0.0
+ GB_LAND_f_INT32 at Base 5.0.0
+ GB_LAND_f_INT64 at Base 5.0.0
+ GB_LAND_f_INT8 at Base 5.0.0
+ GB_LAND_f_UINT16 at Base 5.0.0
+ GB_LAND_f_UINT32 at Base 5.0.0
+ GB_LAND_f_UINT64 at Base 5.0.0
+ GB_LAND_f_UINT8 at Base 5.0.0
+ GB_LAND_opaque_BOOL at Base 5.0.0
+ GB_LAND_opaque_FP32 at Base 5.0.0
+ GB_LAND_opaque_FP64 at Base 5.0.0
+ GB_LAND_opaque_INT16 at Base 5.0.0
+ GB_LAND_opaque_INT32 at Base 5.0.0
+ GB_LAND_opaque_INT64 at Base 5.0.0
+ GB_LAND_opaque_INT8 at Base 5.0.0
+ GB_LAND_opaque_UINT16 at Base 5.0.0
+ GB_LAND_opaque_UINT32 at Base 5.0.0
+ GB_LAND_opaque_UINT64 at Base 5.0.0
+ GB_LAND_opaque_UINT8 at Base 5.0.0
+ GB_LE_f_BOOL at Base 5.0.0
+ GB_LE_f_FP32 at Base 5.0.0
+ GB_LE_f_FP64 at Base 5.0.0
+ GB_LE_f_INT16 at Base 5.0.0
+ GB_LE_f_INT32 at Base 5.0.0
+ GB_LE_f_INT64 at Base 5.0.0
+ GB_LE_f_INT8 at Base 5.0.0
+ GB_LE_f_UINT16 at Base 5.0.0
+ GB_LE_f_UINT32 at Base 5.0.0
+ GB_LE_f_UINT64 at Base 5.0.0
+ GB_LE_f_UINT8 at Base 5.0.0
+ GB_LE_opaque_BOOL at Base 5.0.0
+ GB_LE_opaque_FP32 at Base 5.0.0
+ GB_LE_opaque_FP64 at Base 5.0.0
+ GB_LE_opaque_INT16 at Base 5.0.0
+ GB_LE_opaque_INT32 at Base 5.0.0
+ GB_LE_opaque_INT64 at Base 5.0.0
+ GB_LE_opaque_INT8 at Base 5.0.0
+ GB_LE_opaque_UINT16 at Base 5.0.0
+ GB_LE_opaque_UINT32 at Base 5.0.0
+ GB_LE_opaque_UINT64 at Base 5.0.0
+ GB_LE_opaque_UINT8 at Base 5.0.0
+ GB_LNOT_f_BOOL at Base 5.0.0
+ GB_LNOT_f_FP32 at Base 5.0.0
+ GB_LNOT_f_FP64 at Base 5.0.0
+ GB_LNOT_f_INT16 at Base 5.0.0
+ GB_LNOT_f_INT32 at Base 5.0.0
+ GB_LNOT_f_INT64 at Base 5.0.0
+ GB_LNOT_f_INT8 at Base 5.0.0
+ GB_LNOT_f_UINT16 at Base 5.0.0
+ GB_LNOT_f_UINT32 at Base 5.0.0
+ GB_LNOT_f_UINT64 at Base 5.0.0
+ GB_LNOT_f_UINT8 at Base 5.0.0
+ GB_LNOT_opaque_BOOL at Base 5.0.0
+ GB_LNOT_opaque_FP32 at Base 5.0.0
+ GB_LNOT_opaque_FP64 at Base 5.0.0
+ GB_LNOT_opaque_INT16 at Base 5.0.0
+ GB_LNOT_opaque_INT32 at Base 5.0.0
+ GB_LNOT_opaque_INT64 at Base 5.0.0
+ GB_LNOT_opaque_INT8 at Base 5.0.0
+ GB_LNOT_opaque_UINT16 at Base 5.0.0
+ GB_LNOT_opaque_UINT32 at Base 5.0.0
+ GB_LNOT_opaque_UINT64 at Base 5.0.0
+ GB_LNOT_opaque_UINT8 at Base 5.0.0
+ GB_LOR_BOOL_MONOID_opaque at Base 5.0.0
+ GB_LOR_EQ_opaque_BOOL at Base 5.0.0
+ GB_LOR_EQ_opaque_FP32 at Base 5.0.0
+ GB_LOR_EQ_opaque_FP64 at Base 5.0.0
+ GB_LOR_EQ_opaque_INT16 at Base 5.0.0
+ GB_LOR_EQ_opaque_INT32 at Base 5.0.0
+ GB_LOR_EQ_opaque_INT64 at Base 5.0.0
+ GB_LOR_EQ_opaque_INT8 at Base 5.0.0
+ GB_LOR_EQ_opaque_UINT16 at Base 5.0.0
+ GB_LOR_EQ_opaque_UINT32 at Base 5.0.0
+ GB_LOR_EQ_opaque_UINT64 at Base 5.0.0
+ GB_LOR_EQ_opaque_UINT8 at Base 5.0.0
+ GB_LOR_FIRST_opaque_BOOL at Base 5.0.0
+ GB_LOR_GE_opaque_BOOL at Base 5.0.0
+ GB_LOR_GE_opaque_FP32 at Base 5.0.0
+ GB_LOR_GE_opaque_FP64 at Base 5.0.0
+ GB_LOR_GE_opaque_INT16 at Base 5.0.0
+ GB_LOR_GE_opaque_INT32 at Base 5.0.0
+ GB_LOR_GE_opaque_INT64 at Base 5.0.0
+ GB_LOR_GE_opaque_INT8 at Base 5.0.0
+ GB_LOR_GE_opaque_UINT16 at Base 5.0.0
+ GB_LOR_GE_opaque_UINT32 at Base 5.0.0
+ GB_LOR_GE_opaque_UINT64 at Base 5.0.0
+ GB_LOR_GE_opaque_UINT8 at Base 5.0.0
+ GB_LOR_GT_opaque_BOOL at Base 5.0.0
+ GB_LOR_GT_opaque_FP32 at Base 5.0.0
+ GB_LOR_GT_opaque_FP64 at Base 5.0.0
+ GB_LOR_GT_opaque_INT16 at Base 5.0.0
+ GB_LOR_GT_opaque_INT32 at Base 5.0.0
+ GB_LOR_GT_opaque_INT64 at Base 5.0.0
+ GB_LOR_GT_opaque_INT8 at Base 5.0.0
+ GB_LOR_GT_opaque_UINT16 at Base 5.0.0
+ GB_LOR_GT_opaque_UINT32 at Base 5.0.0
+ GB_LOR_GT_opaque_UINT64 at Base 5.0.0
+ GB_LOR_GT_opaque_UINT8 at Base 5.0.0
+ GB_LOR_LAND_opaque_BOOL at Base 5.0.0
+ GB_LOR_LE_opaque_BOOL at Base 5.0.0
+ GB_LOR_LE_opaque_FP32 at Base 5.0.0
+ GB_LOR_LE_opaque_FP64 at Base 5.0.0
+ GB_LOR_LE_opaque_INT16 at Base 5.0.0
+ GB_LOR_LE_opaque_INT32 at Base 5.0.0
+ GB_LOR_LE_opaque_INT64 at Base 5.0.0
+ GB_LOR_LE_opaque_INT8 at Base 5.0.0
+ GB_LOR_LE_opaque_UINT16 at Base 5.0.0
+ GB_LOR_LE_opaque_UINT32 at Base 5.0.0
+ GB_LOR_LE_opaque_UINT64 at Base 5.0.0
+ GB_LOR_LE_opaque_UINT8 at Base 5.0.0
+ GB_LOR_LOR_opaque_BOOL at Base 5.0.0
+ GB_LOR_LT_opaque_BOOL at Base 5.0.0
+ GB_LOR_LT_opaque_FP32 at Base 5.0.0
+ GB_LOR_LT_opaque_FP64 at Base 5.0.0
+ GB_LOR_LT_opaque_INT16 at Base 5.0.0
+ GB_LOR_LT_opaque_INT32 at Base 5.0.0
+ GB_LOR_LT_opaque_INT64 at Base 5.0.0
+ GB_LOR_LT_opaque_INT8 at Base 5.0.0
+ GB_LOR_LT_opaque_UINT16 at Base 5.0.0
+ GB_LOR_LT_opaque_UINT32 at Base 5.0.0
+ GB_LOR_LT_opaque_UINT64 at Base 5.0.0
+ GB_LOR_LT_opaque_UINT8 at Base 5.0.0
+ GB_LOR_LXOR_opaque_BOOL at Base 5.0.0
+ GB_LOR_NE_opaque_BOOL at Base 5.0.0
+ GB_LOR_NE_opaque_FP32 at Base 5.0.0
+ GB_LOR_NE_opaque_FP64 at Base 5.0.0
+ GB_LOR_NE_opaque_INT16 at Base 5.0.0
+ GB_LOR_NE_opaque_INT32 at Base 5.0.0
+ GB_LOR_NE_opaque_INT64 at Base 5.0.0
+ GB_LOR_NE_opaque_INT8 at Base 5.0.0
+ GB_LOR_NE_opaque_UINT16 at Base 5.0.0
+ GB_LOR_NE_opaque_UINT32 at Base 5.0.0
+ GB_LOR_NE_opaque_UINT64 at Base 5.0.0
+ GB_LOR_NE_opaque_UINT8 at Base 5.0.0
+ GB_LOR_SECOND_opaque_BOOL at Base 5.0.0
+ GB_LOR_f_BOOL at Base 5.0.0
+ GB_LOR_f_FP32 at Base 5.0.0
+ GB_LOR_f_FP64 at Base 5.0.0
+ GB_LOR_f_INT16 at Base 5.0.0
+ GB_LOR_f_INT32 at Base 5.0.0
+ GB_LOR_f_INT64 at Base 5.0.0
+ GB_LOR_f_INT8 at Base 5.0.0
+ GB_LOR_f_UINT16 at Base 5.0.0
+ GB_LOR_f_UINT32 at Base 5.0.0
+ GB_LOR_f_UINT64 at Base 5.0.0
+ GB_LOR_f_UINT8 at Base 5.0.0
+ GB_LOR_opaque_BOOL at Base 5.0.0
+ GB_LOR_opaque_FP32 at Base 5.0.0
+ GB_LOR_opaque_FP64 at Base 5.0.0
+ GB_LOR_opaque_INT16 at Base 5.0.0
+ GB_LOR_opaque_INT32 at Base 5.0.0
+ GB_LOR_opaque_INT64 at Base 5.0.0
+ GB_LOR_opaque_INT8 at Base 5.0.0
+ GB_LOR_opaque_UINT16 at Base 5.0.0
+ GB_LOR_opaque_UINT32 at Base 5.0.0
+ GB_LOR_opaque_UINT64 at Base 5.0.0
+ GB_LOR_opaque_UINT8 at Base 5.0.0
+ GB_LT_f_BOOL at Base 5.0.0
+ GB_LT_f_FP32 at Base 5.0.0
+ GB_LT_f_FP64 at Base 5.0.0
+ GB_LT_f_INT16 at Base 5.0.0
+ GB_LT_f_INT32 at Base 5.0.0
+ GB_LT_f_INT64 at Base 5.0.0
+ GB_LT_f_INT8 at Base 5.0.0
+ GB_LT_f_UINT16 at Base 5.0.0
+ GB_LT_f_UINT32 at Base 5.0.0
+ GB_LT_f_UINT64 at Base 5.0.0
+ GB_LT_f_UINT8 at Base 5.0.0
+ GB_LT_opaque_BOOL at Base 5.0.0
+ GB_LT_opaque_FP32 at Base 5.0.0
+ GB_LT_opaque_FP64 at Base 5.0.0
+ GB_LT_opaque_INT16 at Base 5.0.0
+ GB_LT_opaque_INT32 at Base 5.0.0
+ GB_LT_opaque_INT64 at Base 5.0.0
+ GB_LT_opaque_INT8 at Base 5.0.0
+ GB_LT_opaque_UINT16 at Base 5.0.0
+ GB_LT_opaque_UINT32 at Base 5.0.0
+ GB_LT_opaque_UINT64 at Base 5.0.0
+ GB_LT_opaque_UINT8 at Base 5.0.0
+ GB_LXOR_BOOL_MONOID_opaque at Base 5.0.0
+ GB_LXOR_EQ_opaque_BOOL at Base 5.0.0
+ GB_LXOR_EQ_opaque_FP32 at Base 5.0.0
+ GB_LXOR_EQ_opaque_FP64 at Base 5.0.0
+ GB_LXOR_EQ_opaque_INT16 at Base 5.0.0
+ GB_LXOR_EQ_opaque_INT32 at Base 5.0.0
+ GB_LXOR_EQ_opaque_INT64 at Base 5.0.0
+ GB_LXOR_EQ_opaque_INT8 at Base 5.0.0
+ GB_LXOR_EQ_opaque_UINT16 at Base 5.0.0
+ GB_LXOR_EQ_opaque_UINT32 at Base 5.0.0
+ GB_LXOR_EQ_opaque_UINT64 at Base 5.0.0
+ GB_LXOR_EQ_opaque_UINT8 at Base 5.0.0
+ GB_LXOR_FIRST_opaque_BOOL at Base 5.0.0
+ GB_LXOR_GE_opaque_BOOL at Base 5.0.0
+ GB_LXOR_GE_opaque_FP32 at Base 5.0.0
+ GB_LXOR_GE_opaque_FP64 at Base 5.0.0
+ GB_LXOR_GE_opaque_INT16 at Base 5.0.0
+ GB_LXOR_GE_opaque_INT32 at Base 5.0.0
+ GB_LXOR_GE_opaque_INT64 at Base 5.0.0
+ GB_LXOR_GE_opaque_INT8 at Base 5.0.0
+ GB_LXOR_GE_opaque_UINT16 at Base 5.0.0
+ GB_LXOR_GE_opaque_UINT32 at Base 5.0.0
+ GB_LXOR_GE_opaque_UINT64 at Base 5.0.0
+ GB_LXOR_GE_opaque_UINT8 at Base 5.0.0
+ GB_LXOR_GT_opaque_BOOL at Base 5.0.0
+ GB_LXOR_GT_opaque_FP32 at Base 5.0.0
+ GB_LXOR_GT_opaque_FP64 at Base 5.0.0
+ GB_LXOR_GT_opaque_INT16 at Base 5.0.0
+ GB_LXOR_GT_opaque_INT32 at Base 5.0.0
+ GB_LXOR_GT_opaque_INT64 at Base 5.0.0
+ GB_LXOR_GT_opaque_INT8 at Base 5.0.0
+ GB_LXOR_GT_opaque_UINT16 at Base 5.0.0
+ GB_LXOR_GT_opaque_UINT32 at Base 5.0.0
+ GB_LXOR_GT_opaque_UINT64 at Base 5.0.0
+ GB_LXOR_GT_opaque_UINT8 at Base 5.0.0
+ GB_LXOR_LAND_opaque_BOOL at Base 5.0.0
+ GB_LXOR_LE_opaque_BOOL at Base 5.0.0
+ GB_LXOR_LE_opaque_FP32 at Base 5.0.0
+ GB_LXOR_LE_opaque_FP64 at Base 5.0.0
+ GB_LXOR_LE_opaque_INT16 at Base 5.0.0
+ GB_LXOR_LE_opaque_INT32 at Base 5.0.0
+ GB_LXOR_LE_opaque_INT64 at Base 5.0.0
+ GB_LXOR_LE_opaque_INT8 at Base 5.0.0
+ GB_LXOR_LE_opaque_UINT16 at Base 5.0.0
+ GB_LXOR_LE_opaque_UINT32 at Base 5.0.0
+ GB_LXOR_LE_opaque_UINT64 at Base 5.0.0
+ GB_LXOR_LE_opaque_UINT8 at Base 5.0.0
+ GB_LXOR_LOR_opaque_BOOL at Base 5.0.0
+ GB_LXOR_LT_opaque_BOOL at Base 5.0.0
+ GB_LXOR_LT_opaque_FP32 at Base 5.0.0
+ GB_LXOR_LT_opaque_FP64 at Base 5.0.0
+ GB_LXOR_LT_opaque_INT16 at Base 5.0.0
+ GB_LXOR_LT_opaque_INT32 at Base 5.0.0
+ GB_LXOR_LT_opaque_INT64 at Base 5.0.0
+ GB_LXOR_LT_opaque_INT8 at Base 5.0.0
+ GB_LXOR_LT_opaque_UINT16 at Base 5.0.0
+ GB_LXOR_LT_opaque_UINT32 at Base 5.0.0
+ GB_LXOR_LT_opaque_UINT64 at Base 5.0.0
+ GB_LXOR_LT_opaque_UINT8 at Base 5.0.0
+ GB_LXOR_LXOR_opaque_BOOL at Base 5.0.0
+ GB_LXOR_NE_opaque_BOOL at Base 5.0.0
+ GB_LXOR_NE_opaque_FP32 at Base 5.0.0
+ GB_LXOR_NE_opaque_FP64 at Base 5.0.0
+ GB_LXOR_NE_opaque_INT16 at Base 5.0.0
+ GB_LXOR_NE_opaque_INT32 at Base 5.0.0
+ GB_LXOR_NE_opaque_INT64 at Base 5.0.0
+ GB_LXOR_NE_opaque_INT8 at Base 5.0.0
+ GB_LXOR_NE_opaque_UINT16 at Base 5.0.0
+ GB_LXOR_NE_opaque_UINT32 at Base 5.0.0
+ GB_LXOR_NE_opaque_UINT64 at Base 5.0.0
+ GB_LXOR_NE_opaque_UINT8 at Base 5.0.0
+ GB_LXOR_SECOND_opaque_BOOL at Base 5.0.0
+ GB_LXOR_f_BOOL at Base 5.0.0
+ GB_LXOR_f_FP32 at Base 5.0.0
+ GB_LXOR_f_FP64 at Base 5.0.0
+ GB_LXOR_f_INT16 at Base 5.0.0
+ GB_LXOR_f_INT32 at Base 5.0.0
+ GB_LXOR_f_INT64 at Base 5.0.0
+ GB_LXOR_f_INT8 at Base 5.0.0
+ GB_LXOR_f_UINT16 at Base 5.0.0
+ GB_LXOR_f_UINT32 at Base 5.0.0
+ GB_LXOR_f_UINT64 at Base 5.0.0
+ GB_LXOR_f_UINT8 at Base 5.0.0
+ GB_LXOR_opaque_BOOL at Base 5.0.0
+ GB_LXOR_opaque_FP32 at Base 5.0.0
+ GB_LXOR_opaque_FP64 at Base 5.0.0
+ GB_LXOR_opaque_INT16 at Base 5.0.0
+ GB_LXOR_opaque_INT32 at Base 5.0.0
+ GB_LXOR_opaque_INT64 at Base 5.0.0
+ GB_LXOR_opaque_INT8 at Base 5.0.0
+ GB_LXOR_opaque_UINT16 at Base 5.0.0
+ GB_LXOR_opaque_UINT32 at Base 5.0.0
+ GB_LXOR_opaque_UINT64 at Base 5.0.0
+ GB_LXOR_opaque_UINT8 at Base 5.0.0
+ GB_MAX_DIV_opaque_FP32 at Base 5.0.0
+ GB_MAX_DIV_opaque_FP64 at Base 5.0.0
+ GB_MAX_DIV_opaque_INT16 at Base 5.0.0
+ GB_MAX_DIV_opaque_INT32 at Base 5.0.0
+ GB_MAX_DIV_opaque_INT64 at Base 5.0.0
+ GB_MAX_DIV_opaque_INT8 at Base 5.0.0
+ GB_MAX_DIV_opaque_UINT16 at Base 5.0.0
+ GB_MAX_DIV_opaque_UINT32 at Base 5.0.0
+ GB_MAX_DIV_opaque_UINT64 at Base 5.0.0
+ GB_MAX_DIV_opaque_UINT8 at Base 5.0.0
+ GB_MAX_FIRST_opaque_FP32 at Base 5.0.0
+ GB_MAX_FIRST_opaque_FP64 at Base 5.0.0
+ GB_MAX_FIRST_opaque_INT16 at Base 5.0.0
+ GB_MAX_FIRST_opaque_INT32 at Base 5.0.0
+ GB_MAX_FIRST_opaque_INT64 at Base 5.0.0
+ GB_MAX_FIRST_opaque_INT8 at Base 5.0.0
+ GB_MAX_FIRST_opaque_UINT16 at Base 5.0.0
+ GB_MAX_FIRST_opaque_UINT32 at Base 5.0.0
+ GB_MAX_FIRST_opaque_UINT64 at Base 5.0.0
+ GB_MAX_FIRST_opaque_UINT8 at Base 5.0.0
+ GB_MAX_FP32_MONOID_opaque at Base 5.0.0
+ GB_MAX_FP64_MONOID_opaque at Base 5.0.0
+ GB_MAX_INT16_MONOID_opaque at Base 5.0.0
+ GB_MAX_INT32_MONOID_opaque at Base 5.0.0
+ GB_MAX_INT64_MONOID_opaque at Base 5.0.0
+ GB_MAX_INT8_MONOID_opaque at Base 5.0.0
+ GB_MAX_ISEQ_opaque_FP32 at Base 5.0.0
+ GB_MAX_ISEQ_opaque_FP64 at Base 5.0.0
+ GB_MAX_ISEQ_opaque_INT16 at Base 5.0.0
+ GB_MAX_ISEQ_opaque_INT32 at Base 5.0.0
+ GB_MAX_ISEQ_opaque_INT64 at Base 5.0.0
+ GB_MAX_ISEQ_opaque_INT8 at Base 5.0.0
+ GB_MAX_ISEQ_opaque_UINT16 at Base 5.0.0
+ GB_MAX_ISEQ_opaque_UINT32 at Base 5.0.0
+ GB_MAX_ISEQ_opaque_UINT64 at Base 5.0.0
+ GB_MAX_ISEQ_opaque_UINT8 at Base 5.0.0
+ GB_MAX_ISGE_opaque_FP32 at Base 5.0.0
+ GB_MAX_ISGE_opaque_FP64 at Base 5.0.0
+ GB_MAX_ISGE_opaque_INT16 at Base 5.0.0
+ GB_MAX_ISGE_opaque_INT32 at Base 5.0.0
+ GB_MAX_ISGE_opaque_INT64 at Base 5.0.0
+ GB_MAX_ISGE_opaque_INT8 at Base 5.0.0
+ GB_MAX_ISGE_opaque_UINT16 at Base 5.0.0
+ GB_MAX_ISGE_opaque_UINT32 at Base 5.0.0
+ GB_MAX_ISGE_opaque_UINT64 at Base 5.0.0
+ GB_MAX_ISGE_opaque_UINT8 at Base 5.0.0
+ GB_MAX_ISGT_opaque_FP32 at Base 5.0.0
+ GB_MAX_ISGT_opaque_FP64 at Base 5.0.0
+ GB_MAX_ISGT_opaque_INT16 at Base 5.0.0
+ GB_MAX_ISGT_opaque_INT32 at Base 5.0.0
+ GB_MAX_ISGT_opaque_INT64 at Base 5.0.0
+ GB_MAX_ISGT_opaque_INT8 at Base 5.0.0
+ GB_MAX_ISGT_opaque_UINT16 at Base 5.0.0
+ GB_MAX_ISGT_opaque_UINT32 at Base 5.0.0
+ GB_MAX_ISGT_opaque_UINT64 at Base 5.0.0
+ GB_MAX_ISGT_opaque_UINT8 at Base 5.0.0
+ GB_MAX_ISLE_opaque_FP32 at Base 5.0.0
+ GB_MAX_ISLE_opaque_FP64 at Base 5.0.0
+ GB_MAX_ISLE_opaque_INT16 at Base 5.0.0
+ GB_MAX_ISLE_opaque_INT32 at Base 5.0.0
+ GB_MAX_ISLE_opaque_INT64 at Base 5.0.0
+ GB_MAX_ISLE_opaque_INT8 at Base 5.0.0
+ GB_MAX_ISLE_opaque_UINT16 at Base 5.0.0
+ GB_MAX_ISLE_opaque_UINT32 at Base 5.0.0
+ GB_MAX_ISLE_opaque_UINT64 at Base 5.0.0
+ GB_MAX_ISLE_opaque_UINT8 at Base 5.0.0
+ GB_MAX_ISLT_opaque_FP32 at Base 5.0.0
+ GB_MAX_ISLT_opaque_FP64 at Base 5.0.0
+ GB_MAX_ISLT_opaque_INT16 at Base 5.0.0
+ GB_MAX_ISLT_opaque_INT32 at Base 5.0.0
+ GB_MAX_ISLT_opaque_INT64 at Base 5.0.0
+ GB_MAX_ISLT_opaque_INT8 at Base 5.0.0
+ GB_MAX_ISLT_opaque_UINT16 at Base 5.0.0
+ GB_MAX_ISLT_opaque_UINT32 at Base 5.0.0
+ GB_MAX_ISLT_opaque_UINT64 at Base 5.0.0
+ GB_MAX_ISLT_opaque_UINT8 at Base 5.0.0
+ GB_MAX_ISNE_opaque_FP32 at Base 5.0.0
+ GB_MAX_ISNE_opaque_FP64 at Base 5.0.0
+ GB_MAX_ISNE_opaque_INT16 at Base 5.0.0
+ GB_MAX_ISNE_opaque_INT32 at Base 5.0.0
+ GB_MAX_ISNE_opaque_INT64 at Base 5.0.0
+ GB_MAX_ISNE_opaque_INT8 at Base 5.0.0
+ GB_MAX_ISNE_opaque_UINT16 at Base 5.0.0
+ GB_MAX_ISNE_opaque_UINT32 at Base 5.0.0
+ GB_MAX_ISNE_opaque_UINT64 at Base 5.0.0
+ GB_MAX_ISNE_opaque_UINT8 at Base 5.0.0
+ GB_MAX_LAND_opaque_FP32 at Base 5.0.0
+ GB_MAX_LAND_opaque_FP64 at Base 5.0.0
+ GB_MAX_LAND_opaque_INT16 at Base 5.0.0
+ GB_MAX_LAND_opaque_INT32 at Base 5.0.0
+ GB_MAX_LAND_opaque_INT64 at Base 5.0.0
+ GB_MAX_LAND_opaque_INT8 at Base 5.0.0
+ GB_MAX_LAND_opaque_UINT16 at Base 5.0.0
+ GB_MAX_LAND_opaque_UINT32 at Base 5.0.0
+ GB_MAX_LAND_opaque_UINT64 at Base 5.0.0
+ GB_MAX_LAND_opaque_UINT8 at Base 5.0.0
+ GB_MAX_LOR_opaque_FP32 at Base 5.0.0
+ GB_MAX_LOR_opaque_FP64 at Base 5.0.0
+ GB_MAX_LOR_opaque_INT16 at Base 5.0.0
+ GB_MAX_LOR_opaque_INT32 at Base 5.0.0
+ GB_MAX_LOR_opaque_INT64 at Base 5.0.0
+ GB_MAX_LOR_opaque_INT8 at Base 5.0.0
+ GB_MAX_LOR_opaque_UINT16 at Base 5.0.0
+ GB_MAX_LOR_opaque_UINT32 at Base 5.0.0
+ GB_MAX_LOR_opaque_UINT64 at Base 5.0.0
+ GB_MAX_LOR_opaque_UINT8 at Base 5.0.0
+ GB_MAX_LXOR_opaque_FP32 at Base 5.0.0
+ GB_MAX_LXOR_opaque_FP64 at Base 5.0.0
+ GB_MAX_LXOR_opaque_INT16 at Base 5.0.0
+ GB_MAX_LXOR_opaque_INT32 at Base 5.0.0
+ GB_MAX_LXOR_opaque_INT64 at Base 5.0.0
+ GB_MAX_LXOR_opaque_INT8 at Base 5.0.0
+ GB_MAX_LXOR_opaque_UINT16 at Base 5.0.0
+ GB_MAX_LXOR_opaque_UINT32 at Base 5.0.0
+ GB_MAX_LXOR_opaque_UINT64 at Base 5.0.0
+ GB_MAX_LXOR_opaque_UINT8 at Base 5.0.0
+ GB_MAX_MAX_opaque_FP32 at Base 5.0.0
+ GB_MAX_MAX_opaque_FP64 at Base 5.0.0
+ GB_MAX_MAX_opaque_INT16 at Base 5.0.0
+ GB_MAX_MAX_opaque_INT32 at Base 5.0.0
+ GB_MAX_MAX_opaque_INT64 at Base 5.0.0
+ GB_MAX_MAX_opaque_INT8 at Base 5.0.0
+ GB_MAX_MAX_opaque_UINT16 at Base 5.0.0
+ GB_MAX_MAX_opaque_UINT32 at Base 5.0.0
+ GB_MAX_MAX_opaque_UINT64 at Base 5.0.0
+ GB_MAX_MAX_opaque_UINT8 at Base 5.0.0
+ GB_MAX_MINUS_opaque_FP32 at Base 5.0.0
+ GB_MAX_MINUS_opaque_FP64 at Base 5.0.0
+ GB_MAX_MINUS_opaque_INT16 at Base 5.0.0
+ GB_MAX_MINUS_opaque_INT32 at Base 5.0.0
+ GB_MAX_MINUS_opaque_INT64 at Base 5.0.0
+ GB_MAX_MINUS_opaque_INT8 at Base 5.0.0
+ GB_MAX_MINUS_opaque_UINT16 at Base 5.0.0
+ GB_MAX_MINUS_opaque_UINT32 at Base 5.0.0
+ GB_MAX_MINUS_opaque_UINT64 at Base 5.0.0
+ GB_MAX_MINUS_opaque_UINT8 at Base 5.0.0
+ GB_MAX_MIN_opaque_FP32 at Base 5.0.0
+ GB_MAX_MIN_opaque_FP64 at Base 5.0.0
+ GB_MAX_MIN_opaque_INT16 at Base 5.0.0
+ GB_MAX_MIN_opaque_INT32 at Base 5.0.0
+ GB_MAX_MIN_opaque_INT64 at Base 5.0.0
+ GB_MAX_MIN_opaque_INT8 at Base 5.0.0
+ GB_MAX_MIN_opaque_UINT16 at Base 5.0.0
+ GB_MAX_MIN_opaque_UINT32 at Base 5.0.0
+ GB_MAX_MIN_opaque_UINT64 at Base 5.0.0
+ GB_MAX_MIN_opaque_UINT8 at Base 5.0.0
+ GB_MAX_PLUS_opaque_FP32 at Base 5.0.0
+ GB_MAX_PLUS_opaque_FP64 at Base 5.0.0
+ GB_MAX_PLUS_opaque_INT16 at Base 5.0.0
+ GB_MAX_PLUS_opaque_INT32 at Base 5.0.0
+ GB_MAX_PLUS_opaque_INT64 at Base 5.0.0
+ GB_MAX_PLUS_opaque_INT8 at Base 5.0.0
+ GB_MAX_PLUS_opaque_UINT16 at Base 5.0.0
+ GB_MAX_PLUS_opaque_UINT32 at Base 5.0.0
+ GB_MAX_PLUS_opaque_UINT64 at Base 5.0.0
+ GB_MAX_PLUS_opaque_UINT8 at Base 5.0.0
+ GB_MAX_SECOND_opaque_FP32 at Base 5.0.0
+ GB_MAX_SECOND_opaque_FP64 at Base 5.0.0
+ GB_MAX_SECOND_opaque_INT16 at Base 5.0.0
+ GB_MAX_SECOND_opaque_INT32 at Base 5.0.0
+ GB_MAX_SECOND_opaque_INT64 at Base 5.0.0
+ GB_MAX_SECOND_opaque_INT8 at Base 5.0.0
+ GB_MAX_SECOND_opaque_UINT16 at Base 5.0.0
+ GB_MAX_SECOND_opaque_UINT32 at Base 5.0.0
+ GB_MAX_SECOND_opaque_UINT64 at Base 5.0.0
+ GB_MAX_SECOND_opaque_UINT8 at Base 5.0.0
+ GB_MAX_TIMES_opaque_FP32 at Base 5.0.0
+ GB_MAX_TIMES_opaque_FP64 at Base 5.0.0
+ GB_MAX_TIMES_opaque_INT16 at Base 5.0.0
+ GB_MAX_TIMES_opaque_INT32 at Base 5.0.0
+ GB_MAX_TIMES_opaque_INT64 at Base 5.0.0
+ GB_MAX_TIMES_opaque_INT8 at Base 5.0.0
+ GB_MAX_TIMES_opaque_UINT16 at Base 5.0.0
+ GB_MAX_TIMES_opaque_UINT32 at Base 5.0.0
+ GB_MAX_TIMES_opaque_UINT64 at Base 5.0.0
+ GB_MAX_TIMES_opaque_UINT8 at Base 5.0.0
+ GB_MAX_UINT16_MONOID_opaque at Base 5.0.0
+ GB_MAX_UINT32_MONOID_opaque at Base 5.0.0
+ GB_MAX_UINT64_MONOID_opaque at Base 5.0.0
+ GB_MAX_UINT8_MONOID_opaque at Base 5.0.0
+ GB_MAX_f_BOOL at Base 5.0.0
+ GB_MAX_f_FP32 at Base 5.0.0
+ GB_MAX_f_FP64 at Base 5.0.0
+ GB_MAX_f_INT16 at Base 5.0.0
+ GB_MAX_f_INT32 at Base 5.0.0
+ GB_MAX_f_INT64 at Base 5.0.0
+ GB_MAX_f_INT8 at Base 5.0.0
+ GB_MAX_f_UINT16 at Base 5.0.0
+ GB_MAX_f_UINT32 at Base 5.0.0
+ GB_MAX_f_UINT64 at Base 5.0.0
+ GB_MAX_f_UINT8 at Base 5.0.0
+ GB_MAX_opaque_BOOL at Base 5.0.0
+ GB_MAX_opaque_FP32 at Base 5.0.0
+ GB_MAX_opaque_FP64 at Base 5.0.0
+ GB_MAX_opaque_INT16 at Base 5.0.0
+ GB_MAX_opaque_INT32 at Base 5.0.0
+ GB_MAX_opaque_INT64 at Base 5.0.0
+ GB_MAX_opaque_INT8 at Base 5.0.0
+ GB_MAX_opaque_UINT16 at Base 5.0.0
+ GB_MAX_opaque_UINT32 at Base 5.0.0
+ GB_MAX_opaque_UINT64 at Base 5.0.0
+ GB_MAX_opaque_UINT8 at Base 5.0.0
+ GB_MINUS_f_BOOL at Base 5.0.0
+ GB_MINUS_f_FP32 at Base 5.0.0
+ GB_MINUS_f_FP64 at Base 5.0.0
+ GB_MINUS_f_INT16 at Base 5.0.0
+ GB_MINUS_f_INT32 at Base 5.0.0
+ GB_MINUS_f_INT64 at Base 5.0.0
+ GB_MINUS_f_INT8 at Base 5.0.0
+ GB_MINUS_f_UINT16 at Base 5.0.0
+ GB_MINUS_f_UINT32 at Base 5.0.0
+ GB_MINUS_f_UINT64 at Base 5.0.0
+ GB_MINUS_f_UINT8 at Base 5.0.0
+ GB_MINUS_opaque_BOOL at Base 5.0.0
+ GB_MINUS_opaque_FP32 at Base 5.0.0
+ GB_MINUS_opaque_FP64 at Base 5.0.0
+ GB_MINUS_opaque_INT16 at Base 5.0.0
+ GB_MINUS_opaque_INT32 at Base 5.0.0
+ GB_MINUS_opaque_INT64 at Base 5.0.0
+ GB_MINUS_opaque_INT8 at Base 5.0.0
+ GB_MINUS_opaque_UINT16 at Base 5.0.0
+ GB_MINUS_opaque_UINT32 at Base 5.0.0
+ GB_MINUS_opaque_UINT64 at Base 5.0.0
+ GB_MINUS_opaque_UINT8 at Base 5.0.0
+ GB_MINV_f_BOOL at Base 5.0.0
+ GB_MINV_f_FP32 at Base 5.0.0
+ GB_MINV_f_FP64 at Base 5.0.0
+ GB_MINV_f_INT16 at Base 5.0.0
+ GB_MINV_f_INT32 at Base 5.0.0
+ GB_MINV_f_INT64 at Base 5.0.0
+ GB_MINV_f_INT8 at Base 5.0.0
+ GB_MINV_f_UINT16 at Base 5.0.0
+ GB_MINV_f_UINT32 at Base 5.0.0
+ GB_MINV_f_UINT64 at Base 5.0.0
+ GB_MINV_f_UINT8 at Base 5.0.0
+ GB_MINV_opaque_BOOL at Base 5.0.0
+ GB_MINV_opaque_FP32 at Base 5.0.0
+ GB_MINV_opaque_FP64 at Base 5.0.0
+ GB_MINV_opaque_INT16 at Base 5.0.0
+ GB_MINV_opaque_INT32 at Base 5.0.0
+ GB_MINV_opaque_INT64 at Base 5.0.0
+ GB_MINV_opaque_INT8 at Base 5.0.0
+ GB_MINV_opaque_UINT16 at Base 5.0.0
+ GB_MINV_opaque_UINT32 at Base 5.0.0
+ GB_MINV_opaque_UINT64 at Base 5.0.0
+ GB_MINV_opaque_UINT8 at Base 5.0.0
+ GB_MIN_DIV_opaque_FP32 at Base 5.0.0
+ GB_MIN_DIV_opaque_FP64 at Base 5.0.0
+ GB_MIN_DIV_opaque_INT16 at Base 5.0.0
+ GB_MIN_DIV_opaque_INT32 at Base 5.0.0
+ GB_MIN_DIV_opaque_INT64 at Base 5.0.0
+ GB_MIN_DIV_opaque_INT8 at Base 5.0.0
+ GB_MIN_DIV_opaque_UINT16 at Base 5.0.0
+ GB_MIN_DIV_opaque_UINT32 at Base 5.0.0
+ GB_MIN_DIV_opaque_UINT64 at Base 5.0.0
+ GB_MIN_DIV_opaque_UINT8 at Base 5.0.0
+ GB_MIN_FIRST_opaque_FP32 at Base 5.0.0
+ GB_MIN_FIRST_opaque_FP64 at Base 5.0.0
+ GB_MIN_FIRST_opaque_INT16 at Base 5.0.0
+ GB_MIN_FIRST_opaque_INT32 at Base 5.0.0
+ GB_MIN_FIRST_opaque_INT64 at Base 5.0.0
+ GB_MIN_FIRST_opaque_INT8 at Base 5.0.0
+ GB_MIN_FIRST_opaque_UINT16 at Base 5.0.0
+ GB_MIN_FIRST_opaque_UINT32 at Base 5.0.0
+ GB_MIN_FIRST_opaque_UINT64 at Base 5.0.0
+ GB_MIN_FIRST_opaque_UINT8 at Base 5.0.0
+ GB_MIN_FP32_MONOID_opaque at Base 5.0.0
+ GB_MIN_FP64_MONOID_opaque at Base 5.0.0
+ GB_MIN_INT16_MONOID_opaque at Base 5.0.0
+ GB_MIN_INT32_MONOID_opaque at Base 5.0.0
+ GB_MIN_INT64_MONOID_opaque at Base 5.0.0
+ GB_MIN_INT8_MONOID_opaque at Base 5.0.0
+ GB_MIN_ISEQ_opaque_FP32 at Base 5.0.0
+ GB_MIN_ISEQ_opaque_FP64 at Base 5.0.0
+ GB_MIN_ISEQ_opaque_INT16 at Base 5.0.0
+ GB_MIN_ISEQ_opaque_INT32 at Base 5.0.0
+ GB_MIN_ISEQ_opaque_INT64 at Base 5.0.0
+ GB_MIN_ISEQ_opaque_INT8 at Base 5.0.0
+ GB_MIN_ISEQ_opaque_UINT16 at Base 5.0.0
+ GB_MIN_ISEQ_opaque_UINT32 at Base 5.0.0
+ GB_MIN_ISEQ_opaque_UINT64 at Base 5.0.0
+ GB_MIN_ISEQ_opaque_UINT8 at Base 5.0.0
+ GB_MIN_ISGE_opaque_FP32 at Base 5.0.0
+ GB_MIN_ISGE_opaque_FP64 at Base 5.0.0
+ GB_MIN_ISGE_opaque_INT16 at Base 5.0.0
+ GB_MIN_ISGE_opaque_INT32 at Base 5.0.0
+ GB_MIN_ISGE_opaque_INT64 at Base 5.0.0
+ GB_MIN_ISGE_opaque_INT8 at Base 5.0.0
+ GB_MIN_ISGE_opaque_UINT16 at Base 5.0.0
+ GB_MIN_ISGE_opaque_UINT32 at Base 5.0.0
+ GB_MIN_ISGE_opaque_UINT64 at Base 5.0.0
+ GB_MIN_ISGE_opaque_UINT8 at Base 5.0.0
+ GB_MIN_ISGT_opaque_FP32 at Base 5.0.0
+ GB_MIN_ISGT_opaque_FP64 at Base 5.0.0
+ GB_MIN_ISGT_opaque_INT16 at Base 5.0.0
+ GB_MIN_ISGT_opaque_INT32 at Base 5.0.0
+ GB_MIN_ISGT_opaque_INT64 at Base 5.0.0
+ GB_MIN_ISGT_opaque_INT8 at Base 5.0.0
+ GB_MIN_ISGT_opaque_UINT16 at Base 5.0.0
+ GB_MIN_ISGT_opaque_UINT32 at Base 5.0.0
+ GB_MIN_ISGT_opaque_UINT64 at Base 5.0.0
+ GB_MIN_ISGT_opaque_UINT8 at Base 5.0.0
+ GB_MIN_ISLE_opaque_FP32 at Base 5.0.0
+ GB_MIN_ISLE_opaque_FP64 at Base 5.0.0
+ GB_MIN_ISLE_opaque_INT16 at Base 5.0.0
+ GB_MIN_ISLE_opaque_INT32 at Base 5.0.0
+ GB_MIN_ISLE_opaque_INT64 at Base 5.0.0
+ GB_MIN_ISLE_opaque_INT8 at Base 5.0.0
+ GB_MIN_ISLE_opaque_UINT16 at Base 5.0.0
+ GB_MIN_ISLE_opaque_UINT32 at Base 5.0.0
+ GB_MIN_ISLE_opaque_UINT64 at Base 5.0.0
+ GB_MIN_ISLE_opaque_UINT8 at Base 5.0.0
+ GB_MIN_ISLT_opaque_FP32 at Base 5.0.0
+ GB_MIN_ISLT_opaque_FP64 at Base 5.0.0
+ GB_MIN_ISLT_opaque_INT16 at Base 5.0.0
+ GB_MIN_ISLT_opaque_INT32 at Base 5.0.0
+ GB_MIN_ISLT_opaque_INT64 at Base 5.0.0
+ GB_MIN_ISLT_opaque_INT8 at Base 5.0.0
+ GB_MIN_ISLT_opaque_UINT16 at Base 5.0.0
+ GB_MIN_ISLT_opaque_UINT32 at Base 5.0.0
+ GB_MIN_ISLT_opaque_UINT64 at Base 5.0.0
+ GB_MIN_ISLT_opaque_UINT8 at Base 5.0.0
+ GB_MIN_ISNE_opaque_FP32 at Base 5.0.0
+ GB_MIN_ISNE_opaque_FP64 at Base 5.0.0
+ GB_MIN_ISNE_opaque_INT16 at Base 5.0.0
+ GB_MIN_ISNE_opaque_INT32 at Base 5.0.0
+ GB_MIN_ISNE_opaque_INT64 at Base 5.0.0
+ GB_MIN_ISNE_opaque_INT8 at Base 5.0.0
+ GB_MIN_ISNE_opaque_UINT16 at Base 5.0.0
+ GB_MIN_ISNE_opaque_UINT32 at Base 5.0.0
+ GB_MIN_ISNE_opaque_UINT64 at Base 5.0.0
+ GB_MIN_ISNE_opaque_UINT8 at Base 5.0.0
+ GB_MIN_LAND_opaque_FP32 at Base 5.0.0
+ GB_MIN_LAND_opaque_FP64 at Base 5.0.0
+ GB_MIN_LAND_opaque_INT16 at Base 5.0.0
+ GB_MIN_LAND_opaque_INT32 at Base 5.0.0
+ GB_MIN_LAND_opaque_INT64 at Base 5.0.0
+ GB_MIN_LAND_opaque_INT8 at Base 5.0.0
+ GB_MIN_LAND_opaque_UINT16 at Base 5.0.0
+ GB_MIN_LAND_opaque_UINT32 at Base 5.0.0
+ GB_MIN_LAND_opaque_UINT64 at Base 5.0.0
+ GB_MIN_LAND_opaque_UINT8 at Base 5.0.0
+ GB_MIN_LOR_opaque_FP32 at Base 5.0.0
+ GB_MIN_LOR_opaque_FP64 at Base 5.0.0
+ GB_MIN_LOR_opaque_INT16 at Base 5.0.0
+ GB_MIN_LOR_opaque_INT32 at Base 5.0.0
+ GB_MIN_LOR_opaque_INT64 at Base 5.0.0
+ GB_MIN_LOR_opaque_INT8 at Base 5.0.0
+ GB_MIN_LOR_opaque_UINT16 at Base 5.0.0
+ GB_MIN_LOR_opaque_UINT32 at Base 5.0.0
+ GB_MIN_LOR_opaque_UINT64 at Base 5.0.0
+ GB_MIN_LOR_opaque_UINT8 at Base 5.0.0
+ GB_MIN_LXOR_opaque_FP32 at Base 5.0.0
+ GB_MIN_LXOR_opaque_FP64 at Base 5.0.0
+ GB_MIN_LXOR_opaque_INT16 at Base 5.0.0
+ GB_MIN_LXOR_opaque_INT32 at Base 5.0.0
+ GB_MIN_LXOR_opaque_INT64 at Base 5.0.0
+ GB_MIN_LXOR_opaque_INT8 at Base 5.0.0
+ GB_MIN_LXOR_opaque_UINT16 at Base 5.0.0
+ GB_MIN_LXOR_opaque_UINT32 at Base 5.0.0
+ GB_MIN_LXOR_opaque_UINT64 at Base 5.0.0
+ GB_MIN_LXOR_opaque_UINT8 at Base 5.0.0
+ GB_MIN_MAX_opaque_FP32 at Base 5.0.0
+ GB_MIN_MAX_opaque_FP64 at Base 5.0.0
+ GB_MIN_MAX_opaque_INT16 at Base 5.0.0
+ GB_MIN_MAX_opaque_INT32 at Base 5.0.0
+ GB_MIN_MAX_opaque_INT64 at Base 5.0.0
+ GB_MIN_MAX_opaque_INT8 at Base 5.0.0
+ GB_MIN_MAX_opaque_UINT16 at Base 5.0.0
+ GB_MIN_MAX_opaque_UINT32 at Base 5.0.0
+ GB_MIN_MAX_opaque_UINT64 at Base 5.0.0
+ GB_MIN_MAX_opaque_UINT8 at Base 5.0.0
+ GB_MIN_MINUS_opaque_FP32 at Base 5.0.0
+ GB_MIN_MINUS_opaque_FP64 at Base 5.0.0
+ GB_MIN_MINUS_opaque_INT16 at Base 5.0.0
+ GB_MIN_MINUS_opaque_INT32 at Base 5.0.0
+ GB_MIN_MINUS_opaque_INT64 at Base 5.0.0
+ GB_MIN_MINUS_opaque_INT8 at Base 5.0.0
+ GB_MIN_MINUS_opaque_UINT16 at Base 5.0.0
+ GB_MIN_MINUS_opaque_UINT32 at Base 5.0.0
+ GB_MIN_MINUS_opaque_UINT64 at Base 5.0.0
+ GB_MIN_MINUS_opaque_UINT8 at Base 5.0.0
+ GB_MIN_MIN_opaque_FP32 at Base 5.0.0
+ GB_MIN_MIN_opaque_FP64 at Base 5.0.0
+ GB_MIN_MIN_opaque_INT16 at Base 5.0.0
+ GB_MIN_MIN_opaque_INT32 at Base 5.0.0
+ GB_MIN_MIN_opaque_INT64 at Base 5.0.0
+ GB_MIN_MIN_opaque_INT8 at Base 5.0.0
+ GB_MIN_MIN_opaque_UINT16 at Base 5.0.0
+ GB_MIN_MIN_opaque_UINT32 at Base 5.0.0
+ GB_MIN_MIN_opaque_UINT64 at Base 5.0.0
+ GB_MIN_MIN_opaque_UINT8 at Base 5.0.0
+ GB_MIN_PLUS_opaque_FP32 at Base 5.0.0
+ GB_MIN_PLUS_opaque_FP64 at Base 5.0.0
+ GB_MIN_PLUS_opaque_INT16 at Base 5.0.0
+ GB_MIN_PLUS_opaque_INT32 at Base 5.0.0
+ GB_MIN_PLUS_opaque_INT64 at Base 5.0.0
+ GB_MIN_PLUS_opaque_INT8 at Base 5.0.0
+ GB_MIN_PLUS_opaque_UINT16 at Base 5.0.0
+ GB_MIN_PLUS_opaque_UINT32 at Base 5.0.0
+ GB_MIN_PLUS_opaque_UINT64 at Base 5.0.0
+ GB_MIN_PLUS_opaque_UINT8 at Base 5.0.0
+ GB_MIN_SECOND_opaque_FP32 at Base 5.0.0
+ GB_MIN_SECOND_opaque_FP64 at Base 5.0.0
+ GB_MIN_SECOND_opaque_INT16 at Base 5.0.0
+ GB_MIN_SECOND_opaque_INT32 at Base 5.0.0
+ GB_MIN_SECOND_opaque_INT64 at Base 5.0.0
+ GB_MIN_SECOND_opaque_INT8 at Base 5.0.0
+ GB_MIN_SECOND_opaque_UINT16 at Base 5.0.0
+ GB_MIN_SECOND_opaque_UINT32 at Base 5.0.0
+ GB_MIN_SECOND_opaque_UINT64 at Base 5.0.0
+ GB_MIN_SECOND_opaque_UINT8 at Base 5.0.0
+ GB_MIN_TIMES_opaque_FP32 at Base 5.0.0
+ GB_MIN_TIMES_opaque_FP64 at Base 5.0.0
+ GB_MIN_TIMES_opaque_INT16 at Base 5.0.0
+ GB_MIN_TIMES_opaque_INT32 at Base 5.0.0
+ GB_MIN_TIMES_opaque_INT64 at Base 5.0.0
+ GB_MIN_TIMES_opaque_INT8 at Base 5.0.0
+ GB_MIN_TIMES_opaque_UINT16 at Base 5.0.0
+ GB_MIN_TIMES_opaque_UINT32 at Base 5.0.0
+ GB_MIN_TIMES_opaque_UINT64 at Base 5.0.0
+ GB_MIN_TIMES_opaque_UINT8 at Base 5.0.0
+ GB_MIN_UINT16_MONOID_opaque at Base 5.0.0
+ GB_MIN_UINT32_MONOID_opaque at Base 5.0.0
+ GB_MIN_UINT64_MONOID_opaque at Base 5.0.0
+ GB_MIN_UINT8_MONOID_opaque at Base 5.0.0
+ GB_MIN_f_BOOL at Base 5.0.0
+ GB_MIN_f_FP32 at Base 5.0.0
+ GB_MIN_f_FP64 at Base 5.0.0
+ GB_MIN_f_INT16 at Base 5.0.0
+ GB_MIN_f_INT32 at Base 5.0.0
+ GB_MIN_f_INT64 at Base 5.0.0
+ GB_MIN_f_INT8 at Base 5.0.0
+ GB_MIN_f_UINT16 at Base 5.0.0
+ GB_MIN_f_UINT32 at Base 5.0.0
+ GB_MIN_f_UINT64 at Base 5.0.0
+ GB_MIN_f_UINT8 at Base 5.0.0
+ GB_MIN_opaque_BOOL at Base 5.0.0
+ GB_MIN_opaque_FP32 at Base 5.0.0
+ GB_MIN_opaque_FP64 at Base 5.0.0
+ GB_MIN_opaque_INT16 at Base 5.0.0
+ GB_MIN_opaque_INT32 at Base 5.0.0
+ GB_MIN_opaque_INT64 at Base 5.0.0
+ GB_MIN_opaque_INT8 at Base 5.0.0
+ GB_MIN_opaque_UINT16 at Base 5.0.0
+ GB_MIN_opaque_UINT32 at Base 5.0.0
+ GB_MIN_opaque_UINT64 at Base 5.0.0
+ GB_MIN_opaque_UINT8 at Base 5.0.0
+ GB_Mark_alloc at Base 5.0.0
+ GB_Mark_free at Base 5.0.0
+ GB_Mark_reset at Base 5.0.0
+ GB_Mask_compatible at Base 5.0.0
+ GB_Matrix_AdotB at Base 5.0.0
+ GB_Matrix_add at Base 5.0.0
+ GB_Matrix_alloc at Base 5.0.0
+ GB_Matrix_check at Base 5.0.0
+ GB_Matrix_clear at Base 5.0.0
+ GB_Matrix_dup at Base 5.0.0
+ GB_Matrix_emult at Base 5.0.0
+ GB_Matrix_free at Base 5.0.0
+ GB_Matrix_ixfree at Base 5.0.0
+ GB_Matrix_multiply at Base 5.0.0
+ GB_Matrix_nrows at Base 5.0.0
+ GB_Matrix_nvals at Base 5.0.0
+ GB_Matrix_realloc at Base 5.0.0
+ GB_Matrix_transplant at Base 5.0.0
+ GB_Matrix_transpose at Base 5.0.0
+ GB_Matrix_type at Base 5.0.0
+ GB_Monoid_check at Base 5.0.0
+ GB_Monoid_new at Base 5.0.0
+ GB_NE_f_BOOL at Base 5.0.0
+ GB_NE_f_FP32 at Base 5.0.0
+ GB_NE_f_FP64 at Base 5.0.0
+ GB_NE_f_INT16 at Base 5.0.0
+ GB_NE_f_INT32 at Base 5.0.0
+ GB_NE_f_INT64 at Base 5.0.0
+ GB_NE_f_INT8 at Base 5.0.0
+ GB_NE_f_UINT16 at Base 5.0.0
+ GB_NE_f_UINT32 at Base 5.0.0
+ GB_NE_f_UINT64 at Base 5.0.0
+ GB_NE_f_UINT8 at Base 5.0.0
+ GB_NE_opaque_BOOL at Base 5.0.0
+ GB_NE_opaque_FP32 at Base 5.0.0
+ GB_NE_opaque_FP64 at Base 5.0.0
+ GB_NE_opaque_INT16 at Base 5.0.0
+ GB_NE_opaque_INT32 at Base 5.0.0
+ GB_NE_opaque_INT64 at Base 5.0.0
+ GB_NE_opaque_INT8 at Base 5.0.0
+ GB_NE_opaque_UINT16 at Base 5.0.0
+ GB_NE_opaque_UINT32 at Base 5.0.0
+ GB_NE_opaque_UINT64 at Base 5.0.0
+ GB_NE_opaque_UINT8 at Base 5.0.0
+ GB_ONE_f_BOOL at Base 5.0.0
+ GB_ONE_f_FP32 at Base 5.0.0
+ GB_ONE_f_FP64 at Base 5.0.0
+ GB_ONE_f_INT16 at Base 5.0.0
+ GB_ONE_f_INT32 at Base 5.0.0
+ GB_ONE_f_INT64 at Base 5.0.0
+ GB_ONE_f_INT8 at Base 5.0.0
+ GB_ONE_f_UINT16 at Base 5.0.0
+ GB_ONE_f_UINT32 at Base 5.0.0
+ GB_ONE_f_UINT64 at Base 5.0.0
+ GB_ONE_f_UINT8 at Base 5.0.0
+ GB_ONE_opaque_BOOL at Base 5.0.0
+ GB_ONE_opaque_FP32 at Base 5.0.0
+ GB_ONE_opaque_FP64 at Base 5.0.0
+ GB_ONE_opaque_INT16 at Base 5.0.0
+ GB_ONE_opaque_INT32 at Base 5.0.0
+ GB_ONE_opaque_INT64 at Base 5.0.0
+ GB_ONE_opaque_INT8 at Base 5.0.0
+ GB_ONE_opaque_UINT16 at Base 5.0.0
+ GB_ONE_opaque_UINT32 at Base 5.0.0
+ GB_ONE_opaque_UINT64 at Base 5.0.0
+ GB_ONE_opaque_UINT8 at Base 5.0.0
+ GB_PLUS_DIV_opaque_FP32 at Base 5.0.0
+ GB_PLUS_DIV_opaque_FP64 at Base 5.0.0
+ GB_PLUS_DIV_opaque_INT16 at Base 5.0.0
+ GB_PLUS_DIV_opaque_INT32 at Base 5.0.0
+ GB_PLUS_DIV_opaque_INT64 at Base 5.0.0
+ GB_PLUS_DIV_opaque_INT8 at Base 5.0.0
+ GB_PLUS_DIV_opaque_UINT16 at Base 5.0.0
+ GB_PLUS_DIV_opaque_UINT32 at Base 5.0.0
+ GB_PLUS_DIV_opaque_UINT64 at Base 5.0.0
+ GB_PLUS_DIV_opaque_UINT8 at Base 5.0.0
+ GB_PLUS_FIRST_opaque_FP32 at Base 5.0.0
+ GB_PLUS_FIRST_opaque_FP64 at Base 5.0.0
+ GB_PLUS_FIRST_opaque_INT16 at Base 5.0.0
+ GB_PLUS_FIRST_opaque_INT32 at Base 5.0.0
+ GB_PLUS_FIRST_opaque_INT64 at Base 5.0.0
+ GB_PLUS_FIRST_opaque_INT8 at Base 5.0.0
+ GB_PLUS_FIRST_opaque_UINT16 at Base 5.0.0
+ GB_PLUS_FIRST_opaque_UINT32 at Base 5.0.0
+ GB_PLUS_FIRST_opaque_UINT64 at Base 5.0.0
+ GB_PLUS_FIRST_opaque_UINT8 at Base 5.0.0
+ GB_PLUS_FP32_MONOID_opaque at Base 5.0.0
+ GB_PLUS_FP64_MONOID_opaque at Base 5.0.0
+ GB_PLUS_INT16_MONOID_opaque at Base 5.0.0
+ GB_PLUS_INT32_MONOID_opaque at Base 5.0.0
+ GB_PLUS_INT64_MONOID_opaque at Base 5.0.0
+ GB_PLUS_INT8_MONOID_opaque at Base 5.0.0
+ GB_PLUS_ISEQ_opaque_FP32 at Base 5.0.0
+ GB_PLUS_ISEQ_opaque_FP64 at Base 5.0.0
+ GB_PLUS_ISEQ_opaque_INT16 at Base 5.0.0
+ GB_PLUS_ISEQ_opaque_INT32 at Base 5.0.0
+ GB_PLUS_ISEQ_opaque_INT64 at Base 5.0.0
+ GB_PLUS_ISEQ_opaque_INT8 at Base 5.0.0
+ GB_PLUS_ISEQ_opaque_UINT16 at Base 5.0.0
+ GB_PLUS_ISEQ_opaque_UINT32 at Base 5.0.0
+ GB_PLUS_ISEQ_opaque_UINT64 at Base 5.0.0
+ GB_PLUS_ISEQ_opaque_UINT8 at Base 5.0.0
+ GB_PLUS_ISGE_opaque_FP32 at Base 5.0.0
+ GB_PLUS_ISGE_opaque_FP64 at Base 5.0.0
+ GB_PLUS_ISGE_opaque_INT16 at Base 5.0.0
+ GB_PLUS_ISGE_opaque_INT32 at Base 5.0.0
+ GB_PLUS_ISGE_opaque_INT64 at Base 5.0.0
+ GB_PLUS_ISGE_opaque_INT8 at Base 5.0.0
+ GB_PLUS_ISGE_opaque_UINT16 at Base 5.0.0
+ GB_PLUS_ISGE_opaque_UINT32 at Base 5.0.0
+ GB_PLUS_ISGE_opaque_UINT64 at Base 5.0.0
+ GB_PLUS_ISGE_opaque_UINT8 at Base 5.0.0
+ GB_PLUS_ISGT_opaque_FP32 at Base 5.0.0
+ GB_PLUS_ISGT_opaque_FP64 at Base 5.0.0
+ GB_PLUS_ISGT_opaque_INT16 at Base 5.0.0
+ GB_PLUS_ISGT_opaque_INT32 at Base 5.0.0
+ GB_PLUS_ISGT_opaque_INT64 at Base 5.0.0
+ GB_PLUS_ISGT_opaque_INT8 at Base 5.0.0
+ GB_PLUS_ISGT_opaque_UINT16 at Base 5.0.0
+ GB_PLUS_ISGT_opaque_UINT32 at Base 5.0.0
+ GB_PLUS_ISGT_opaque_UINT64 at Base 5.0.0
+ GB_PLUS_ISGT_opaque_UINT8 at Base 5.0.0
+ GB_PLUS_ISLE_opaque_FP32 at Base 5.0.0
+ GB_PLUS_ISLE_opaque_FP64 at Base 5.0.0
+ GB_PLUS_ISLE_opaque_INT16 at Base 5.0.0
+ GB_PLUS_ISLE_opaque_INT32 at Base 5.0.0
+ GB_PLUS_ISLE_opaque_INT64 at Base 5.0.0
+ GB_PLUS_ISLE_opaque_INT8 at Base 5.0.0
+ GB_PLUS_ISLE_opaque_UINT16 at Base 5.0.0
+ GB_PLUS_ISLE_opaque_UINT32 at Base 5.0.0
+ GB_PLUS_ISLE_opaque_UINT64 at Base 5.0.0
+ GB_PLUS_ISLE_opaque_UINT8 at Base 5.0.0
+ GB_PLUS_ISLT_opaque_FP32 at Base 5.0.0
+ GB_PLUS_ISLT_opaque_FP64 at Base 5.0.0
+ GB_PLUS_ISLT_opaque_INT16 at Base 5.0.0
+ GB_PLUS_ISLT_opaque_INT32 at Base 5.0.0
+ GB_PLUS_ISLT_opaque_INT64 at Base 5.0.0
+ GB_PLUS_ISLT_opaque_INT8 at Base 5.0.0
+ GB_PLUS_ISLT_opaque_UINT16 at Base 5.0.0
+ GB_PLUS_ISLT_opaque_UINT32 at Base 5.0.0
+ GB_PLUS_ISLT_opaque_UINT64 at Base 5.0.0
+ GB_PLUS_ISLT_opaque_UINT8 at Base 5.0.0
+ GB_PLUS_ISNE_opaque_FP32 at Base 5.0.0
+ GB_PLUS_ISNE_opaque_FP64 at Base 5.0.0
+ GB_PLUS_ISNE_opaque_INT16 at Base 5.0.0
+ GB_PLUS_ISNE_opaque_INT32 at Base 5.0.0
+ GB_PLUS_ISNE_opaque_INT64 at Base 5.0.0
+ GB_PLUS_ISNE_opaque_INT8 at Base 5.0.0
+ GB_PLUS_ISNE_opaque_UINT16 at Base 5.0.0
+ GB_PLUS_ISNE_opaque_UINT32 at Base 5.0.0
+ GB_PLUS_ISNE_opaque_UINT64 at Base 5.0.0
+ GB_PLUS_ISNE_opaque_UINT8 at Base 5.0.0
+ GB_PLUS_LAND_opaque_FP32 at Base 5.0.0
+ GB_PLUS_LAND_opaque_FP64 at Base 5.0.0
+ GB_PLUS_LAND_opaque_INT16 at Base 5.0.0
+ GB_PLUS_LAND_opaque_INT32 at Base 5.0.0
+ GB_PLUS_LAND_opaque_INT64 at Base 5.0.0
+ GB_PLUS_LAND_opaque_INT8 at Base 5.0.0
+ GB_PLUS_LAND_opaque_UINT16 at Base 5.0.0
+ GB_PLUS_LAND_opaque_UINT32 at Base 5.0.0
+ GB_PLUS_LAND_opaque_UINT64 at Base 5.0.0
+ GB_PLUS_LAND_opaque_UINT8 at Base 5.0.0
+ GB_PLUS_LOR_opaque_FP32 at Base 5.0.0
+ GB_PLUS_LOR_opaque_FP64 at Base 5.0.0
+ GB_PLUS_LOR_opaque_INT16 at Base 5.0.0
+ GB_PLUS_LOR_opaque_INT32 at Base 5.0.0
+ GB_PLUS_LOR_opaque_INT64 at Base 5.0.0
+ GB_PLUS_LOR_opaque_INT8 at Base 5.0.0
+ GB_PLUS_LOR_opaque_UINT16 at Base 5.0.0
+ GB_PLUS_LOR_opaque_UINT32 at Base 5.0.0
+ GB_PLUS_LOR_opaque_UINT64 at Base 5.0.0
+ GB_PLUS_LOR_opaque_UINT8 at Base 5.0.0
+ GB_PLUS_LXOR_opaque_FP32 at Base 5.0.0
+ GB_PLUS_LXOR_opaque_FP64 at Base 5.0.0
+ GB_PLUS_LXOR_opaque_INT16 at Base 5.0.0
+ GB_PLUS_LXOR_opaque_INT32 at Base 5.0.0
+ GB_PLUS_LXOR_opaque_INT64 at Base 5.0.0
+ GB_PLUS_LXOR_opaque_INT8 at Base 5.0.0
+ GB_PLUS_LXOR_opaque_UINT16 at Base 5.0.0
+ GB_PLUS_LXOR_opaque_UINT32 at Base 5.0.0
+ GB_PLUS_LXOR_opaque_UINT64 at Base 5.0.0
+ GB_PLUS_LXOR_opaque_UINT8 at Base 5.0.0
+ GB_PLUS_MAX_opaque_FP32 at Base 5.0.0
+ GB_PLUS_MAX_opaque_FP64 at Base 5.0.0
+ GB_PLUS_MAX_opaque_INT16 at Base 5.0.0
+ GB_PLUS_MAX_opaque_INT32 at Base 5.0.0
+ GB_PLUS_MAX_opaque_INT64 at Base 5.0.0
+ GB_PLUS_MAX_opaque_INT8 at Base 5.0.0
+ GB_PLUS_MAX_opaque_UINT16 at Base 5.0.0
+ GB_PLUS_MAX_opaque_UINT32 at Base 5.0.0
+ GB_PLUS_MAX_opaque_UINT64 at Base 5.0.0
+ GB_PLUS_MAX_opaque_UINT8 at Base 5.0.0
+ GB_PLUS_MINUS_opaque_FP32 at Base 5.0.0
+ GB_PLUS_MINUS_opaque_FP64 at Base 5.0.0
+ GB_PLUS_MINUS_opaque_INT16 at Base 5.0.0
+ GB_PLUS_MINUS_opaque_INT32 at Base 5.0.0
+ GB_PLUS_MINUS_opaque_INT64 at Base 5.0.0
+ GB_PLUS_MINUS_opaque_INT8 at Base 5.0.0
+ GB_PLUS_MINUS_opaque_UINT16 at Base 5.0.0
+ GB_PLUS_MINUS_opaque_UINT32 at Base 5.0.0
+ GB_PLUS_MINUS_opaque_UINT64 at Base 5.0.0
+ GB_PLUS_MINUS_opaque_UINT8 at Base 5.0.0
+ GB_PLUS_MIN_opaque_FP32 at Base 5.0.0
+ GB_PLUS_MIN_opaque_FP64 at Base 5.0.0
+ GB_PLUS_MIN_opaque_INT16 at Base 5.0.0
+ GB_PLUS_MIN_opaque_INT32 at Base 5.0.0
+ GB_PLUS_MIN_opaque_INT64 at Base 5.0.0
+ GB_PLUS_MIN_opaque_INT8 at Base 5.0.0
+ GB_PLUS_MIN_opaque_UINT16 at Base 5.0.0
+ GB_PLUS_MIN_opaque_UINT32 at Base 5.0.0
+ GB_PLUS_MIN_opaque_UINT64 at Base 5.0.0
+ GB_PLUS_MIN_opaque_UINT8 at Base 5.0.0
+ GB_PLUS_PLUS_opaque_FP32 at Base 5.0.0
+ GB_PLUS_PLUS_opaque_FP64 at Base 5.0.0
+ GB_PLUS_PLUS_opaque_INT16 at Base 5.0.0
+ GB_PLUS_PLUS_opaque_INT32 at Base 5.0.0
+ GB_PLUS_PLUS_opaque_INT64 at Base 5.0.0
+ GB_PLUS_PLUS_opaque_INT8 at Base 5.0.0
+ GB_PLUS_PLUS_opaque_UINT16 at Base 5.0.0
+ GB_PLUS_PLUS_opaque_UINT32 at Base 5.0.0
+ GB_PLUS_PLUS_opaque_UINT64 at Base 5.0.0
+ GB_PLUS_PLUS_opaque_UINT8 at Base 5.0.0
+ GB_PLUS_SECOND_opaque_FP32 at Base 5.0.0
+ GB_PLUS_SECOND_opaque_FP64 at Base 5.0.0
+ GB_PLUS_SECOND_opaque_INT16 at Base 5.0.0
+ GB_PLUS_SECOND_opaque_INT32 at Base 5.0.0
+ GB_PLUS_SECOND_opaque_INT64 at Base 5.0.0
+ GB_PLUS_SECOND_opaque_INT8 at Base 5.0.0
+ GB_PLUS_SECOND_opaque_UINT16 at Base 5.0.0
+ GB_PLUS_SECOND_opaque_UINT32 at Base 5.0.0
+ GB_PLUS_SECOND_opaque_UINT64 at Base 5.0.0
+ GB_PLUS_SECOND_opaque_UINT8 at Base 5.0.0
+ GB_PLUS_TIMES_opaque_FP32 at Base 5.0.0
+ GB_PLUS_TIMES_opaque_FP64 at Base 5.0.0
+ GB_PLUS_TIMES_opaque_INT16 at Base 5.0.0
+ GB_PLUS_TIMES_opaque_INT32 at Base 5.0.0
+ GB_PLUS_TIMES_opaque_INT64 at Base 5.0.0
+ GB_PLUS_TIMES_opaque_INT8 at Base 5.0.0
+ GB_PLUS_TIMES_opaque_UINT16 at Base 5.0.0
+ GB_PLUS_TIMES_opaque_UINT32 at Base 5.0.0
+ GB_PLUS_TIMES_opaque_UINT64 at Base 5.0.0
+ GB_PLUS_TIMES_opaque_UINT8 at Base 5.0.0
+ GB_PLUS_UINT16_MONOID_opaque at Base 5.0.0
+ GB_PLUS_UINT32_MONOID_opaque at Base 5.0.0
+ GB_PLUS_UINT64_MONOID_opaque at Base 5.0.0
+ GB_PLUS_UINT8_MONOID_opaque at Base 5.0.0
+ GB_PLUS_f_BOOL at Base 5.0.0
+ GB_PLUS_f_FP32 at Base 5.0.0
+ GB_PLUS_f_FP64 at Base 5.0.0
+ GB_PLUS_f_INT16 at Base 5.0.0
+ GB_PLUS_f_INT32 at Base 5.0.0
+ GB_PLUS_f_INT64 at Base 5.0.0
+ GB_PLUS_f_INT8 at Base 5.0.0
+ GB_PLUS_f_UINT16 at Base 5.0.0
+ GB_PLUS_f_UINT32 at Base 5.0.0
+ GB_PLUS_f_UINT64 at Base 5.0.0
+ GB_PLUS_f_UINT8 at Base 5.0.0
+ GB_PLUS_opaque_BOOL at Base 5.0.0
+ GB_PLUS_opaque_FP32 at Base 5.0.0
+ GB_PLUS_opaque_FP64 at Base 5.0.0
+ GB_PLUS_opaque_INT16 at Base 5.0.0
+ GB_PLUS_opaque_INT32 at Base 5.0.0
+ GB_PLUS_opaque_INT64 at Base 5.0.0
+ GB_PLUS_opaque_INT8 at Base 5.0.0
+ GB_PLUS_opaque_UINT16 at Base 5.0.0
+ GB_PLUS_opaque_UINT32 at Base 5.0.0
+ GB_PLUS_opaque_UINT64 at Base 5.0.0
+ GB_PLUS_opaque_UINT8 at Base 5.0.0
+ GB_SECOND_f_BOOL at Base 5.0.0
+ GB_SECOND_f_FP32 at Base 5.0.0
+ GB_SECOND_f_FP64 at Base 5.0.0
+ GB_SECOND_f_INT16 at Base 5.0.0
+ GB_SECOND_f_INT32 at Base 5.0.0
+ GB_SECOND_f_INT64 at Base 5.0.0
+ GB_SECOND_f_INT8 at Base 5.0.0
+ GB_SECOND_f_UINT16 at Base 5.0.0
+ GB_SECOND_f_UINT32 at Base 5.0.0
+ GB_SECOND_f_UINT64 at Base 5.0.0
+ GB_SECOND_f_UINT8 at Base 5.0.0
+ GB_SECOND_opaque_BOOL at Base 5.0.0
+ GB_SECOND_opaque_FP32 at Base 5.0.0
+ GB_SECOND_opaque_FP64 at Base 5.0.0
+ GB_SECOND_opaque_INT16 at Base 5.0.0
+ GB_SECOND_opaque_INT32 at Base 5.0.0
+ GB_SECOND_opaque_INT64 at Base 5.0.0
+ GB_SECOND_opaque_INT8 at Base 5.0.0
+ GB_SECOND_opaque_UINT16 at Base 5.0.0
+ GB_SECOND_opaque_UINT32 at Base 5.0.0
+ GB_SECOND_opaque_UINT64 at Base 5.0.0
+ GB_SECOND_opaque_UINT8 at Base 5.0.0
+ GB_Semiring_check at Base 5.0.0
+ GB_TIMES_DIV_opaque_FP32 at Base 5.0.0
+ GB_TIMES_DIV_opaque_FP64 at Base 5.0.0
+ GB_TIMES_DIV_opaque_INT16 at Base 5.0.0
+ GB_TIMES_DIV_opaque_INT32 at Base 5.0.0
+ GB_TIMES_DIV_opaque_INT64 at Base 5.0.0
+ GB_TIMES_DIV_opaque_INT8 at Base 5.0.0
+ GB_TIMES_DIV_opaque_UINT16 at Base 5.0.0
+ GB_TIMES_DIV_opaque_UINT32 at Base 5.0.0
+ GB_TIMES_DIV_opaque_UINT64 at Base 5.0.0
+ GB_TIMES_DIV_opaque_UINT8 at Base 5.0.0
+ GB_TIMES_FIRST_opaque_FP32 at Base 5.0.0
+ GB_TIMES_FIRST_opaque_FP64 at Base 5.0.0
+ GB_TIMES_FIRST_opaque_INT16 at Base 5.0.0
+ GB_TIMES_FIRST_opaque_INT32 at Base 5.0.0
+ GB_TIMES_FIRST_opaque_INT64 at Base 5.0.0
+ GB_TIMES_FIRST_opaque_INT8 at Base 5.0.0
+ GB_TIMES_FIRST_opaque_UINT16 at Base 5.0.0
+ GB_TIMES_FIRST_opaque_UINT32 at Base 5.0.0
+ GB_TIMES_FIRST_opaque_UINT64 at Base 5.0.0
+ GB_TIMES_FIRST_opaque_UINT8 at Base 5.0.0
+ GB_TIMES_FP32_MONOID_opaque at Base 5.0.0
+ GB_TIMES_FP64_MONOID_opaque at Base 5.0.0
+ GB_TIMES_INT16_MONOID_opaque at Base 5.0.0
+ GB_TIMES_INT32_MONOID_opaque at Base 5.0.0
+ GB_TIMES_INT64_MONOID_opaque at Base 5.0.0
+ GB_TIMES_INT8_MONOID_opaque at Base 5.0.0
+ GB_TIMES_ISEQ_opaque_FP32 at Base 5.0.0
+ GB_TIMES_ISEQ_opaque_FP64 at Base 5.0.0
+ GB_TIMES_ISEQ_opaque_INT16 at Base 5.0.0
+ GB_TIMES_ISEQ_opaque_INT32 at Base 5.0.0
+ GB_TIMES_ISEQ_opaque_INT64 at Base 5.0.0
+ GB_TIMES_ISEQ_opaque_INT8 at Base 5.0.0
+ GB_TIMES_ISEQ_opaque_UINT16 at Base 5.0.0
+ GB_TIMES_ISEQ_opaque_UINT32 at Base 5.0.0
+ GB_TIMES_ISEQ_opaque_UINT64 at Base 5.0.0
+ GB_TIMES_ISEQ_opaque_UINT8 at Base 5.0.0
+ GB_TIMES_ISGE_opaque_FP32 at Base 5.0.0
+ GB_TIMES_ISGE_opaque_FP64 at Base 5.0.0
+ GB_TIMES_ISGE_opaque_INT16 at Base 5.0.0
+ GB_TIMES_ISGE_opaque_INT32 at Base 5.0.0
+ GB_TIMES_ISGE_opaque_INT64 at Base 5.0.0
+ GB_TIMES_ISGE_opaque_INT8 at Base 5.0.0
+ GB_TIMES_ISGE_opaque_UINT16 at Base 5.0.0
+ GB_TIMES_ISGE_opaque_UINT32 at Base 5.0.0
+ GB_TIMES_ISGE_opaque_UINT64 at Base 5.0.0
+ GB_TIMES_ISGE_opaque_UINT8 at Base 5.0.0
+ GB_TIMES_ISGT_opaque_FP32 at Base 5.0.0
+ GB_TIMES_ISGT_opaque_FP64 at Base 5.0.0
+ GB_TIMES_ISGT_opaque_INT16 at Base 5.0.0
+ GB_TIMES_ISGT_opaque_INT32 at Base 5.0.0
+ GB_TIMES_ISGT_opaque_INT64 at Base 5.0.0
+ GB_TIMES_ISGT_opaque_INT8 at Base 5.0.0
+ GB_TIMES_ISGT_opaque_UINT16 at Base 5.0.0
+ GB_TIMES_ISGT_opaque_UINT32 at Base 5.0.0
+ GB_TIMES_ISGT_opaque_UINT64 at Base 5.0.0
+ GB_TIMES_ISGT_opaque_UINT8 at Base 5.0.0
+ GB_TIMES_ISLE_opaque_FP32 at Base 5.0.0
+ GB_TIMES_ISLE_opaque_FP64 at Base 5.0.0
+ GB_TIMES_ISLE_opaque_INT16 at Base 5.0.0
+ GB_TIMES_ISLE_opaque_INT32 at Base 5.0.0
+ GB_TIMES_ISLE_opaque_INT64 at Base 5.0.0
+ GB_TIMES_ISLE_opaque_INT8 at Base 5.0.0
+ GB_TIMES_ISLE_opaque_UINT16 at Base 5.0.0
+ GB_TIMES_ISLE_opaque_UINT32 at Base 5.0.0
+ GB_TIMES_ISLE_opaque_UINT64 at Base 5.0.0
+ GB_TIMES_ISLE_opaque_UINT8 at Base 5.0.0
+ GB_TIMES_ISLT_opaque_FP32 at Base 5.0.0
+ GB_TIMES_ISLT_opaque_FP64 at Base 5.0.0
+ GB_TIMES_ISLT_opaque_INT16 at Base 5.0.0
+ GB_TIMES_ISLT_opaque_INT32 at Base 5.0.0
+ GB_TIMES_ISLT_opaque_INT64 at Base 5.0.0
+ GB_TIMES_ISLT_opaque_INT8 at Base 5.0.0
+ GB_TIMES_ISLT_opaque_UINT16 at Base 5.0.0
+ GB_TIMES_ISLT_opaque_UINT32 at Base 5.0.0
+ GB_TIMES_ISLT_opaque_UINT64 at Base 5.0.0
+ GB_TIMES_ISLT_opaque_UINT8 at Base 5.0.0
+ GB_TIMES_ISNE_opaque_FP32 at Base 5.0.0
+ GB_TIMES_ISNE_opaque_FP64 at Base 5.0.0
+ GB_TIMES_ISNE_opaque_INT16 at Base 5.0.0
+ GB_TIMES_ISNE_opaque_INT32 at Base 5.0.0
+ GB_TIMES_ISNE_opaque_INT64 at Base 5.0.0
+ GB_TIMES_ISNE_opaque_INT8 at Base 5.0.0
+ GB_TIMES_ISNE_opaque_UINT16 at Base 5.0.0
+ GB_TIMES_ISNE_opaque_UINT32 at Base 5.0.0
+ GB_TIMES_ISNE_opaque_UINT64 at Base 5.0.0
+ GB_TIMES_ISNE_opaque_UINT8 at Base 5.0.0
+ GB_TIMES_LAND_opaque_FP32 at Base 5.0.0
+ GB_TIMES_LAND_opaque_FP64 at Base 5.0.0
+ GB_TIMES_LAND_opaque_INT16 at Base 5.0.0
+ GB_TIMES_LAND_opaque_INT32 at Base 5.0.0
+ GB_TIMES_LAND_opaque_INT64 at Base 5.0.0
+ GB_TIMES_LAND_opaque_INT8 at Base 5.0.0
+ GB_TIMES_LAND_opaque_UINT16 at Base 5.0.0
+ GB_TIMES_LAND_opaque_UINT32 at Base 5.0.0
+ GB_TIMES_LAND_opaque_UINT64 at Base 5.0.0
+ GB_TIMES_LAND_opaque_UINT8 at Base 5.0.0
+ GB_TIMES_LOR_opaque_FP32 at Base 5.0.0
+ GB_TIMES_LOR_opaque_FP64 at Base 5.0.0
+ GB_TIMES_LOR_opaque_INT16 at Base 5.0.0
+ GB_TIMES_LOR_opaque_INT32 at Base 5.0.0
+ GB_TIMES_LOR_opaque_INT64 at Base 5.0.0
+ GB_TIMES_LOR_opaque_INT8 at Base 5.0.0
+ GB_TIMES_LOR_opaque_UINT16 at Base 5.0.0
+ GB_TIMES_LOR_opaque_UINT32 at Base 5.0.0
+ GB_TIMES_LOR_opaque_UINT64 at Base 5.0.0
+ GB_TIMES_LOR_opaque_UINT8 at Base 5.0.0
+ GB_TIMES_LXOR_opaque_FP32 at Base 5.0.0
+ GB_TIMES_LXOR_opaque_FP64 at Base 5.0.0
+ GB_TIMES_LXOR_opaque_INT16 at Base 5.0.0
+ GB_TIMES_LXOR_opaque_INT32 at Base 5.0.0
+ GB_TIMES_LXOR_opaque_INT64 at Base 5.0.0
+ GB_TIMES_LXOR_opaque_INT8 at Base 5.0.0
+ GB_TIMES_LXOR_opaque_UINT16 at Base 5.0.0
+ GB_TIMES_LXOR_opaque_UINT32 at Base 5.0.0
+ GB_TIMES_LXOR_opaque_UINT64 at Base 5.0.0
+ GB_TIMES_LXOR_opaque_UINT8 at Base 5.0.0
+ GB_TIMES_MAX_opaque_FP32 at Base 5.0.0
+ GB_TIMES_MAX_opaque_FP64 at Base 5.0.0
+ GB_TIMES_MAX_opaque_INT16 at Base 5.0.0
+ GB_TIMES_MAX_opaque_INT32 at Base 5.0.0
+ GB_TIMES_MAX_opaque_INT64 at Base 5.0.0
+ GB_TIMES_MAX_opaque_INT8 at Base 5.0.0
+ GB_TIMES_MAX_opaque_UINT16 at Base 5.0.0
+ GB_TIMES_MAX_opaque_UINT32 at Base 5.0.0
+ GB_TIMES_MAX_opaque_UINT64 at Base 5.0.0
+ GB_TIMES_MAX_opaque_UINT8 at Base 5.0.0
+ GB_TIMES_MINUS_opaque_FP32 at Base 5.0.0
+ GB_TIMES_MINUS_opaque_FP64 at Base 5.0.0
+ GB_TIMES_MINUS_opaque_INT16 at Base 5.0.0
+ GB_TIMES_MINUS_opaque_INT32 at Base 5.0.0
+ GB_TIMES_MINUS_opaque_INT64 at Base 5.0.0
+ GB_TIMES_MINUS_opaque_INT8 at Base 5.0.0
+ GB_TIMES_MINUS_opaque_UINT16 at Base 5.0.0
+ GB_TIMES_MINUS_opaque_UINT32 at Base 5.0.0
+ GB_TIMES_MINUS_opaque_UINT64 at Base 5.0.0
+ GB_TIMES_MINUS_opaque_UINT8 at Base 5.0.0
+ GB_TIMES_MIN_opaque_FP32 at Base 5.0.0
+ GB_TIMES_MIN_opaque_FP64 at Base 5.0.0
+ GB_TIMES_MIN_opaque_INT16 at Base 5.0.0
+ GB_TIMES_MIN_opaque_INT32 at Base 5.0.0
+ GB_TIMES_MIN_opaque_INT64 at Base 5.0.0
+ GB_TIMES_MIN_opaque_INT8 at Base 5.0.0
+ GB_TIMES_MIN_opaque_UINT16 at Base 5.0.0
+ GB_TIMES_MIN_opaque_UINT32 at Base 5.0.0
+ GB_TIMES_MIN_opaque_UINT64 at Base 5.0.0
+ GB_TIMES_MIN_opaque_UINT8 at Base 5.0.0
+ GB_TIMES_PLUS_opaque_FP32 at Base 5.0.0
+ GB_TIMES_PLUS_opaque_FP64 at Base 5.0.0
+ GB_TIMES_PLUS_opaque_INT16 at Base 5.0.0
+ GB_TIMES_PLUS_opaque_INT32 at Base 5.0.0
+ GB_TIMES_PLUS_opaque_INT64 at Base 5.0.0
+ GB_TIMES_PLUS_opaque_INT8 at Base 5.0.0
+ GB_TIMES_PLUS_opaque_UINT16 at Base 5.0.0
+ GB_TIMES_PLUS_opaque_UINT32 at Base 5.0.0
+ GB_TIMES_PLUS_opaque_UINT64 at Base 5.0.0
+ GB_TIMES_PLUS_opaque_UINT8 at Base 5.0.0
+ GB_TIMES_SECOND_opaque_FP32 at Base 5.0.0
+ GB_TIMES_SECOND_opaque_FP64 at Base 5.0.0
+ GB_TIMES_SECOND_opaque_INT16 at Base 5.0.0
+ GB_TIMES_SECOND_opaque_INT32 at Base 5.0.0
+ GB_TIMES_SECOND_opaque_INT64 at Base 5.0.0
+ GB_TIMES_SECOND_opaque_INT8 at Base 5.0.0
+ GB_TIMES_SECOND_opaque_UINT16 at Base 5.0.0
+ GB_TIMES_SECOND_opaque_UINT32 at Base 5.0.0
+ GB_TIMES_SECOND_opaque_UINT64 at Base 5.0.0
+ GB_TIMES_SECOND_opaque_UINT8 at Base 5.0.0
+ GB_TIMES_TIMES_opaque_FP32 at Base 5.0.0
+ GB_TIMES_TIMES_opaque_FP64 at Base 5.0.0
+ GB_TIMES_TIMES_opaque_INT16 at Base 5.0.0
+ GB_TIMES_TIMES_opaque_INT32 at Base 5.0.0
+ GB_TIMES_TIMES_opaque_INT64 at Base 5.0.0
+ GB_TIMES_TIMES_opaque_INT8 at Base 5.0.0
+ GB_TIMES_TIMES_opaque_UINT16 at Base 5.0.0
+ GB_TIMES_TIMES_opaque_UINT32 at Base 5.0.0
+ GB_TIMES_TIMES_opaque_UINT64 at Base 5.0.0
+ GB_TIMES_TIMES_opaque_UINT8 at Base 5.0.0
+ GB_TIMES_UINT16_MONOID_opaque at Base 5.0.0
+ GB_TIMES_UINT32_MONOID_opaque at Base 5.0.0
+ GB_TIMES_UINT64_MONOID_opaque at Base 5.0.0
+ GB_TIMES_UINT8_MONOID_opaque at Base 5.0.0
+ GB_TIMES_f_BOOL at Base 5.0.0
+ GB_TIMES_f_FP32 at Base 5.0.0
+ GB_TIMES_f_FP64 at Base 5.0.0
+ GB_TIMES_f_INT16 at Base 5.0.0
+ GB_TIMES_f_INT32 at Base 5.0.0
+ GB_TIMES_f_INT64 at Base 5.0.0
+ GB_TIMES_f_INT8 at Base 5.0.0
+ GB_TIMES_f_UINT16 at Base 5.0.0
+ GB_TIMES_f_UINT32 at Base 5.0.0
+ GB_TIMES_f_UINT64 at Base 5.0.0
+ GB_TIMES_f_UINT8 at Base 5.0.0
+ GB_TIMES_opaque_BOOL at Base 5.0.0
+ GB_TIMES_opaque_FP32 at Base 5.0.0
+ GB_TIMES_opaque_FP64 at Base 5.0.0
+ GB_TIMES_opaque_INT16 at Base 5.0.0
+ GB_TIMES_opaque_INT32 at Base 5.0.0
+ GB_TIMES_opaque_INT64 at Base 5.0.0
+ GB_TIMES_opaque_INT8 at Base 5.0.0
+ GB_TIMES_opaque_UINT16 at Base 5.0.0
+ GB_TIMES_opaque_UINT32 at Base 5.0.0
+ GB_TIMES_opaque_UINT64 at Base 5.0.0
+ GB_TIMES_opaque_UINT8 at Base 5.0.0
+ GB_Type_check at Base 5.0.0
+ GB_Type_code_compatible at Base 5.0.0
+ GB_Type_compatible at Base 5.0.0
+ GB_Type_new at Base 5.0.0
+ GB_Type_size at Base 5.0.0
+ GB_UnaryOp_check at Base 5.0.0
+ GB_UnaryOp_new at Base 5.0.0
+ GB_Vector_check at Base 5.0.0
+ GB_Work_alloc at Base 5.0.0
+ GB_Work_free at Base 5.0.0
+ GB_accum_mask at Base 5.0.0
+ GB_add_pending at Base 5.0.0
+ GB_apply at Base 5.0.0
+ GB_assign at Base 5.0.0
+ GB_assign_scalar at Base 5.0.0
+ GB_block at Base 5.0.0
+ GB_boolean_rename at Base 5.0.0
+ GB_build at Base 5.0.0
+ GB_build_factory at Base 5.0.0
+ GB_builder at Base 5.0.0
+ GB_calloc_memory at Base 5.0.0
+ GB_cast_array at Base 5.0.0
+ GB_cast_bool_bool at Base 5.0.0
+ GB_cast_bool_double at Base 5.0.0
+ GB_cast_bool_float at Base 5.0.0
+ GB_cast_bool_int16_t at Base 5.0.0
+ GB_cast_bool_int32_t at Base 5.0.0
+ GB_cast_bool_int64_t at Base 5.0.0
+ GB_cast_bool_int8_t at Base 5.0.0
+ GB_cast_bool_uint16_t at Base 5.0.0
+ GB_cast_bool_uint32_t at Base 5.0.0
+ GB_cast_bool_uint64_t at Base 5.0.0
+ GB_cast_bool_uint8_t at Base 5.0.0
+ GB_cast_double_bool at Base 5.0.0
+ GB_cast_double_double at Base 5.0.0
+ GB_cast_double_float at Base 5.0.0
+ GB_cast_double_int16_t at Base 5.0.0
+ GB_cast_double_int32_t at Base 5.0.0
+ GB_cast_double_int64_t at Base 5.0.0
+ GB_cast_double_int8_t at Base 5.0.0
+ GB_cast_double_uint16_t at Base 5.0.0
+ GB_cast_double_uint32_t at Base 5.0.0
+ GB_cast_double_uint64_t at Base 5.0.0
+ GB_cast_double_uint8_t at Base 5.0.0
+ GB_cast_factory at Base 5.0.0
+ GB_cast_float_bool at Base 5.0.0
+ GB_cast_float_double at Base 5.0.0
+ GB_cast_float_float at Base 5.0.0
+ GB_cast_float_int16_t at Base 5.0.0
+ GB_cast_float_int32_t at Base 5.0.0
+ GB_cast_float_int64_t at Base 5.0.0
+ GB_cast_float_int8_t at Base 5.0.0
+ GB_cast_float_uint16_t at Base 5.0.0
+ GB_cast_float_uint32_t at Base 5.0.0
+ GB_cast_float_uint64_t at Base 5.0.0
+ GB_cast_float_uint8_t at Base 5.0.0
+ GB_cast_int16_t_bool at Base 5.0.0
+ GB_cast_int16_t_double at Base 5.0.0
+ GB_cast_int16_t_float at Base 5.0.0
+ GB_cast_int16_t_int16_t at Base 5.0.0
+ GB_cast_int16_t_int32_t at Base 5.0.0
+ GB_cast_int16_t_int64_t at Base 5.0.0
+ GB_cast_int16_t_int8_t at Base 5.0.0
+ GB_cast_int16_t_uint16_t at Base 5.0.0
+ GB_cast_int16_t_uint32_t at Base 5.0.0
+ GB_cast_int16_t_uint64_t at Base 5.0.0
+ GB_cast_int16_t_uint8_t at Base 5.0.0
+ GB_cast_int32_t_bool at Base 5.0.0
+ GB_cast_int32_t_double at Base 5.0.0
+ GB_cast_int32_t_float at Base 5.0.0
+ GB_cast_int32_t_int16_t at Base 5.0.0
+ GB_cast_int32_t_int32_t at Base 5.0.0
+ GB_cast_int32_t_int64_t at Base 5.0.0
+ GB_cast_int32_t_int8_t at Base 5.0.0
+ GB_cast_int32_t_uint16_t at Base 5.0.0
+ GB_cast_int32_t_uint32_t at Base 5.0.0
+ GB_cast_int32_t_uint64_t at Base 5.0.0
+ GB_cast_int32_t_uint8_t at Base 5.0.0
+ GB_cast_int64_t_bool at Base 5.0.0
+ GB_cast_int64_t_double at Base 5.0.0
+ GB_cast_int64_t_float at Base 5.0.0
+ GB_cast_int64_t_int16_t at Base 5.0.0
+ GB_cast_int64_t_int32_t at Base 5.0.0
+ GB_cast_int64_t_int64_t at Base 5.0.0
+ GB_cast_int64_t_int8_t at Base 5.0.0
+ GB_cast_int64_t_uint16_t at Base 5.0.0
+ GB_cast_int64_t_uint32_t at Base 5.0.0
+ GB_cast_int64_t_uint64_t at Base 5.0.0
+ GB_cast_int64_t_uint8_t at Base 5.0.0
+ GB_cast_int8_t_bool at Base 5.0.0
+ GB_cast_int8_t_double at Base 5.0.0
+ GB_cast_int8_t_float at Base 5.0.0
+ GB_cast_int8_t_int16_t at Base 5.0.0
+ GB_cast_int8_t_int32_t at Base 5.0.0
+ GB_cast_int8_t_int64_t at Base 5.0.0
+ GB_cast_int8_t_int8_t at Base 5.0.0
+ GB_cast_int8_t_uint16_t at Base 5.0.0
+ GB_cast_int8_t_uint32_t at Base 5.0.0
+ GB_cast_int8_t_uint64_t at Base 5.0.0
+ GB_cast_int8_t_uint8_t at Base 5.0.0
+ GB_cast_uint16_t_bool at Base 5.0.0
+ GB_cast_uint16_t_double at Base 5.0.0
+ GB_cast_uint16_t_float at Base 5.0.0
+ GB_cast_uint16_t_int16_t at Base 5.0.0
+ GB_cast_uint16_t_int32_t at Base 5.0.0
+ GB_cast_uint16_t_int64_t at Base 5.0.0
+ GB_cast_uint16_t_int8_t at Base 5.0.0
+ GB_cast_uint16_t_uint16_t at Base 5.0.0
+ GB_cast_uint16_t_uint32_t at Base 5.0.0
+ GB_cast_uint16_t_uint64_t at Base 5.0.0
+ GB_cast_uint16_t_uint8_t at Base 5.0.0
+ GB_cast_uint32_t_bool at Base 5.0.0
+ GB_cast_uint32_t_double at Base 5.0.0
+ GB_cast_uint32_t_float at Base 5.0.0
+ GB_cast_uint32_t_int16_t at Base 5.0.0
+ GB_cast_uint32_t_int32_t at Base 5.0.0
+ GB_cast_uint32_t_int64_t at Base 5.0.0
+ GB_cast_uint32_t_int8_t at Base 5.0.0
+ GB_cast_uint32_t_uint16_t at Base 5.0.0
+ GB_cast_uint32_t_uint32_t at Base 5.0.0
+ GB_cast_uint32_t_uint64_t at Base 5.0.0
+ GB_cast_uint32_t_uint8_t at Base 5.0.0
+ GB_cast_uint64_t_bool at Base 5.0.0
+ GB_cast_uint64_t_double at Base 5.0.0
+ GB_cast_uint64_t_float at Base 5.0.0
+ GB_cast_uint64_t_int16_t at Base 5.0.0
+ GB_cast_uint64_t_int32_t at Base 5.0.0
+ GB_cast_uint64_t_int64_t at Base 5.0.0
+ GB_cast_uint64_t_int8_t at Base 5.0.0
+ GB_cast_uint64_t_uint16_t at Base 5.0.0
+ GB_cast_uint64_t_uint32_t at Base 5.0.0
+ GB_cast_uint64_t_uint64_t at Base 5.0.0
+ GB_cast_uint64_t_uint8_t at Base 5.0.0
+ GB_cast_uint8_t_bool at Base 5.0.0
+ GB_cast_uint8_t_double at Base 5.0.0
+ GB_cast_uint8_t_float at Base 5.0.0
+ GB_cast_uint8_t_int16_t at Base 5.0.0
+ GB_cast_uint8_t_int32_t at Base 5.0.0
+ GB_cast_uint8_t_int64_t at Base 5.0.0
+ GB_cast_uint8_t_int8_t at Base 5.0.0
+ GB_cast_uint8_t_uint16_t at Base 5.0.0
+ GB_cast_uint8_t_uint32_t at Base 5.0.0
+ GB_cast_uint8_t_uint64_t at Base 5.0.0
+ GB_cast_uint8_t_uint8_t at Base 5.0.0
+ GB_code_print at Base 5.0.0
+ GB_code_string at Base 5.0.0
+ GB_compatible at Base 5.0.0
+ GB_copy_user_user at Base 5.0.0
+ GB_cumsum at Base 5.0.0
+ GB_eWise at Base 5.0.0
+ GB_extract at Base 5.0.0
+ GB_extractElement at Base 5.0.0
+ GB_extractTuples at Base 5.0.0
+ GB_free_memory at Base 5.0.0
+ GB_free_pending at Base 5.0.0
+ GB_identity_EQ_opaque_BOOL at Base 5.0.0
+ GB_identity_LAND_opaque_BOOL at Base 5.0.0
+ GB_identity_LOR_opaque_BOOL at Base 5.0.0
+ GB_identity_LXOR_opaque_BOOL at Base 5.0.0
+ GB_identity_MAX_opaque_FP32 at Base 5.0.0
+ GB_identity_MAX_opaque_FP64 at Base 5.0.0
+ GB_identity_MAX_opaque_INT16 at Base 5.0.0
+ GB_identity_MAX_opaque_INT32 at Base 5.0.0
+ GB_identity_MAX_opaque_INT64 at Base 5.0.0
+ GB_identity_MAX_opaque_INT8 at Base 5.0.0
+ GB_identity_MAX_opaque_UINT16 at Base 5.0.0
+ GB_identity_MAX_opaque_UINT32 at Base 5.0.0
+ GB_identity_MAX_opaque_UINT64 at Base 5.0.0
+ GB_identity_MAX_opaque_UINT8 at Base 5.0.0
+ GB_identity_MIN_opaque_FP32 at Base 5.0.0
+ GB_identity_MIN_opaque_FP64 at Base 5.0.0
+ GB_identity_MIN_opaque_INT16 at Base 5.0.0
+ GB_identity_MIN_opaque_INT32 at Base 5.0.0
+ GB_identity_MIN_opaque_INT64 at Base 5.0.0
+ GB_identity_MIN_opaque_INT8 at Base 5.0.0
+ GB_identity_MIN_opaque_UINT16 at Base 5.0.0
+ GB_identity_MIN_opaque_UINT32 at Base 5.0.0
+ GB_identity_MIN_opaque_UINT64 at Base 5.0.0
+ GB_identity_MIN_opaque_UINT8 at Base 5.0.0
+ GB_identity_PLUS_opaque_FP32 at Base 5.0.0
+ GB_identity_PLUS_opaque_FP64 at Base 5.0.0
+ GB_identity_PLUS_opaque_INT16 at Base 5.0.0
+ GB_identity_PLUS_opaque_INT32 at Base 5.0.0
+ GB_identity_PLUS_opaque_INT64 at Base 5.0.0
+ GB_identity_PLUS_opaque_INT8 at Base 5.0.0
+ GB_identity_PLUS_opaque_UINT16 at Base 5.0.0
+ GB_identity_PLUS_opaque_UINT32 at Base 5.0.0
+ GB_identity_PLUS_opaque_UINT64 at Base 5.0.0
+ GB_identity_PLUS_opaque_UINT8 at Base 5.0.0
+ GB_identity_TIMES_opaque_FP32 at Base 5.0.0
+ GB_identity_TIMES_opaque_FP64 at Base 5.0.0
+ GB_identity_TIMES_opaque_INT16 at Base 5.0.0
+ GB_identity_TIMES_opaque_INT32 at Base 5.0.0
+ GB_identity_TIMES_opaque_INT64 at Base 5.0.0
+ GB_identity_TIMES_opaque_INT8 at Base 5.0.0
+ GB_identity_TIMES_opaque_UINT16 at Base 5.0.0
+ GB_identity_TIMES_opaque_UINT32 at Base 5.0.0
+ GB_identity_TIMES_opaque_UINT64 at Base 5.0.0
+ GB_identity_TIMES_opaque_UINT8 at Base 5.0.0
+ GB_ijproperties at Base 5.0.0
+ GB_ijsort at Base 5.0.0
+ GB_malloc_memory at Base 5.0.0
+ GB_mask at Base 5.0.0
+ GB_mxm at Base 5.0.0
+ GB_new at Base 5.0.0
+ GB_object_check at Base 5.0.0
+ GB_op_is_second at Base 5.0.0
+ GB_opaque_BOOL at Base 5.0.0
+ GB_opaque_FP32 at Base 5.0.0
+ GB_opaque_FP64 at Base 5.0.0
+ GB_opaque_INT16 at Base 5.0.0
+ GB_opaque_INT32 at Base 5.0.0
+ GB_opaque_INT64 at Base 5.0.0
+ GB_opaque_INT8 at Base 5.0.0
+ GB_opaque_UINT16 at Base 5.0.0
+ GB_opaque_UINT32 at Base 5.0.0
+ GB_opaque_UINT64 at Base 5.0.0
+ GB_opaque_UINT8 at Base 5.0.0
+ GB_qsort_1 at Base 5.0.0
+ GB_qsort_2a at Base 5.0.0
+ GB_qsort_2b at Base 5.0.0
+ GB_qsort_3 at Base 5.0.0
+ GB_queue_insert at Base 5.0.0
+ GB_queue_remove at Base 5.0.0
+ GB_realloc_memory at Base 5.0.0
+ GB_reduce_to_column at Base 5.0.0
+ GB_reduce_to_scalar at Base 5.0.0
+ GB_semiring_builtin at Base 5.0.0
+ GB_setElement at Base 5.0.0
+ GB_shallow_cast at Base 5.0.0
+ GB_shallow_op at Base 5.0.0
+ GB_size_t_multiply at Base 5.0.0
+ GB_subassign at Base 5.0.0
+ GB_subassign_kernel at Base 5.0.0
+ GB_subassign_scalar at Base 5.0.0
+ GB_subref_numeric at Base 5.0.0
+ GB_subref_symbolic at Base 5.0.0
+ GB_thread_local at Base 5.0.0
+ GB_transpose_ix at Base 5.0.0
+ GB_transpose_op at Base 5.0.0
+ GB_transpose_pattern at Base 5.0.0
+ GB_wait at Base 5.0.0
+ GrB_ABS_BOOL at Base 5.0.0
+ GrB_ABS_FP32 at Base 5.0.0
+ GrB_ABS_FP64 at Base 5.0.0
+ GrB_ABS_INT16 at Base 5.0.0
+ GrB_ABS_INT32 at Base 5.0.0
+ GrB_ABS_INT64 at Base 5.0.0
+ GrB_ABS_INT8 at Base 5.0.0
+ GrB_ABS_UINT16 at Base 5.0.0
+ GrB_ABS_UINT32 at Base 5.0.0
+ GrB_ABS_UINT64 at Base 5.0.0
+ GrB_ABS_UINT8 at Base 5.0.0
+ GrB_AINV_BOOL at Base 5.0.0
+ GrB_AINV_FP32 at Base 5.0.0
+ GrB_AINV_FP64 at Base 5.0.0
+ GrB_AINV_INT16 at Base 5.0.0
+ GrB_AINV_INT32 at Base 5.0.0
+ GrB_AINV_INT64 at Base 5.0.0
+ GrB_AINV_INT8 at Base 5.0.0
+ GrB_AINV_UINT16 at Base 5.0.0
+ GrB_AINV_UINT32 at Base 5.0.0
+ GrB_AINV_UINT64 at Base 5.0.0
+ GrB_AINV_UINT8 at Base 5.0.0
+ GrB_ALL at Base 5.0.0
+ GrB_BOOL at Base 5.0.0
+ GrB_BinaryOp_free at Base 5.0.0
+ GrB_BinaryOp_xtype at Base 5.0.0
+ GrB_BinaryOp_ytype at Base 5.0.0
+ GrB_BinaryOp_ztype at Base 5.0.0
+ GrB_Col_assign at Base 5.0.0
+ GrB_Col_extract at Base 5.0.0
+ GrB_Col_subassign at Base 5.0.0
+ GrB_DIV_BOOL at Base 5.0.0
+ GrB_DIV_FP32 at Base 5.0.0
+ GrB_DIV_FP64 at Base 5.0.0
+ GrB_DIV_INT16 at Base 5.0.0
+ GrB_DIV_INT32 at Base 5.0.0
+ GrB_DIV_INT64 at Base 5.0.0
+ GrB_DIV_INT8 at Base 5.0.0
+ GrB_DIV_UINT16 at Base 5.0.0
+ GrB_DIV_UINT32 at Base 5.0.0
+ GrB_DIV_UINT64 at Base 5.0.0
+ GrB_DIV_UINT8 at Base 5.0.0
+ GrB_Descriptor_free at Base 5.0.0
+ GrB_Descriptor_get at Base 5.0.0
+ GrB_Descriptor_new at Base 5.0.0
+ GrB_Descriptor_set at Base 5.0.0
+ GrB_EQ_BOOL at Base 5.0.0
+ GrB_EQ_BOOL_MONOID at Base 5.0.0
+ GrB_EQ_EQ_BOOL at Base 5.0.0
+ GrB_EQ_EQ_FP32 at Base 5.0.0
+ GrB_EQ_EQ_FP64 at Base 5.0.0
+ GrB_EQ_EQ_INT16 at Base 5.0.0
+ GrB_EQ_EQ_INT32 at Base 5.0.0
+ GrB_EQ_EQ_INT64 at Base 5.0.0
+ GrB_EQ_EQ_INT8 at Base 5.0.0
+ GrB_EQ_EQ_UINT16 at Base 5.0.0
+ GrB_EQ_EQ_UINT32 at Base 5.0.0
+ GrB_EQ_EQ_UINT64 at Base 5.0.0
+ GrB_EQ_EQ_UINT8 at Base 5.0.0
+ GrB_EQ_FIRST_BOOL at Base 5.0.0
+ GrB_EQ_FP32 at Base 5.0.0
+ GrB_EQ_FP64 at Base 5.0.0
+ GrB_EQ_GE_BOOL at Base 5.0.0
+ GrB_EQ_GE_FP32 at Base 5.0.0
+ GrB_EQ_GE_FP64 at Base 5.0.0
+ GrB_EQ_GE_INT16 at Base 5.0.0
+ GrB_EQ_GE_INT32 at Base 5.0.0
+ GrB_EQ_GE_INT64 at Base 5.0.0
+ GrB_EQ_GE_INT8 at Base 5.0.0
+ GrB_EQ_GE_UINT16 at Base 5.0.0
+ GrB_EQ_GE_UINT32 at Base 5.0.0
+ GrB_EQ_GE_UINT64 at Base 5.0.0
+ GrB_EQ_GE_UINT8 at Base 5.0.0
+ GrB_EQ_GT_BOOL at Base 5.0.0
+ GrB_EQ_GT_FP32 at Base 5.0.0
+ GrB_EQ_GT_FP64 at Base 5.0.0
+ GrB_EQ_GT_INT16 at Base 5.0.0
+ GrB_EQ_GT_INT32 at Base 5.0.0
+ GrB_EQ_GT_INT64 at Base 5.0.0
+ GrB_EQ_GT_INT8 at Base 5.0.0
+ GrB_EQ_GT_UINT16 at Base 5.0.0
+ GrB_EQ_GT_UINT32 at Base 5.0.0
+ GrB_EQ_GT_UINT64 at Base 5.0.0
+ GrB_EQ_GT_UINT8 at Base 5.0.0
+ GrB_EQ_INT16 at Base 5.0.0
+ GrB_EQ_INT32 at Base 5.0.0
+ GrB_EQ_INT64 at Base 5.0.0
+ GrB_EQ_INT8 at Base 5.0.0
+ GrB_EQ_LAND_BOOL at Base 5.0.0
+ GrB_EQ_LE_BOOL at Base 5.0.0
+ GrB_EQ_LE_FP32 at Base 5.0.0
+ GrB_EQ_LE_FP64 at Base 5.0.0
+ GrB_EQ_LE_INT16 at Base 5.0.0
+ GrB_EQ_LE_INT32 at Base 5.0.0
+ GrB_EQ_LE_INT64 at Base 5.0.0
+ GrB_EQ_LE_INT8 at Base 5.0.0
+ GrB_EQ_LE_UINT16 at Base 5.0.0
+ GrB_EQ_LE_UINT32 at Base 5.0.0
+ GrB_EQ_LE_UINT64 at Base 5.0.0
+ GrB_EQ_LE_UINT8 at Base 5.0.0
+ GrB_EQ_LOR_BOOL at Base 5.0.0
+ GrB_EQ_LT_BOOL at Base 5.0.0
+ GrB_EQ_LT_FP32 at Base 5.0.0
+ GrB_EQ_LT_FP64 at Base 5.0.0
+ GrB_EQ_LT_INT16 at Base 5.0.0
+ GrB_EQ_LT_INT32 at Base 5.0.0
+ GrB_EQ_LT_INT64 at Base 5.0.0
+ GrB_EQ_LT_INT8 at Base 5.0.0
+ GrB_EQ_LT_UINT16 at Base 5.0.0
+ GrB_EQ_LT_UINT32 at Base 5.0.0
+ GrB_EQ_LT_UINT64 at Base 5.0.0
+ GrB_EQ_LT_UINT8 at Base 5.0.0
+ GrB_EQ_LXOR_BOOL at Base 5.0.0
+ GrB_EQ_NE_BOOL at Base 5.0.0
+ GrB_EQ_NE_FP32 at Base 5.0.0
+ GrB_EQ_NE_FP64 at Base 5.0.0
+ GrB_EQ_NE_INT16 at Base 5.0.0
+ GrB_EQ_NE_INT32 at Base 5.0.0
+ GrB_EQ_NE_INT64 at Base 5.0.0
+ GrB_EQ_NE_INT8 at Base 5.0.0
+ GrB_EQ_NE_UINT16 at Base 5.0.0
+ GrB_EQ_NE_UINT32 at Base 5.0.0
+ GrB_EQ_NE_UINT64 at Base 5.0.0
+ GrB_EQ_NE_UINT8 at Base 5.0.0
+ GrB_EQ_SECOND_BOOL at Base 5.0.0
+ GrB_EQ_UINT16 at Base 5.0.0
+ GrB_EQ_UINT32 at Base 5.0.0
+ GrB_EQ_UINT64 at Base 5.0.0
+ GrB_EQ_UINT8 at Base 5.0.0
+ GrB_FIRST_BOOL at Base 5.0.0
+ GrB_FIRST_FP32 at Base 5.0.0
+ GrB_FIRST_FP64 at Base 5.0.0
+ GrB_FIRST_INT16 at Base 5.0.0
+ GrB_FIRST_INT32 at Base 5.0.0
+ GrB_FIRST_INT64 at Base 5.0.0
+ GrB_FIRST_INT8 at Base 5.0.0
+ GrB_FIRST_UINT16 at Base 5.0.0
+ GrB_FIRST_UINT32 at Base 5.0.0
+ GrB_FIRST_UINT64 at Base 5.0.0
+ GrB_FIRST_UINT8 at Base 5.0.0
+ GrB_FP32 at Base 5.0.0
+ GrB_FP64 at Base 5.0.0
+ GrB_GE_BOOL at Base 5.0.0
+ GrB_GE_FP32 at Base 5.0.0
+ GrB_GE_FP64 at Base 5.0.0
+ GrB_GE_INT16 at Base 5.0.0
+ GrB_GE_INT32 at Base 5.0.0
+ GrB_GE_INT64 at Base 5.0.0
+ GrB_GE_INT8 at Base 5.0.0
+ GrB_GE_UINT16 at Base 5.0.0
+ GrB_GE_UINT32 at Base 5.0.0
+ GrB_GE_UINT64 at Base 5.0.0
+ GrB_GE_UINT8 at Base 5.0.0
+ GrB_GT_BOOL at Base 5.0.0
+ GrB_GT_FP32 at Base 5.0.0
+ GrB_GT_FP64 at Base 5.0.0
+ GrB_GT_INT16 at Base 5.0.0
+ GrB_GT_INT32 at Base 5.0.0
+ GrB_GT_INT64 at Base 5.0.0
+ GrB_GT_INT8 at Base 5.0.0
+ GrB_GT_UINT16 at Base 5.0.0
+ GrB_GT_UINT32 at Base 5.0.0
+ GrB_GT_UINT64 at Base 5.0.0
+ GrB_GT_UINT8 at Base 5.0.0
+ GrB_IDENTITY_BOOL at Base 5.0.0
+ GrB_IDENTITY_FP32 at Base 5.0.0
+ GrB_IDENTITY_FP64 at Base 5.0.0
+ GrB_IDENTITY_INT16 at Base 5.0.0
+ GrB_IDENTITY_INT32 at Base 5.0.0
+ GrB_IDENTITY_INT64 at Base 5.0.0
+ GrB_IDENTITY_INT8 at Base 5.0.0
+ GrB_IDENTITY_UINT16 at Base 5.0.0
+ GrB_IDENTITY_UINT32 at Base 5.0.0
+ GrB_IDENTITY_UINT64 at Base 5.0.0
+ GrB_IDENTITY_UINT8 at Base 5.0.0
+ GrB_INT16 at Base 5.0.0
+ GrB_INT32 at Base 5.0.0
+ GrB_INT64 at Base 5.0.0
+ GrB_INT8 at Base 5.0.0
+ GrB_ISEQ_BOOL at Base 5.0.0
+ GrB_ISEQ_FP32 at Base 5.0.0
+ GrB_ISEQ_FP64 at Base 5.0.0
+ GrB_ISEQ_INT16 at Base 5.0.0
+ GrB_ISEQ_INT32 at Base 5.0.0
+ GrB_ISEQ_INT64 at Base 5.0.0
+ GrB_ISEQ_INT8 at Base 5.0.0
+ GrB_ISEQ_UINT16 at Base 5.0.0
+ GrB_ISEQ_UINT32 at Base 5.0.0
+ GrB_ISEQ_UINT64 at Base 5.0.0
+ GrB_ISEQ_UINT8 at Base 5.0.0
+ GrB_ISGE_BOOL at Base 5.0.0
+ GrB_ISGE_FP32 at Base 5.0.0
+ GrB_ISGE_FP64 at Base 5.0.0
+ GrB_ISGE_INT16 at Base 5.0.0
+ GrB_ISGE_INT32 at Base 5.0.0
+ GrB_ISGE_INT64 at Base 5.0.0
+ GrB_ISGE_INT8 at Base 5.0.0
+ GrB_ISGE_UINT16 at Base 5.0.0
+ GrB_ISGE_UINT32 at Base 5.0.0
+ GrB_ISGE_UINT64 at Base 5.0.0
+ GrB_ISGE_UINT8 at Base 5.0.0
+ GrB_ISGT_BOOL at Base 5.0.0
+ GrB_ISGT_FP32 at Base 5.0.0
+ GrB_ISGT_FP64 at Base 5.0.0
+ GrB_ISGT_INT16 at Base 5.0.0
+ GrB_ISGT_INT32 at Base 5.0.0
+ GrB_ISGT_INT64 at Base 5.0.0
+ GrB_ISGT_INT8 at Base 5.0.0
+ GrB_ISGT_UINT16 at Base 5.0.0
+ GrB_ISGT_UINT32 at Base 5.0.0
+ GrB_ISGT_UINT64 at Base 5.0.0
+ GrB_ISGT_UINT8 at Base 5.0.0
+ GrB_ISLE_BOOL at Base 5.0.0
+ GrB_ISLE_FP32 at Base 5.0.0
+ GrB_ISLE_FP64 at Base 5.0.0
+ GrB_ISLE_INT16 at Base 5.0.0
+ GrB_ISLE_INT32 at Base 5.0.0
+ GrB_ISLE_INT64 at Base 5.0.0
+ GrB_ISLE_INT8 at Base 5.0.0
+ GrB_ISLE_UINT16 at Base 5.0.0
+ GrB_ISLE_UINT32 at Base 5.0.0
+ GrB_ISLE_UINT64 at Base 5.0.0
+ GrB_ISLE_UINT8 at Base 5.0.0
+ GrB_ISLT_BOOL at Base 5.0.0
+ GrB_ISLT_FP32 at Base 5.0.0
+ GrB_ISLT_FP64 at Base 5.0.0
+ GrB_ISLT_INT16 at Base 5.0.0
+ GrB_ISLT_INT32 at Base 5.0.0
+ GrB_ISLT_INT64 at Base 5.0.0
+ GrB_ISLT_INT8 at Base 5.0.0
+ GrB_ISLT_UINT16 at Base 5.0.0
+ GrB_ISLT_UINT32 at Base 5.0.0
+ GrB_ISLT_UINT64 at Base 5.0.0
+ GrB_ISLT_UINT8 at Base 5.0.0
+ GrB_ISNE_BOOL at Base 5.0.0
+ GrB_ISNE_FP32 at Base 5.0.0
+ GrB_ISNE_FP64 at Base 5.0.0
+ GrB_ISNE_INT16 at Base 5.0.0
+ GrB_ISNE_INT32 at Base 5.0.0
+ GrB_ISNE_INT64 at Base 5.0.0
+ GrB_ISNE_INT8 at Base 5.0.0
+ GrB_ISNE_UINT16 at Base 5.0.0
+ GrB_ISNE_UINT32 at Base 5.0.0
+ GrB_ISNE_UINT64 at Base 5.0.0
+ GrB_ISNE_UINT8 at Base 5.0.0
+ GrB_LAND at Base 5.0.0
+ GrB_LAND_BOOL at Base 5.0.0
+ GrB_LAND_BOOL_MONOID at Base 5.0.0
+ GrB_LAND_EQ_BOOL at Base 5.0.0
+ GrB_LAND_EQ_FP32 at Base 5.0.0
+ GrB_LAND_EQ_FP64 at Base 5.0.0
+ GrB_LAND_EQ_INT16 at Base 5.0.0
+ GrB_LAND_EQ_INT32 at Base 5.0.0
+ GrB_LAND_EQ_INT64 at Base 5.0.0
+ GrB_LAND_EQ_INT8 at Base 5.0.0
+ GrB_LAND_EQ_UINT16 at Base 5.0.0
+ GrB_LAND_EQ_UINT32 at Base 5.0.0
+ GrB_LAND_EQ_UINT64 at Base 5.0.0
+ GrB_LAND_EQ_UINT8 at Base 5.0.0
+ GrB_LAND_FIRST_BOOL at Base 5.0.0
+ GrB_LAND_FP32 at Base 5.0.0
+ GrB_LAND_FP64 at Base 5.0.0
+ GrB_LAND_GE_BOOL at Base 5.0.0
+ GrB_LAND_GE_FP32 at Base 5.0.0
+ GrB_LAND_GE_FP64 at Base 5.0.0
+ GrB_LAND_GE_INT16 at Base 5.0.0
+ GrB_LAND_GE_INT32 at Base 5.0.0
+ GrB_LAND_GE_INT64 at Base 5.0.0
+ GrB_LAND_GE_INT8 at Base 5.0.0
+ GrB_LAND_GE_UINT16 at Base 5.0.0
+ GrB_LAND_GE_UINT32 at Base 5.0.0
+ GrB_LAND_GE_UINT64 at Base 5.0.0
+ GrB_LAND_GE_UINT8 at Base 5.0.0
+ GrB_LAND_GT_BOOL at Base 5.0.0
+ GrB_LAND_GT_FP32 at Base 5.0.0
+ GrB_LAND_GT_FP64 at Base 5.0.0
+ GrB_LAND_GT_INT16 at Base 5.0.0
+ GrB_LAND_GT_INT32 at Base 5.0.0
+ GrB_LAND_GT_INT64 at Base 5.0.0
+ GrB_LAND_GT_INT8 at Base 5.0.0
+ GrB_LAND_GT_UINT16 at Base 5.0.0
+ GrB_LAND_GT_UINT32 at Base 5.0.0
+ GrB_LAND_GT_UINT64 at Base 5.0.0
+ GrB_LAND_GT_UINT8 at Base 5.0.0
+ GrB_LAND_INT16 at Base 5.0.0
+ GrB_LAND_INT32 at Base 5.0.0
+ GrB_LAND_INT64 at Base 5.0.0
+ GrB_LAND_INT8 at Base 5.0.0
+ GrB_LAND_LAND_BOOL at Base 5.0.0
+ GrB_LAND_LE_BOOL at Base 5.0.0
+ GrB_LAND_LE_FP32 at Base 5.0.0
+ GrB_LAND_LE_FP64 at Base 5.0.0
+ GrB_LAND_LE_INT16 at Base 5.0.0
+ GrB_LAND_LE_INT32 at Base 5.0.0
+ GrB_LAND_LE_INT64 at Base 5.0.0
+ GrB_LAND_LE_INT8 at Base 5.0.0
+ GrB_LAND_LE_UINT16 at Base 5.0.0
+ GrB_LAND_LE_UINT32 at Base 5.0.0
+ GrB_LAND_LE_UINT64 at Base 5.0.0
+ GrB_LAND_LE_UINT8 at Base 5.0.0
+ GrB_LAND_LOR_BOOL at Base 5.0.0
+ GrB_LAND_LT_BOOL at Base 5.0.0
+ GrB_LAND_LT_FP32 at Base 5.0.0
+ GrB_LAND_LT_FP64 at Base 5.0.0
+ GrB_LAND_LT_INT16 at Base 5.0.0
+ GrB_LAND_LT_INT32 at Base 5.0.0
+ GrB_LAND_LT_INT64 at Base 5.0.0
+ GrB_LAND_LT_INT8 at Base 5.0.0
+ GrB_LAND_LT_UINT16 at Base 5.0.0
+ GrB_LAND_LT_UINT32 at Base 5.0.0
+ GrB_LAND_LT_UINT64 at Base 5.0.0
+ GrB_LAND_LT_UINT8 at Base 5.0.0
+ GrB_LAND_LXOR_BOOL at Base 5.0.0
+ GrB_LAND_NE_BOOL at Base 5.0.0
+ GrB_LAND_NE_FP32 at Base 5.0.0
+ GrB_LAND_NE_FP64 at Base 5.0.0
+ GrB_LAND_NE_INT16 at Base 5.0.0
+ GrB_LAND_NE_INT32 at Base 5.0.0
+ GrB_LAND_NE_INT64 at Base 5.0.0
+ GrB_LAND_NE_INT8 at Base 5.0.0
+ GrB_LAND_NE_UINT16 at Base 5.0.0
+ GrB_LAND_NE_UINT32 at Base 5.0.0
+ GrB_LAND_NE_UINT64 at Base 5.0.0
+ GrB_LAND_NE_UINT8 at Base 5.0.0
+ GrB_LAND_SECOND_BOOL at Base 5.0.0
+ GrB_LAND_UINT16 at Base 5.0.0
+ GrB_LAND_UINT32 at Base 5.0.0
+ GrB_LAND_UINT64 at Base 5.0.0
+ GrB_LAND_UINT8 at Base 5.0.0
+ GrB_LE_BOOL at Base 5.0.0
+ GrB_LE_FP32 at Base 5.0.0
+ GrB_LE_FP64 at Base 5.0.0
+ GrB_LE_INT16 at Base 5.0.0
+ GrB_LE_INT32 at Base 5.0.0
+ GrB_LE_INT64 at Base 5.0.0
+ GrB_LE_INT8 at Base 5.0.0
+ GrB_LE_UINT16 at Base 5.0.0
+ GrB_LE_UINT32 at Base 5.0.0
+ GrB_LE_UINT64 at Base 5.0.0
+ GrB_LE_UINT8 at Base 5.0.0
+ GrB_LNOT at Base 5.0.0
+ GrB_LNOT_BOOL at Base 5.0.0
+ GrB_LNOT_FP32 at Base 5.0.0
+ GrB_LNOT_FP64 at Base 5.0.0
+ GrB_LNOT_INT16 at Base 5.0.0
+ GrB_LNOT_INT32 at Base 5.0.0
+ GrB_LNOT_INT64 at Base 5.0.0
+ GrB_LNOT_INT8 at Base 5.0.0
+ GrB_LNOT_UINT16 at Base 5.0.0
+ GrB_LNOT_UINT32 at Base 5.0.0
+ GrB_LNOT_UINT64 at Base 5.0.0
+ GrB_LNOT_UINT8 at Base 5.0.0
+ GrB_LOR at Base 5.0.0
+ GrB_LOR_BOOL at Base 5.0.0
+ GrB_LOR_BOOL_MONOID at Base 5.0.0
+ GrB_LOR_EQ_BOOL at Base 5.0.0
+ GrB_LOR_EQ_FP32 at Base 5.0.0
+ GrB_LOR_EQ_FP64 at Base 5.0.0
+ GrB_LOR_EQ_INT16 at Base 5.0.0
+ GrB_LOR_EQ_INT32 at Base 5.0.0
+ GrB_LOR_EQ_INT64 at Base 5.0.0
+ GrB_LOR_EQ_INT8 at Base 5.0.0
+ GrB_LOR_EQ_UINT16 at Base 5.0.0
+ GrB_LOR_EQ_UINT32 at Base 5.0.0
+ GrB_LOR_EQ_UINT64 at Base 5.0.0
+ GrB_LOR_EQ_UINT8 at Base 5.0.0
+ GrB_LOR_FIRST_BOOL at Base 5.0.0
+ GrB_LOR_FP32 at Base 5.0.0
+ GrB_LOR_FP64 at Base 5.0.0
+ GrB_LOR_GE_BOOL at Base 5.0.0
+ GrB_LOR_GE_FP32 at Base 5.0.0
+ GrB_LOR_GE_FP64 at Base 5.0.0
+ GrB_LOR_GE_INT16 at Base 5.0.0
+ GrB_LOR_GE_INT32 at Base 5.0.0
+ GrB_LOR_GE_INT64 at Base 5.0.0
+ GrB_LOR_GE_INT8 at Base 5.0.0
+ GrB_LOR_GE_UINT16 at Base 5.0.0
+ GrB_LOR_GE_UINT32 at Base 5.0.0
+ GrB_LOR_GE_UINT64 at Base 5.0.0
+ GrB_LOR_GE_UINT8 at Base 5.0.0
+ GrB_LOR_GT_BOOL at Base 5.0.0
+ GrB_LOR_GT_FP32 at Base 5.0.0
+ GrB_LOR_GT_FP64 at Base 5.0.0
+ GrB_LOR_GT_INT16 at Base 5.0.0
+ GrB_LOR_GT_INT32 at Base 5.0.0
+ GrB_LOR_GT_INT64 at Base 5.0.0
+ GrB_LOR_GT_INT8 at Base 5.0.0
+ GrB_LOR_GT_UINT16 at Base 5.0.0
+ GrB_LOR_GT_UINT32 at Base 5.0.0
+ GrB_LOR_GT_UINT64 at Base 5.0.0
+ GrB_LOR_GT_UINT8 at Base 5.0.0
+ GrB_LOR_INT16 at Base 5.0.0
+ GrB_LOR_INT32 at Base 5.0.0
+ GrB_LOR_INT64 at Base 5.0.0
+ GrB_LOR_INT8 at Base 5.0.0
+ GrB_LOR_LAND_BOOL at Base 5.0.0
+ GrB_LOR_LE_BOOL at Base 5.0.0
+ GrB_LOR_LE_FP32 at Base 5.0.0
+ GrB_LOR_LE_FP64 at Base 5.0.0
+ GrB_LOR_LE_INT16 at Base 5.0.0
+ GrB_LOR_LE_INT32 at Base 5.0.0
+ GrB_LOR_LE_INT64 at Base 5.0.0
+ GrB_LOR_LE_INT8 at Base 5.0.0
+ GrB_LOR_LE_UINT16 at Base 5.0.0
+ GrB_LOR_LE_UINT32 at Base 5.0.0
+ GrB_LOR_LE_UINT64 at Base 5.0.0
+ GrB_LOR_LE_UINT8 at Base 5.0.0
+ GrB_LOR_LOR_BOOL at Base 5.0.0
+ GrB_LOR_LT_BOOL at Base 5.0.0
+ GrB_LOR_LT_FP32 at Base 5.0.0
+ GrB_LOR_LT_FP64 at Base 5.0.0
+ GrB_LOR_LT_INT16 at Base 5.0.0
+ GrB_LOR_LT_INT32 at Base 5.0.0
+ GrB_LOR_LT_INT64 at Base 5.0.0
+ GrB_LOR_LT_INT8 at Base 5.0.0
+ GrB_LOR_LT_UINT16 at Base 5.0.0
+ GrB_LOR_LT_UINT32 at Base 5.0.0
+ GrB_LOR_LT_UINT64 at Base 5.0.0
+ GrB_LOR_LT_UINT8 at Base 5.0.0
+ GrB_LOR_LXOR_BOOL at Base 5.0.0
+ GrB_LOR_NE_BOOL at Base 5.0.0
+ GrB_LOR_NE_FP32 at Base 5.0.0
+ GrB_LOR_NE_FP64 at Base 5.0.0
+ GrB_LOR_NE_INT16 at Base 5.0.0
+ GrB_LOR_NE_INT32 at Base 5.0.0
+ GrB_LOR_NE_INT64 at Base 5.0.0
+ GrB_LOR_NE_INT8 at Base 5.0.0
+ GrB_LOR_NE_UINT16 at Base 5.0.0
+ GrB_LOR_NE_UINT32 at Base 5.0.0
+ GrB_LOR_NE_UINT64 at Base 5.0.0
+ GrB_LOR_NE_UINT8 at Base 5.0.0
+ GrB_LOR_SECOND_BOOL at Base 5.0.0
+ GrB_LOR_UINT16 at Base 5.0.0
+ GrB_LOR_UINT32 at Base 5.0.0
+ GrB_LOR_UINT64 at Base 5.0.0
+ GrB_LOR_UINT8 at Base 5.0.0
+ GrB_LT_BOOL at Base 5.0.0
+ GrB_LT_FP32 at Base 5.0.0
+ GrB_LT_FP64 at Base 5.0.0
+ GrB_LT_INT16 at Base 5.0.0
+ GrB_LT_INT32 at Base 5.0.0
+ GrB_LT_INT64 at Base 5.0.0
+ GrB_LT_INT8 at Base 5.0.0
+ GrB_LT_UINT16 at Base 5.0.0
+ GrB_LT_UINT32 at Base 5.0.0
+ GrB_LT_UINT64 at Base 5.0.0
+ GrB_LT_UINT8 at Base 5.0.0
+ GrB_LXOR at Base 5.0.0
+ GrB_LXOR_BOOL at Base 5.0.0
+ GrB_LXOR_BOOL_MONOID at Base 5.0.0
+ GrB_LXOR_EQ_BOOL at Base 5.0.0
+ GrB_LXOR_EQ_FP32 at Base 5.0.0
+ GrB_LXOR_EQ_FP64 at Base 5.0.0
+ GrB_LXOR_EQ_INT16 at Base 5.0.0
+ GrB_LXOR_EQ_INT32 at Base 5.0.0
+ GrB_LXOR_EQ_INT64 at Base 5.0.0
+ GrB_LXOR_EQ_INT8 at Base 5.0.0
+ GrB_LXOR_EQ_UINT16 at Base 5.0.0
+ GrB_LXOR_EQ_UINT32 at Base 5.0.0
+ GrB_LXOR_EQ_UINT64 at Base 5.0.0
+ GrB_LXOR_EQ_UINT8 at Base 5.0.0
+ GrB_LXOR_FIRST_BOOL at Base 5.0.0
+ GrB_LXOR_FP32 at Base 5.0.0
+ GrB_LXOR_FP64 at Base 5.0.0
+ GrB_LXOR_GE_BOOL at Base 5.0.0
+ GrB_LXOR_GE_FP32 at Base 5.0.0
+ GrB_LXOR_GE_FP64 at Base 5.0.0
+ GrB_LXOR_GE_INT16 at Base 5.0.0
+ GrB_LXOR_GE_INT32 at Base 5.0.0
+ GrB_LXOR_GE_INT64 at Base 5.0.0
+ GrB_LXOR_GE_INT8 at Base 5.0.0
+ GrB_LXOR_GE_UINT16 at Base 5.0.0
+ GrB_LXOR_GE_UINT32 at Base 5.0.0
+ GrB_LXOR_GE_UINT64 at Base 5.0.0
+ GrB_LXOR_GE_UINT8 at Base 5.0.0
+ GrB_LXOR_GT_BOOL at Base 5.0.0
+ GrB_LXOR_GT_FP32 at Base 5.0.0
+ GrB_LXOR_GT_FP64 at Base 5.0.0
+ GrB_LXOR_GT_INT16 at Base 5.0.0
+ GrB_LXOR_GT_INT32 at Base 5.0.0
+ GrB_LXOR_GT_INT64 at Base 5.0.0
+ GrB_LXOR_GT_INT8 at Base 5.0.0
+ GrB_LXOR_GT_UINT16 at Base 5.0.0
+ GrB_LXOR_GT_UINT32 at Base 5.0.0
+ GrB_LXOR_GT_UINT64 at Base 5.0.0
+ GrB_LXOR_GT_UINT8 at Base 5.0.0
+ GrB_LXOR_INT16 at Base 5.0.0
+ GrB_LXOR_INT32 at Base 5.0.0
+ GrB_LXOR_INT64 at Base 5.0.0
+ GrB_LXOR_INT8 at Base 5.0.0
+ GrB_LXOR_LAND_BOOL at Base 5.0.0
+ GrB_LXOR_LE_BOOL at Base 5.0.0
+ GrB_LXOR_LE_FP32 at Base 5.0.0
+ GrB_LXOR_LE_FP64 at Base 5.0.0
+ GrB_LXOR_LE_INT16 at Base 5.0.0
+ GrB_LXOR_LE_INT32 at Base 5.0.0
+ GrB_LXOR_LE_INT64 at Base 5.0.0
+ GrB_LXOR_LE_INT8 at Base 5.0.0
+ GrB_LXOR_LE_UINT16 at Base 5.0.0
+ GrB_LXOR_LE_UINT32 at Base 5.0.0
+ GrB_LXOR_LE_UINT64 at Base 5.0.0
+ GrB_LXOR_LE_UINT8 at Base 5.0.0
+ GrB_LXOR_LOR_BOOL at Base 5.0.0
+ GrB_LXOR_LT_BOOL at Base 5.0.0
+ GrB_LXOR_LT_FP32 at Base 5.0.0
+ GrB_LXOR_LT_FP64 at Base 5.0.0
+ GrB_LXOR_LT_INT16 at Base 5.0.0
+ GrB_LXOR_LT_INT32 at Base 5.0.0
+ GrB_LXOR_LT_INT64 at Base 5.0.0
+ GrB_LXOR_LT_INT8 at Base 5.0.0
+ GrB_LXOR_LT_UINT16 at Base 5.0.0
+ GrB_LXOR_LT_UINT32 at Base 5.0.0
+ GrB_LXOR_LT_UINT64 at Base 5.0.0
+ GrB_LXOR_LT_UINT8 at Base 5.0.0
+ GrB_LXOR_LXOR_BOOL at Base 5.0.0
+ GrB_LXOR_NE_BOOL at Base 5.0.0
+ GrB_LXOR_NE_FP32 at Base 5.0.0
+ GrB_LXOR_NE_FP64 at Base 5.0.0
+ GrB_LXOR_NE_INT16 at Base 5.0.0
+ GrB_LXOR_NE_INT32 at Base 5.0.0
+ GrB_LXOR_NE_INT64 at Base 5.0.0
+ GrB_LXOR_NE_INT8 at Base 5.0.0
+ GrB_LXOR_NE_UINT16 at Base 5.0.0
+ GrB_LXOR_NE_UINT32 at Base 5.0.0
+ GrB_LXOR_NE_UINT64 at Base 5.0.0
+ GrB_LXOR_NE_UINT8 at Base 5.0.0
+ GrB_LXOR_SECOND_BOOL at Base 5.0.0
+ GrB_LXOR_UINT16 at Base 5.0.0
+ GrB_LXOR_UINT32 at Base 5.0.0
+ GrB_LXOR_UINT64 at Base 5.0.0
+ GrB_LXOR_UINT8 at Base 5.0.0
+ GrB_MAX_BOOL at Base 5.0.0
+ GrB_MAX_DIV_FP32 at Base 5.0.0
+ GrB_MAX_DIV_FP64 at Base 5.0.0
+ GrB_MAX_DIV_INT16 at Base 5.0.0
+ GrB_MAX_DIV_INT32 at Base 5.0.0
+ GrB_MAX_DIV_INT64 at Base 5.0.0
+ GrB_MAX_DIV_INT8 at Base 5.0.0
+ GrB_MAX_DIV_UINT16 at Base 5.0.0
+ GrB_MAX_DIV_UINT32 at Base 5.0.0
+ GrB_MAX_DIV_UINT64 at Base 5.0.0
+ GrB_MAX_DIV_UINT8 at Base 5.0.0
+ GrB_MAX_FIRST_FP32 at Base 5.0.0
+ GrB_MAX_FIRST_FP64 at Base 5.0.0
+ GrB_MAX_FIRST_INT16 at Base 5.0.0
+ GrB_MAX_FIRST_INT32 at Base 5.0.0
+ GrB_MAX_FIRST_INT64 at Base 5.0.0
+ GrB_MAX_FIRST_INT8 at Base 5.0.0
+ GrB_MAX_FIRST_UINT16 at Base 5.0.0
+ GrB_MAX_FIRST_UINT32 at Base 5.0.0
+ GrB_MAX_FIRST_UINT64 at Base 5.0.0
+ GrB_MAX_FIRST_UINT8 at Base 5.0.0
+ GrB_MAX_FP32 at Base 5.0.0
+ GrB_MAX_FP32_MONOID at Base 5.0.0
+ GrB_MAX_FP64 at Base 5.0.0
+ GrB_MAX_FP64_MONOID at Base 5.0.0
+ GrB_MAX_INT16 at Base 5.0.0
+ GrB_MAX_INT16_MONOID at Base 5.0.0
+ GrB_MAX_INT32 at Base 5.0.0
+ GrB_MAX_INT32_MONOID at Base 5.0.0
+ GrB_MAX_INT64 at Base 5.0.0
+ GrB_MAX_INT64_MONOID at Base 5.0.0
+ GrB_MAX_INT8 at Base 5.0.0
+ GrB_MAX_INT8_MONOID at Base 5.0.0
+ GrB_MAX_ISEQ_FP32 at Base 5.0.0
+ GrB_MAX_ISEQ_FP64 at Base 5.0.0
+ GrB_MAX_ISEQ_INT16 at Base 5.0.0
+ GrB_MAX_ISEQ_INT32 at Base 5.0.0
+ GrB_MAX_ISEQ_INT64 at Base 5.0.0
+ GrB_MAX_ISEQ_INT8 at Base 5.0.0
+ GrB_MAX_ISEQ_UINT16 at Base 5.0.0
+ GrB_MAX_ISEQ_UINT32 at Base 5.0.0
+ GrB_MAX_ISEQ_UINT64 at Base 5.0.0
+ GrB_MAX_ISEQ_UINT8 at Base 5.0.0
+ GrB_MAX_ISGE_FP32 at Base 5.0.0
+ GrB_MAX_ISGE_FP64 at Base 5.0.0
+ GrB_MAX_ISGE_INT16 at Base 5.0.0
+ GrB_MAX_ISGE_INT32 at Base 5.0.0
+ GrB_MAX_ISGE_INT64 at Base 5.0.0
+ GrB_MAX_ISGE_INT8 at Base 5.0.0
+ GrB_MAX_ISGE_UINT16 at Base 5.0.0
+ GrB_MAX_ISGE_UINT32 at Base 5.0.0
+ GrB_MAX_ISGE_UINT64 at Base 5.0.0
+ GrB_MAX_ISGE_UINT8 at Base 5.0.0
+ GrB_MAX_ISGT_FP32 at Base 5.0.0
+ GrB_MAX_ISGT_FP64 at Base 5.0.0
+ GrB_MAX_ISGT_INT16 at Base 5.0.0
+ GrB_MAX_ISGT_INT32 at Base 5.0.0
+ GrB_MAX_ISGT_INT64 at Base 5.0.0
+ GrB_MAX_ISGT_INT8 at Base 5.0.0
+ GrB_MAX_ISGT_UINT16 at Base 5.0.0
+ GrB_MAX_ISGT_UINT32 at Base 5.0.0
+ GrB_MAX_ISGT_UINT64 at Base 5.0.0
+ GrB_MAX_ISGT_UINT8 at Base 5.0.0
+ GrB_MAX_ISLE_FP32 at Base 5.0.0
+ GrB_MAX_ISLE_FP64 at Base 5.0.0
+ GrB_MAX_ISLE_INT16 at Base 5.0.0
+ GrB_MAX_ISLE_INT32 at Base 5.0.0
+ GrB_MAX_ISLE_INT64 at Base 5.0.0
+ GrB_MAX_ISLE_INT8 at Base 5.0.0
+ GrB_MAX_ISLE_UINT16 at Base 5.0.0
+ GrB_MAX_ISLE_UINT32 at Base 5.0.0
+ GrB_MAX_ISLE_UINT64 at Base 5.0.0
+ GrB_MAX_ISLE_UINT8 at Base 5.0.0
+ GrB_MAX_ISLT_FP32 at Base 5.0.0
+ GrB_MAX_ISLT_FP64 at Base 5.0.0
+ GrB_MAX_ISLT_INT16 at Base 5.0.0
+ GrB_MAX_ISLT_INT32 at Base 5.0.0
+ GrB_MAX_ISLT_INT64 at Base 5.0.0
+ GrB_MAX_ISLT_INT8 at Base 5.0.0
+ GrB_MAX_ISLT_UINT16 at Base 5.0.0
+ GrB_MAX_ISLT_UINT32 at Base 5.0.0
+ GrB_MAX_ISLT_UINT64 at Base 5.0.0
+ GrB_MAX_ISLT_UINT8 at Base 5.0.0
+ GrB_MAX_ISNE_FP32 at Base 5.0.0
+ GrB_MAX_ISNE_FP64 at Base 5.0.0
+ GrB_MAX_ISNE_INT16 at Base 5.0.0
+ GrB_MAX_ISNE_INT32 at Base 5.0.0
+ GrB_MAX_ISNE_INT64 at Base 5.0.0
+ GrB_MAX_ISNE_INT8 at Base 5.0.0
+ GrB_MAX_ISNE_UINT16 at Base 5.0.0
+ GrB_MAX_ISNE_UINT32 at Base 5.0.0
+ GrB_MAX_ISNE_UINT64 at Base 5.0.0
+ GrB_MAX_ISNE_UINT8 at Base 5.0.0
+ GrB_MAX_LAND_FP32 at Base 5.0.0
+ GrB_MAX_LAND_FP64 at Base 5.0.0
+ GrB_MAX_LAND_INT16 at Base 5.0.0
+ GrB_MAX_LAND_INT32 at Base 5.0.0
+ GrB_MAX_LAND_INT64 at Base 5.0.0
+ GrB_MAX_LAND_INT8 at Base 5.0.0
+ GrB_MAX_LAND_UINT16 at Base 5.0.0
+ GrB_MAX_LAND_UINT32 at Base 5.0.0
+ GrB_MAX_LAND_UINT64 at Base 5.0.0
+ GrB_MAX_LAND_UINT8 at Base 5.0.0
+ GrB_MAX_LOR_FP32 at Base 5.0.0
+ GrB_MAX_LOR_FP64 at Base 5.0.0
+ GrB_MAX_LOR_INT16 at Base 5.0.0
+ GrB_MAX_LOR_INT32 at Base 5.0.0
+ GrB_MAX_LOR_INT64 at Base 5.0.0
+ GrB_MAX_LOR_INT8 at Base 5.0.0
+ GrB_MAX_LOR_UINT16 at Base 5.0.0
+ GrB_MAX_LOR_UINT32 at Base 5.0.0
+ GrB_MAX_LOR_UINT64 at Base 5.0.0
+ GrB_MAX_LOR_UINT8 at Base 5.0.0
+ GrB_MAX_LXOR_FP32 at Base 5.0.0
+ GrB_MAX_LXOR_FP64 at Base 5.0.0
+ GrB_MAX_LXOR_INT16 at Base 5.0.0
+ GrB_MAX_LXOR_INT32 at Base 5.0.0
+ GrB_MAX_LXOR_INT64 at Base 5.0.0
+ GrB_MAX_LXOR_INT8 at Base 5.0.0
+ GrB_MAX_LXOR_UINT16 at Base 5.0.0
+ GrB_MAX_LXOR_UINT32 at Base 5.0.0
+ GrB_MAX_LXOR_UINT64 at Base 5.0.0
+ GrB_MAX_LXOR_UINT8 at Base 5.0.0
+ GrB_MAX_MAX_FP32 at Base 5.0.0
+ GrB_MAX_MAX_FP64 at Base 5.0.0
+ GrB_MAX_MAX_INT16 at Base 5.0.0
+ GrB_MAX_MAX_INT32 at Base 5.0.0
+ GrB_MAX_MAX_INT64 at Base 5.0.0
+ GrB_MAX_MAX_INT8 at Base 5.0.0
+ GrB_MAX_MAX_UINT16 at Base 5.0.0
+ GrB_MAX_MAX_UINT32 at Base 5.0.0
+ GrB_MAX_MAX_UINT64 at Base 5.0.0
+ GrB_MAX_MAX_UINT8 at Base 5.0.0
+ GrB_MAX_MINUS_FP32 at Base 5.0.0
+ GrB_MAX_MINUS_FP64 at Base 5.0.0
+ GrB_MAX_MINUS_INT16 at Base 5.0.0
+ GrB_MAX_MINUS_INT32 at Base 5.0.0
+ GrB_MAX_MINUS_INT64 at Base 5.0.0
+ GrB_MAX_MINUS_INT8 at Base 5.0.0
+ GrB_MAX_MINUS_UINT16 at Base 5.0.0
+ GrB_MAX_MINUS_UINT32 at Base 5.0.0
+ GrB_MAX_MINUS_UINT64 at Base 5.0.0
+ GrB_MAX_MINUS_UINT8 at Base 5.0.0
+ GrB_MAX_MIN_FP32 at Base 5.0.0
+ GrB_MAX_MIN_FP64 at Base 5.0.0
+ GrB_MAX_MIN_INT16 at Base 5.0.0
+ GrB_MAX_MIN_INT32 at Base 5.0.0
+ GrB_MAX_MIN_INT64 at Base 5.0.0
+ GrB_MAX_MIN_INT8 at Base 5.0.0
+ GrB_MAX_MIN_UINT16 at Base 5.0.0
+ GrB_MAX_MIN_UINT32 at Base 5.0.0
+ GrB_MAX_MIN_UINT64 at Base 5.0.0
+ GrB_MAX_MIN_UINT8 at Base 5.0.0
+ GrB_MAX_PLUS_FP32 at Base 5.0.0
+ GrB_MAX_PLUS_FP64 at Base 5.0.0
+ GrB_MAX_PLUS_INT16 at Base 5.0.0
+ GrB_MAX_PLUS_INT32 at Base 5.0.0
+ GrB_MAX_PLUS_INT64 at Base 5.0.0
+ GrB_MAX_PLUS_INT8 at Base 5.0.0
+ GrB_MAX_PLUS_UINT16 at Base 5.0.0
+ GrB_MAX_PLUS_UINT32 at Base 5.0.0
+ GrB_MAX_PLUS_UINT64 at Base 5.0.0
+ GrB_MAX_PLUS_UINT8 at Base 5.0.0
+ GrB_MAX_SECOND_FP32 at Base 5.0.0
+ GrB_MAX_SECOND_FP64 at Base 5.0.0
+ GrB_MAX_SECOND_INT16 at Base 5.0.0
+ GrB_MAX_SECOND_INT32 at Base 5.0.0
+ GrB_MAX_SECOND_INT64 at Base 5.0.0
+ GrB_MAX_SECOND_INT8 at Base 5.0.0
+ GrB_MAX_SECOND_UINT16 at Base 5.0.0
+ GrB_MAX_SECOND_UINT32 at Base 5.0.0
+ GrB_MAX_SECOND_UINT64 at Base 5.0.0
+ GrB_MAX_SECOND_UINT8 at Base 5.0.0
+ GrB_MAX_TIMES_FP32 at Base 5.0.0
+ GrB_MAX_TIMES_FP64 at Base 5.0.0
+ GrB_MAX_TIMES_INT16 at Base 5.0.0
+ GrB_MAX_TIMES_INT32 at Base 5.0.0
+ GrB_MAX_TIMES_INT64 at Base 5.0.0
+ GrB_MAX_TIMES_INT8 at Base 5.0.0
+ GrB_MAX_TIMES_UINT16 at Base 5.0.0
+ GrB_MAX_TIMES_UINT32 at Base 5.0.0
+ GrB_MAX_TIMES_UINT64 at Base 5.0.0
+ GrB_MAX_TIMES_UINT8 at Base 5.0.0
+ GrB_MAX_UINT16 at Base 5.0.0
+ GrB_MAX_UINT16_MONOID at Base 5.0.0
+ GrB_MAX_UINT32 at Base 5.0.0
+ GrB_MAX_UINT32_MONOID at Base 5.0.0
+ GrB_MAX_UINT64 at Base 5.0.0
+ GrB_MAX_UINT64_MONOID at Base 5.0.0
+ GrB_MAX_UINT8 at Base 5.0.0
+ GrB_MAX_UINT8_MONOID at Base 5.0.0
+ GrB_MINUS_BOOL at Base 5.0.0
+ GrB_MINUS_FP32 at Base 5.0.0
+ GrB_MINUS_FP64 at Base 5.0.0
+ GrB_MINUS_INT16 at Base 5.0.0
+ GrB_MINUS_INT32 at Base 5.0.0
+ GrB_MINUS_INT64 at Base 5.0.0
+ GrB_MINUS_INT8 at Base 5.0.0
+ GrB_MINUS_UINT16 at Base 5.0.0
+ GrB_MINUS_UINT32 at Base 5.0.0
+ GrB_MINUS_UINT64 at Base 5.0.0
+ GrB_MINUS_UINT8 at Base 5.0.0
+ GrB_MINV_BOOL at Base 5.0.0
+ GrB_MINV_FP32 at Base 5.0.0
+ GrB_MINV_FP64 at Base 5.0.0
+ GrB_MINV_INT16 at Base 5.0.0
+ GrB_MINV_INT32 at Base 5.0.0
+ GrB_MINV_INT64 at Base 5.0.0
+ GrB_MINV_INT8 at Base 5.0.0
+ GrB_MINV_UINT16 at Base 5.0.0
+ GrB_MINV_UINT32 at Base 5.0.0
+ GrB_MINV_UINT64 at Base 5.0.0
+ GrB_MINV_UINT8 at Base 5.0.0
+ GrB_MIN_BOOL at Base 5.0.0
+ GrB_MIN_DIV_FP32 at Base 5.0.0
+ GrB_MIN_DIV_FP64 at Base 5.0.0
+ GrB_MIN_DIV_INT16 at Base 5.0.0
+ GrB_MIN_DIV_INT32 at Base 5.0.0
+ GrB_MIN_DIV_INT64 at Base 5.0.0
+ GrB_MIN_DIV_INT8 at Base 5.0.0
+ GrB_MIN_DIV_UINT16 at Base 5.0.0
+ GrB_MIN_DIV_UINT32 at Base 5.0.0
+ GrB_MIN_DIV_UINT64 at Base 5.0.0
+ GrB_MIN_DIV_UINT8 at Base 5.0.0
+ GrB_MIN_FIRST_FP32 at Base 5.0.0
+ GrB_MIN_FIRST_FP64 at Base 5.0.0
+ GrB_MIN_FIRST_INT16 at Base 5.0.0
+ GrB_MIN_FIRST_INT32 at Base 5.0.0
+ GrB_MIN_FIRST_INT64 at Base 5.0.0
+ GrB_MIN_FIRST_INT8 at Base 5.0.0
+ GrB_MIN_FIRST_UINT16 at Base 5.0.0
+ GrB_MIN_FIRST_UINT32 at Base 5.0.0
+ GrB_MIN_FIRST_UINT64 at Base 5.0.0
+ GrB_MIN_FIRST_UINT8 at Base 5.0.0
+ GrB_MIN_FP32 at Base 5.0.0
+ GrB_MIN_FP32_MONOID at Base 5.0.0
+ GrB_MIN_FP64 at Base 5.0.0
+ GrB_MIN_FP64_MONOID at Base 5.0.0
+ GrB_MIN_INT16 at Base 5.0.0
+ GrB_MIN_INT16_MONOID at Base 5.0.0
+ GrB_MIN_INT32 at Base 5.0.0
+ GrB_MIN_INT32_MONOID at Base 5.0.0
+ GrB_MIN_INT64 at Base 5.0.0
+ GrB_MIN_INT64_MONOID at Base 5.0.0
+ GrB_MIN_INT8 at Base 5.0.0
+ GrB_MIN_INT8_MONOID at Base 5.0.0
+ GrB_MIN_ISEQ_FP32 at Base 5.0.0
+ GrB_MIN_ISEQ_FP64 at Base 5.0.0
+ GrB_MIN_ISEQ_INT16 at Base 5.0.0
+ GrB_MIN_ISEQ_INT32 at Base 5.0.0
+ GrB_MIN_ISEQ_INT64 at Base 5.0.0
+ GrB_MIN_ISEQ_INT8 at Base 5.0.0
+ GrB_MIN_ISEQ_UINT16 at Base 5.0.0
+ GrB_MIN_ISEQ_UINT32 at Base 5.0.0
+ GrB_MIN_ISEQ_UINT64 at Base 5.0.0
+ GrB_MIN_ISEQ_UINT8 at Base 5.0.0
+ GrB_MIN_ISGE_FP32 at Base 5.0.0
+ GrB_MIN_ISGE_FP64 at Base 5.0.0
+ GrB_MIN_ISGE_INT16 at Base 5.0.0
+ GrB_MIN_ISGE_INT32 at Base 5.0.0
+ GrB_MIN_ISGE_INT64 at Base 5.0.0
+ GrB_MIN_ISGE_INT8 at Base 5.0.0
+ GrB_MIN_ISGE_UINT16 at Base 5.0.0
+ GrB_MIN_ISGE_UINT32 at Base 5.0.0
+ GrB_MIN_ISGE_UINT64 at Base 5.0.0
+ GrB_MIN_ISGE_UINT8 at Base 5.0.0
+ GrB_MIN_ISGT_FP32 at Base 5.0.0
+ GrB_MIN_ISGT_FP64 at Base 5.0.0
+ GrB_MIN_ISGT_INT16 at Base 5.0.0
+ GrB_MIN_ISGT_INT32 at Base 5.0.0
+ GrB_MIN_ISGT_INT64 at Base 5.0.0
+ GrB_MIN_ISGT_INT8 at Base 5.0.0
+ GrB_MIN_ISGT_UINT16 at Base 5.0.0
+ GrB_MIN_ISGT_UINT32 at Base 5.0.0
+ GrB_MIN_ISGT_UINT64 at Base 5.0.0
+ GrB_MIN_ISGT_UINT8 at Base 5.0.0
+ GrB_MIN_ISLE_FP32 at Base 5.0.0
+ GrB_MIN_ISLE_FP64 at Base 5.0.0
+ GrB_MIN_ISLE_INT16 at Base 5.0.0
+ GrB_MIN_ISLE_INT32 at Base 5.0.0
+ GrB_MIN_ISLE_INT64 at Base 5.0.0
+ GrB_MIN_ISLE_INT8 at Base 5.0.0
+ GrB_MIN_ISLE_UINT16 at Base 5.0.0
+ GrB_MIN_ISLE_UINT32 at Base 5.0.0
+ GrB_MIN_ISLE_UINT64 at Base 5.0.0
+ GrB_MIN_ISLE_UINT8 at Base 5.0.0
+ GrB_MIN_ISLT_FP32 at Base 5.0.0
+ GrB_MIN_ISLT_FP64 at Base 5.0.0
+ GrB_MIN_ISLT_INT16 at Base 5.0.0
+ GrB_MIN_ISLT_INT32 at Base 5.0.0
+ GrB_MIN_ISLT_INT64 at Base 5.0.0
+ GrB_MIN_ISLT_INT8 at Base 5.0.0
+ GrB_MIN_ISLT_UINT16 at Base 5.0.0
+ GrB_MIN_ISLT_UINT32 at Base 5.0.0
+ GrB_MIN_ISLT_UINT64 at Base 5.0.0
+ GrB_MIN_ISLT_UINT8 at Base 5.0.0
+ GrB_MIN_ISNE_FP32 at Base 5.0.0
+ GrB_MIN_ISNE_FP64 at Base 5.0.0
+ GrB_MIN_ISNE_INT16 at Base 5.0.0
+ GrB_MIN_ISNE_INT32 at Base 5.0.0
+ GrB_MIN_ISNE_INT64 at Base 5.0.0
+ GrB_MIN_ISNE_INT8 at Base 5.0.0
+ GrB_MIN_ISNE_UINT16 at Base 5.0.0
+ GrB_MIN_ISNE_UINT32 at Base 5.0.0
+ GrB_MIN_ISNE_UINT64 at Base 5.0.0
+ GrB_MIN_ISNE_UINT8 at Base 5.0.0
+ GrB_MIN_LAND_FP32 at Base 5.0.0
+ GrB_MIN_LAND_FP64 at Base 5.0.0
+ GrB_MIN_LAND_INT16 at Base 5.0.0
+ GrB_MIN_LAND_INT32 at Base 5.0.0
+ GrB_MIN_LAND_INT64 at Base 5.0.0
+ GrB_MIN_LAND_INT8 at Base 5.0.0
+ GrB_MIN_LAND_UINT16 at Base 5.0.0
+ GrB_MIN_LAND_UINT32 at Base 5.0.0
+ GrB_MIN_LAND_UINT64 at Base 5.0.0
+ GrB_MIN_LAND_UINT8 at Base 5.0.0
+ GrB_MIN_LOR_FP32 at Base 5.0.0
+ GrB_MIN_LOR_FP64 at Base 5.0.0
+ GrB_MIN_LOR_INT16 at Base 5.0.0
+ GrB_MIN_LOR_INT32 at Base 5.0.0
+ GrB_MIN_LOR_INT64 at Base 5.0.0
+ GrB_MIN_LOR_INT8 at Base 5.0.0
+ GrB_MIN_LOR_UINT16 at Base 5.0.0
+ GrB_MIN_LOR_UINT32 at Base 5.0.0
+ GrB_MIN_LOR_UINT64 at Base 5.0.0
+ GrB_MIN_LOR_UINT8 at Base 5.0.0
+ GrB_MIN_LXOR_FP32 at Base 5.0.0
+ GrB_MIN_LXOR_FP64 at Base 5.0.0
+ GrB_MIN_LXOR_INT16 at Base 5.0.0
+ GrB_MIN_LXOR_INT32 at Base 5.0.0
+ GrB_MIN_LXOR_INT64 at Base 5.0.0
+ GrB_MIN_LXOR_INT8 at Base 5.0.0
+ GrB_MIN_LXOR_UINT16 at Base 5.0.0
+ GrB_MIN_LXOR_UINT32 at Base 5.0.0
+ GrB_MIN_LXOR_UINT64 at Base 5.0.0
+ GrB_MIN_LXOR_UINT8 at Base 5.0.0
+ GrB_MIN_MAX_FP32 at Base 5.0.0
+ GrB_MIN_MAX_FP64 at Base 5.0.0
+ GrB_MIN_MAX_INT16 at Base 5.0.0
+ GrB_MIN_MAX_INT32 at Base 5.0.0
+ GrB_MIN_MAX_INT64 at Base 5.0.0
+ GrB_MIN_MAX_INT8 at Base 5.0.0
+ GrB_MIN_MAX_UINT16 at Base 5.0.0
+ GrB_MIN_MAX_UINT32 at Base 5.0.0
+ GrB_MIN_MAX_UINT64 at Base 5.0.0
+ GrB_MIN_MAX_UINT8 at Base 5.0.0
+ GrB_MIN_MINUS_FP32 at Base 5.0.0
+ GrB_MIN_MINUS_FP64 at Base 5.0.0
+ GrB_MIN_MINUS_INT16 at Base 5.0.0
+ GrB_MIN_MINUS_INT32 at Base 5.0.0
+ GrB_MIN_MINUS_INT64 at Base 5.0.0
+ GrB_MIN_MINUS_INT8 at Base 5.0.0
+ GrB_MIN_MINUS_UINT16 at Base 5.0.0
+ GrB_MIN_MINUS_UINT32 at Base 5.0.0
+ GrB_MIN_MINUS_UINT64 at Base 5.0.0
+ GrB_MIN_MINUS_UINT8 at Base 5.0.0
+ GrB_MIN_MIN_FP32 at Base 5.0.0
+ GrB_MIN_MIN_FP64 at Base 5.0.0
+ GrB_MIN_MIN_INT16 at Base 5.0.0
+ GrB_MIN_MIN_INT32 at Base 5.0.0
+ GrB_MIN_MIN_INT64 at Base 5.0.0
+ GrB_MIN_MIN_INT8 at Base 5.0.0
+ GrB_MIN_MIN_UINT16 at Base 5.0.0
+ GrB_MIN_MIN_UINT32 at Base 5.0.0
+ GrB_MIN_MIN_UINT64 at Base 5.0.0
+ GrB_MIN_MIN_UINT8 at Base 5.0.0
+ GrB_MIN_PLUS_FP32 at Base 5.0.0
+ GrB_MIN_PLUS_FP64 at Base 5.0.0
+ GrB_MIN_PLUS_INT16 at Base 5.0.0
+ GrB_MIN_PLUS_INT32 at Base 5.0.0
+ GrB_MIN_PLUS_INT64 at Base 5.0.0
+ GrB_MIN_PLUS_INT8 at Base 5.0.0
+ GrB_MIN_PLUS_UINT16 at Base 5.0.0
+ GrB_MIN_PLUS_UINT32 at Base 5.0.0
+ GrB_MIN_PLUS_UINT64 at Base 5.0.0
+ GrB_MIN_PLUS_UINT8 at Base 5.0.0
+ GrB_MIN_SECOND_FP32 at Base 5.0.0
+ GrB_MIN_SECOND_FP64 at Base 5.0.0
+ GrB_MIN_SECOND_INT16 at Base 5.0.0
+ GrB_MIN_SECOND_INT32 at Base 5.0.0
+ GrB_MIN_SECOND_INT64 at Base 5.0.0
+ GrB_MIN_SECOND_INT8 at Base 5.0.0
+ GrB_MIN_SECOND_UINT16 at Base 5.0.0
+ GrB_MIN_SECOND_UINT32 at Base 5.0.0
+ GrB_MIN_SECOND_UINT64 at Base 5.0.0
+ GrB_MIN_SECOND_UINT8 at Base 5.0.0
+ GrB_MIN_TIMES_FP32 at Base 5.0.0
+ GrB_MIN_TIMES_FP64 at Base 5.0.0
+ GrB_MIN_TIMES_INT16 at Base 5.0.0
+ GrB_MIN_TIMES_INT32 at Base 5.0.0
+ GrB_MIN_TIMES_INT64 at Base 5.0.0
+ GrB_MIN_TIMES_INT8 at Base 5.0.0
+ GrB_MIN_TIMES_UINT16 at Base 5.0.0
+ GrB_MIN_TIMES_UINT32 at Base 5.0.0
+ GrB_MIN_TIMES_UINT64 at Base 5.0.0
+ GrB_MIN_TIMES_UINT8 at Base 5.0.0
+ GrB_MIN_UINT16 at Base 5.0.0
+ GrB_MIN_UINT16_MONOID at Base 5.0.0
+ GrB_MIN_UINT32 at Base 5.0.0
+ GrB_MIN_UINT32_MONOID at Base 5.0.0
+ GrB_MIN_UINT64 at Base 5.0.0
+ GrB_MIN_UINT64_MONOID at Base 5.0.0
+ GrB_MIN_UINT8 at Base 5.0.0
+ GrB_MIN_UINT8_MONOID at Base 5.0.0
+ GrB_Matrix_apply at Base 5.0.0
+ GrB_Matrix_assign at Base 5.0.0
+ GrB_Matrix_assign_BOOL at Base 5.0.0
+ GrB_Matrix_assign_FP32 at Base 5.0.0
+ GrB_Matrix_assign_FP64 at Base 5.0.0
+ GrB_Matrix_assign_INT16 at Base 5.0.0
+ GrB_Matrix_assign_INT32 at Base 5.0.0
+ GrB_Matrix_assign_INT64 at Base 5.0.0
+ GrB_Matrix_assign_INT8 at Base 5.0.0
+ GrB_Matrix_assign_UDT at Base 5.0.0
+ GrB_Matrix_assign_UINT16 at Base 5.0.0
+ GrB_Matrix_assign_UINT32 at Base 5.0.0
+ GrB_Matrix_assign_UINT64 at Base 5.0.0
+ GrB_Matrix_assign_UINT8 at Base 5.0.0
+ GrB_Matrix_build_BOOL at Base 5.0.0
+ GrB_Matrix_build_FP32 at Base 5.0.0
+ GrB_Matrix_build_FP64 at Base 5.0.0
+ GrB_Matrix_build_INT16 at Base 5.0.0
+ GrB_Matrix_build_INT32 at Base 5.0.0
+ GrB_Matrix_build_INT64 at Base 5.0.0
+ GrB_Matrix_build_INT8 at Base 5.0.0
+ GrB_Matrix_build_UDT at Base 5.0.0
+ GrB_Matrix_build_UINT16 at Base 5.0.0
+ GrB_Matrix_build_UINT32 at Base 5.0.0
+ GrB_Matrix_build_UINT64 at Base 5.0.0
+ GrB_Matrix_build_UINT8 at Base 5.0.0
+ GrB_Matrix_clear at Base 5.0.0
+ GrB_Matrix_dup at Base 5.0.0
+ GrB_Matrix_extract at Base 5.0.0
+ GrB_Matrix_extractElement_BOOL at Base 5.0.0
+ GrB_Matrix_extractElement_FP32 at Base 5.0.0
+ GrB_Matrix_extractElement_FP64 at Base 5.0.0
+ GrB_Matrix_extractElement_INT16 at Base 5.0.0
+ GrB_Matrix_extractElement_INT32 at Base 5.0.0
+ GrB_Matrix_extractElement_INT64 at Base 5.0.0
+ GrB_Matrix_extractElement_INT8 at Base 5.0.0
+ GrB_Matrix_extractElement_UDT at Base 5.0.0
+ GrB_Matrix_extractElement_UINT16 at Base 5.0.0
+ GrB_Matrix_extractElement_UINT32 at Base 5.0.0
+ GrB_Matrix_extractElement_UINT64 at Base 5.0.0
+ GrB_Matrix_extractElement_UINT8 at Base 5.0.0
+ GrB_Matrix_extractTuples_BOOL at Base 5.0.0
+ GrB_Matrix_extractTuples_FP32 at Base 5.0.0
+ GrB_Matrix_extractTuples_FP64 at Base 5.0.0
+ GrB_Matrix_extractTuples_INT16 at Base 5.0.0
+ GrB_Matrix_extractTuples_INT32 at Base 5.0.0
+ GrB_Matrix_extractTuples_INT64 at Base 5.0.0
+ GrB_Matrix_extractTuples_INT8 at Base 5.0.0
+ GrB_Matrix_extractTuples_UDT at Base 5.0.0
+ GrB_Matrix_extractTuples_UINT16 at Base 5.0.0
+ GrB_Matrix_extractTuples_UINT32 at Base 5.0.0
+ GrB_Matrix_extractTuples_UINT64 at Base 5.0.0
+ GrB_Matrix_extractTuples_UINT8 at Base 5.0.0
+ GrB_Matrix_free at Base 5.0.0
+ GrB_Matrix_ncols at Base 5.0.0
+ GrB_Matrix_new at Base 5.0.0
+ GrB_Matrix_nrows at Base 5.0.0
+ GrB_Matrix_nvals at Base 5.0.0
+ GrB_Matrix_reduce_BOOL at Base 5.0.0
+ GrB_Matrix_reduce_BinaryOp at Base 5.0.0
+ GrB_Matrix_reduce_FP32 at Base 5.0.0
+ GrB_Matrix_reduce_FP64 at Base 5.0.0
+ GrB_Matrix_reduce_INT16 at Base 5.0.0
+ GrB_Matrix_reduce_INT32 at Base 5.0.0
+ GrB_Matrix_reduce_INT64 at Base 5.0.0
+ GrB_Matrix_reduce_INT8 at Base 5.0.0
+ GrB_Matrix_reduce_Monoid at Base 5.0.0
+ GrB_Matrix_reduce_UDT at Base 5.0.0
+ GrB_Matrix_reduce_UINT16 at Base 5.0.0
+ GrB_Matrix_reduce_UINT32 at Base 5.0.0
+ GrB_Matrix_reduce_UINT64 at Base 5.0.0
+ GrB_Matrix_reduce_UINT8 at Base 5.0.0
+ GrB_Matrix_setElement_BOOL at Base 5.0.0
+ GrB_Matrix_setElement_FP32 at Base 5.0.0
+ GrB_Matrix_setElement_FP64 at Base 5.0.0
+ GrB_Matrix_setElement_INT16 at Base 5.0.0
+ GrB_Matrix_setElement_INT32 at Base 5.0.0
+ GrB_Matrix_setElement_INT64 at Base 5.0.0
+ GrB_Matrix_setElement_INT8 at Base 5.0.0
+ GrB_Matrix_setElement_UDT at Base 5.0.0
+ GrB_Matrix_setElement_UINT16 at Base 5.0.0
+ GrB_Matrix_setElement_UINT32 at Base 5.0.0
+ GrB_Matrix_setElement_UINT64 at Base 5.0.0
+ GrB_Matrix_setElement_UINT8 at Base 5.0.0
+ GrB_Matrix_subassign at Base 5.0.0
+ GrB_Matrix_subassign_BOOL at Base 5.0.0
+ GrB_Matrix_subassign_FP32 at Base 5.0.0
+ GrB_Matrix_subassign_FP64 at Base 5.0.0
+ GrB_Matrix_subassign_INT16 at Base 5.0.0
+ GrB_Matrix_subassign_INT32 at Base 5.0.0
+ GrB_Matrix_subassign_INT64 at Base 5.0.0
+ GrB_Matrix_subassign_INT8 at Base 5.0.0
+ GrB_Matrix_subassign_UDT at Base 5.0.0
+ GrB_Matrix_subassign_UINT16 at Base 5.0.0
+ GrB_Matrix_subassign_UINT32 at Base 5.0.0
+ GrB_Matrix_subassign_UINT64 at Base 5.0.0
+ GrB_Matrix_subassign_UINT8 at Base 5.0.0
+ GrB_Matrix_type at Base 5.0.0
+ GrB_Monoid_BOOL_new at Base 5.0.0
+ GrB_Monoid_FP32_new at Base 5.0.0
+ GrB_Monoid_FP64_new at Base 5.0.0
+ GrB_Monoid_INT16_new at Base 5.0.0
+ GrB_Monoid_INT32_new at Base 5.0.0
+ GrB_Monoid_INT64_new at Base 5.0.0
+ GrB_Monoid_INT8_new at Base 5.0.0
+ GrB_Monoid_UDT_new at Base 5.0.0
+ GrB_Monoid_UINT16_new at Base 5.0.0
+ GrB_Monoid_UINT32_new at Base 5.0.0
+ GrB_Monoid_UINT64_new at Base 5.0.0
+ GrB_Monoid_UINT8_new at Base 5.0.0
+ GrB_Monoid_free at Base 5.0.0
+ GrB_Monoid_identity at Base 5.0.0
+ GrB_Monoid_operator at Base 5.0.0
+ GrB_NE_BOOL at Base 5.0.0
+ GrB_NE_FP32 at Base 5.0.0
+ GrB_NE_FP64 at Base 5.0.0
+ GrB_NE_INT16 at Base 5.0.0
+ GrB_NE_INT32 at Base 5.0.0
+ GrB_NE_INT64 at Base 5.0.0
+ GrB_NE_INT8 at Base 5.0.0
+ GrB_NE_UINT16 at Base 5.0.0
+ GrB_NE_UINT32 at Base 5.0.0
+ GrB_NE_UINT64 at Base 5.0.0
+ GrB_NE_UINT8 at Base 5.0.0
+ GrB_ONE_BOOL at Base 5.0.0
+ GrB_ONE_FP32 at Base 5.0.0
+ GrB_ONE_FP64 at Base 5.0.0
+ GrB_ONE_INT16 at Base 5.0.0
+ GrB_ONE_INT32 at Base 5.0.0
+ GrB_ONE_INT64 at Base 5.0.0
+ GrB_ONE_INT8 at Base 5.0.0
+ GrB_ONE_UINT16 at Base 5.0.0
+ GrB_ONE_UINT32 at Base 5.0.0
+ GrB_ONE_UINT64 at Base 5.0.0
+ GrB_ONE_UINT8 at Base 5.0.0
+ GrB_PLUS_BOOL at Base 5.0.0
+ GrB_PLUS_DIV_FP32 at Base 5.0.0
+ GrB_PLUS_DIV_FP64 at Base 5.0.0
+ GrB_PLUS_DIV_INT16 at Base 5.0.0
+ GrB_PLUS_DIV_INT32 at Base 5.0.0
+ GrB_PLUS_DIV_INT64 at Base 5.0.0
+ GrB_PLUS_DIV_INT8 at Base 5.0.0
+ GrB_PLUS_DIV_UINT16 at Base 5.0.0
+ GrB_PLUS_DIV_UINT32 at Base 5.0.0
+ GrB_PLUS_DIV_UINT64 at Base 5.0.0
+ GrB_PLUS_DIV_UINT8 at Base 5.0.0
+ GrB_PLUS_FIRST_FP32 at Base 5.0.0
+ GrB_PLUS_FIRST_FP64 at Base 5.0.0
+ GrB_PLUS_FIRST_INT16 at Base 5.0.0
+ GrB_PLUS_FIRST_INT32 at Base 5.0.0
+ GrB_PLUS_FIRST_INT64 at Base 5.0.0
+ GrB_PLUS_FIRST_INT8 at Base 5.0.0
+ GrB_PLUS_FIRST_UINT16 at Base 5.0.0
+ GrB_PLUS_FIRST_UINT32 at Base 5.0.0
+ GrB_PLUS_FIRST_UINT64 at Base 5.0.0
+ GrB_PLUS_FIRST_UINT8 at Base 5.0.0
+ GrB_PLUS_FP32 at Base 5.0.0
+ GrB_PLUS_FP32_MONOID at Base 5.0.0
+ GrB_PLUS_FP64 at Base 5.0.0
+ GrB_PLUS_FP64_MONOID at Base 5.0.0
+ GrB_PLUS_INT16 at Base 5.0.0
+ GrB_PLUS_INT16_MONOID at Base 5.0.0
+ GrB_PLUS_INT32 at Base 5.0.0
+ GrB_PLUS_INT32_MONOID at Base 5.0.0
+ GrB_PLUS_INT64 at Base 5.0.0
+ GrB_PLUS_INT64_MONOID at Base 5.0.0
+ GrB_PLUS_INT8 at Base 5.0.0
+ GrB_PLUS_INT8_MONOID at Base 5.0.0
+ GrB_PLUS_ISEQ_FP32 at Base 5.0.0
+ GrB_PLUS_ISEQ_FP64 at Base 5.0.0
+ GrB_PLUS_ISEQ_INT16 at Base 5.0.0
+ GrB_PLUS_ISEQ_INT32 at Base 5.0.0
+ GrB_PLUS_ISEQ_INT64 at Base 5.0.0
+ GrB_PLUS_ISEQ_INT8 at Base 5.0.0
+ GrB_PLUS_ISEQ_UINT16 at Base 5.0.0
+ GrB_PLUS_ISEQ_UINT32 at Base 5.0.0
+ GrB_PLUS_ISEQ_UINT64 at Base 5.0.0
+ GrB_PLUS_ISEQ_UINT8 at Base 5.0.0
+ GrB_PLUS_ISGE_FP32 at Base 5.0.0
+ GrB_PLUS_ISGE_FP64 at Base 5.0.0
+ GrB_PLUS_ISGE_INT16 at Base 5.0.0
+ GrB_PLUS_ISGE_INT32 at Base 5.0.0
+ GrB_PLUS_ISGE_INT64 at Base 5.0.0
+ GrB_PLUS_ISGE_INT8 at Base 5.0.0
+ GrB_PLUS_ISGE_UINT16 at Base 5.0.0
+ GrB_PLUS_ISGE_UINT32 at Base 5.0.0
+ GrB_PLUS_ISGE_UINT64 at Base 5.0.0
+ GrB_PLUS_ISGE_UINT8 at Base 5.0.0
+ GrB_PLUS_ISGT_FP32 at Base 5.0.0
+ GrB_PLUS_ISGT_FP64 at Base 5.0.0
+ GrB_PLUS_ISGT_INT16 at Base 5.0.0
+ GrB_PLUS_ISGT_INT32 at Base 5.0.0
+ GrB_PLUS_ISGT_INT64 at Base 5.0.0
+ GrB_PLUS_ISGT_INT8 at Base 5.0.0
+ GrB_PLUS_ISGT_UINT16 at Base 5.0.0
+ GrB_PLUS_ISGT_UINT32 at Base 5.0.0
+ GrB_PLUS_ISGT_UINT64 at Base 5.0.0
+ GrB_PLUS_ISGT_UINT8 at Base 5.0.0
+ GrB_PLUS_ISLE_FP32 at Base 5.0.0
+ GrB_PLUS_ISLE_FP64 at Base 5.0.0
+ GrB_PLUS_ISLE_INT16 at Base 5.0.0
+ GrB_PLUS_ISLE_INT32 at Base 5.0.0
+ GrB_PLUS_ISLE_INT64 at Base 5.0.0
+ GrB_PLUS_ISLE_INT8 at Base 5.0.0
+ GrB_PLUS_ISLE_UINT16 at Base 5.0.0
+ GrB_PLUS_ISLE_UINT32 at Base 5.0.0
+ GrB_PLUS_ISLE_UINT64 at Base 5.0.0
+ GrB_PLUS_ISLE_UINT8 at Base 5.0.0
+ GrB_PLUS_ISLT_FP32 at Base 5.0.0
+ GrB_PLUS_ISLT_FP64 at Base 5.0.0
+ GrB_PLUS_ISLT_INT16 at Base 5.0.0
+ GrB_PLUS_ISLT_INT32 at Base 5.0.0
+ GrB_PLUS_ISLT_INT64 at Base 5.0.0
+ GrB_PLUS_ISLT_INT8 at Base 5.0.0
+ GrB_PLUS_ISLT_UINT16 at Base 5.0.0
+ GrB_PLUS_ISLT_UINT32 at Base 5.0.0
+ GrB_PLUS_ISLT_UINT64 at Base 5.0.0
+ GrB_PLUS_ISLT_UINT8 at Base 5.0.0
+ GrB_PLUS_ISNE_FP32 at Base 5.0.0
+ GrB_PLUS_ISNE_FP64 at Base 5.0.0
+ GrB_PLUS_ISNE_INT16 at Base 5.0.0
+ GrB_PLUS_ISNE_INT32 at Base 5.0.0
+ GrB_PLUS_ISNE_INT64 at Base 5.0.0
+ GrB_PLUS_ISNE_INT8 at Base 5.0.0
+ GrB_PLUS_ISNE_UINT16 at Base 5.0.0
+ GrB_PLUS_ISNE_UINT32 at Base 5.0.0
+ GrB_PLUS_ISNE_UINT64 at Base 5.0.0
+ GrB_PLUS_ISNE_UINT8 at Base 5.0.0
+ GrB_PLUS_LAND_FP32 at Base 5.0.0
+ GrB_PLUS_LAND_FP64 at Base 5.0.0
+ GrB_PLUS_LAND_INT16 at Base 5.0.0
+ GrB_PLUS_LAND_INT32 at Base 5.0.0
+ GrB_PLUS_LAND_INT64 at Base 5.0.0
+ GrB_PLUS_LAND_INT8 at Base 5.0.0
+ GrB_PLUS_LAND_UINT16 at Base 5.0.0
+ GrB_PLUS_LAND_UINT32 at Base 5.0.0
+ GrB_PLUS_LAND_UINT64 at Base 5.0.0
+ GrB_PLUS_LAND_UINT8 at Base 5.0.0
+ GrB_PLUS_LOR_FP32 at Base 5.0.0
+ GrB_PLUS_LOR_FP64 at Base 5.0.0
+ GrB_PLUS_LOR_INT16 at Base 5.0.0
+ GrB_PLUS_LOR_INT32 at Base 5.0.0
+ GrB_PLUS_LOR_INT64 at Base 5.0.0
+ GrB_PLUS_LOR_INT8 at Base 5.0.0
+ GrB_PLUS_LOR_UINT16 at Base 5.0.0
+ GrB_PLUS_LOR_UINT32 at Base 5.0.0
+ GrB_PLUS_LOR_UINT64 at Base 5.0.0
+ GrB_PLUS_LOR_UINT8 at Base 5.0.0
+ GrB_PLUS_LXOR_FP32 at Base 5.0.0
+ GrB_PLUS_LXOR_FP64 at Base 5.0.0
+ GrB_PLUS_LXOR_INT16 at Base 5.0.0
+ GrB_PLUS_LXOR_INT32 at Base 5.0.0
+ GrB_PLUS_LXOR_INT64 at Base 5.0.0
+ GrB_PLUS_LXOR_INT8 at Base 5.0.0
+ GrB_PLUS_LXOR_UINT16 at Base 5.0.0
+ GrB_PLUS_LXOR_UINT32 at Base 5.0.0
+ GrB_PLUS_LXOR_UINT64 at Base 5.0.0
+ GrB_PLUS_LXOR_UINT8 at Base 5.0.0
+ GrB_PLUS_MAX_FP32 at Base 5.0.0
+ GrB_PLUS_MAX_FP64 at Base 5.0.0
+ GrB_PLUS_MAX_INT16 at Base 5.0.0
+ GrB_PLUS_MAX_INT32 at Base 5.0.0
+ GrB_PLUS_MAX_INT64 at Base 5.0.0
+ GrB_PLUS_MAX_INT8 at Base 5.0.0
+ GrB_PLUS_MAX_UINT16 at Base 5.0.0
+ GrB_PLUS_MAX_UINT32 at Base 5.0.0
+ GrB_PLUS_MAX_UINT64 at Base 5.0.0
+ GrB_PLUS_MAX_UINT8 at Base 5.0.0
+ GrB_PLUS_MINUS_FP32 at Base 5.0.0
+ GrB_PLUS_MINUS_FP64 at Base 5.0.0
+ GrB_PLUS_MINUS_INT16 at Base 5.0.0
+ GrB_PLUS_MINUS_INT32 at Base 5.0.0
+ GrB_PLUS_MINUS_INT64 at Base 5.0.0
+ GrB_PLUS_MINUS_INT8 at Base 5.0.0
+ GrB_PLUS_MINUS_UINT16 at Base 5.0.0
+ GrB_PLUS_MINUS_UINT32 at Base 5.0.0
+ GrB_PLUS_MINUS_UINT64 at Base 5.0.0
+ GrB_PLUS_MINUS_UINT8 at Base 5.0.0
+ GrB_PLUS_MIN_FP32 at Base 5.0.0
+ GrB_PLUS_MIN_FP64 at Base 5.0.0
+ GrB_PLUS_MIN_INT16 at Base 5.0.0
+ GrB_PLUS_MIN_INT32 at Base 5.0.0
+ GrB_PLUS_MIN_INT64 at Base 5.0.0
+ GrB_PLUS_MIN_INT8 at Base 5.0.0
+ GrB_PLUS_MIN_UINT16 at Base 5.0.0
+ GrB_PLUS_MIN_UINT32 at Base 5.0.0
+ GrB_PLUS_MIN_UINT64 at Base 5.0.0
+ GrB_PLUS_MIN_UINT8 at Base 5.0.0
+ GrB_PLUS_PLUS_FP32 at Base 5.0.0
+ GrB_PLUS_PLUS_FP64 at Base 5.0.0
+ GrB_PLUS_PLUS_INT16 at Base 5.0.0
+ GrB_PLUS_PLUS_INT32 at Base 5.0.0
+ GrB_PLUS_PLUS_INT64 at Base 5.0.0
+ GrB_PLUS_PLUS_INT8 at Base 5.0.0
+ GrB_PLUS_PLUS_UINT16 at Base 5.0.0
+ GrB_PLUS_PLUS_UINT32 at Base 5.0.0
+ GrB_PLUS_PLUS_UINT64 at Base 5.0.0
+ GrB_PLUS_PLUS_UINT8 at Base 5.0.0
+ GrB_PLUS_SECOND_FP32 at Base 5.0.0
+ GrB_PLUS_SECOND_FP64 at Base 5.0.0
+ GrB_PLUS_SECOND_INT16 at Base 5.0.0
+ GrB_PLUS_SECOND_INT32 at Base 5.0.0
+ GrB_PLUS_SECOND_INT64 at Base 5.0.0
+ GrB_PLUS_SECOND_INT8 at Base 5.0.0
+ GrB_PLUS_SECOND_UINT16 at Base 5.0.0
+ GrB_PLUS_SECOND_UINT32 at Base 5.0.0
+ GrB_PLUS_SECOND_UINT64 at Base 5.0.0
+ GrB_PLUS_SECOND_UINT8 at Base 5.0.0
+ GrB_PLUS_TIMES_FP32 at Base 5.0.0
+ GrB_PLUS_TIMES_FP64 at Base 5.0.0
+ GrB_PLUS_TIMES_INT16 at Base 5.0.0
+ GrB_PLUS_TIMES_INT32 at Base 5.0.0
+ GrB_PLUS_TIMES_INT64 at Base 5.0.0
+ GrB_PLUS_TIMES_INT8 at Base 5.0.0
+ GrB_PLUS_TIMES_UINT16 at Base 5.0.0
+ GrB_PLUS_TIMES_UINT32 at Base 5.0.0
+ GrB_PLUS_TIMES_UINT64 at Base 5.0.0
+ GrB_PLUS_TIMES_UINT8 at Base 5.0.0
+ GrB_PLUS_UINT16 at Base 5.0.0
+ GrB_PLUS_UINT16_MONOID at Base 5.0.0
+ GrB_PLUS_UINT32 at Base 5.0.0
+ GrB_PLUS_UINT32_MONOID at Base 5.0.0
+ GrB_PLUS_UINT64 at Base 5.0.0
+ GrB_PLUS_UINT64_MONOID at Base 5.0.0
+ GrB_PLUS_UINT8 at Base 5.0.0
+ GrB_PLUS_UINT8_MONOID at Base 5.0.0
+ GrB_Row_assign at Base 5.0.0
+ GrB_Row_subassign at Base 5.0.0
+ GrB_SECOND_BOOL at Base 5.0.0
+ GrB_SECOND_FP32 at Base 5.0.0
+ GrB_SECOND_FP64 at Base 5.0.0
+ GrB_SECOND_INT16 at Base 5.0.0
+ GrB_SECOND_INT32 at Base 5.0.0
+ GrB_SECOND_INT64 at Base 5.0.0
+ GrB_SECOND_INT8 at Base 5.0.0
+ GrB_SECOND_UINT16 at Base 5.0.0
+ GrB_SECOND_UINT32 at Base 5.0.0
+ GrB_SECOND_UINT64 at Base 5.0.0
+ GrB_SECOND_UINT8 at Base 5.0.0
+ GrB_Semiring_add at Base 5.0.0
+ GrB_Semiring_free at Base 5.0.0
+ GrB_Semiring_multiply at Base 5.0.0
+ GrB_Semiring_new at Base 5.0.0
+ GrB_TIMES_BOOL at Base 5.0.0
+ GrB_TIMES_DIV_FP32 at Base 5.0.0
+ GrB_TIMES_DIV_FP64 at Base 5.0.0
+ GrB_TIMES_DIV_INT16 at Base 5.0.0
+ GrB_TIMES_DIV_INT32 at Base 5.0.0
+ GrB_TIMES_DIV_INT64 at Base 5.0.0
+ GrB_TIMES_DIV_INT8 at Base 5.0.0
+ GrB_TIMES_DIV_UINT16 at Base 5.0.0
+ GrB_TIMES_DIV_UINT32 at Base 5.0.0
+ GrB_TIMES_DIV_UINT64 at Base 5.0.0
+ GrB_TIMES_DIV_UINT8 at Base 5.0.0
+ GrB_TIMES_FIRST_FP32 at Base 5.0.0
+ GrB_TIMES_FIRST_FP64 at Base 5.0.0
+ GrB_TIMES_FIRST_INT16 at Base 5.0.0
+ GrB_TIMES_FIRST_INT32 at Base 5.0.0
+ GrB_TIMES_FIRST_INT64 at Base 5.0.0
+ GrB_TIMES_FIRST_INT8 at Base 5.0.0
+ GrB_TIMES_FIRST_UINT16 at Base 5.0.0
+ GrB_TIMES_FIRST_UINT32 at Base 5.0.0
+ GrB_TIMES_FIRST_UINT64 at Base 5.0.0
+ GrB_TIMES_FIRST_UINT8 at Base 5.0.0
+ GrB_TIMES_FP32 at Base 5.0.0
+ GrB_TIMES_FP32_MONOID at Base 5.0.0
+ GrB_TIMES_FP64 at Base 5.0.0
+ GrB_TIMES_FP64_MONOID at Base 5.0.0
+ GrB_TIMES_INT16 at Base 5.0.0
+ GrB_TIMES_INT16_MONOID at Base 5.0.0
+ GrB_TIMES_INT32 at Base 5.0.0
+ GrB_TIMES_INT32_MONOID at Base 5.0.0
+ GrB_TIMES_INT64 at Base 5.0.0
+ GrB_TIMES_INT64_MONOID at Base 5.0.0
+ GrB_TIMES_INT8 at Base 5.0.0
+ GrB_TIMES_INT8_MONOID at Base 5.0.0
+ GrB_TIMES_ISEQ_FP32 at Base 5.0.0
+ GrB_TIMES_ISEQ_FP64 at Base 5.0.0
+ GrB_TIMES_ISEQ_INT16 at Base 5.0.0
+ GrB_TIMES_ISEQ_INT32 at Base 5.0.0
+ GrB_TIMES_ISEQ_INT64 at Base 5.0.0
+ GrB_TIMES_ISEQ_INT8 at Base 5.0.0
+ GrB_TIMES_ISEQ_UINT16 at Base 5.0.0
+ GrB_TIMES_ISEQ_UINT32 at Base 5.0.0
+ GrB_TIMES_ISEQ_UINT64 at Base 5.0.0
+ GrB_TIMES_ISEQ_UINT8 at Base 5.0.0
+ GrB_TIMES_ISGE_FP32 at Base 5.0.0
+ GrB_TIMES_ISGE_FP64 at Base 5.0.0
+ GrB_TIMES_ISGE_INT16 at Base 5.0.0
+ GrB_TIMES_ISGE_INT32 at Base 5.0.0
+ GrB_TIMES_ISGE_INT64 at Base 5.0.0
+ GrB_TIMES_ISGE_INT8 at Base 5.0.0
+ GrB_TIMES_ISGE_UINT16 at Base 5.0.0
+ GrB_TIMES_ISGE_UINT32 at Base 5.0.0
+ GrB_TIMES_ISGE_UINT64 at Base 5.0.0
+ GrB_TIMES_ISGE_UINT8 at Base 5.0.0
+ GrB_TIMES_ISGT_FP32 at Base 5.0.0
+ GrB_TIMES_ISGT_FP64 at Base 5.0.0
+ GrB_TIMES_ISGT_INT16 at Base 5.0.0
+ GrB_TIMES_ISGT_INT32 at Base 5.0.0
+ GrB_TIMES_ISGT_INT64 at Base 5.0.0
+ GrB_TIMES_ISGT_INT8 at Base 5.0.0
+ GrB_TIMES_ISGT_UINT16 at Base 5.0.0
+ GrB_TIMES_ISGT_UINT32 at Base 5.0.0
+ GrB_TIMES_ISGT_UINT64 at Base 5.0.0
+ GrB_TIMES_ISGT_UINT8 at Base 5.0.0
+ GrB_TIMES_ISLE_FP32 at Base 5.0.0
+ GrB_TIMES_ISLE_FP64 at Base 5.0.0
+ GrB_TIMES_ISLE_INT16 at Base 5.0.0
+ GrB_TIMES_ISLE_INT32 at Base 5.0.0
+ GrB_TIMES_ISLE_INT64 at Base 5.0.0
+ GrB_TIMES_ISLE_INT8 at Base 5.0.0
+ GrB_TIMES_ISLE_UINT16 at Base 5.0.0
+ GrB_TIMES_ISLE_UINT32 at Base 5.0.0
+ GrB_TIMES_ISLE_UINT64 at Base 5.0.0
+ GrB_TIMES_ISLE_UINT8 at Base 5.0.0
+ GrB_TIMES_ISLT_FP32 at Base 5.0.0
+ GrB_TIMES_ISLT_FP64 at Base 5.0.0
+ GrB_TIMES_ISLT_INT16 at Base 5.0.0
+ GrB_TIMES_ISLT_INT32 at Base 5.0.0
+ GrB_TIMES_ISLT_INT64 at Base 5.0.0
+ GrB_TIMES_ISLT_INT8 at Base 5.0.0
+ GrB_TIMES_ISLT_UINT16 at Base 5.0.0
+ GrB_TIMES_ISLT_UINT32 at Base 5.0.0
+ GrB_TIMES_ISLT_UINT64 at Base 5.0.0
+ GrB_TIMES_ISLT_UINT8 at Base 5.0.0
+ GrB_TIMES_ISNE_FP32 at Base 5.0.0
+ GrB_TIMES_ISNE_FP64 at Base 5.0.0
+ GrB_TIMES_ISNE_INT16 at Base 5.0.0
+ GrB_TIMES_ISNE_INT32 at Base 5.0.0
+ GrB_TIMES_ISNE_INT64 at Base 5.0.0
+ GrB_TIMES_ISNE_INT8 at Base 5.0.0
+ GrB_TIMES_ISNE_UINT16 at Base 5.0.0
+ GrB_TIMES_ISNE_UINT32 at Base 5.0.0
+ GrB_TIMES_ISNE_UINT64 at Base 5.0.0
+ GrB_TIMES_ISNE_UINT8 at Base 5.0.0
+ GrB_TIMES_LAND_FP32 at Base 5.0.0
+ GrB_TIMES_LAND_FP64 at Base 5.0.0
+ GrB_TIMES_LAND_INT16 at Base 5.0.0
+ GrB_TIMES_LAND_INT32 at Base 5.0.0
+ GrB_TIMES_LAND_INT64 at Base 5.0.0
+ GrB_TIMES_LAND_INT8 at Base 5.0.0
+ GrB_TIMES_LAND_UINT16 at Base 5.0.0
+ GrB_TIMES_LAND_UINT32 at Base 5.0.0
+ GrB_TIMES_LAND_UINT64 at Base 5.0.0
+ GrB_TIMES_LAND_UINT8 at Base 5.0.0
+ GrB_TIMES_LOR_FP32 at Base 5.0.0
+ GrB_TIMES_LOR_FP64 at Base 5.0.0
+ GrB_TIMES_LOR_INT16 at Base 5.0.0
+ GrB_TIMES_LOR_INT32 at Base 5.0.0
+ GrB_TIMES_LOR_INT64 at Base 5.0.0
+ GrB_TIMES_LOR_INT8 at Base 5.0.0
+ GrB_TIMES_LOR_UINT16 at Base 5.0.0
+ GrB_TIMES_LOR_UINT32 at Base 5.0.0
+ GrB_TIMES_LOR_UINT64 at Base 5.0.0
+ GrB_TIMES_LOR_UINT8 at Base 5.0.0
+ GrB_TIMES_LXOR_FP32 at Base 5.0.0
+ GrB_TIMES_LXOR_FP64 at Base 5.0.0
+ GrB_TIMES_LXOR_INT16 at Base 5.0.0
+ GrB_TIMES_LXOR_INT32 at Base 5.0.0
+ GrB_TIMES_LXOR_INT64 at Base 5.0.0
+ GrB_TIMES_LXOR_INT8 at Base 5.0.0
+ GrB_TIMES_LXOR_UINT16 at Base 5.0.0
+ GrB_TIMES_LXOR_UINT32 at Base 5.0.0
+ GrB_TIMES_LXOR_UINT64 at Base 5.0.0
+ GrB_TIMES_LXOR_UINT8 at Base 5.0.0
+ GrB_TIMES_MAX_FP32 at Base 5.0.0
+ GrB_TIMES_MAX_FP64 at Base 5.0.0
+ GrB_TIMES_MAX_INT16 at Base 5.0.0
+ GrB_TIMES_MAX_INT32 at Base 5.0.0
+ GrB_TIMES_MAX_INT64 at Base 5.0.0
+ GrB_TIMES_MAX_INT8 at Base 5.0.0
+ GrB_TIMES_MAX_UINT16 at Base 5.0.0
+ GrB_TIMES_MAX_UINT32 at Base 5.0.0
+ GrB_TIMES_MAX_UINT64 at Base 5.0.0
+ GrB_TIMES_MAX_UINT8 at Base 5.0.0
+ GrB_TIMES_MINUS_FP32 at Base 5.0.0
+ GrB_TIMES_MINUS_FP64 at Base 5.0.0
+ GrB_TIMES_MINUS_INT16 at Base 5.0.0
+ GrB_TIMES_MINUS_INT32 at Base 5.0.0
+ GrB_TIMES_MINUS_INT64 at Base 5.0.0
+ GrB_TIMES_MINUS_INT8 at Base 5.0.0
+ GrB_TIMES_MINUS_UINT16 at Base 5.0.0
+ GrB_TIMES_MINUS_UINT32 at Base 5.0.0
+ GrB_TIMES_MINUS_UINT64 at Base 5.0.0
+ GrB_TIMES_MINUS_UINT8 at Base 5.0.0
+ GrB_TIMES_MIN_FP32 at Base 5.0.0
+ GrB_TIMES_MIN_FP64 at Base 5.0.0
+ GrB_TIMES_MIN_INT16 at Base 5.0.0
+ GrB_TIMES_MIN_INT32 at Base 5.0.0
+ GrB_TIMES_MIN_INT64 at Base 5.0.0
+ GrB_TIMES_MIN_INT8 at Base 5.0.0
+ GrB_TIMES_MIN_UINT16 at Base 5.0.0
+ GrB_TIMES_MIN_UINT32 at Base 5.0.0
+ GrB_TIMES_MIN_UINT64 at Base 5.0.0
+ GrB_TIMES_MIN_UINT8 at Base 5.0.0
+ GrB_TIMES_PLUS_FP32 at Base 5.0.0
+ GrB_TIMES_PLUS_FP64 at Base 5.0.0
+ GrB_TIMES_PLUS_INT16 at Base 5.0.0
+ GrB_TIMES_PLUS_INT32 at Base 5.0.0
+ GrB_TIMES_PLUS_INT64 at Base 5.0.0
+ GrB_TIMES_PLUS_INT8 at Base 5.0.0
+ GrB_TIMES_PLUS_UINT16 at Base 5.0.0
+ GrB_TIMES_PLUS_UINT32 at Base 5.0.0
+ GrB_TIMES_PLUS_UINT64 at Base 5.0.0
+ GrB_TIMES_PLUS_UINT8 at Base 5.0.0
+ GrB_TIMES_SECOND_FP32 at Base 5.0.0
+ GrB_TIMES_SECOND_FP64 at Base 5.0.0
+ GrB_TIMES_SECOND_INT16 at Base 5.0.0
+ GrB_TIMES_SECOND_INT32 at Base 5.0.0
+ GrB_TIMES_SECOND_INT64 at Base 5.0.0
+ GrB_TIMES_SECOND_INT8 at Base 5.0.0
+ GrB_TIMES_SECOND_UINT16 at Base 5.0.0
+ GrB_TIMES_SECOND_UINT32 at Base 5.0.0
+ GrB_TIMES_SECOND_UINT64 at Base 5.0.0
+ GrB_TIMES_SECOND_UINT8 at Base 5.0.0
+ GrB_TIMES_TIMES_FP32 at Base 5.0.0
+ GrB_TIMES_TIMES_FP64 at Base 5.0.0
+ GrB_TIMES_TIMES_INT16 at Base 5.0.0
+ GrB_TIMES_TIMES_INT32 at Base 5.0.0
+ GrB_TIMES_TIMES_INT64 at Base 5.0.0
+ GrB_TIMES_TIMES_INT8 at Base 5.0.0
+ GrB_TIMES_TIMES_UINT16 at Base 5.0.0
+ GrB_TIMES_TIMES_UINT32 at Base 5.0.0
+ GrB_TIMES_TIMES_UINT64 at Base 5.0.0
+ GrB_TIMES_TIMES_UINT8 at Base 5.0.0
+ GrB_TIMES_UINT16 at Base 5.0.0
+ GrB_TIMES_UINT16_MONOID at Base 5.0.0
+ GrB_TIMES_UINT32 at Base 5.0.0
+ GrB_TIMES_UINT32_MONOID at Base 5.0.0
+ GrB_TIMES_UINT64 at Base 5.0.0
+ GrB_TIMES_UINT64_MONOID at Base 5.0.0
+ GrB_TIMES_UINT8 at Base 5.0.0
+ GrB_TIMES_UINT8_MONOID at Base 5.0.0
+ GrB_Type_free at Base 5.0.0
+ GrB_Type_size at Base 5.0.0
+ GrB_UINT16 at Base 5.0.0
+ GrB_UINT32 at Base 5.0.0
+ GrB_UINT64 at Base 5.0.0
+ GrB_UINT8 at Base 5.0.0
+ GrB_UnaryOp_free at Base 5.0.0
+ GrB_UnaryOp_xtype at Base 5.0.0
+ GrB_UnaryOp_ztype at Base 5.0.0
+ GrB_Vector_apply at Base 5.0.0
+ GrB_Vector_assign at Base 5.0.0
+ GrB_Vector_assign_BOOL at Base 5.0.0
+ GrB_Vector_assign_FP32 at Base 5.0.0
+ GrB_Vector_assign_FP64 at Base 5.0.0
+ GrB_Vector_assign_INT16 at Base 5.0.0
+ GrB_Vector_assign_INT32 at Base 5.0.0
+ GrB_Vector_assign_INT64 at Base 5.0.0
+ GrB_Vector_assign_INT8 at Base 5.0.0
+ GrB_Vector_assign_UDT at Base 5.0.0
+ GrB_Vector_assign_UINT16 at Base 5.0.0
+ GrB_Vector_assign_UINT32 at Base 5.0.0
+ GrB_Vector_assign_UINT64 at Base 5.0.0
+ GrB_Vector_assign_UINT8 at Base 5.0.0
+ GrB_Vector_build_BOOL at Base 5.0.0
+ GrB_Vector_build_FP32 at Base 5.0.0
+ GrB_Vector_build_FP64 at Base 5.0.0
+ GrB_Vector_build_INT16 at Base 5.0.0
+ GrB_Vector_build_INT32 at Base 5.0.0
+ GrB_Vector_build_INT64 at Base 5.0.0
+ GrB_Vector_build_INT8 at Base 5.0.0
+ GrB_Vector_build_UDT at Base 5.0.0
+ GrB_Vector_build_UINT16 at Base 5.0.0
+ GrB_Vector_build_UINT32 at Base 5.0.0
+ GrB_Vector_build_UINT64 at Base 5.0.0
+ GrB_Vector_build_UINT8 at Base 5.0.0
+ GrB_Vector_clear at Base 5.0.0
+ GrB_Vector_dup at Base 5.0.0
+ GrB_Vector_extract at Base 5.0.0
+ GrB_Vector_extractElement_BOOL at Base 5.0.0
+ GrB_Vector_extractElement_FP32 at Base 5.0.0
+ GrB_Vector_extractElement_FP64 at Base 5.0.0
+ GrB_Vector_extractElement_INT16 at Base 5.0.0
+ GrB_Vector_extractElement_INT32 at Base 5.0.0
+ GrB_Vector_extractElement_INT64 at Base 5.0.0
+ GrB_Vector_extractElement_INT8 at Base 5.0.0
+ GrB_Vector_extractElement_UDT at Base 5.0.0
+ GrB_Vector_extractElement_UINT16 at Base 5.0.0
+ GrB_Vector_extractElement_UINT32 at Base 5.0.0
+ GrB_Vector_extractElement_UINT64 at Base 5.0.0
+ GrB_Vector_extractElement_UINT8 at Base 5.0.0
+ GrB_Vector_extractTuples_BOOL at Base 5.0.0
+ GrB_Vector_extractTuples_FP32 at Base 5.0.0
+ GrB_Vector_extractTuples_FP64 at Base 5.0.0
+ GrB_Vector_extractTuples_INT16 at Base 5.0.0
+ GrB_Vector_extractTuples_INT32 at Base 5.0.0
+ GrB_Vector_extractTuples_INT64 at Base 5.0.0
+ GrB_Vector_extractTuples_INT8 at Base 5.0.0
+ GrB_Vector_extractTuples_UDT at Base 5.0.0
+ GrB_Vector_extractTuples_UINT16 at Base 5.0.0
+ GrB_Vector_extractTuples_UINT32 at Base 5.0.0
+ GrB_Vector_extractTuples_UINT64 at Base 5.0.0
+ GrB_Vector_extractTuples_UINT8 at Base 5.0.0
+ GrB_Vector_free at Base 5.0.0
+ GrB_Vector_new at Base 5.0.0
+ GrB_Vector_nvals at Base 5.0.0
+ GrB_Vector_reduce_BOOL at Base 5.0.0
+ GrB_Vector_reduce_FP32 at Base 5.0.0
+ GrB_Vector_reduce_FP64 at Base 5.0.0
+ GrB_Vector_reduce_INT16 at Base 5.0.0
+ GrB_Vector_reduce_INT32 at Base 5.0.0
+ GrB_Vector_reduce_INT64 at Base 5.0.0
+ GrB_Vector_reduce_INT8 at Base 5.0.0
+ GrB_Vector_reduce_UDT at Base 5.0.0
+ GrB_Vector_reduce_UINT16 at Base 5.0.0
+ GrB_Vector_reduce_UINT32 at Base 5.0.0
+ GrB_Vector_reduce_UINT64 at Base 5.0.0
+ GrB_Vector_reduce_UINT8 at Base 5.0.0
+ GrB_Vector_setElement_BOOL at Base 5.0.0
+ GrB_Vector_setElement_FP32 at Base 5.0.0
+ GrB_Vector_setElement_FP64 at Base 5.0.0
+ GrB_Vector_setElement_INT16 at Base 5.0.0
+ GrB_Vector_setElement_INT32 at Base 5.0.0
+ GrB_Vector_setElement_INT64 at Base 5.0.0
+ GrB_Vector_setElement_INT8 at Base 5.0.0
+ GrB_Vector_setElement_UDT at Base 5.0.0
+ GrB_Vector_setElement_UINT16 at Base 5.0.0
+ GrB_Vector_setElement_UINT32 at Base 5.0.0
+ GrB_Vector_setElement_UINT64 at Base 5.0.0
+ GrB_Vector_setElement_UINT8 at Base 5.0.0
+ GrB_Vector_size at Base 5.0.0
+ GrB_Vector_subassign at Base 5.0.0
+ GrB_Vector_subassign_BOOL at Base 5.0.0
+ GrB_Vector_subassign_FP32 at Base 5.0.0
+ GrB_Vector_subassign_FP64 at Base 5.0.0
+ GrB_Vector_subassign_INT16 at Base 5.0.0
+ GrB_Vector_subassign_INT32 at Base 5.0.0
+ GrB_Vector_subassign_INT64 at Base 5.0.0
+ GrB_Vector_subassign_INT8 at Base 5.0.0
+ GrB_Vector_subassign_UDT at Base 5.0.0
+ GrB_Vector_subassign_UINT16 at Base 5.0.0
+ GrB_Vector_subassign_UINT32 at Base 5.0.0
+ GrB_Vector_subassign_UINT64 at Base 5.0.0
+ GrB_Vector_subassign_UINT8 at Base 5.0.0
+ GrB_Vector_type at Base 5.0.0
+ GrB_eWiseAdd_Matrix_BinaryOp at Base 5.0.0
+ GrB_eWiseAdd_Matrix_Monoid at Base 5.0.0
+ GrB_eWiseAdd_Matrix_Semiring at Base 5.0.0
+ GrB_eWiseAdd_Vector_BinaryOp at Base 5.0.0
+ GrB_eWiseAdd_Vector_Monoid at Base 5.0.0
+ GrB_eWiseAdd_Vector_Semiring at Base 5.0.0
+ GrB_eWiseMult_Matrix_BinaryOp at Base 5.0.0
+ GrB_eWiseMult_Matrix_Monoid at Base 5.0.0
+ GrB_eWiseMult_Matrix_Semiring at Base 5.0.0
+ GrB_eWiseMult_Vector_BinaryOp at Base 5.0.0
+ GrB_eWiseMult_Vector_Monoid at Base 5.0.0
+ GrB_eWiseMult_Vector_Semiring at Base 5.0.0
+ GrB_error at Base 5.0.0
+ GrB_finalize at Base 5.0.0
+ GrB_init at Base 5.0.0
+ GrB_mxm at Base 5.0.0
+ GrB_mxv at Base 5.0.0
+ GrB_transpose at Base 5.0.0
+ GrB_vxm at Base 5.0.0
+ GrB_wait at Base 5.0.0
diff --git a/debian/libsuitesparse-dev.install b/debian/libsuitesparse-dev.install
index 0c1afc1..3112cb0 100644
--- a/debian/libsuitesparse-dev.install
+++ b/debian/libsuitesparse-dev.install
@@ -1,3 +1,4 @@
 /usr/lib/*/*.a
 /usr/lib/*/*.so
-/usr/include/suitesparse
+/usr/include/suitesparse/
+/usr/include/GraphBLAS.h
diff --git a/debian/libsuitesparse-doc.doc-base.graphblas b/debian/libsuitesparse-doc.doc-base.graphblas
new file mode 100644
index 0000000..69c3477
--- /dev/null
+++ b/debian/libsuitesparse-doc.doc-base.graphblas
@@ -0,0 +1,14 @@
+Document: graphblas-ug
+Title: SuiteSparse:GraphBLAS User Guide
+Author: Timothy A. Davis, University of Florida, davis at cise.ufl.edu.
+Abstract: SuiteSparse:GraphBLAS is an full implementation of the GraphBLAS standard,
+ which defines a set of sparse matrix operations on an extended algebra of
+ semirings using an almost unlimited variety of operators and types. When
+ applied to sparse adjacency matrices, these algebraic operations are
+ equivalent to computations on graphs. GraphBLAS provides a powerful and
+ expressive framework for creating graph algorithms based on the elegant
+ mathematics of sparse matrix operations on a semiring.
+Section: Programming
+
+Format: PDF
+Files: /usr/share/doc/libsuitesparse-doc/GraphBLAS_UserGuide.pdf
diff --git a/debian/libsuitesparse-doc.docs b/debian/libsuitesparse-doc.docs
index 7b8fba5..38ff149 100644
--- a/debian/libsuitesparse-doc.docs
+++ b/debian/libsuitesparse-doc.docs
@@ -1,2 +1,3 @@
 README.txt
 debian/tmp/usr/share/doc/suitesparse/*
+GraphBLAS/Doc/GraphBLAS_UserGuide.pdf
diff --git a/debian/patches/cmake.patch b/debian/patches/cmake.patch
new file mode 100644
index 0000000..bf5c4b2
--- /dev/null
+++ b/debian/patches/cmake.patch
@@ -0,0 +1,29 @@
+Description: Use GNU install directories
+ Needed for supporting installation in /usr, and for multiarch.
+Author: Sébastien Villemot <sebastien at debian.org>
+Forwarded: no
+Last-Update: 2017-12-03
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/GraphBLAS/CMakeLists.txt
++++ b/GraphBLAS/CMakeLists.txt
+@@ -37,6 +37,8 @@ cmake_minimum_required ( VERSION 2.8.12
+ 
+ project ( graphblas )
+ 
++include(GNUInstallDirs)
++
+ if ( CMAKE_VERSION VERSION_GREATER "3.0" )
+     cmake_policy ( SET CMP0042 NEW )
+ endif ( )
+@@ -79,8 +81,8 @@ set_property ( TARGET graphblas PROPERTY
+ 
+ # graphblas installation location
+ install ( TARGETS graphblas
+-    LIBRARY       DESTINATION /usr/local/lib
+-    PUBLIC_HEADER DESTINATION /usr/local/include )
++    LIBRARY       DESTINATION ${CMAKE_INSTALL_LIBDIR}
++    PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR} )
+ 
+ # Demo library
+ file ( GLOB DEMO_SOURCES "Demo/Source/*.c" )
diff --git a/debian/patches/series b/debian/patches/series
index 896fdf1..f13da96 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 buildflags.patch
+cmake.patch
diff --git a/debian/rules b/debian/rules
index 5199c7c..50d719e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-include /usr/share/dpkg/buildflags.mk
+include /usr/share/dpkg/default.mk
 
 COMMON_FLAGS := BLAS=-lblas MY_METIS_LIB=-lmetis
 PIC_FLAGS := $(COMMON_FLAGS) OPTIMIZATION=-fPIC
@@ -8,9 +8,20 @@ NOPIC_FLAGS := $(COMMON_FLAGS) OPTIMIZATION=
 
 STATIC_LIBS := CAMD/Lib/libcamd.a BTF/Lib/libbtf.a CHOLMOD/Lib/libcholmod.a AMD/Lib/libamd.a RBio/Lib/librbio.a LDL/Lib/libldl.a SuiteSparse_config/libsuitesparseconfig.a KLU/Lib/libklu.a SPQR/Lib/libspqr.a UMFPACK/Lib/libumfpack.a COLAMD/Lib/libcolamd.a CXSparse/Lib/libcxsparse.a CCOLAMD/Lib/libccolamd.a
 
+# For building GraphBLAS
+ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
+NUMJOBS := $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
+else
+NUMJOBS := 1
+endif
+
 %:
 	dh $@
 
+override_dh_auto_configure:
+	mkdir -p GraphBLAS/build
+	cd GraphBLAS/build && cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_C_FLAGS_RELEASE="$(CFLAGS) $(CPPFLAGS)" -DCMAKE_CXX_FLAGS_RELEASE="$(CXXFLAGS) $(CPPFLAGS)" ..
+
 # LD_LIBRARY_PATH needed to make tests work (since buildflags.patch removes the -rpath)
 override_dh_auto_build:
 	# Build static libraries
@@ -21,13 +32,19 @@ override_dh_auto_build:
 	# Build dynamic libraries
 	LD_LIBRARY_PATH=$$(pwd)/lib dh_auto_build -- $(PIC_FLAGS)
 
+	# Build GraphBLAS (only the dynamic library)
+	make -C GraphBLAS/build -j$(NUMJOBS)
+
 override_dh_auto_install:
 	make install $(PIC_FLAGS) INSTALL=$$(pwd)/debian/tmp/usr INSTALL_LIB=$$(pwd)/debian/tmp/usr/lib/${DEB_HOST_MULTIARCH}/ INSTALL_INCLUDE=$$(pwd)/debian/tmp/usr/include/suitesparse INSTALL_DOC=$$(pwd)/debian/tmp/usr/share/doc/suitesparse
 	cp static_lib/* $$(pwd)/debian/tmp/usr/lib/${DEB_HOST_MULTIARCH}/
 
+	make -C GraphBLAS/build install DESTDIR=$$(pwd)/debian/tmp
+
 override_dh_auto_clean:
 	make purge
 	rm -rf static_lib
+	rm -rf GraphBLAS/build/
 
 override_dh_makeshlibs:
 	dh_makeshlibs -V

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/suitesparse.git



More information about the debian-science-commits mailing list