[suitesparse] branch master updated (951832a -> 1fe2009)

Sébastien Villemot sebastien at debian.org
Thu Dec 21 20:46:32 UTC 2017


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

sebastien pushed a change to branch master
in repository suitesparse.

      from  951832a   Changelog entry for 1:5.1.0-1.
      adds  2d36de5   New upstream version 5.1.1-beta
       new  d06fde3   Update upstream source from tag 'upstream/5.1.1-beta'
       new  f26475c   Drop patches applied upstream: cmake.patch, pdf-docs.patch.
       new  0d28177   Refresh patch.
       new  07a1d3d   Update symbols file for libgraphblas1.
       new  e057261   Add missing epoch in symbols files.
       new  50ded85   graphblas-build.patch: new patch for GraphBLAS build system.
       new  c6c94e2   Adapt build system to new GraphBLAS setup.
       new  1fe2009   Changelog entry for 1:5.1.1-beta-1.

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 AMD/Doc/Makefile                                   |     4 +-
 AMD/Lib/amd_i_1.o                                  |   Bin 0 -> 1472 bytes
 AMD/Lib/amd_i_2.o                                  |   Bin 0 -> 9272 bytes
 AMD/Lib/amd_i_aat.o                                |   Bin 0 -> 1816 bytes
 AMD/Lib/amd_i_control.o                            |   Bin 0 -> 1484 bytes
 AMD/Lib/amd_i_defaults.o                           |   Bin 0 -> 768 bytes
 AMD/Lib/amd_i_dump.o                               |   Bin 0 -> 200 bytes
 AMD/Lib/amd_i_info.o                               |   Bin 0 -> 3744 bytes
 AMD/Lib/amd_i_order.o                              |   Bin 0 -> 2264 bytes
 AMD/Lib/amd_i_post_tree.o                          |   Bin 0 -> 736 bytes
 AMD/Lib/amd_i_postorder.o                          |   Bin 0 -> 1656 bytes
 AMD/Lib/amd_i_preprocess.o                         |   Bin 0 -> 2324 bytes
 AMD/Lib/amd_i_valid.o                              |   Bin 0 -> 748 bytes
 AMD/Lib/amd_l_1.o                                  |   Bin 0 -> 1460 bytes
 AMD/Lib/amd_l_2.o                                  |   Bin 0 -> 10620 bytes
 AMD/Lib/amd_l_aat.o                                |   Bin 0 -> 1736 bytes
 AMD/Lib/amd_l_control.o                            |   Bin 0 -> 1484 bytes
 AMD/Lib/amd_l_defaults.o                           |   Bin 0 -> 772 bytes
 AMD/Lib/amd_l_dump.o                               |   Bin 0 -> 200 bytes
 AMD/Lib/amd_l_info.o                               |   Bin 0 -> 3748 bytes
 AMD/Lib/amd_l_order.o                              |   Bin 0 -> 2344 bytes
 AMD/Lib/amd_l_post_tree.o                          |   Bin 0 -> 740 bytes
 AMD/Lib/amd_l_postorder.o                          |   Bin 0 -> 1636 bytes
 AMD/Lib/amd_l_preprocess.o                         |   Bin 0 -> 2188 bytes
 AMD/Lib/amd_l_valid.o                              |   Bin 0 -> 752 bytes
 AMD/Lib/libamd.a                                   |   Bin 0 -> 56728 bytes
 CAMD/Doc/Makefile                                  |     4 +-
 ChangeLog                                          |     8 +
 GraphBLAS/.gitignore                               |     1 +
 GraphBLAS/CMakeLists.txt                           |    57 +-
 GraphBLAS/Demo/Include/demos.h                     |     6 +-
 GraphBLAS/Demo/MATLAB/tri_matlab.m                 |   106 +
 GraphBLAS/Demo/MATLAB/tri_matlab_out.txt           |   198 +
 GraphBLAS/Demo/Output/bfs_demo.out                 |   242 +-
 GraphBLAS/Demo/Output/go_out_laptop.txt            |  2660 +++
 GraphBLAS/Demo/Output/mis_demo.out                 |   116 +-
 GraphBLAS/Demo/Output/simple_demo.out              |     6 +-
 GraphBLAS/Demo/Output/tri_demo.out                 |   720 +-
 GraphBLAS/Demo/Program/bfs_demo.c                  |     4 +-
 GraphBLAS/Demo/Program/mis_demo.c                  |     2 +-
 GraphBLAS/Demo/Program/tri_demo.c                  |    88 +-
 GraphBLAS/Demo/Program/wildtype_demo.c             |     1 +
 GraphBLAS/Demo/README.txt                          |    15 +-
 GraphBLAS/Demo/Source/get_matrix.c                 |     6 +-
 GraphBLAS/Demo/Source/read_matrix.c                |    98 +-
 GraphBLAS/Demo/demo                                |     2 +-
 GraphBLAS/Demo/t1                                  |     3 -
 GraphBLAS/Demo/tdemo                               |    24 -
 GraphBLAS/Doc/ChangeLog                            |    13 +-
 GraphBLAS/Doc/GraphBLAS_UserGuide.pdf              |   Bin 618731 -> 618145 bytes
 GraphBLAS/Doc/GraphBLAS_UserGuide.tex              |   306 +-
 GraphBLAS/Include/GraphBLAS.h                      |    39 +-
 GraphBLAS/Makefile                                 |     9 +
 GraphBLAS/README.txt                               |    11 +-
 GraphBLAS/Source/GB.h                              |   173 +-
 GraphBLAS/Source/GB_AxB_builtin.c                  |   167 +-
 GraphBLAS/Source/GB_AxB_methods.h                  |   285 +
 GraphBLAS/Source/GB_AxB_numeric.c                  |    95 +-
 GraphBLAS/Source/GB_AxB_symbolic.c                 |     7 +-
 GraphBLAS/Source/GB_Flag_alloc.c                   |     5 +-
 GraphBLAS/Source/GB_Flag_free.c                    |     3 +-
 GraphBLAS/Source/GB_Mark_alloc.c                   |     5 +-
 GraphBLAS/Source/GB_Mark_free.c                    |     3 +-
 GraphBLAS/Source/GB_Matrix_AdotB.c                 |   341 +-
 GraphBLAS/Source/GB_Matrix_alloc.c                 |     4 +-
 GraphBLAS/Source/GB_Matrix_dup.c                   |    21 +-
 GraphBLAS/Source/GB_Matrix_free.c                  |     4 +-
 GraphBLAS/Source/GB_Matrix_ixfree.c                |     4 +-
 GraphBLAS/Source/GB_Matrix_multiply.c              |    15 +-
 GraphBLAS/Source/GB_Matrix_realloc.c               |     2 +-
 GraphBLAS/Source/GB_Matrix_transplant.c            |    15 +-
 GraphBLAS/Source/GB_Monoid_new.c                   |     2 +-
 GraphBLAS/Source/GB_Work_free.c                    |     3 +-
 GraphBLAS/Source/GB_accum_mask.c                   |     1 +
 GraphBLAS/Source/GB_add_pending.c                  |     2 +-
 GraphBLAS/Source/GB_assign.c                       |   242 +-
 GraphBLAS/Source/GB_build.c                        |    20 +-
 GraphBLAS/Source/GB_build_factory.c                |    13 +-
 GraphBLAS/Source/GB_builder.c                      |     9 +-
 GraphBLAS/Source/GB_calloc_memory.c                |    38 +-
 GraphBLAS/Source/GB_free_memory.c                  |    32 +-
 GraphBLAS/Source/GB_free_pending.c                 |     6 +-
 GraphBLAS/Source/GB_malloc_memory.c                |    43 +-
 GraphBLAS/Source/GB_mxm.c                          |    14 +-
 GraphBLAS/Source/GB_new.c                          |     2 +-
 GraphBLAS/Source/GB_object_check.c                 |     2 +-
 GraphBLAS/Source/GB_queue_check.c                  |     2 +-
 GraphBLAS/Source/GB_queue_init.c                   |    49 -
 GraphBLAS/Source/GB_queue_insert.c                 |    23 +-
 GraphBLAS/Source/GB_queue_remove.c                 |    36 +-
 GraphBLAS/Source/GB_queue_remove_head.c            |    25 +-
 GraphBLAS/Source/GB_realloc_memory.c               |    68 +-
 GraphBLAS/Source/GB_reduce_to_column.c             |     2 +
 GraphBLAS/Source/GB_reduce_to_scalar.c             |   117 +-
 GraphBLAS/Source/GB_subassign.c                    |    67 +-
 GraphBLAS/Source/GB_subassign_kernel.c             |    15 +-
 GraphBLAS/Source/GB_transpose_ix.c                 |     2 +-
 GraphBLAS/Source/GB_transpose_op.c                 |     2 +-
 GraphBLAS/Source/GB_transpose_pattern.c            |     2 +-
 GraphBLAS/Source/GB_wait.c                         |     5 +-
 GraphBLAS/Source/Generated/GB_AxB__eq_eq_bool.c    |   335 +
 GraphBLAS/Source/Generated/GB_AxB__eq_eq_fp32.c    |   335 +
 GraphBLAS/Source/Generated/GB_AxB__eq_eq_fp64.c    |   335 +
 GraphBLAS/Source/Generated/GB_AxB__eq_eq_int16.c   |   335 +
 GraphBLAS/Source/Generated/GB_AxB__eq_eq_int32.c   |   335 +
 GraphBLAS/Source/Generated/GB_AxB__eq_eq_int64.c   |   335 +
 GraphBLAS/Source/Generated/GB_AxB__eq_eq_int8.c    |   335 +
 GraphBLAS/Source/Generated/GB_AxB__eq_eq_uint16.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__eq_eq_uint32.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__eq_eq_uint64.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__eq_eq_uint8.c   |   335 +
 GraphBLAS/Source/Generated/GB_AxB__eq_first_bool.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__eq_ge_bool.c    |   335 +
 GraphBLAS/Source/Generated/GB_AxB__eq_ge_fp32.c    |   335 +
 GraphBLAS/Source/Generated/GB_AxB__eq_ge_fp64.c    |   335 +
 GraphBLAS/Source/Generated/GB_AxB__eq_ge_int16.c   |   335 +
 GraphBLAS/Source/Generated/GB_AxB__eq_ge_int32.c   |   335 +
 GraphBLAS/Source/Generated/GB_AxB__eq_ge_int64.c   |   335 +
 GraphBLAS/Source/Generated/GB_AxB__eq_ge_int8.c    |   335 +
 GraphBLAS/Source/Generated/GB_AxB__eq_ge_uint16.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__eq_ge_uint32.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__eq_ge_uint64.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__eq_ge_uint8.c   |   335 +
 GraphBLAS/Source/Generated/GB_AxB__eq_gt_bool.c    |   335 +
 GraphBLAS/Source/Generated/GB_AxB__eq_gt_fp32.c    |   335 +
 GraphBLAS/Source/Generated/GB_AxB__eq_gt_fp64.c    |   335 +
 GraphBLAS/Source/Generated/GB_AxB__eq_gt_int16.c   |   335 +
 GraphBLAS/Source/Generated/GB_AxB__eq_gt_int32.c   |   335 +
 GraphBLAS/Source/Generated/GB_AxB__eq_gt_int64.c   |   335 +
 GraphBLAS/Source/Generated/GB_AxB__eq_gt_int8.c    |   335 +
 GraphBLAS/Source/Generated/GB_AxB__eq_gt_uint16.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__eq_gt_uint32.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__eq_gt_uint64.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__eq_gt_uint8.c   |   335 +
 GraphBLAS/Source/Generated/GB_AxB__eq_land_bool.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__eq_le_bool.c    |   335 +
 GraphBLAS/Source/Generated/GB_AxB__eq_le_fp32.c    |   335 +
 GraphBLAS/Source/Generated/GB_AxB__eq_le_fp64.c    |   335 +
 GraphBLAS/Source/Generated/GB_AxB__eq_le_int16.c   |   335 +
 GraphBLAS/Source/Generated/GB_AxB__eq_le_int32.c   |   335 +
 GraphBLAS/Source/Generated/GB_AxB__eq_le_int64.c   |   335 +
 GraphBLAS/Source/Generated/GB_AxB__eq_le_int8.c    |   335 +
 GraphBLAS/Source/Generated/GB_AxB__eq_le_uint16.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__eq_le_uint32.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__eq_le_uint64.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__eq_le_uint8.c   |   335 +
 GraphBLAS/Source/Generated/GB_AxB__eq_lor_bool.c   |   335 +
 GraphBLAS/Source/Generated/GB_AxB__eq_lt_bool.c    |   335 +
 GraphBLAS/Source/Generated/GB_AxB__eq_lt_fp32.c    |   335 +
 GraphBLAS/Source/Generated/GB_AxB__eq_lt_fp64.c    |   335 +
 GraphBLAS/Source/Generated/GB_AxB__eq_lt_int16.c   |   335 +
 GraphBLAS/Source/Generated/GB_AxB__eq_lt_int32.c   |   335 +
 GraphBLAS/Source/Generated/GB_AxB__eq_lt_int64.c   |   335 +
 GraphBLAS/Source/Generated/GB_AxB__eq_lt_int8.c    |   335 +
 GraphBLAS/Source/Generated/GB_AxB__eq_lt_uint16.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__eq_lt_uint32.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__eq_lt_uint64.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__eq_lt_uint8.c   |   335 +
 GraphBLAS/Source/Generated/GB_AxB__eq_lxor_bool.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__eq_ne_fp32.c    |   335 +
 GraphBLAS/Source/Generated/GB_AxB__eq_ne_fp64.c    |   335 +
 GraphBLAS/Source/Generated/GB_AxB__eq_ne_int16.c   |   335 +
 GraphBLAS/Source/Generated/GB_AxB__eq_ne_int32.c   |   335 +
 GraphBLAS/Source/Generated/GB_AxB__eq_ne_int64.c   |   335 +
 GraphBLAS/Source/Generated/GB_AxB__eq_ne_int8.c    |   335 +
 GraphBLAS/Source/Generated/GB_AxB__eq_ne_uint16.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__eq_ne_uint32.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__eq_ne_uint64.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__eq_ne_uint8.c   |   335 +
 .../Source/Generated/GB_AxB__eq_second_bool.c      |   335 +
 GraphBLAS/Source/Generated/GB_AxB__land_eq_bool.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__land_eq_fp32.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__land_eq_fp64.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__land_eq_int16.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__land_eq_int32.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__land_eq_int64.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__land_eq_int8.c  |   335 +
 .../Source/Generated/GB_AxB__land_eq_uint16.c      |   335 +
 .../Source/Generated/GB_AxB__land_eq_uint32.c      |   335 +
 .../Source/Generated/GB_AxB__land_eq_uint64.c      |   335 +
 GraphBLAS/Source/Generated/GB_AxB__land_eq_uint8.c |   335 +
 .../Source/Generated/GB_AxB__land_first_bool.c     |   335 +
 GraphBLAS/Source/Generated/GB_AxB__land_ge_bool.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__land_ge_fp32.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__land_ge_fp64.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__land_ge_int16.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__land_ge_int32.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__land_ge_int64.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__land_ge_int8.c  |   335 +
 .../Source/Generated/GB_AxB__land_ge_uint16.c      |   335 +
 .../Source/Generated/GB_AxB__land_ge_uint32.c      |   335 +
 .../Source/Generated/GB_AxB__land_ge_uint64.c      |   335 +
 GraphBLAS/Source/Generated/GB_AxB__land_ge_uint8.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__land_gt_bool.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__land_gt_fp32.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__land_gt_fp64.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__land_gt_int16.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__land_gt_int32.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__land_gt_int64.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__land_gt_int8.c  |   335 +
 .../Source/Generated/GB_AxB__land_gt_uint16.c      |   335 +
 .../Source/Generated/GB_AxB__land_gt_uint32.c      |   335 +
 .../Source/Generated/GB_AxB__land_gt_uint64.c      |   335 +
 GraphBLAS/Source/Generated/GB_AxB__land_gt_uint8.c |   335 +
 .../Source/Generated/GB_AxB__land_land_bool.c      |   335 +
 GraphBLAS/Source/Generated/GB_AxB__land_le_bool.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__land_le_fp32.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__land_le_fp64.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__land_le_int16.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__land_le_int32.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__land_le_int64.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__land_le_int8.c  |   335 +
 .../Source/Generated/GB_AxB__land_le_uint16.c      |   335 +
 .../Source/Generated/GB_AxB__land_le_uint32.c      |   335 +
 .../Source/Generated/GB_AxB__land_le_uint64.c      |   335 +
 GraphBLAS/Source/Generated/GB_AxB__land_le_uint8.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__land_lor_bool.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__land_lt_bool.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__land_lt_fp32.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__land_lt_fp64.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__land_lt_int16.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__land_lt_int32.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__land_lt_int64.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__land_lt_int8.c  |   335 +
 .../Source/Generated/GB_AxB__land_lt_uint16.c      |   335 +
 .../Source/Generated/GB_AxB__land_lt_uint32.c      |   335 +
 .../Source/Generated/GB_AxB__land_lt_uint64.c      |   335 +
 GraphBLAS/Source/Generated/GB_AxB__land_lt_uint8.c |   335 +
 .../Source/Generated/GB_AxB__land_lxor_bool.c      |   335 +
 GraphBLAS/Source/Generated/GB_AxB__land_ne_fp32.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__land_ne_fp64.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__land_ne_int16.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__land_ne_int32.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__land_ne_int64.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__land_ne_int8.c  |   335 +
 .../Source/Generated/GB_AxB__land_ne_uint16.c      |   335 +
 .../Source/Generated/GB_AxB__land_ne_uint32.c      |   335 +
 .../Source/Generated/GB_AxB__land_ne_uint64.c      |   335 +
 GraphBLAS/Source/Generated/GB_AxB__land_ne_uint8.c |   335 +
 .../Source/Generated/GB_AxB__land_second_bool.c    |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lor_eq_bool.c   |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lor_eq_fp32.c   |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lor_eq_fp64.c   |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lor_eq_int16.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lor_eq_int32.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lor_eq_int64.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lor_eq_int8.c   |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lor_eq_uint16.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lor_eq_uint32.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lor_eq_uint64.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lor_eq_uint8.c  |   335 +
 .../Source/Generated/GB_AxB__lor_first_bool.c      |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lor_ge_bool.c   |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lor_ge_fp32.c   |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lor_ge_fp64.c   |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lor_ge_int16.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lor_ge_int32.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lor_ge_int64.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lor_ge_int8.c   |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lor_ge_uint16.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lor_ge_uint32.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lor_ge_uint64.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lor_ge_uint8.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lor_gt_bool.c   |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lor_gt_fp32.c   |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lor_gt_fp64.c   |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lor_gt_int16.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lor_gt_int32.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lor_gt_int64.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lor_gt_int8.c   |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lor_gt_uint16.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lor_gt_uint32.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lor_gt_uint64.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lor_gt_uint8.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lor_land_bool.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lor_le_bool.c   |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lor_le_fp32.c   |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lor_le_fp64.c   |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lor_le_int16.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lor_le_int32.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lor_le_int64.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lor_le_int8.c   |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lor_le_uint16.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lor_le_uint32.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lor_le_uint64.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lor_le_uint8.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lor_lor_bool.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lor_lt_bool.c   |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lor_lt_fp32.c   |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lor_lt_fp64.c   |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lor_lt_int16.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lor_lt_int32.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lor_lt_int64.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lor_lt_int8.c   |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lor_lt_uint16.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lor_lt_uint32.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lor_lt_uint64.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lor_lt_uint8.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lor_lxor_bool.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lor_ne_fp32.c   |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lor_ne_fp64.c   |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lor_ne_int16.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lor_ne_int32.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lor_ne_int64.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lor_ne_int8.c   |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lor_ne_uint16.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lor_ne_uint32.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lor_ne_uint64.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lor_ne_uint8.c  |   335 +
 .../Source/Generated/GB_AxB__lor_second_bool.c     |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lxor_eq_bool.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lxor_eq_fp32.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lxor_eq_fp64.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lxor_eq_int16.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lxor_eq_int32.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lxor_eq_int64.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lxor_eq_int8.c  |   335 +
 .../Source/Generated/GB_AxB__lxor_eq_uint16.c      |   335 +
 .../Source/Generated/GB_AxB__lxor_eq_uint32.c      |   335 +
 .../Source/Generated/GB_AxB__lxor_eq_uint64.c      |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lxor_eq_uint8.c |   335 +
 .../Source/Generated/GB_AxB__lxor_first_bool.c     |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lxor_ge_bool.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lxor_ge_fp32.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lxor_ge_fp64.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lxor_ge_int16.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lxor_ge_int32.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lxor_ge_int64.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lxor_ge_int8.c  |   335 +
 .../Source/Generated/GB_AxB__lxor_ge_uint16.c      |   335 +
 .../Source/Generated/GB_AxB__lxor_ge_uint32.c      |   335 +
 .../Source/Generated/GB_AxB__lxor_ge_uint64.c      |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lxor_ge_uint8.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lxor_gt_bool.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lxor_gt_fp32.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lxor_gt_fp64.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lxor_gt_int16.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lxor_gt_int32.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lxor_gt_int64.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lxor_gt_int8.c  |   335 +
 .../Source/Generated/GB_AxB__lxor_gt_uint16.c      |   335 +
 .../Source/Generated/GB_AxB__lxor_gt_uint32.c      |   335 +
 .../Source/Generated/GB_AxB__lxor_gt_uint64.c      |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lxor_gt_uint8.c |   335 +
 .../Source/Generated/GB_AxB__lxor_land_bool.c      |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lxor_le_bool.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lxor_le_fp32.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lxor_le_fp64.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lxor_le_int16.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lxor_le_int32.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lxor_le_int64.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lxor_le_int8.c  |   335 +
 .../Source/Generated/GB_AxB__lxor_le_uint16.c      |   335 +
 .../Source/Generated/GB_AxB__lxor_le_uint32.c      |   335 +
 .../Source/Generated/GB_AxB__lxor_le_uint64.c      |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lxor_le_uint8.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lxor_lor_bool.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lxor_lt_bool.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lxor_lt_fp32.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lxor_lt_fp64.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lxor_lt_int16.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lxor_lt_int32.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lxor_lt_int64.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lxor_lt_int8.c  |   335 +
 .../Source/Generated/GB_AxB__lxor_lt_uint16.c      |   335 +
 .../Source/Generated/GB_AxB__lxor_lt_uint32.c      |   335 +
 .../Source/Generated/GB_AxB__lxor_lt_uint64.c      |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lxor_lt_uint8.c |   335 +
 .../Source/Generated/GB_AxB__lxor_lxor_bool.c      |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lxor_ne_fp32.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lxor_ne_fp64.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lxor_ne_int16.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lxor_ne_int32.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lxor_ne_int64.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lxor_ne_int8.c  |   335 +
 .../Source/Generated/GB_AxB__lxor_ne_uint16.c      |   335 +
 .../Source/Generated/GB_AxB__lxor_ne_uint32.c      |   335 +
 .../Source/Generated/GB_AxB__lxor_ne_uint64.c      |   335 +
 GraphBLAS/Source/Generated/GB_AxB__lxor_ne_uint8.c |   335 +
 .../Source/Generated/GB_AxB__lxor_second_bool.c    |   335 +
 GraphBLAS/Source/Generated/GB_AxB__max_div_fp32.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__max_div_fp64.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__max_div_int16.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__max_div_int32.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__max_div_int64.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__max_div_int8.c  |   335 +
 .../Source/Generated/GB_AxB__max_div_uint16.c      |   335 +
 .../Source/Generated/GB_AxB__max_div_uint32.c      |   335 +
 .../Source/Generated/GB_AxB__max_div_uint64.c      |   335 +
 GraphBLAS/Source/Generated/GB_AxB__max_div_uint8.c |   335 +
 .../Source/Generated/GB_AxB__max_first_fp32.c      |   335 +
 .../Source/Generated/GB_AxB__max_first_fp64.c      |   335 +
 .../Source/Generated/GB_AxB__max_first_int16.c     |   335 +
 .../Source/Generated/GB_AxB__max_first_int32.c     |   335 +
 .../Source/Generated/GB_AxB__max_first_int64.c     |   335 +
 .../Source/Generated/GB_AxB__max_first_int8.c      |   335 +
 .../Source/Generated/GB_AxB__max_first_uint16.c    |   335 +
 .../Source/Generated/GB_AxB__max_first_uint32.c    |   335 +
 .../Source/Generated/GB_AxB__max_first_uint64.c    |   335 +
 .../Source/Generated/GB_AxB__max_first_uint8.c     |   335 +
 GraphBLAS/Source/Generated/GB_AxB__max_iseq_fp32.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__max_iseq_fp64.c |   335 +
 .../Source/Generated/GB_AxB__max_iseq_int16.c      |   335 +
 .../Source/Generated/GB_AxB__max_iseq_int32.c      |   335 +
 .../Source/Generated/GB_AxB__max_iseq_int64.c      |   335 +
 GraphBLAS/Source/Generated/GB_AxB__max_iseq_int8.c |   335 +
 .../Source/Generated/GB_AxB__max_iseq_uint16.c     |   335 +
 .../Source/Generated/GB_AxB__max_iseq_uint32.c     |   335 +
 .../Source/Generated/GB_AxB__max_iseq_uint64.c     |   335 +
 .../Source/Generated/GB_AxB__max_iseq_uint8.c      |   335 +
 GraphBLAS/Source/Generated/GB_AxB__max_isge_fp32.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__max_isge_fp64.c |   335 +
 .../Source/Generated/GB_AxB__max_isge_int16.c      |   335 +
 .../Source/Generated/GB_AxB__max_isge_int32.c      |   335 +
 .../Source/Generated/GB_AxB__max_isge_int64.c      |   335 +
 GraphBLAS/Source/Generated/GB_AxB__max_isge_int8.c |   335 +
 .../Source/Generated/GB_AxB__max_isge_uint16.c     |   335 +
 .../Source/Generated/GB_AxB__max_isge_uint32.c     |   335 +
 .../Source/Generated/GB_AxB__max_isge_uint64.c     |   335 +
 .../Source/Generated/GB_AxB__max_isge_uint8.c      |   335 +
 GraphBLAS/Source/Generated/GB_AxB__max_isgt_fp32.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__max_isgt_fp64.c |   335 +
 .../Source/Generated/GB_AxB__max_isgt_int16.c      |   335 +
 .../Source/Generated/GB_AxB__max_isgt_int32.c      |   335 +
 .../Source/Generated/GB_AxB__max_isgt_int64.c      |   335 +
 GraphBLAS/Source/Generated/GB_AxB__max_isgt_int8.c |   335 +
 .../Source/Generated/GB_AxB__max_isgt_uint16.c     |   335 +
 .../Source/Generated/GB_AxB__max_isgt_uint32.c     |   335 +
 .../Source/Generated/GB_AxB__max_isgt_uint64.c     |   335 +
 .../Source/Generated/GB_AxB__max_isgt_uint8.c      |   335 +
 GraphBLAS/Source/Generated/GB_AxB__max_isle_fp32.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__max_isle_fp64.c |   335 +
 .../Source/Generated/GB_AxB__max_isle_int16.c      |   335 +
 .../Source/Generated/GB_AxB__max_isle_int32.c      |   335 +
 .../Source/Generated/GB_AxB__max_isle_int64.c      |   335 +
 GraphBLAS/Source/Generated/GB_AxB__max_isle_int8.c |   335 +
 .../Source/Generated/GB_AxB__max_isle_uint16.c     |   335 +
 .../Source/Generated/GB_AxB__max_isle_uint32.c     |   335 +
 .../Source/Generated/GB_AxB__max_isle_uint64.c     |   335 +
 .../Source/Generated/GB_AxB__max_isle_uint8.c      |   335 +
 GraphBLAS/Source/Generated/GB_AxB__max_islt_fp32.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__max_islt_fp64.c |   335 +
 .../Source/Generated/GB_AxB__max_islt_int16.c      |   335 +
 .../Source/Generated/GB_AxB__max_islt_int32.c      |   335 +
 .../Source/Generated/GB_AxB__max_islt_int64.c      |   335 +
 GraphBLAS/Source/Generated/GB_AxB__max_islt_int8.c |   335 +
 .../Source/Generated/GB_AxB__max_islt_uint16.c     |   335 +
 .../Source/Generated/GB_AxB__max_islt_uint32.c     |   335 +
 .../Source/Generated/GB_AxB__max_islt_uint64.c     |   335 +
 .../Source/Generated/GB_AxB__max_islt_uint8.c      |   335 +
 GraphBLAS/Source/Generated/GB_AxB__max_isne_fp32.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__max_isne_fp64.c |   335 +
 .../Source/Generated/GB_AxB__max_isne_int16.c      |   335 +
 .../Source/Generated/GB_AxB__max_isne_int32.c      |   335 +
 .../Source/Generated/GB_AxB__max_isne_int64.c      |   335 +
 GraphBLAS/Source/Generated/GB_AxB__max_isne_int8.c |   335 +
 .../Source/Generated/GB_AxB__max_isne_uint16.c     |   335 +
 .../Source/Generated/GB_AxB__max_isne_uint32.c     |   335 +
 .../Source/Generated/GB_AxB__max_isne_uint64.c     |   335 +
 .../Source/Generated/GB_AxB__max_isne_uint8.c      |   335 +
 GraphBLAS/Source/Generated/GB_AxB__max_land_fp32.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__max_land_fp64.c |   335 +
 .../Source/Generated/GB_AxB__max_land_int16.c      |   335 +
 .../Source/Generated/GB_AxB__max_land_int32.c      |   335 +
 .../Source/Generated/GB_AxB__max_land_int64.c      |   335 +
 GraphBLAS/Source/Generated/GB_AxB__max_land_int8.c |   335 +
 .../Source/Generated/GB_AxB__max_land_uint16.c     |   335 +
 .../Source/Generated/GB_AxB__max_land_uint32.c     |   335 +
 .../Source/Generated/GB_AxB__max_land_uint64.c     |   335 +
 .../Source/Generated/GB_AxB__max_land_uint8.c      |   335 +
 GraphBLAS/Source/Generated/GB_AxB__max_lor_fp32.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__max_lor_fp64.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__max_lor_int16.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__max_lor_int32.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__max_lor_int64.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__max_lor_int8.c  |   335 +
 .../Source/Generated/GB_AxB__max_lor_uint16.c      |   335 +
 .../Source/Generated/GB_AxB__max_lor_uint32.c      |   335 +
 .../Source/Generated/GB_AxB__max_lor_uint64.c      |   335 +
 GraphBLAS/Source/Generated/GB_AxB__max_lor_uint8.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__max_lxor_fp32.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__max_lxor_fp64.c |   335 +
 .../Source/Generated/GB_AxB__max_lxor_int16.c      |   335 +
 .../Source/Generated/GB_AxB__max_lxor_int32.c      |   335 +
 .../Source/Generated/GB_AxB__max_lxor_int64.c      |   335 +
 GraphBLAS/Source/Generated/GB_AxB__max_lxor_int8.c |   335 +
 .../Source/Generated/GB_AxB__max_lxor_uint16.c     |   335 +
 .../Source/Generated/GB_AxB__max_lxor_uint32.c     |   335 +
 .../Source/Generated/GB_AxB__max_lxor_uint64.c     |   335 +
 .../Source/Generated/GB_AxB__max_lxor_uint8.c      |   335 +
 GraphBLAS/Source/Generated/GB_AxB__max_max_fp32.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__max_max_fp64.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__max_max_int16.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__max_max_int32.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__max_max_int64.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__max_max_int8.c  |   335 +
 .../Source/Generated/GB_AxB__max_max_uint16.c      |   335 +
 .../Source/Generated/GB_AxB__max_max_uint32.c      |   335 +
 .../Source/Generated/GB_AxB__max_max_uint64.c      |   335 +
 GraphBLAS/Source/Generated/GB_AxB__max_max_uint8.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__max_min_fp32.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__max_min_fp64.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__max_min_int16.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__max_min_int32.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__max_min_int64.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__max_min_int8.c  |   335 +
 .../Source/Generated/GB_AxB__max_min_uint16.c      |   335 +
 .../Source/Generated/GB_AxB__max_min_uint32.c      |   335 +
 .../Source/Generated/GB_AxB__max_min_uint64.c      |   335 +
 GraphBLAS/Source/Generated/GB_AxB__max_min_uint8.c |   335 +
 .../Source/Generated/GB_AxB__max_minus_fp32.c      |   335 +
 .../Source/Generated/GB_AxB__max_minus_fp64.c      |   335 +
 .../Source/Generated/GB_AxB__max_minus_int16.c     |   335 +
 .../Source/Generated/GB_AxB__max_minus_int32.c     |   335 +
 .../Source/Generated/GB_AxB__max_minus_int64.c     |   335 +
 .../Source/Generated/GB_AxB__max_minus_int8.c      |   335 +
 .../Source/Generated/GB_AxB__max_minus_uint16.c    |   335 +
 .../Source/Generated/GB_AxB__max_minus_uint32.c    |   335 +
 .../Source/Generated/GB_AxB__max_minus_uint64.c    |   335 +
 .../Source/Generated/GB_AxB__max_minus_uint8.c     |   335 +
 GraphBLAS/Source/Generated/GB_AxB__max_plus_fp32.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__max_plus_fp64.c |   335 +
 .../Source/Generated/GB_AxB__max_plus_int16.c      |   335 +
 .../Source/Generated/GB_AxB__max_plus_int32.c      |   335 +
 .../Source/Generated/GB_AxB__max_plus_int64.c      |   335 +
 GraphBLAS/Source/Generated/GB_AxB__max_plus_int8.c |   335 +
 .../Source/Generated/GB_AxB__max_plus_uint16.c     |   335 +
 .../Source/Generated/GB_AxB__max_plus_uint32.c     |   335 +
 .../Source/Generated/GB_AxB__max_plus_uint64.c     |   335 +
 .../Source/Generated/GB_AxB__max_plus_uint8.c      |   335 +
 .../Source/Generated/GB_AxB__max_second_fp32.c     |   335 +
 .../Source/Generated/GB_AxB__max_second_fp64.c     |   335 +
 .../Source/Generated/GB_AxB__max_second_int16.c    |   335 +
 .../Source/Generated/GB_AxB__max_second_int32.c    |   335 +
 .../Source/Generated/GB_AxB__max_second_int64.c    |   335 +
 .../Source/Generated/GB_AxB__max_second_int8.c     |   335 +
 .../Source/Generated/GB_AxB__max_second_uint16.c   |   335 +
 .../Source/Generated/GB_AxB__max_second_uint32.c   |   335 +
 .../Source/Generated/GB_AxB__max_second_uint64.c   |   335 +
 .../Source/Generated/GB_AxB__max_second_uint8.c    |   335 +
 .../Source/Generated/GB_AxB__max_times_fp32.c      |   335 +
 .../Source/Generated/GB_AxB__max_times_fp64.c      |   335 +
 .../Source/Generated/GB_AxB__max_times_int16.c     |   335 +
 .../Source/Generated/GB_AxB__max_times_int32.c     |   335 +
 .../Source/Generated/GB_AxB__max_times_int64.c     |   335 +
 .../Source/Generated/GB_AxB__max_times_int8.c      |   335 +
 .../Source/Generated/GB_AxB__max_times_uint16.c    |   335 +
 .../Source/Generated/GB_AxB__max_times_uint32.c    |   335 +
 .../Source/Generated/GB_AxB__max_times_uint64.c    |   335 +
 .../Source/Generated/GB_AxB__max_times_uint8.c     |   335 +
 GraphBLAS/Source/Generated/GB_AxB__min_div_fp32.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__min_div_fp64.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__min_div_int16.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__min_div_int32.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__min_div_int64.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__min_div_int8.c  |   335 +
 .../Source/Generated/GB_AxB__min_div_uint16.c      |   335 +
 .../Source/Generated/GB_AxB__min_div_uint32.c      |   335 +
 .../Source/Generated/GB_AxB__min_div_uint64.c      |   335 +
 GraphBLAS/Source/Generated/GB_AxB__min_div_uint8.c |   335 +
 .../Source/Generated/GB_AxB__min_first_fp32.c      |   335 +
 .../Source/Generated/GB_AxB__min_first_fp64.c      |   335 +
 .../Source/Generated/GB_AxB__min_first_int16.c     |   335 +
 .../Source/Generated/GB_AxB__min_first_int32.c     |   335 +
 .../Source/Generated/GB_AxB__min_first_int64.c     |   335 +
 .../Source/Generated/GB_AxB__min_first_int8.c      |   335 +
 .../Source/Generated/GB_AxB__min_first_uint16.c    |   335 +
 .../Source/Generated/GB_AxB__min_first_uint32.c    |   335 +
 .../Source/Generated/GB_AxB__min_first_uint64.c    |   335 +
 .../Source/Generated/GB_AxB__min_first_uint8.c     |   335 +
 GraphBLAS/Source/Generated/GB_AxB__min_iseq_fp32.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__min_iseq_fp64.c |   335 +
 .../Source/Generated/GB_AxB__min_iseq_int16.c      |   335 +
 .../Source/Generated/GB_AxB__min_iseq_int32.c      |   335 +
 .../Source/Generated/GB_AxB__min_iseq_int64.c      |   335 +
 GraphBLAS/Source/Generated/GB_AxB__min_iseq_int8.c |   335 +
 .../Source/Generated/GB_AxB__min_iseq_uint16.c     |   335 +
 .../Source/Generated/GB_AxB__min_iseq_uint32.c     |   335 +
 .../Source/Generated/GB_AxB__min_iseq_uint64.c     |   335 +
 .../Source/Generated/GB_AxB__min_iseq_uint8.c      |   335 +
 GraphBLAS/Source/Generated/GB_AxB__min_isge_fp32.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__min_isge_fp64.c |   335 +
 .../Source/Generated/GB_AxB__min_isge_int16.c      |   335 +
 .../Source/Generated/GB_AxB__min_isge_int32.c      |   335 +
 .../Source/Generated/GB_AxB__min_isge_int64.c      |   335 +
 GraphBLAS/Source/Generated/GB_AxB__min_isge_int8.c |   335 +
 .../Source/Generated/GB_AxB__min_isge_uint16.c     |   335 +
 .../Source/Generated/GB_AxB__min_isge_uint32.c     |   335 +
 .../Source/Generated/GB_AxB__min_isge_uint64.c     |   335 +
 .../Source/Generated/GB_AxB__min_isge_uint8.c      |   335 +
 GraphBLAS/Source/Generated/GB_AxB__min_isgt_fp32.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__min_isgt_fp64.c |   335 +
 .../Source/Generated/GB_AxB__min_isgt_int16.c      |   335 +
 .../Source/Generated/GB_AxB__min_isgt_int32.c      |   335 +
 .../Source/Generated/GB_AxB__min_isgt_int64.c      |   335 +
 GraphBLAS/Source/Generated/GB_AxB__min_isgt_int8.c |   335 +
 .../Source/Generated/GB_AxB__min_isgt_uint16.c     |   335 +
 .../Source/Generated/GB_AxB__min_isgt_uint32.c     |   335 +
 .../Source/Generated/GB_AxB__min_isgt_uint64.c     |   335 +
 .../Source/Generated/GB_AxB__min_isgt_uint8.c      |   335 +
 GraphBLAS/Source/Generated/GB_AxB__min_isle_fp32.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__min_isle_fp64.c |   335 +
 .../Source/Generated/GB_AxB__min_isle_int16.c      |   335 +
 .../Source/Generated/GB_AxB__min_isle_int32.c      |   335 +
 .../Source/Generated/GB_AxB__min_isle_int64.c      |   335 +
 GraphBLAS/Source/Generated/GB_AxB__min_isle_int8.c |   335 +
 .../Source/Generated/GB_AxB__min_isle_uint16.c     |   335 +
 .../Source/Generated/GB_AxB__min_isle_uint32.c     |   335 +
 .../Source/Generated/GB_AxB__min_isle_uint64.c     |   335 +
 .../Source/Generated/GB_AxB__min_isle_uint8.c      |   335 +
 GraphBLAS/Source/Generated/GB_AxB__min_islt_fp32.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__min_islt_fp64.c |   335 +
 .../Source/Generated/GB_AxB__min_islt_int16.c      |   335 +
 .../Source/Generated/GB_AxB__min_islt_int32.c      |   335 +
 .../Source/Generated/GB_AxB__min_islt_int64.c      |   335 +
 GraphBLAS/Source/Generated/GB_AxB__min_islt_int8.c |   335 +
 .../Source/Generated/GB_AxB__min_islt_uint16.c     |   335 +
 .../Source/Generated/GB_AxB__min_islt_uint32.c     |   335 +
 .../Source/Generated/GB_AxB__min_islt_uint64.c     |   335 +
 .../Source/Generated/GB_AxB__min_islt_uint8.c      |   335 +
 GraphBLAS/Source/Generated/GB_AxB__min_isne_fp32.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__min_isne_fp64.c |   335 +
 .../Source/Generated/GB_AxB__min_isne_int16.c      |   335 +
 .../Source/Generated/GB_AxB__min_isne_int32.c      |   335 +
 .../Source/Generated/GB_AxB__min_isne_int64.c      |   335 +
 GraphBLAS/Source/Generated/GB_AxB__min_isne_int8.c |   335 +
 .../Source/Generated/GB_AxB__min_isne_uint16.c     |   335 +
 .../Source/Generated/GB_AxB__min_isne_uint32.c     |   335 +
 .../Source/Generated/GB_AxB__min_isne_uint64.c     |   335 +
 .../Source/Generated/GB_AxB__min_isne_uint8.c      |   335 +
 GraphBLAS/Source/Generated/GB_AxB__min_land_fp32.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__min_land_fp64.c |   335 +
 .../Source/Generated/GB_AxB__min_land_int16.c      |   335 +
 .../Source/Generated/GB_AxB__min_land_int32.c      |   335 +
 .../Source/Generated/GB_AxB__min_land_int64.c      |   335 +
 GraphBLAS/Source/Generated/GB_AxB__min_land_int8.c |   335 +
 .../Source/Generated/GB_AxB__min_land_uint16.c     |   335 +
 .../Source/Generated/GB_AxB__min_land_uint32.c     |   335 +
 .../Source/Generated/GB_AxB__min_land_uint64.c     |   335 +
 .../Source/Generated/GB_AxB__min_land_uint8.c      |   335 +
 GraphBLAS/Source/Generated/GB_AxB__min_lor_fp32.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__min_lor_fp64.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__min_lor_int16.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__min_lor_int32.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__min_lor_int64.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__min_lor_int8.c  |   335 +
 .../Source/Generated/GB_AxB__min_lor_uint16.c      |   335 +
 .../Source/Generated/GB_AxB__min_lor_uint32.c      |   335 +
 .../Source/Generated/GB_AxB__min_lor_uint64.c      |   335 +
 GraphBLAS/Source/Generated/GB_AxB__min_lor_uint8.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__min_lxor_fp32.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__min_lxor_fp64.c |   335 +
 .../Source/Generated/GB_AxB__min_lxor_int16.c      |   335 +
 .../Source/Generated/GB_AxB__min_lxor_int32.c      |   335 +
 .../Source/Generated/GB_AxB__min_lxor_int64.c      |   335 +
 GraphBLAS/Source/Generated/GB_AxB__min_lxor_int8.c |   335 +
 .../Source/Generated/GB_AxB__min_lxor_uint16.c     |   335 +
 .../Source/Generated/GB_AxB__min_lxor_uint32.c     |   335 +
 .../Source/Generated/GB_AxB__min_lxor_uint64.c     |   335 +
 .../Source/Generated/GB_AxB__min_lxor_uint8.c      |   335 +
 GraphBLAS/Source/Generated/GB_AxB__min_max_fp32.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__min_max_fp64.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__min_max_int16.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__min_max_int32.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__min_max_int64.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__min_max_int8.c  |   335 +
 .../Source/Generated/GB_AxB__min_max_uint16.c      |   335 +
 .../Source/Generated/GB_AxB__min_max_uint32.c      |   335 +
 .../Source/Generated/GB_AxB__min_max_uint64.c      |   335 +
 GraphBLAS/Source/Generated/GB_AxB__min_max_uint8.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__min_min_fp32.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__min_min_fp64.c  |   335 +
 GraphBLAS/Source/Generated/GB_AxB__min_min_int16.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__min_min_int32.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__min_min_int64.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__min_min_int8.c  |   335 +
 .../Source/Generated/GB_AxB__min_min_uint16.c      |   335 +
 .../Source/Generated/GB_AxB__min_min_uint32.c      |   335 +
 .../Source/Generated/GB_AxB__min_min_uint64.c      |   335 +
 GraphBLAS/Source/Generated/GB_AxB__min_min_uint8.c |   335 +
 .../Source/Generated/GB_AxB__min_minus_fp32.c      |   335 +
 .../Source/Generated/GB_AxB__min_minus_fp64.c      |   335 +
 .../Source/Generated/GB_AxB__min_minus_int16.c     |   335 +
 .../Source/Generated/GB_AxB__min_minus_int32.c     |   335 +
 .../Source/Generated/GB_AxB__min_minus_int64.c     |   335 +
 .../Source/Generated/GB_AxB__min_minus_int8.c      |   335 +
 .../Source/Generated/GB_AxB__min_minus_uint16.c    |   335 +
 .../Source/Generated/GB_AxB__min_minus_uint32.c    |   335 +
 .../Source/Generated/GB_AxB__min_minus_uint64.c    |   335 +
 .../Source/Generated/GB_AxB__min_minus_uint8.c     |   335 +
 GraphBLAS/Source/Generated/GB_AxB__min_plus_fp32.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__min_plus_fp64.c |   335 +
 .../Source/Generated/GB_AxB__min_plus_int16.c      |   335 +
 .../Source/Generated/GB_AxB__min_plus_int32.c      |   335 +
 .../Source/Generated/GB_AxB__min_plus_int64.c      |   335 +
 GraphBLAS/Source/Generated/GB_AxB__min_plus_int8.c |   335 +
 .../Source/Generated/GB_AxB__min_plus_uint16.c     |   335 +
 .../Source/Generated/GB_AxB__min_plus_uint32.c     |   335 +
 .../Source/Generated/GB_AxB__min_plus_uint64.c     |   335 +
 .../Source/Generated/GB_AxB__min_plus_uint8.c      |   335 +
 .../Source/Generated/GB_AxB__min_second_fp32.c     |   335 +
 .../Source/Generated/GB_AxB__min_second_fp64.c     |   335 +
 .../Source/Generated/GB_AxB__min_second_int16.c    |   335 +
 .../Source/Generated/GB_AxB__min_second_int32.c    |   335 +
 .../Source/Generated/GB_AxB__min_second_int64.c    |   335 +
 .../Source/Generated/GB_AxB__min_second_int8.c     |   335 +
 .../Source/Generated/GB_AxB__min_second_uint16.c   |   335 +
 .../Source/Generated/GB_AxB__min_second_uint32.c   |   335 +
 .../Source/Generated/GB_AxB__min_second_uint64.c   |   335 +
 .../Source/Generated/GB_AxB__min_second_uint8.c    |   335 +
 .../Source/Generated/GB_AxB__min_times_fp32.c      |   335 +
 .../Source/Generated/GB_AxB__min_times_fp64.c      |   335 +
 .../Source/Generated/GB_AxB__min_times_int16.c     |   335 +
 .../Source/Generated/GB_AxB__min_times_int32.c     |   335 +
 .../Source/Generated/GB_AxB__min_times_int64.c     |   335 +
 .../Source/Generated/GB_AxB__min_times_int8.c      |   335 +
 .../Source/Generated/GB_AxB__min_times_uint16.c    |   335 +
 .../Source/Generated/GB_AxB__min_times_uint32.c    |   335 +
 .../Source/Generated/GB_AxB__min_times_uint64.c    |   335 +
 .../Source/Generated/GB_AxB__min_times_uint8.c     |   335 +
 GraphBLAS/Source/Generated/GB_AxB__plus_div_fp32.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__plus_div_fp64.c |   335 +
 .../Source/Generated/GB_AxB__plus_div_int16.c      |   335 +
 .../Source/Generated/GB_AxB__plus_div_int32.c      |   335 +
 .../Source/Generated/GB_AxB__plus_div_int64.c      |   335 +
 GraphBLAS/Source/Generated/GB_AxB__plus_div_int8.c |   335 +
 .../Source/Generated/GB_AxB__plus_div_uint16.c     |   335 +
 .../Source/Generated/GB_AxB__plus_div_uint32.c     |   335 +
 .../Source/Generated/GB_AxB__plus_div_uint64.c     |   335 +
 .../Source/Generated/GB_AxB__plus_div_uint8.c      |   335 +
 .../Source/Generated/GB_AxB__plus_first_fp32.c     |   335 +
 .../Source/Generated/GB_AxB__plus_first_fp64.c     |   335 +
 .../Source/Generated/GB_AxB__plus_first_int16.c    |   335 +
 .../Source/Generated/GB_AxB__plus_first_int32.c    |   335 +
 .../Source/Generated/GB_AxB__plus_first_int64.c    |   335 +
 .../Source/Generated/GB_AxB__plus_first_int8.c     |   335 +
 .../Source/Generated/GB_AxB__plus_first_uint16.c   |   335 +
 .../Source/Generated/GB_AxB__plus_first_uint32.c   |   335 +
 .../Source/Generated/GB_AxB__plus_first_uint64.c   |   335 +
 .../Source/Generated/GB_AxB__plus_first_uint8.c    |   335 +
 .../Source/Generated/GB_AxB__plus_iseq_fp32.c      |   335 +
 .../Source/Generated/GB_AxB__plus_iseq_fp64.c      |   335 +
 .../Source/Generated/GB_AxB__plus_iseq_int16.c     |   335 +
 .../Source/Generated/GB_AxB__plus_iseq_int32.c     |   335 +
 .../Source/Generated/GB_AxB__plus_iseq_int64.c     |   335 +
 .../Source/Generated/GB_AxB__plus_iseq_int8.c      |   335 +
 .../Source/Generated/GB_AxB__plus_iseq_uint16.c    |   335 +
 .../Source/Generated/GB_AxB__plus_iseq_uint32.c    |   335 +
 .../Source/Generated/GB_AxB__plus_iseq_uint64.c    |   335 +
 .../Source/Generated/GB_AxB__plus_iseq_uint8.c     |   335 +
 .../Source/Generated/GB_AxB__plus_isge_fp32.c      |   335 +
 .../Source/Generated/GB_AxB__plus_isge_fp64.c      |   335 +
 .../Source/Generated/GB_AxB__plus_isge_int16.c     |   335 +
 .../Source/Generated/GB_AxB__plus_isge_int32.c     |   335 +
 .../Source/Generated/GB_AxB__plus_isge_int64.c     |   335 +
 .../Source/Generated/GB_AxB__plus_isge_int8.c      |   335 +
 .../Source/Generated/GB_AxB__plus_isge_uint16.c    |   335 +
 .../Source/Generated/GB_AxB__plus_isge_uint32.c    |   335 +
 .../Source/Generated/GB_AxB__plus_isge_uint64.c    |   335 +
 .../Source/Generated/GB_AxB__plus_isge_uint8.c     |   335 +
 .../Source/Generated/GB_AxB__plus_isgt_fp32.c      |   335 +
 .../Source/Generated/GB_AxB__plus_isgt_fp64.c      |   335 +
 .../Source/Generated/GB_AxB__plus_isgt_int16.c     |   335 +
 .../Source/Generated/GB_AxB__plus_isgt_int32.c     |   335 +
 .../Source/Generated/GB_AxB__plus_isgt_int64.c     |   335 +
 .../Source/Generated/GB_AxB__plus_isgt_int8.c      |   335 +
 .../Source/Generated/GB_AxB__plus_isgt_uint16.c    |   335 +
 .../Source/Generated/GB_AxB__plus_isgt_uint32.c    |   335 +
 .../Source/Generated/GB_AxB__plus_isgt_uint64.c    |   335 +
 .../Source/Generated/GB_AxB__plus_isgt_uint8.c     |   335 +
 .../Source/Generated/GB_AxB__plus_isle_fp32.c      |   335 +
 .../Source/Generated/GB_AxB__plus_isle_fp64.c      |   335 +
 .../Source/Generated/GB_AxB__plus_isle_int16.c     |   335 +
 .../Source/Generated/GB_AxB__plus_isle_int32.c     |   335 +
 .../Source/Generated/GB_AxB__plus_isle_int64.c     |   335 +
 .../Source/Generated/GB_AxB__plus_isle_int8.c      |   335 +
 .../Source/Generated/GB_AxB__plus_isle_uint16.c    |   335 +
 .../Source/Generated/GB_AxB__plus_isle_uint32.c    |   335 +
 .../Source/Generated/GB_AxB__plus_isle_uint64.c    |   335 +
 .../Source/Generated/GB_AxB__plus_isle_uint8.c     |   335 +
 .../Source/Generated/GB_AxB__plus_islt_fp32.c      |   335 +
 .../Source/Generated/GB_AxB__plus_islt_fp64.c      |   335 +
 .../Source/Generated/GB_AxB__plus_islt_int16.c     |   335 +
 .../Source/Generated/GB_AxB__plus_islt_int32.c     |   335 +
 .../Source/Generated/GB_AxB__plus_islt_int64.c     |   335 +
 .../Source/Generated/GB_AxB__plus_islt_int8.c      |   335 +
 .../Source/Generated/GB_AxB__plus_islt_uint16.c    |   335 +
 .../Source/Generated/GB_AxB__plus_islt_uint32.c    |   335 +
 .../Source/Generated/GB_AxB__plus_islt_uint64.c    |   335 +
 .../Source/Generated/GB_AxB__plus_islt_uint8.c     |   335 +
 .../Source/Generated/GB_AxB__plus_isne_fp32.c      |   335 +
 .../Source/Generated/GB_AxB__plus_isne_fp64.c      |   335 +
 .../Source/Generated/GB_AxB__plus_isne_int16.c     |   335 +
 .../Source/Generated/GB_AxB__plus_isne_int32.c     |   335 +
 .../Source/Generated/GB_AxB__plus_isne_int64.c     |   335 +
 .../Source/Generated/GB_AxB__plus_isne_int8.c      |   335 +
 .../Source/Generated/GB_AxB__plus_isne_uint16.c    |   335 +
 .../Source/Generated/GB_AxB__plus_isne_uint32.c    |   335 +
 .../Source/Generated/GB_AxB__plus_isne_uint64.c    |   335 +
 .../Source/Generated/GB_AxB__plus_isne_uint8.c     |   335 +
 .../Source/Generated/GB_AxB__plus_land_fp32.c      |   335 +
 .../Source/Generated/GB_AxB__plus_land_fp64.c      |   335 +
 .../Source/Generated/GB_AxB__plus_land_int16.c     |   335 +
 .../Source/Generated/GB_AxB__plus_land_int32.c     |   335 +
 .../Source/Generated/GB_AxB__plus_land_int64.c     |   335 +
 .../Source/Generated/GB_AxB__plus_land_int8.c      |   335 +
 .../Source/Generated/GB_AxB__plus_land_uint16.c    |   335 +
 .../Source/Generated/GB_AxB__plus_land_uint32.c    |   335 +
 .../Source/Generated/GB_AxB__plus_land_uint64.c    |   335 +
 .../Source/Generated/GB_AxB__plus_land_uint8.c     |   335 +
 GraphBLAS/Source/Generated/GB_AxB__plus_lor_fp32.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__plus_lor_fp64.c |   335 +
 .../Source/Generated/GB_AxB__plus_lor_int16.c      |   335 +
 .../Source/Generated/GB_AxB__plus_lor_int32.c      |   335 +
 .../Source/Generated/GB_AxB__plus_lor_int64.c      |   335 +
 GraphBLAS/Source/Generated/GB_AxB__plus_lor_int8.c |   335 +
 .../Source/Generated/GB_AxB__plus_lor_uint16.c     |   335 +
 .../Source/Generated/GB_AxB__plus_lor_uint32.c     |   335 +
 .../Source/Generated/GB_AxB__plus_lor_uint64.c     |   335 +
 .../Source/Generated/GB_AxB__plus_lor_uint8.c      |   335 +
 .../Source/Generated/GB_AxB__plus_lxor_fp32.c      |   335 +
 .../Source/Generated/GB_AxB__plus_lxor_fp64.c      |   335 +
 .../Source/Generated/GB_AxB__plus_lxor_int16.c     |   335 +
 .../Source/Generated/GB_AxB__plus_lxor_int32.c     |   335 +
 .../Source/Generated/GB_AxB__plus_lxor_int64.c     |   335 +
 .../Source/Generated/GB_AxB__plus_lxor_int8.c      |   335 +
 .../Source/Generated/GB_AxB__plus_lxor_uint16.c    |   335 +
 .../Source/Generated/GB_AxB__plus_lxor_uint32.c    |   335 +
 .../Source/Generated/GB_AxB__plus_lxor_uint64.c    |   335 +
 .../Source/Generated/GB_AxB__plus_lxor_uint8.c     |   335 +
 GraphBLAS/Source/Generated/GB_AxB__plus_max_fp32.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__plus_max_fp64.c |   335 +
 .../Source/Generated/GB_AxB__plus_max_int16.c      |   335 +
 .../Source/Generated/GB_AxB__plus_max_int32.c      |   335 +
 .../Source/Generated/GB_AxB__plus_max_int64.c      |   335 +
 GraphBLAS/Source/Generated/GB_AxB__plus_max_int8.c |   335 +
 .../Source/Generated/GB_AxB__plus_max_uint16.c     |   335 +
 .../Source/Generated/GB_AxB__plus_max_uint32.c     |   335 +
 .../Source/Generated/GB_AxB__plus_max_uint64.c     |   335 +
 .../Source/Generated/GB_AxB__plus_max_uint8.c      |   335 +
 GraphBLAS/Source/Generated/GB_AxB__plus_min_fp32.c |   335 +
 GraphBLAS/Source/Generated/GB_AxB__plus_min_fp64.c |   335 +
 .../Source/Generated/GB_AxB__plus_min_int16.c      |   335 +
 .../Source/Generated/GB_AxB__plus_min_int32.c      |   335 +
 .../Source/Generated/GB_AxB__plus_min_int64.c      |   335 +
 GraphBLAS/Source/Generated/GB_AxB__plus_min_int8.c |   335 +
 .../Source/Generated/GB_AxB__plus_min_uint16.c     |   335 +
 .../Source/Generated/GB_AxB__plus_min_uint32.c     |   335 +
 .../Source/Generated/GB_AxB__plus_min_uint64.c     |   335 +
 .../Source/Generated/GB_AxB__plus_min_uint8.c      |   335 +
 .../Source/Generated/GB_AxB__plus_minus_fp32.c     |   335 +
 .../Source/Generated/GB_AxB__plus_minus_fp64.c     |   335 +
 .../Source/Generated/GB_AxB__plus_minus_int16.c    |   335 +
 .../Source/Generated/GB_AxB__plus_minus_int32.c    |   335 +
 .../Source/Generated/GB_AxB__plus_minus_int64.c    |   335 +
 .../Source/Generated/GB_AxB__plus_minus_int8.c     |   335 +
 .../Source/Generated/GB_AxB__plus_minus_uint16.c   |   335 +
 .../Source/Generated/GB_AxB__plus_minus_uint32.c   |   335 +
 .../Source/Generated/GB_AxB__plus_minus_uint64.c   |   335 +
 .../Source/Generated/GB_AxB__plus_minus_uint8.c    |   335 +
 .../Source/Generated/GB_AxB__plus_plus_fp32.c      |   335 +
 .../Source/Generated/GB_AxB__plus_plus_fp64.c      |   335 +
 .../Source/Generated/GB_AxB__plus_plus_int16.c     |   335 +
 .../Source/Generated/GB_AxB__plus_plus_int32.c     |   335 +
 .../Source/Generated/GB_AxB__plus_plus_int64.c     |   335 +
 .../Source/Generated/GB_AxB__plus_plus_int8.c      |   335 +
 .../Source/Generated/GB_AxB__plus_plus_uint16.c    |   335 +
 .../Source/Generated/GB_AxB__plus_plus_uint32.c    |   335 +
 .../Source/Generated/GB_AxB__plus_plus_uint64.c    |   335 +
 .../Source/Generated/GB_AxB__plus_plus_uint8.c     |   335 +
 .../Source/Generated/GB_AxB__plus_second_fp32.c    |   335 +
 .../Source/Generated/GB_AxB__plus_second_fp64.c    |   335 +
 .../Source/Generated/GB_AxB__plus_second_int16.c   |   335 +
 .../Source/Generated/GB_AxB__plus_second_int32.c   |   335 +
 .../Source/Generated/GB_AxB__plus_second_int64.c   |   335 +
 .../Source/Generated/GB_AxB__plus_second_int8.c    |   335 +
 .../Source/Generated/GB_AxB__plus_second_uint16.c  |   335 +
 .../Source/Generated/GB_AxB__plus_second_uint32.c  |   335 +
 .../Source/Generated/GB_AxB__plus_second_uint64.c  |   335 +
 .../Source/Generated/GB_AxB__plus_second_uint8.c   |   335 +
 .../Source/Generated/GB_AxB__plus_times_fp32.c     |   335 +
 .../Source/Generated/GB_AxB__plus_times_fp64.c     |   335 +
 .../Source/Generated/GB_AxB__plus_times_int16.c    |   335 +
 .../Source/Generated/GB_AxB__plus_times_int32.c    |   335 +
 .../Source/Generated/GB_AxB__plus_times_int64.c    |   335 +
 .../Source/Generated/GB_AxB__plus_times_int8.c     |   335 +
 .../Source/Generated/GB_AxB__plus_times_uint16.c   |   335 +
 .../Source/Generated/GB_AxB__plus_times_uint32.c   |   335 +
 .../Source/Generated/GB_AxB__plus_times_uint64.c   |   335 +
 .../Source/Generated/GB_AxB__plus_times_uint8.c    |   335 +
 GraphBLAS/Source/Generated/GB_AxB__semirings.h     | 17289 +++++++++++++++++++
 .../Source/Generated/GB_AxB__times_div_fp32.c      |   335 +
 .../Source/Generated/GB_AxB__times_div_fp64.c      |   335 +
 .../Source/Generated/GB_AxB__times_div_int16.c     |   335 +
 .../Source/Generated/GB_AxB__times_div_int32.c     |   335 +
 .../Source/Generated/GB_AxB__times_div_int64.c     |   335 +
 .../Source/Generated/GB_AxB__times_div_int8.c      |   335 +
 .../Source/Generated/GB_AxB__times_div_uint16.c    |   335 +
 .../Source/Generated/GB_AxB__times_div_uint32.c    |   335 +
 .../Source/Generated/GB_AxB__times_div_uint64.c    |   335 +
 .../Source/Generated/GB_AxB__times_div_uint8.c     |   335 +
 .../Source/Generated/GB_AxB__times_first_fp32.c    |   335 +
 .../Source/Generated/GB_AxB__times_first_fp64.c    |   335 +
 .../Source/Generated/GB_AxB__times_first_int16.c   |   335 +
 .../Source/Generated/GB_AxB__times_first_int32.c   |   335 +
 .../Source/Generated/GB_AxB__times_first_int64.c   |   335 +
 .../Source/Generated/GB_AxB__times_first_int8.c    |   335 +
 .../Source/Generated/GB_AxB__times_first_uint16.c  |   335 +
 .../Source/Generated/GB_AxB__times_first_uint32.c  |   335 +
 .../Source/Generated/GB_AxB__times_first_uint64.c  |   335 +
 .../Source/Generated/GB_AxB__times_first_uint8.c   |   335 +
 .../Source/Generated/GB_AxB__times_iseq_fp32.c     |   335 +
 .../Source/Generated/GB_AxB__times_iseq_fp64.c     |   335 +
 .../Source/Generated/GB_AxB__times_iseq_int16.c    |   335 +
 .../Source/Generated/GB_AxB__times_iseq_int32.c    |   335 +
 .../Source/Generated/GB_AxB__times_iseq_int64.c    |   335 +
 .../Source/Generated/GB_AxB__times_iseq_int8.c     |   335 +
 .../Source/Generated/GB_AxB__times_iseq_uint16.c   |   335 +
 .../Source/Generated/GB_AxB__times_iseq_uint32.c   |   335 +
 .../Source/Generated/GB_AxB__times_iseq_uint64.c   |   335 +
 .../Source/Generated/GB_AxB__times_iseq_uint8.c    |   335 +
 .../Source/Generated/GB_AxB__times_isge_fp32.c     |   335 +
 .../Source/Generated/GB_AxB__times_isge_fp64.c     |   335 +
 .../Source/Generated/GB_AxB__times_isge_int16.c    |   335 +
 .../Source/Generated/GB_AxB__times_isge_int32.c    |   335 +
 .../Source/Generated/GB_AxB__times_isge_int64.c    |   335 +
 .../Source/Generated/GB_AxB__times_isge_int8.c     |   335 +
 .../Source/Generated/GB_AxB__times_isge_uint16.c   |   335 +
 .../Source/Generated/GB_AxB__times_isge_uint32.c   |   335 +
 .../Source/Generated/GB_AxB__times_isge_uint64.c   |   335 +
 .../Source/Generated/GB_AxB__times_isge_uint8.c    |   335 +
 .../Source/Generated/GB_AxB__times_isgt_fp32.c     |   335 +
 .../Source/Generated/GB_AxB__times_isgt_fp64.c     |   335 +
 .../Source/Generated/GB_AxB__times_isgt_int16.c    |   335 +
 .../Source/Generated/GB_AxB__times_isgt_int32.c    |   335 +
 .../Source/Generated/GB_AxB__times_isgt_int64.c    |   335 +
 .../Source/Generated/GB_AxB__times_isgt_int8.c     |   335 +
 .../Source/Generated/GB_AxB__times_isgt_uint16.c   |   335 +
 .../Source/Generated/GB_AxB__times_isgt_uint32.c   |   335 +
 .../Source/Generated/GB_AxB__times_isgt_uint64.c   |   335 +
 .../Source/Generated/GB_AxB__times_isgt_uint8.c    |   335 +
 .../Source/Generated/GB_AxB__times_isle_fp32.c     |   335 +
 .../Source/Generated/GB_AxB__times_isle_fp64.c     |   335 +
 .../Source/Generated/GB_AxB__times_isle_int16.c    |   335 +
 .../Source/Generated/GB_AxB__times_isle_int32.c    |   335 +
 .../Source/Generated/GB_AxB__times_isle_int64.c    |   335 +
 .../Source/Generated/GB_AxB__times_isle_int8.c     |   335 +
 .../Source/Generated/GB_AxB__times_isle_uint16.c   |   335 +
 .../Source/Generated/GB_AxB__times_isle_uint32.c   |   335 +
 .../Source/Generated/GB_AxB__times_isle_uint64.c   |   335 +
 .../Source/Generated/GB_AxB__times_isle_uint8.c    |   335 +
 .../Source/Generated/GB_AxB__times_islt_fp32.c     |   335 +
 .../Source/Generated/GB_AxB__times_islt_fp64.c     |   335 +
 .../Source/Generated/GB_AxB__times_islt_int16.c    |   335 +
 .../Source/Generated/GB_AxB__times_islt_int32.c    |   335 +
 .../Source/Generated/GB_AxB__times_islt_int64.c    |   335 +
 .../Source/Generated/GB_AxB__times_islt_int8.c     |   335 +
 .../Source/Generated/GB_AxB__times_islt_uint16.c   |   335 +
 .../Source/Generated/GB_AxB__times_islt_uint32.c   |   335 +
 .../Source/Generated/GB_AxB__times_islt_uint64.c   |   335 +
 .../Source/Generated/GB_AxB__times_islt_uint8.c    |   335 +
 .../Source/Generated/GB_AxB__times_isne_fp32.c     |   335 +
 .../Source/Generated/GB_AxB__times_isne_fp64.c     |   335 +
 .../Source/Generated/GB_AxB__times_isne_int16.c    |   335 +
 .../Source/Generated/GB_AxB__times_isne_int32.c    |   335 +
 .../Source/Generated/GB_AxB__times_isne_int64.c    |   335 +
 .../Source/Generated/GB_AxB__times_isne_int8.c     |   335 +
 .../Source/Generated/GB_AxB__times_isne_uint16.c   |   335 +
 .../Source/Generated/GB_AxB__times_isne_uint32.c   |   335 +
 .../Source/Generated/GB_AxB__times_isne_uint64.c   |   335 +
 .../Source/Generated/GB_AxB__times_isne_uint8.c    |   335 +
 .../Source/Generated/GB_AxB__times_land_fp32.c     |   335 +
 .../Source/Generated/GB_AxB__times_land_fp64.c     |   335 +
 .../Source/Generated/GB_AxB__times_land_int16.c    |   335 +
 .../Source/Generated/GB_AxB__times_land_int32.c    |   335 +
 .../Source/Generated/GB_AxB__times_land_int64.c    |   335 +
 .../Source/Generated/GB_AxB__times_land_int8.c     |   335 +
 .../Source/Generated/GB_AxB__times_land_uint16.c   |   335 +
 .../Source/Generated/GB_AxB__times_land_uint32.c   |   335 +
 .../Source/Generated/GB_AxB__times_land_uint64.c   |   335 +
 .../Source/Generated/GB_AxB__times_land_uint8.c    |   335 +
 .../Source/Generated/GB_AxB__times_lor_fp32.c      |   335 +
 .../Source/Generated/GB_AxB__times_lor_fp64.c      |   335 +
 .../Source/Generated/GB_AxB__times_lor_int16.c     |   335 +
 .../Source/Generated/GB_AxB__times_lor_int32.c     |   335 +
 .../Source/Generated/GB_AxB__times_lor_int64.c     |   335 +
 .../Source/Generated/GB_AxB__times_lor_int8.c      |   335 +
 .../Source/Generated/GB_AxB__times_lor_uint16.c    |   335 +
 .../Source/Generated/GB_AxB__times_lor_uint32.c    |   335 +
 .../Source/Generated/GB_AxB__times_lor_uint64.c    |   335 +
 .../Source/Generated/GB_AxB__times_lor_uint8.c     |   335 +
 .../Source/Generated/GB_AxB__times_lxor_fp32.c     |   335 +
 .../Source/Generated/GB_AxB__times_lxor_fp64.c     |   335 +
 .../Source/Generated/GB_AxB__times_lxor_int16.c    |   335 +
 .../Source/Generated/GB_AxB__times_lxor_int32.c    |   335 +
 .../Source/Generated/GB_AxB__times_lxor_int64.c    |   335 +
 .../Source/Generated/GB_AxB__times_lxor_int8.c     |   335 +
 .../Source/Generated/GB_AxB__times_lxor_uint16.c   |   335 +
 .../Source/Generated/GB_AxB__times_lxor_uint32.c   |   335 +
 .../Source/Generated/GB_AxB__times_lxor_uint64.c   |   335 +
 .../Source/Generated/GB_AxB__times_lxor_uint8.c    |   335 +
 .../Source/Generated/GB_AxB__times_max_fp32.c      |   335 +
 .../Source/Generated/GB_AxB__times_max_fp64.c      |   335 +
 .../Source/Generated/GB_AxB__times_max_int16.c     |   335 +
 .../Source/Generated/GB_AxB__times_max_int32.c     |   335 +
 .../Source/Generated/GB_AxB__times_max_int64.c     |   335 +
 .../Source/Generated/GB_AxB__times_max_int8.c      |   335 +
 .../Source/Generated/GB_AxB__times_max_uint16.c    |   335 +
 .../Source/Generated/GB_AxB__times_max_uint32.c    |   335 +
 .../Source/Generated/GB_AxB__times_max_uint64.c    |   335 +
 .../Source/Generated/GB_AxB__times_max_uint8.c     |   335 +
 .../Source/Generated/GB_AxB__times_min_fp32.c      |   335 +
 .../Source/Generated/GB_AxB__times_min_fp64.c      |   335 +
 .../Source/Generated/GB_AxB__times_min_int16.c     |   335 +
 .../Source/Generated/GB_AxB__times_min_int32.c     |   335 +
 .../Source/Generated/GB_AxB__times_min_int64.c     |   335 +
 .../Source/Generated/GB_AxB__times_min_int8.c      |   335 +
 .../Source/Generated/GB_AxB__times_min_uint16.c    |   335 +
 .../Source/Generated/GB_AxB__times_min_uint32.c    |   335 +
 .../Source/Generated/GB_AxB__times_min_uint64.c    |   335 +
 .../Source/Generated/GB_AxB__times_min_uint8.c     |   335 +
 .../Source/Generated/GB_AxB__times_minus_fp32.c    |   335 +
 .../Source/Generated/GB_AxB__times_minus_fp64.c    |   335 +
 .../Source/Generated/GB_AxB__times_minus_int16.c   |   335 +
 .../Source/Generated/GB_AxB__times_minus_int32.c   |   335 +
 .../Source/Generated/GB_AxB__times_minus_int64.c   |   335 +
 .../Source/Generated/GB_AxB__times_minus_int8.c    |   335 +
 .../Source/Generated/GB_AxB__times_minus_uint16.c  |   335 +
 .../Source/Generated/GB_AxB__times_minus_uint32.c  |   335 +
 .../Source/Generated/GB_AxB__times_minus_uint64.c  |   335 +
 .../Source/Generated/GB_AxB__times_minus_uint8.c   |   335 +
 .../Source/Generated/GB_AxB__times_plus_fp32.c     |   335 +
 .../Source/Generated/GB_AxB__times_plus_fp64.c     |   335 +
 .../Source/Generated/GB_AxB__times_plus_int16.c    |   335 +
 .../Source/Generated/GB_AxB__times_plus_int32.c    |   335 +
 .../Source/Generated/GB_AxB__times_plus_int64.c    |   335 +
 .../Source/Generated/GB_AxB__times_plus_int8.c     |   335 +
 .../Source/Generated/GB_AxB__times_plus_uint16.c   |   335 +
 .../Source/Generated/GB_AxB__times_plus_uint32.c   |   335 +
 .../Source/Generated/GB_AxB__times_plus_uint64.c   |   335 +
 .../Source/Generated/GB_AxB__times_plus_uint8.c    |   335 +
 .../Source/Generated/GB_AxB__times_second_fp32.c   |   335 +
 .../Source/Generated/GB_AxB__times_second_fp64.c   |   335 +
 .../Source/Generated/GB_AxB__times_second_int16.c  |   335 +
 .../Source/Generated/GB_AxB__times_second_int32.c  |   335 +
 .../Source/Generated/GB_AxB__times_second_int64.c  |   335 +
 .../Source/Generated/GB_AxB__times_second_int8.c   |   335 +
 .../Source/Generated/GB_AxB__times_second_uint16.c |   335 +
 .../Source/Generated/GB_AxB__times_second_uint32.c |   335 +
 .../Source/Generated/GB_AxB__times_second_uint64.c |   335 +
 .../Source/Generated/GB_AxB__times_second_uint8.c  |   335 +
 .../Source/Generated/GB_AxB__times_times_fp32.c    |   335 +
 .../Source/Generated/GB_AxB__times_times_fp64.c    |   335 +
 .../Source/Generated/GB_AxB__times_times_int16.c   |   335 +
 .../Source/Generated/GB_AxB__times_times_int32.c   |   335 +
 .../Source/Generated/GB_AxB__times_times_int64.c   |   335 +
 .../Source/Generated/GB_AxB__times_times_int8.c    |   335 +
 .../Source/Generated/GB_AxB__times_times_uint16.c  |   335 +
 .../Source/Generated/GB_AxB__times_times_uint32.c  |   335 +
 .../Source/Generated/GB_AxB__times_times_uint64.c  |   335 +
 .../Source/Generated/GB_AxB__times_times_uint8.c   |   335 +
 GraphBLAS/Source/GrB_BinaryOp_free.c               |     2 +-
 GraphBLAS/Source/GrB_Descriptor_free.c             |     2 +-
 GraphBLAS/Source/GrB_Matrix_reduce_scalar.c        |     1 -
 GraphBLAS/Source/GrB_Monoid_free.c                 |     4 +-
 GraphBLAS/Source/GrB_Semiring_free.c               |     2 +-
 GraphBLAS/Source/GrB_Type_free.c                   |     2 +-
 GraphBLAS/Source/GrB_UnaryOp_free.c                |     2 +-
 GraphBLAS/Source/GrB_Vector_reduce_scalar.c        |     1 -
 GraphBLAS/Source/GrB_init.c                        |    49 +-
 GraphBLAS/Source/GxB_SelectOp_free.c               |     2 +-
 .../GB_mx_put_global.c => Source/GxB_stats.c}      |    38 +-
 GraphBLAS/Source/README.txt                        |     5 +-
 GraphBLAS/Source/Template/GB_AxB.c                 |   335 +
 GraphBLAS/Source/Template/GB_AxB.h                 |    18 +
 .../Source/Template/GB_AxB_compare_template.c      |   128 +-
 GraphBLAS/Source/Template/GB_AxB_factory.c         |    69 +-
 GraphBLAS/Source/Template/GB_AxB_template.c        |   160 +-
 GraphBLAS/Source/axb.m                             |    46 +
 GraphBLAS/Source/axb_compare_template.m            |    70 +
 GraphBLAS/Source/axb_method.m                      |    64 +
 GraphBLAS/Source/axb_template.m                    |    68 +
 GraphBLAS/Tcov/README.txt                          |     3 +-
 GraphBLAS/Tcov/gbcover.m                           |     3 +-
 GraphBLAS/Tcov/log.txt                             |    37 -
 GraphBLAS/Tcov/log_Dec17.txt                       |    40 +
 GraphBLAS/Test/Contents.m                          |    15 +-
 GraphBLAS/Test/GB_mex.h                            |    40 +-
 GraphBLAS/Test/GB_mex_Col_assign.c                 |     6 +-
 GraphBLAS/Test/GB_mex_Matrix_extractElement.c      |    10 +-
 GraphBLAS/Test/GB_mex_Vector_extractElement.c      |    10 +-
 GraphBLAS/Test/GB_mex_assign.c                     |     6 +-
 GraphBLAS/Test/GB_mex_assign_alias.c               |    96 +
 GraphBLAS/Test/GB_mex_cast.c                       |     2 +-
 GraphBLAS/Test/GB_mex_errors.c                     |   375 +-
 GraphBLAS/Test/GB_mex_extractTuples.c              |     4 +-
 GraphBLAS/Test/GB_mex_mxm_alias.c                  |   100 +
 GraphBLAS/Test/GB_mex_op.c                         |    23 +-
 GraphBLAS/Test/GB_mex_reduce_to_scalar.c           |     3 +-
 GraphBLAS/Test/GB_mex_setElement.c                 |     6 +-
 GraphBLAS/Test/GB_mex_subassign.c                  |   112 +-
 GraphBLAS/Test/GB_mex_subassign_alias.c            |    78 +
 GraphBLAS/Test/GB_mx_get_global.c                  |     2 +-
 GraphBLAS/Test/GB_mx_isequal.c                     |    60 +
 GraphBLAS/Test/GB_mx_mxArray_to_Matrix.c           |    36 +-
 GraphBLAS/Test/GB_mx_mxArray_to_indices.c          |     2 +-
 GraphBLAS/Test/GB_mx_put_global.c                  |     7 +-
 GraphBLAS/Test/GB_mx_same.c                        |    28 +
 GraphBLAS/Test/GB_mx_xsame.c                       |    32 +
 GraphBLAS/Test/GB_spec_identity.m                  |     2 +-
 GraphBLAS/Test/GB_spec_select.m                    |     2 +-
 GraphBLAS/Test/gbmake.m                            |    12 +-
 GraphBLAS/Test/gg.m                                |    10 -
 GraphBLAS/Test/test20.m                            |     6 +-
 GraphBLAS/Test/test28.m                            |    27 +
 GraphBLAS/Test/test29.m                            |    47 +
 GraphBLAS/Test/test69.m                            |    39 +
 GraphBLAS/Test/testall.m                           |    11 +-
 GraphBLAS/Test/testc7.m                            |    26 +-
 GraphBLAS/Test/testca.m                            |     3 +-
 KLU/Doc/Makefile                                   |    12 +-
 Makefile                                           |    11 +-
 SuiteSparse_config/Makefile                        |     2 +-
 SuiteSparse_config/README.txt                      |     1 +
 SuiteSparse_config/SuiteSparse_config.h            |     8 +-
 SuiteSparse_config/SuiteSparse_config.mk           |     6 +-
 debian/changelog                                   |    12 +
 debian/libamd2.symbols                             |    44 +-
 debian/libbtf1.symbols                             |    12 +-
 debian/libcamd2.symbols                            |    44 +-
 debian/libccolamd2.symbols                         |    44 +-
 debian/libcholmod3.symbols                         |   580 +-
 debian/libcolamd2.symbols                          |    24 +-
 debian/libcxsparse3.symbols                        |   520 +-
 debian/libgraphblas1.symbols                       |  8998 ++++++----
 debian/libklu1.symbols                             |   184 +-
 debian/libldl2.symbols                             |    36 +-
 debian/librbio2.symbols                            |    28 +-
 debian/libsuitesparseconfig5.symbols               |    26 +-
 debian/libumfpack5.symbols                         |   638 +-
 debian/patches/buildflags.patch                    |     4 +-
 debian/patches/cmake.patch                         |    29 -
 debian/patches/graphblas-build.patch               |    71 +
 debian/patches/pdf-docs.patch                      |    69 -
 debian/patches/series                              |     3 +-
 debian/rules                                       |    36 +-
 ssget/mat/HB/bcsstk20.mat                          |   Bin 14968 -> 0 bytes
 1147 files changed, 352491 insertions(+), 6971 deletions(-)
 create mode 100644 AMD/Lib/amd_i_1.o
 create mode 100644 AMD/Lib/amd_i_2.o
 create mode 100644 AMD/Lib/amd_i_aat.o
 create mode 100644 AMD/Lib/amd_i_control.o
 create mode 100644 AMD/Lib/amd_i_defaults.o
 create mode 100644 AMD/Lib/amd_i_dump.o
 create mode 100644 AMD/Lib/amd_i_info.o
 create mode 100644 AMD/Lib/amd_i_order.o
 create mode 100644 AMD/Lib/amd_i_post_tree.o
 create mode 100644 AMD/Lib/amd_i_postorder.o
 create mode 100644 AMD/Lib/amd_i_preprocess.o
 create mode 100644 AMD/Lib/amd_i_valid.o
 create mode 100644 AMD/Lib/amd_l_1.o
 create mode 100644 AMD/Lib/amd_l_2.o
 create mode 100644 AMD/Lib/amd_l_aat.o
 create mode 100644 AMD/Lib/amd_l_control.o
 create mode 100644 AMD/Lib/amd_l_defaults.o
 create mode 100644 AMD/Lib/amd_l_dump.o
 create mode 100644 AMD/Lib/amd_l_info.o
 create mode 100644 AMD/Lib/amd_l_order.o
 create mode 100644 AMD/Lib/amd_l_post_tree.o
 create mode 100644 AMD/Lib/amd_l_postorder.o
 create mode 100644 AMD/Lib/amd_l_preprocess.o
 create mode 100644 AMD/Lib/amd_l_valid.o
 create mode 100644 AMD/Lib/libamd.a
 create mode 100644 GraphBLAS/Demo/MATLAB/tri_matlab.m
 create mode 100644 GraphBLAS/Demo/MATLAB/tri_matlab_out.txt
 create mode 100644 GraphBLAS/Demo/Output/go_out_laptop.txt
 delete mode 100755 GraphBLAS/Demo/t1
 delete mode 100755 GraphBLAS/Demo/tdemo
 create mode 100644 GraphBLAS/Source/GB_AxB_methods.h
 delete mode 100644 GraphBLAS/Source/GB_queue_init.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__eq_eq_bool.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__eq_eq_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__eq_eq_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__eq_eq_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__eq_eq_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__eq_eq_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__eq_eq_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__eq_eq_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__eq_eq_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__eq_eq_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__eq_eq_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__eq_first_bool.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__eq_ge_bool.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__eq_ge_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__eq_ge_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__eq_ge_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__eq_ge_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__eq_ge_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__eq_ge_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__eq_ge_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__eq_ge_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__eq_ge_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__eq_ge_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__eq_gt_bool.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__eq_gt_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__eq_gt_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__eq_gt_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__eq_gt_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__eq_gt_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__eq_gt_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__eq_gt_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__eq_gt_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__eq_gt_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__eq_gt_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__eq_land_bool.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__eq_le_bool.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__eq_le_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__eq_le_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__eq_le_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__eq_le_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__eq_le_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__eq_le_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__eq_le_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__eq_le_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__eq_le_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__eq_le_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__eq_lor_bool.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__eq_lt_bool.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__eq_lt_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__eq_lt_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__eq_lt_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__eq_lt_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__eq_lt_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__eq_lt_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__eq_lt_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__eq_lt_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__eq_lt_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__eq_lt_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__eq_lxor_bool.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__eq_ne_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__eq_ne_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__eq_ne_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__eq_ne_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__eq_ne_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__eq_ne_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__eq_ne_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__eq_ne_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__eq_ne_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__eq_ne_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__eq_second_bool.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__land_eq_bool.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__land_eq_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__land_eq_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__land_eq_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__land_eq_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__land_eq_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__land_eq_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__land_eq_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__land_eq_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__land_eq_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__land_eq_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__land_first_bool.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__land_ge_bool.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__land_ge_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__land_ge_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__land_ge_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__land_ge_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__land_ge_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__land_ge_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__land_ge_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__land_ge_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__land_ge_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__land_ge_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__land_gt_bool.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__land_gt_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__land_gt_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__land_gt_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__land_gt_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__land_gt_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__land_gt_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__land_gt_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__land_gt_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__land_gt_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__land_gt_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__land_land_bool.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__land_le_bool.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__land_le_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__land_le_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__land_le_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__land_le_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__land_le_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__land_le_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__land_le_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__land_le_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__land_le_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__land_le_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__land_lor_bool.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__land_lt_bool.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__land_lt_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__land_lt_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__land_lt_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__land_lt_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__land_lt_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__land_lt_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__land_lt_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__land_lt_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__land_lt_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__land_lt_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__land_lxor_bool.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__land_ne_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__land_ne_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__land_ne_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__land_ne_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__land_ne_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__land_ne_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__land_ne_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__land_ne_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__land_ne_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__land_ne_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__land_second_bool.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lor_eq_bool.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lor_eq_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lor_eq_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lor_eq_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lor_eq_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lor_eq_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lor_eq_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lor_eq_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lor_eq_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lor_eq_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lor_eq_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lor_first_bool.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lor_ge_bool.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lor_ge_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lor_ge_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lor_ge_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lor_ge_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lor_ge_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lor_ge_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lor_ge_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lor_ge_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lor_ge_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lor_ge_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lor_gt_bool.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lor_gt_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lor_gt_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lor_gt_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lor_gt_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lor_gt_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lor_gt_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lor_gt_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lor_gt_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lor_gt_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lor_gt_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lor_land_bool.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lor_le_bool.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lor_le_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lor_le_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lor_le_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lor_le_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lor_le_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lor_le_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lor_le_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lor_le_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lor_le_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lor_le_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lor_lor_bool.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lor_lt_bool.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lor_lt_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lor_lt_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lor_lt_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lor_lt_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lor_lt_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lor_lt_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lor_lt_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lor_lt_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lor_lt_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lor_lt_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lor_lxor_bool.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lor_ne_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lor_ne_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lor_ne_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lor_ne_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lor_ne_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lor_ne_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lor_ne_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lor_ne_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lor_ne_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lor_ne_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lor_second_bool.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lxor_eq_bool.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lxor_eq_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lxor_eq_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lxor_eq_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lxor_eq_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lxor_eq_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lxor_eq_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lxor_eq_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lxor_eq_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lxor_eq_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lxor_eq_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lxor_first_bool.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lxor_ge_bool.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lxor_ge_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lxor_ge_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lxor_ge_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lxor_ge_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lxor_ge_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lxor_ge_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lxor_ge_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lxor_ge_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lxor_ge_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lxor_ge_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lxor_gt_bool.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lxor_gt_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lxor_gt_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lxor_gt_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lxor_gt_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lxor_gt_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lxor_gt_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lxor_gt_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lxor_gt_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lxor_gt_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lxor_gt_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lxor_land_bool.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lxor_le_bool.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lxor_le_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lxor_le_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lxor_le_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lxor_le_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lxor_le_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lxor_le_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lxor_le_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lxor_le_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lxor_le_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lxor_le_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lxor_lor_bool.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lxor_lt_bool.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lxor_lt_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lxor_lt_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lxor_lt_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lxor_lt_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lxor_lt_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lxor_lt_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lxor_lt_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lxor_lt_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lxor_lt_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lxor_lt_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lxor_lxor_bool.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lxor_ne_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lxor_ne_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lxor_ne_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lxor_ne_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lxor_ne_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lxor_ne_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lxor_ne_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lxor_ne_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lxor_ne_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lxor_ne_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__lxor_second_bool.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_div_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_div_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_div_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_div_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_div_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_div_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_div_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_div_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_div_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_div_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_first_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_first_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_first_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_first_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_first_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_first_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_first_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_first_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_first_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_first_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_iseq_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_iseq_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_iseq_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_iseq_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_iseq_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_iseq_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_iseq_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_iseq_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_iseq_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_iseq_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_isge_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_isge_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_isge_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_isge_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_isge_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_isge_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_isge_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_isge_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_isge_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_isge_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_isgt_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_isgt_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_isgt_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_isgt_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_isgt_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_isgt_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_isgt_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_isgt_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_isgt_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_isgt_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_isle_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_isle_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_isle_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_isle_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_isle_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_isle_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_isle_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_isle_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_isle_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_isle_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_islt_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_islt_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_islt_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_islt_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_islt_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_islt_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_islt_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_islt_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_islt_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_islt_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_isne_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_isne_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_isne_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_isne_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_isne_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_isne_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_isne_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_isne_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_isne_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_isne_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_land_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_land_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_land_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_land_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_land_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_land_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_land_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_land_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_land_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_land_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_lor_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_lor_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_lor_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_lor_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_lor_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_lor_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_lor_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_lor_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_lor_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_lor_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_lxor_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_lxor_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_lxor_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_lxor_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_lxor_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_lxor_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_lxor_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_lxor_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_lxor_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_lxor_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_max_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_max_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_max_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_max_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_max_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_max_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_max_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_max_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_max_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_max_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_min_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_min_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_min_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_min_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_min_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_min_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_min_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_min_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_min_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_min_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_minus_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_minus_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_minus_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_minus_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_minus_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_minus_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_minus_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_minus_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_minus_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_minus_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_plus_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_plus_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_plus_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_plus_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_plus_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_plus_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_plus_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_plus_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_plus_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_plus_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_second_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_second_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_second_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_second_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_second_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_second_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_second_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_second_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_second_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_second_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_times_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_times_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_times_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_times_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_times_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_times_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_times_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_times_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_times_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__max_times_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_div_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_div_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_div_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_div_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_div_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_div_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_div_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_div_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_div_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_div_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_first_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_first_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_first_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_first_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_first_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_first_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_first_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_first_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_first_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_first_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_iseq_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_iseq_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_iseq_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_iseq_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_iseq_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_iseq_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_iseq_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_iseq_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_iseq_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_iseq_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_isge_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_isge_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_isge_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_isge_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_isge_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_isge_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_isge_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_isge_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_isge_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_isge_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_isgt_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_isgt_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_isgt_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_isgt_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_isgt_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_isgt_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_isgt_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_isgt_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_isgt_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_isgt_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_isle_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_isle_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_isle_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_isle_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_isle_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_isle_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_isle_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_isle_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_isle_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_isle_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_islt_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_islt_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_islt_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_islt_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_islt_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_islt_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_islt_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_islt_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_islt_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_islt_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_isne_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_isne_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_isne_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_isne_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_isne_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_isne_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_isne_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_isne_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_isne_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_isne_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_land_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_land_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_land_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_land_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_land_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_land_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_land_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_land_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_land_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_land_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_lor_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_lor_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_lor_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_lor_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_lor_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_lor_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_lor_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_lor_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_lor_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_lor_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_lxor_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_lxor_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_lxor_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_lxor_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_lxor_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_lxor_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_lxor_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_lxor_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_lxor_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_lxor_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_max_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_max_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_max_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_max_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_max_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_max_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_max_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_max_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_max_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_max_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_min_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_min_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_min_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_min_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_min_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_min_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_min_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_min_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_min_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_min_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_minus_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_minus_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_minus_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_minus_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_minus_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_minus_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_minus_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_minus_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_minus_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_minus_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_plus_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_plus_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_plus_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_plus_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_plus_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_plus_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_plus_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_plus_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_plus_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_plus_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_second_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_second_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_second_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_second_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_second_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_second_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_second_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_second_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_second_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_second_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_times_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_times_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_times_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_times_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_times_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_times_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_times_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_times_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_times_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__min_times_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_div_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_div_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_div_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_div_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_div_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_div_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_div_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_div_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_div_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_div_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_first_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_first_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_first_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_first_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_first_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_first_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_first_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_first_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_first_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_first_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_iseq_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_iseq_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_iseq_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_iseq_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_iseq_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_iseq_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_iseq_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_iseq_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_iseq_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_iseq_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_isge_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_isge_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_isge_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_isge_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_isge_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_isge_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_isge_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_isge_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_isge_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_isge_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_isgt_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_isgt_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_isgt_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_isgt_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_isgt_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_isgt_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_isgt_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_isgt_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_isgt_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_isgt_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_isle_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_isle_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_isle_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_isle_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_isle_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_isle_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_isle_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_isle_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_isle_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_isle_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_islt_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_islt_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_islt_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_islt_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_islt_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_islt_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_islt_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_islt_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_islt_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_islt_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_isne_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_isne_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_isne_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_isne_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_isne_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_isne_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_isne_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_isne_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_isne_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_isne_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_land_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_land_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_land_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_land_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_land_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_land_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_land_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_land_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_land_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_land_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_lor_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_lor_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_lor_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_lor_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_lor_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_lor_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_lor_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_lor_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_lor_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_lor_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_lxor_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_lxor_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_lxor_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_lxor_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_lxor_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_lxor_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_lxor_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_lxor_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_lxor_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_lxor_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_max_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_max_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_max_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_max_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_max_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_max_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_max_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_max_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_max_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_max_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_min_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_min_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_min_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_min_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_min_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_min_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_min_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_min_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_min_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_min_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_minus_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_minus_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_minus_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_minus_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_minus_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_minus_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_minus_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_minus_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_minus_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_minus_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_plus_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_plus_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_plus_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_plus_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_plus_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_plus_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_plus_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_plus_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_plus_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_plus_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_second_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_second_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_second_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_second_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_second_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_second_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_second_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_second_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_second_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_second_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_times_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_times_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_times_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_times_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_times_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_times_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_times_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_times_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_times_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__plus_times_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__semirings.h
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_div_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_div_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_div_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_div_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_div_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_div_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_div_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_div_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_div_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_div_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_first_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_first_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_first_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_first_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_first_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_first_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_first_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_first_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_first_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_first_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_iseq_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_iseq_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_iseq_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_iseq_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_iseq_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_iseq_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_iseq_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_iseq_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_iseq_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_iseq_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_isge_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_isge_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_isge_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_isge_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_isge_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_isge_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_isge_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_isge_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_isge_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_isge_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_isgt_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_isgt_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_isgt_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_isgt_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_isgt_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_isgt_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_isgt_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_isgt_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_isgt_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_isgt_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_isle_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_isle_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_isle_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_isle_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_isle_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_isle_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_isle_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_isle_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_isle_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_isle_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_islt_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_islt_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_islt_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_islt_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_islt_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_islt_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_islt_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_islt_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_islt_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_islt_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_isne_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_isne_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_isne_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_isne_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_isne_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_isne_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_isne_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_isne_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_isne_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_isne_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_land_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_land_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_land_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_land_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_land_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_land_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_land_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_land_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_land_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_land_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_lor_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_lor_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_lor_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_lor_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_lor_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_lor_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_lor_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_lor_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_lor_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_lor_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_lxor_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_lxor_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_lxor_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_lxor_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_lxor_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_lxor_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_lxor_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_lxor_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_lxor_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_lxor_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_max_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_max_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_max_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_max_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_max_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_max_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_max_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_max_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_max_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_max_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_min_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_min_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_min_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_min_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_min_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_min_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_min_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_min_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_min_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_min_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_minus_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_minus_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_minus_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_minus_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_minus_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_minus_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_minus_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_minus_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_minus_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_minus_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_plus_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_plus_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_plus_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_plus_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_plus_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_plus_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_plus_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_plus_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_plus_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_plus_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_second_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_second_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_second_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_second_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_second_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_second_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_second_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_second_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_second_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_second_uint8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_times_fp32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_times_fp64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_times_int16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_times_int32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_times_int64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_times_int8.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_times_uint16.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_times_uint32.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_times_uint64.c
 create mode 100644 GraphBLAS/Source/Generated/GB_AxB__times_times_uint8.c
 copy GraphBLAS/{Test/GB_mx_put_global.c => Source/GxB_stats.c} (53%)
 create mode 100644 GraphBLAS/Source/Template/GB_AxB.c
 create mode 100644 GraphBLAS/Source/Template/GB_AxB.h
 create mode 100644 GraphBLAS/Source/axb.m
 create mode 100644 GraphBLAS/Source/axb_compare_template.m
 create mode 100644 GraphBLAS/Source/axb_method.m
 create mode 100644 GraphBLAS/Source/axb_template.m
 delete mode 100644 GraphBLAS/Tcov/log.txt
 create mode 100644 GraphBLAS/Tcov/log_Dec17.txt
 create mode 100644 GraphBLAS/Test/GB_mex_assign_alias.c
 create mode 100644 GraphBLAS/Test/GB_mex_mxm_alias.c
 create mode 100644 GraphBLAS/Test/GB_mex_subassign_alias.c
 create mode 100644 GraphBLAS/Test/GB_mx_isequal.c
 create mode 100644 GraphBLAS/Test/GB_mx_same.c
 create mode 100644 GraphBLAS/Test/GB_mx_xsame.c
 delete mode 100644 GraphBLAS/Test/gg.m
 create mode 100644 GraphBLAS/Test/test28.m
 create mode 100644 GraphBLAS/Test/test29.m
 create mode 100644 GraphBLAS/Test/test69.m
 delete mode 100644 debian/patches/cmake.patch
 create mode 100644 debian/patches/graphblas-build.patch
 delete mode 100644 debian/patches/pdf-docs.patch
 delete mode 100644 ssget/mat/HB/bcsstk20.mat

-- 
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