Home
last modified time | relevance | path

Searched refs:bx (Results 23876 – 23900 of 54362) sorted by relevance

1...<<951952953954955956957958959960>>...2175

/dports/math/suitesparse-cxsparse/SuiteSparse-5.10.1/GraphBLAS/Source/Generated/
H A DGB_AxB_defs__plus_min_uint16.h285 #define GB_BITMAP_MULTADD(cb,cx,exists,ax,bx) \ argument
286 cx += (uint16_t) (((uint16_t) (GB_IMIN (ax, bx))) * X [exists]) ; cb |= exists
H A DGB_AxB_defs__plus_min_uint32.h285 #define GB_BITMAP_MULTADD(cb,cx,exists,ax,bx) \ argument
286 cx += (uint32_t) (((uint32_t) (GB_IMIN (ax, bx))) * X [exists]) ; cb |= exists
H A DGB_AxB_defs__plus_min_uint64.h285 #define GB_BITMAP_MULTADD(cb,cx,exists,ax,bx) \ argument
286 cx += (uint64_t) (((uint64_t) (GB_IMIN (ax, bx))) * X [exists]) ; cb |= exists
H A DGB_AxB_defs__plus_minus_int32.h285 #define GB_BITMAP_MULTADD(cb,cx,exists,ax,bx) \ argument
286 cx += (int32_t) (((int32_t) ((ax - bx))) * X [exists]) ; cb |= exists
H A DGB_AxB_defs__plus_minus_int8.h285 #define GB_BITMAP_MULTADD(cb,cx,exists,ax,bx) \ argument
286 cx += (int8_t) (((int8_t) ((ax - bx))) * X [exists]) ; cb |= exists
H A DGB_AxB_defs__plus_minus_uint64.h285 #define GB_BITMAP_MULTADD(cb,cx,exists,ax,bx) \ argument
286 cx += (uint64_t) (((uint64_t) ((ax - bx))) * X [exists]) ; cb |= exists
H A DGB_AxB_defs__plus_minus_uint8.h285 #define GB_BITMAP_MULTADD(cb,cx,exists,ax,bx) \ argument
286 cx += (uint8_t) (((uint8_t) ((ax - bx))) * X [exists]) ; cb |= exists
H A DGB_AxB_defs__plus_plus_int32.h285 #define GB_BITMAP_MULTADD(cb,cx,exists,ax,bx) \ argument
286 cx += (int32_t) (((int32_t) ((ax + bx))) * X [exists]) ; cb |= exists
H A DGB_AxB_defs__plus_rdiv_int32.h285 #define GB_BITMAP_MULTADD(cb,cx,exists,ax,bx) \ argument
286 cx += (int32_t) (((int32_t) (GB_IDIV_SIGNED (bx, ax, 32))) * X [exists]) ; cb |= exists
H A DGB_AxB_defs__plus_rdiv_uint16.h285 #define GB_BITMAP_MULTADD(cb,cx,exists,ax,bx) \ argument
286 cx += (uint16_t) (((uint16_t) (GB_IDIV_UNSIGNED (bx, ax, 16))) * X [exists]) ; cb |= exists
H A DGB_AxB_defs__plus_rdiv_uint64.h285 #define GB_BITMAP_MULTADD(cb,cx,exists,ax,bx) \ argument
286 cx += (uint64_t) (((uint64_t) (GB_IDIV_UNSIGNED (bx, ax, 64))) * X [exists]) ; cb |= exists
H A DGB_AxB_defs__plus_rdiv_uint8.h285 #define GB_BITMAP_MULTADD(cb,cx,exists,ax,bx) \ argument
286 cx += (uint8_t) (((uint8_t) (GB_IDIV_UNSIGNED (bx, ax, 8))) * X [exists]) ; cb |= exists
H A DGB_AxB_defs__plus_rminus_int64.h285 #define GB_BITMAP_MULTADD(cb,cx,exists,ax,bx) \ argument
286 cx += (int64_t) (((int64_t) ((bx - ax))) * X [exists]) ; cb |= exists
/dports/math/suitesparse-graphblas/SuiteSparse-5.10.1/GraphBLAS/Source/Generated/
H A DGB_AxB_defs__plus_land_uint8.h285 #define GB_BITMAP_MULTADD(cb,cx,exists,ax,bx) \ argument
286 cx += (uint8_t) (((uint8_t) (((ax != 0) && (bx != 0)))) * X [exists]) ; cb |= exists
H A DGB_AxB_defs__plus_lor_int32.h285 #define GB_BITMAP_MULTADD(cb,cx,exists,ax,bx) \ argument
286 cx += (int32_t) (((int32_t) (((ax != 0) || (bx != 0)))) * X [exists]) ; cb |= exists
H A DGB_AxB_defs__plus_lor_int8.h285 #define GB_BITMAP_MULTADD(cb,cx,exists,ax,bx) \ argument
286 cx += (int8_t) (((int8_t) (((ax != 0) || (bx != 0)))) * X [exists]) ; cb |= exists
H A DGB_AxB_defs__plus_lor_uint64.h285 #define GB_BITMAP_MULTADD(cb,cx,exists,ax,bx) \ argument
286 cx += (uint64_t) (((uint64_t) (((ax != 0) || (bx != 0)))) * X [exists]) ; cb |= exists
H A DGB_AxB_defs__plus_lor_uint8.h285 #define GB_BITMAP_MULTADD(cb,cx,exists,ax,bx) \ argument
286 cx += (uint8_t) (((uint8_t) (((ax != 0) || (bx != 0)))) * X [exists]) ; cb |= exists
H A DGB_AxB_defs__plus_lxor_int16.h285 #define GB_BITMAP_MULTADD(cb,cx,exists,ax,bx) \ argument
286 cx += (int16_t) (((int16_t) (((ax != 0) != (bx != 0)))) * X [exists]) ; cb |= exists
H A DGB_AxB_defs__plus_lxor_int8.h285 #define GB_BITMAP_MULTADD(cb,cx,exists,ax,bx) \ argument
286 cx += (int8_t) (((int8_t) (((ax != 0) != (bx != 0)))) * X [exists]) ; cb |= exists
H A DGB_AxB_defs__plus_max_int16.h285 #define GB_BITMAP_MULTADD(cb,cx,exists,ax,bx) \ argument
286 cx += (int16_t) (((int16_t) (GB_IMAX (ax, bx))) * X [exists]) ; cb |= exists
H A DGB_AxB_defs__plus_max_uint16.h285 #define GB_BITMAP_MULTADD(cb,cx,exists,ax,bx) \ argument
286 cx += (uint16_t) (((uint16_t) (GB_IMAX (ax, bx))) * X [exists]) ; cb |= exists
H A DGB_AxB_defs__plus_min_int16.h285 #define GB_BITMAP_MULTADD(cb,cx,exists,ax,bx) \ argument
286 cx += (int16_t) (((int16_t) (GB_IMIN (ax, bx))) * X [exists]) ; cb |= exists
H A DGB_AxB_defs__plus_min_uint32.h285 #define GB_BITMAP_MULTADD(cb,cx,exists,ax,bx) \ argument
286 cx += (uint32_t) (((uint32_t) (GB_IMIN (ax, bx))) * X [exists]) ; cb |= exists
H A DGB_AxB_defs__plus_minus_int16.h285 #define GB_BITMAP_MULTADD(cb,cx,exists,ax,bx) \ argument
286 cx += (int16_t) (((int16_t) ((ax - bx))) * X [exists]) ; cb |= exists

1...<<951952953954955956957958959960>>...2175