Home
last modified time | relevance | path

Searched refs:binop_bind1st (Results 1 – 25 of 153) sorted by relevance

1234567

/dports/math/suitesparse-config/SuiteSparse-5.10.1/GraphBLAS/Source/
H A DGB_apply.c31 bool binop_bind1st, // if true, binop(x,A) else binop(A,y) in GB_apply() argument
90 if (binop_bind1st) in GB_apply()
184 (opcode == GB_FIRST_opcode && !binop_bind1st) || in GB_apply()
185 (opcode == GB_SECOND_opcode && binop_bind1st)) in GB_apply()
262 op1, op2, scalar, binop_bind1st, Context) ; in GB_apply()
280 scalar, binop_bind1st, C, Context) ; in GB_apply()
289 op1, op2, scalar, binop_bind1st, A, Context) ; in GB_apply()
/dports/math/suitesparse-cholmod/SuiteSparse-5.10.1/GraphBLAS/Source/
H A DGB_apply.c31 bool binop_bind1st, // if true, binop(x,A) else binop(A,y) in GB_apply() argument
90 if (binop_bind1st) in GB_apply()
184 (opcode == GB_FIRST_opcode && !binop_bind1st) || in GB_apply()
185 (opcode == GB_SECOND_opcode && binop_bind1st)) in GB_apply()
262 op1, op2, scalar, binop_bind1st, Context) ; in GB_apply()
280 scalar, binop_bind1st, C, Context) ; in GB_apply()
289 op1, op2, scalar, binop_bind1st, A, Context) ; in GB_apply()
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/GraphBLAS/Source/
H A DGB_apply.c31 bool binop_bind1st, // if true, binop(x,A) else binop(A,y) in GB_apply() argument
90 if (binop_bind1st) in GB_apply()
184 (opcode == GB_FIRST_opcode && !binop_bind1st) || in GB_apply()
185 (opcode == GB_SECOND_opcode && binop_bind1st)) in GB_apply()
262 op1, op2, scalar, binop_bind1st, Context) ; in GB_apply()
280 scalar, binop_bind1st, C, Context) ; in GB_apply()
289 op1, op2, scalar, binop_bind1st, A, Context) ; in GB_apply()
H A DGB_apply.h25 bool binop_bind1st, // if true, binop(x,A) else binop(A,y)
39 bool binop_bind1st, // if true, binop(x,Ax) else binop(Ax,y)
52 bool binop_bind1st, // if true, binop(x,A) else binop(A,y)
/dports/math/suitesparse-amd/SuiteSparse-5.10.1/GraphBLAS/Source/
H A DGB_apply.c31 bool binop_bind1st, // if true, binop(x,A) else binop(A,y) in GB_apply() argument
90 if (binop_bind1st) in GB_apply()
184 (opcode == GB_FIRST_opcode && !binop_bind1st) || in GB_apply()
185 (opcode == GB_SECOND_opcode && binop_bind1st)) in GB_apply()
262 op1, op2, scalar, binop_bind1st, Context) ; in GB_apply()
280 scalar, binop_bind1st, C, Context) ; in GB_apply()
289 op1, op2, scalar, binop_bind1st, A, Context) ; in GB_apply()
H A DGB_apply.h25 bool binop_bind1st, // if true, binop(x,A) else binop(A,y)
39 bool binop_bind1st, // if true, binop(x,Ax) else binop(Ax,y)
52 bool binop_bind1st, // if true, binop(x,A) else binop(A,y)
/dports/math/suitesparse-rbio/SuiteSparse-5.10.1/GraphBLAS/Source/
H A DGB_apply.c31 bool binop_bind1st, // if true, binop(x,A) else binop(A,y) in GB_apply() argument
90 if (binop_bind1st) in GB_apply()
184 (opcode == GB_FIRST_opcode && !binop_bind1st) || in GB_apply()
185 (opcode == GB_SECOND_opcode && binop_bind1st)) in GB_apply()
262 op1, op2, scalar, binop_bind1st, Context) ; in GB_apply()
280 scalar, binop_bind1st, C, Context) ; in GB_apply()
289 op1, op2, scalar, binop_bind1st, A, Context) ; in GB_apply()
H A DGB_apply.h25 bool binop_bind1st, // if true, binop(x,A) else binop(A,y)
39 bool binop_bind1st, // if true, binop(x,Ax) else binop(Ax,y)
52 bool binop_bind1st, // if true, binop(x,A) else binop(A,y)
/dports/math/suitesparse-ldl/SuiteSparse-5.10.1/GraphBLAS/Source/
H A DGB_apply.c31 bool binop_bind1st, // if true, binop(x,A) else binop(A,y) in GB_apply() argument
90 if (binop_bind1st) in GB_apply()
184 (opcode == GB_FIRST_opcode && !binop_bind1st) || in GB_apply()
185 (opcode == GB_SECOND_opcode && binop_bind1st)) in GB_apply()
262 op1, op2, scalar, binop_bind1st, Context) ; in GB_apply()
280 scalar, binop_bind1st, C, Context) ; in GB_apply()
289 op1, op2, scalar, binop_bind1st, A, Context) ; in GB_apply()
H A DGB_apply.h25 bool binop_bind1st, // if true, binop(x,A) else binop(A,y)
39 bool binop_bind1st, // if true, binop(x,Ax) else binop(Ax,y)
52 bool binop_bind1st, // if true, binop(x,A) else binop(A,y)
/dports/math/suitesparse-mongoose/SuiteSparse-5.10.1/GraphBLAS/Source/
H A DGB_apply.c31 bool binop_bind1st, // if true, binop(x,A) else binop(A,y) in GB_apply() argument
90 if (binop_bind1st) in GB_apply()
184 (opcode == GB_FIRST_opcode && !binop_bind1st) || in GB_apply()
185 (opcode == GB_SECOND_opcode && binop_bind1st)) in GB_apply()
262 op1, op2, scalar, binop_bind1st, Context) ; in GB_apply()
280 scalar, binop_bind1st, C, Context) ; in GB_apply()
289 op1, op2, scalar, binop_bind1st, A, Context) ; in GB_apply()
H A DGB_apply.h25 bool binop_bind1st, // if true, binop(x,A) else binop(A,y)
39 bool binop_bind1st, // if true, binop(x,Ax) else binop(Ax,y)
52 bool binop_bind1st, // if true, binop(x,A) else binop(A,y)
/dports/math/suitesparse-spqr/SuiteSparse-5.10.1/GraphBLAS/Source/
H A DGB_apply.c31 bool binop_bind1st, // if true, binop(x,A) else binop(A,y) in GB_apply() argument
90 if (binop_bind1st) in GB_apply()
184 (opcode == GB_FIRST_opcode && !binop_bind1st) || in GB_apply()
185 (opcode == GB_SECOND_opcode && binop_bind1st)) in GB_apply()
262 op1, op2, scalar, binop_bind1st, Context) ; in GB_apply()
280 scalar, binop_bind1st, C, Context) ; in GB_apply()
289 op1, op2, scalar, binop_bind1st, A, Context) ; in GB_apply()
H A DGB_apply.h25 bool binop_bind1st, // if true, binop(x,A) else binop(A,y)
39 bool binop_bind1st, // if true, binop(x,Ax) else binop(Ax,y)
52 bool binop_bind1st, // if true, binop(x,A) else binop(A,y)
/dports/math/suitesparse-colamd/SuiteSparse-5.10.1/GraphBLAS/Source/
H A DGB_apply.c31 bool binop_bind1st, // if true, binop(x,A) else binop(A,y) in GB_apply() argument
90 if (binop_bind1st) in GB_apply()
184 (opcode == GB_FIRST_opcode && !binop_bind1st) || in GB_apply()
185 (opcode == GB_SECOND_opcode && binop_bind1st)) in GB_apply()
262 op1, op2, scalar, binop_bind1st, Context) ; in GB_apply()
280 scalar, binop_bind1st, C, Context) ; in GB_apply()
289 op1, op2, scalar, binop_bind1st, A, Context) ; in GB_apply()
H A DGB_apply.h25 bool binop_bind1st, // if true, binop(x,A) else binop(A,y)
39 bool binop_bind1st, // if true, binop(x,Ax) else binop(Ax,y)
52 bool binop_bind1st, // if true, binop(x,A) else binop(A,y)
/dports/math/suitesparse-camd/SuiteSparse-5.10.1/GraphBLAS/Source/
H A DGB_apply.c31 bool binop_bind1st, // if true, binop(x,A) else binop(A,y) in GB_apply() argument
90 if (binop_bind1st) in GB_apply()
184 (opcode == GB_FIRST_opcode && !binop_bind1st) || in GB_apply()
185 (opcode == GB_SECOND_opcode && binop_bind1st)) in GB_apply()
262 op1, op2, scalar, binop_bind1st, Context) ; in GB_apply()
280 scalar, binop_bind1st, C, Context) ; in GB_apply()
289 op1, op2, scalar, binop_bind1st, A, Context) ; in GB_apply()
H A DGB_apply.h25 bool binop_bind1st, // if true, binop(x,A) else binop(A,y)
39 bool binop_bind1st, // if true, binop(x,Ax) else binop(Ax,y)
52 bool binop_bind1st, // if true, binop(x,A) else binop(A,y)
/dports/math/suitesparse-slip_lu/SuiteSparse-5.10.1/GraphBLAS/Source/
H A DGB_apply.c31 bool binop_bind1st, // if true, binop(x,A) else binop(A,y) in GB_apply() argument
90 if (binop_bind1st) in GB_apply()
184 (opcode == GB_FIRST_opcode && !binop_bind1st) || in GB_apply()
185 (opcode == GB_SECOND_opcode && binop_bind1st)) in GB_apply()
262 op1, op2, scalar, binop_bind1st, Context) ; in GB_apply()
280 scalar, binop_bind1st, C, Context) ; in GB_apply()
289 op1, op2, scalar, binop_bind1st, A, Context) ; in GB_apply()
/dports/math/suitesparse-umfpack/SuiteSparse-5.10.1/GraphBLAS/Source/
H A DGB_apply.c31 bool binop_bind1st, // if true, binop(x,A) else binop(A,y) in GB_apply() argument
90 if (binop_bind1st) in GB_apply()
184 (opcode == GB_FIRST_opcode && !binop_bind1st) || in GB_apply()
185 (opcode == GB_SECOND_opcode && binop_bind1st)) in GB_apply()
262 op1, op2, scalar, binop_bind1st, Context) ; in GB_apply()
280 scalar, binop_bind1st, C, Context) ; in GB_apply()
289 op1, op2, scalar, binop_bind1st, A, Context) ; in GB_apply()
/dports/math/suitesparse-btf/SuiteSparse-5.10.1/GraphBLAS/Source/
H A DGB_apply.c31 bool binop_bind1st, // if true, binop(x,A) else binop(A,y) in GB_apply() argument
90 if (binop_bind1st) in GB_apply()
184 (opcode == GB_FIRST_opcode && !binop_bind1st) || in GB_apply()
185 (opcode == GB_SECOND_opcode && binop_bind1st)) in GB_apply()
262 op1, op2, scalar, binop_bind1st, Context) ; in GB_apply()
280 scalar, binop_bind1st, C, Context) ; in GB_apply()
289 op1, op2, scalar, binop_bind1st, A, Context) ; in GB_apply()
/dports/math/suitesparse-ccolamd/SuiteSparse-5.10.1/GraphBLAS/Source/
H A DGB_apply.c31 bool binop_bind1st, // if true, binop(x,A) else binop(A,y) in GB_apply() argument
90 if (binop_bind1st) in GB_apply()
184 (opcode == GB_FIRST_opcode && !binop_bind1st) || in GB_apply()
185 (opcode == GB_SECOND_opcode && binop_bind1st)) in GB_apply()
262 op1, op2, scalar, binop_bind1st, Context) ; in GB_apply()
280 scalar, binop_bind1st, C, Context) ; in GB_apply()
289 op1, op2, scalar, binop_bind1st, A, Context) ; in GB_apply()
/dports/math/suitesparse-csparse/SuiteSparse-5.10.1/GraphBLAS/Source/
H A DGB_apply.c31 bool binop_bind1st, // if true, binop(x,A) else binop(A,y) in GB_apply() argument
90 if (binop_bind1st) in GB_apply()
184 (opcode == GB_FIRST_opcode && !binop_bind1st) || in GB_apply()
185 (opcode == GB_SECOND_opcode && binop_bind1st)) in GB_apply()
262 op1, op2, scalar, binop_bind1st, Context) ; in GB_apply()
280 scalar, binop_bind1st, C, Context) ; in GB_apply()
289 op1, op2, scalar, binop_bind1st, A, Context) ; in GB_apply()
/dports/math/suitesparse-cxsparse/SuiteSparse-5.10.1/GraphBLAS/Source/
H A DGB_apply.c31 bool binop_bind1st, // if true, binop(x,A) else binop(A,y) in GB_apply() argument
90 if (binop_bind1st) in GB_apply()
184 (opcode == GB_FIRST_opcode && !binop_bind1st) || in GB_apply()
185 (opcode == GB_SECOND_opcode && binop_bind1st)) in GB_apply()
262 op1, op2, scalar, binop_bind1st, Context) ; in GB_apply()
280 scalar, binop_bind1st, C, Context) ; in GB_apply()
289 op1, op2, scalar, binop_bind1st, A, Context) ; in GB_apply()
/dports/math/suitesparse-graphblas/SuiteSparse-5.10.1/GraphBLAS/Source/
H A DGB_apply.c31 bool binop_bind1st, // if true, binop(x,A) else binop(A,y) in GB_apply() argument
90 if (binop_bind1st) in GB_apply()
184 (opcode == GB_FIRST_opcode && !binop_bind1st) || in GB_apply()
185 (opcode == GB_SECOND_opcode && binop_bind1st)) in GB_apply()
262 op1, op2, scalar, binop_bind1st, Context) ; in GB_apply()
280 scalar, binop_bind1st, C, Context) ; in GB_apply()
289 op1, op2, scalar, binop_bind1st, A, Context) ; in GB_apply()

1234567