Home
last modified time | relevance | path

Searched refs:op (Results 476 – 500 of 96499) sorted by relevance

1...<<11121314151617181920>>...3860

/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/orangefs/
H A Dwaitqueue.c83 op, in service_operation()
151 op); in service_operation()
202 op); in service_operation()
213 op->slot_to_free = op->upcall.req.io.buf_index; in orangefs_cancel_op_in_progress()
214 memset(&op->upcall, 0, sizeof(op->upcall)); in orangefs_cancel_op_in_progress()
215 memset(&op->downcall, 0, sizeof(op->downcall)); in orangefs_cancel_op_in_progress()
282 op); in orangefs_clean_up_interrupted_operation()
292 op); in orangefs_clean_up_interrupted_operation()
351 op); in wait_for_matching_downcall()
359 op, in wait_for_matching_downcall()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/fs/orangefs/
H A Dwaitqueue.c83 op, in service_operation()
151 op); in service_operation()
202 op); in service_operation()
213 op->slot_to_free = op->upcall.req.io.buf_index; in orangefs_cancel_op_in_progress()
214 memset(&op->upcall, 0, sizeof(op->upcall)); in orangefs_cancel_op_in_progress()
215 memset(&op->downcall, 0, sizeof(op->downcall)); in orangefs_cancel_op_in_progress()
282 op); in orangefs_clean_up_interrupted_operation()
292 op); in orangefs_clean_up_interrupted_operation()
351 op); in wait_for_matching_downcall()
359 op, in wait_for_matching_downcall()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/orangefs/
H A Dwaitqueue.c83 op, in service_operation()
151 op); in service_operation()
202 op); in service_operation()
213 op->slot_to_free = op->upcall.req.io.buf_index; in orangefs_cancel_op_in_progress()
214 memset(&op->upcall, 0, sizeof(op->upcall)); in orangefs_cancel_op_in_progress()
215 memset(&op->downcall, 0, sizeof(op->downcall)); in orangefs_cancel_op_in_progress()
282 op); in orangefs_clean_up_interrupted_operation()
292 op); in orangefs_clean_up_interrupted_operation()
351 op); in wait_for_matching_downcall()
359 op, in wait_for_matching_downcall()
[all …]
/dports/math/suitesparse-csparse/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/@GrB/private/util/
H A Dgb_binop_to_monoid.c14 GrB_BinaryOp op in gb_binop_to_monoid() argument
21 if (op == GrB_MIN_INT8 ) monoid = GrB_MIN_MONOID_INT8 ; in gb_binop_to_monoid()
22 else if (op == GrB_MIN_INT16 ) monoid = GrB_MIN_MONOID_INT16 ; in gb_binop_to_monoid()
23 else if (op == GrB_MIN_INT32 ) monoid = GrB_MIN_MONOID_INT32 ; in gb_binop_to_monoid()
24 else if (op == GrB_MIN_INT64 ) monoid = GrB_MIN_MONOID_INT64 ; in gb_binop_to_monoid()
25 else if (op == GrB_MIN_UINT8 ) monoid = GrB_MIN_MONOID_UINT8 ; in gb_binop_to_monoid()
26 else if (op == GrB_MIN_UINT16 ) monoid = GrB_MIN_MONOID_UINT16 ; in gb_binop_to_monoid()
29 else if (op == GrB_MIN_FP32 ) monoid = GrB_MIN_MONOID_FP32 ; in gb_binop_to_monoid()
30 else if (op == GrB_MIN_FP64 ) monoid = GrB_MIN_MONOID_FP64 ; in gb_binop_to_monoid()
33 else if (op == GrB_MAX_INT8 ) monoid = GrB_MAX_MONOID_INT8 ; in gb_binop_to_monoid()
[all …]
/dports/math/suitesparse-config/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/@GrB/private/util/
H A Dgb_binop_to_monoid.c14 GrB_BinaryOp op in gb_binop_to_monoid() argument
21 if (op == GrB_MIN_INT8 ) monoid = GrB_MIN_MONOID_INT8 ; in gb_binop_to_monoid()
22 else if (op == GrB_MIN_INT16 ) monoid = GrB_MIN_MONOID_INT16 ; in gb_binop_to_monoid()
23 else if (op == GrB_MIN_INT32 ) monoid = GrB_MIN_MONOID_INT32 ; in gb_binop_to_monoid()
24 else if (op == GrB_MIN_INT64 ) monoid = GrB_MIN_MONOID_INT64 ; in gb_binop_to_monoid()
25 else if (op == GrB_MIN_UINT8 ) monoid = GrB_MIN_MONOID_UINT8 ; in gb_binop_to_monoid()
26 else if (op == GrB_MIN_UINT16 ) monoid = GrB_MIN_MONOID_UINT16 ; in gb_binop_to_monoid()
29 else if (op == GrB_MIN_FP32 ) monoid = GrB_MIN_MONOID_FP32 ; in gb_binop_to_monoid()
30 else if (op == GrB_MIN_FP64 ) monoid = GrB_MIN_MONOID_FP64 ; in gb_binop_to_monoid()
33 else if (op == GrB_MAX_INT8 ) monoid = GrB_MAX_MONOID_INT8 ; in gb_binop_to_monoid()
[all …]
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/@GrB/private/util/
H A Dgb_binop_to_monoid.c14 GrB_BinaryOp op in gb_binop_to_monoid() argument
21 if (op == GrB_MIN_INT8 ) monoid = GrB_MIN_MONOID_INT8 ; in gb_binop_to_monoid()
22 else if (op == GrB_MIN_INT16 ) monoid = GrB_MIN_MONOID_INT16 ; in gb_binop_to_monoid()
23 else if (op == GrB_MIN_INT32 ) monoid = GrB_MIN_MONOID_INT32 ; in gb_binop_to_monoid()
24 else if (op == GrB_MIN_INT64 ) monoid = GrB_MIN_MONOID_INT64 ; in gb_binop_to_monoid()
25 else if (op == GrB_MIN_UINT8 ) monoid = GrB_MIN_MONOID_UINT8 ; in gb_binop_to_monoid()
26 else if (op == GrB_MIN_UINT16 ) monoid = GrB_MIN_MONOID_UINT16 ; in gb_binop_to_monoid()
29 else if (op == GrB_MIN_FP32 ) monoid = GrB_MIN_MONOID_FP32 ; in gb_binop_to_monoid()
30 else if (op == GrB_MIN_FP64 ) monoid = GrB_MIN_MONOID_FP64 ; in gb_binop_to_monoid()
33 else if (op == GrB_MAX_INT8 ) monoid = GrB_MAX_MONOID_INT8 ; in gb_binop_to_monoid()
[all …]
/dports/math/suitesparse-btf/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/@GrB/private/util/
H A Dgb_binop_to_monoid.c14 GrB_BinaryOp op in gb_binop_to_monoid() argument
21 if (op == GrB_MIN_INT8 ) monoid = GrB_MIN_MONOID_INT8 ; in gb_binop_to_monoid()
22 else if (op == GrB_MIN_INT16 ) monoid = GrB_MIN_MONOID_INT16 ; in gb_binop_to_monoid()
23 else if (op == GrB_MIN_INT32 ) monoid = GrB_MIN_MONOID_INT32 ; in gb_binop_to_monoid()
24 else if (op == GrB_MIN_INT64 ) monoid = GrB_MIN_MONOID_INT64 ; in gb_binop_to_monoid()
25 else if (op == GrB_MIN_UINT8 ) monoid = GrB_MIN_MONOID_UINT8 ; in gb_binop_to_monoid()
26 else if (op == GrB_MIN_UINT16 ) monoid = GrB_MIN_MONOID_UINT16 ; in gb_binop_to_monoid()
29 else if (op == GrB_MIN_FP32 ) monoid = GrB_MIN_MONOID_FP32 ; in gb_binop_to_monoid()
30 else if (op == GrB_MIN_FP64 ) monoid = GrB_MIN_MONOID_FP64 ; in gb_binop_to_monoid()
33 else if (op == GrB_MAX_INT8 ) monoid = GrB_MAX_MONOID_INT8 ; in gb_binop_to_monoid()
[all …]
/dports/math/suitesparse-amd/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/@GrB/private/util/
H A Dgb_binop_to_monoid.c14 GrB_BinaryOp op in gb_binop_to_monoid() argument
21 if (op == GrB_MIN_INT8 ) monoid = GrB_MIN_MONOID_INT8 ; in gb_binop_to_monoid()
22 else if (op == GrB_MIN_INT16 ) monoid = GrB_MIN_MONOID_INT16 ; in gb_binop_to_monoid()
23 else if (op == GrB_MIN_INT32 ) monoid = GrB_MIN_MONOID_INT32 ; in gb_binop_to_monoid()
24 else if (op == GrB_MIN_INT64 ) monoid = GrB_MIN_MONOID_INT64 ; in gb_binop_to_monoid()
25 else if (op == GrB_MIN_UINT8 ) monoid = GrB_MIN_MONOID_UINT8 ; in gb_binop_to_monoid()
26 else if (op == GrB_MIN_UINT16 ) monoid = GrB_MIN_MONOID_UINT16 ; in gb_binop_to_monoid()
29 else if (op == GrB_MIN_FP32 ) monoid = GrB_MIN_MONOID_FP32 ; in gb_binop_to_monoid()
30 else if (op == GrB_MIN_FP64 ) monoid = GrB_MIN_MONOID_FP64 ; in gb_binop_to_monoid()
33 else if (op == GrB_MAX_INT8 ) monoid = GrB_MAX_MONOID_INT8 ; in gb_binop_to_monoid()
[all …]
/dports/math/suitesparse-mongoose/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/@GrB/private/util/
H A Dgb_binop_to_monoid.c14 GrB_BinaryOp op in gb_binop_to_monoid() argument
21 if (op == GrB_MIN_INT8 ) monoid = GrB_MIN_MONOID_INT8 ; in gb_binop_to_monoid()
22 else if (op == GrB_MIN_INT16 ) monoid = GrB_MIN_MONOID_INT16 ; in gb_binop_to_monoid()
23 else if (op == GrB_MIN_INT32 ) monoid = GrB_MIN_MONOID_INT32 ; in gb_binop_to_monoid()
24 else if (op == GrB_MIN_INT64 ) monoid = GrB_MIN_MONOID_INT64 ; in gb_binop_to_monoid()
25 else if (op == GrB_MIN_UINT8 ) monoid = GrB_MIN_MONOID_UINT8 ; in gb_binop_to_monoid()
26 else if (op == GrB_MIN_UINT16 ) monoid = GrB_MIN_MONOID_UINT16 ; in gb_binop_to_monoid()
29 else if (op == GrB_MIN_FP32 ) monoid = GrB_MIN_MONOID_FP32 ; in gb_binop_to_monoid()
30 else if (op == GrB_MIN_FP64 ) monoid = GrB_MIN_MONOID_FP64 ; in gb_binop_to_monoid()
33 else if (op == GrB_MAX_INT8 ) monoid = GrB_MAX_MONOID_INT8 ; in gb_binop_to_monoid()
[all …]
/dports/math/suitesparse-rbio/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/@GrB/private/util/
H A Dgb_binop_to_monoid.c14 GrB_BinaryOp op in gb_binop_to_monoid() argument
21 if (op == GrB_MIN_INT8 ) monoid = GrB_MIN_MONOID_INT8 ; in gb_binop_to_monoid()
22 else if (op == GrB_MIN_INT16 ) monoid = GrB_MIN_MONOID_INT16 ; in gb_binop_to_monoid()
23 else if (op == GrB_MIN_INT32 ) monoid = GrB_MIN_MONOID_INT32 ; in gb_binop_to_monoid()
24 else if (op == GrB_MIN_INT64 ) monoid = GrB_MIN_MONOID_INT64 ; in gb_binop_to_monoid()
25 else if (op == GrB_MIN_UINT8 ) monoid = GrB_MIN_MONOID_UINT8 ; in gb_binop_to_monoid()
26 else if (op == GrB_MIN_UINT16 ) monoid = GrB_MIN_MONOID_UINT16 ; in gb_binop_to_monoid()
29 else if (op == GrB_MIN_FP32 ) monoid = GrB_MIN_MONOID_FP32 ; in gb_binop_to_monoid()
30 else if (op == GrB_MIN_FP64 ) monoid = GrB_MIN_MONOID_FP64 ; in gb_binop_to_monoid()
33 else if (op == GrB_MAX_INT8 ) monoid = GrB_MAX_MONOID_INT8 ; in gb_binop_to_monoid()
[all …]
/dports/math/suitesparse-ldl/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/@GrB/private/util/
H A Dgb_binop_to_monoid.c14 GrB_BinaryOp op in gb_binop_to_monoid() argument
21 if (op == GrB_MIN_INT8 ) monoid = GrB_MIN_MONOID_INT8 ; in gb_binop_to_monoid()
22 else if (op == GrB_MIN_INT16 ) monoid = GrB_MIN_MONOID_INT16 ; in gb_binop_to_monoid()
23 else if (op == GrB_MIN_INT32 ) monoid = GrB_MIN_MONOID_INT32 ; in gb_binop_to_monoid()
24 else if (op == GrB_MIN_INT64 ) monoid = GrB_MIN_MONOID_INT64 ; in gb_binop_to_monoid()
25 else if (op == GrB_MIN_UINT8 ) monoid = GrB_MIN_MONOID_UINT8 ; in gb_binop_to_monoid()
26 else if (op == GrB_MIN_UINT16 ) monoid = GrB_MIN_MONOID_UINT16 ; in gb_binop_to_monoid()
29 else if (op == GrB_MIN_FP32 ) monoid = GrB_MIN_MONOID_FP32 ; in gb_binop_to_monoid()
30 else if (op == GrB_MIN_FP64 ) monoid = GrB_MIN_MONOID_FP64 ; in gb_binop_to_monoid()
33 else if (op == GrB_MAX_INT8 ) monoid = GrB_MAX_MONOID_INT8 ; in gb_binop_to_monoid()
[all …]
/dports/math/suitesparse-colamd/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/@GrB/private/util/
H A Dgb_binop_to_monoid.c14 GrB_BinaryOp op in gb_binop_to_monoid() argument
21 if (op == GrB_MIN_INT8 ) monoid = GrB_MIN_MONOID_INT8 ; in gb_binop_to_monoid()
22 else if (op == GrB_MIN_INT16 ) monoid = GrB_MIN_MONOID_INT16 ; in gb_binop_to_monoid()
23 else if (op == GrB_MIN_INT32 ) monoid = GrB_MIN_MONOID_INT32 ; in gb_binop_to_monoid()
24 else if (op == GrB_MIN_INT64 ) monoid = GrB_MIN_MONOID_INT64 ; in gb_binop_to_monoid()
25 else if (op == GrB_MIN_UINT8 ) monoid = GrB_MIN_MONOID_UINT8 ; in gb_binop_to_monoid()
26 else if (op == GrB_MIN_UINT16 ) monoid = GrB_MIN_MONOID_UINT16 ; in gb_binop_to_monoid()
29 else if (op == GrB_MIN_FP32 ) monoid = GrB_MIN_MONOID_FP32 ; in gb_binop_to_monoid()
30 else if (op == GrB_MIN_FP64 ) monoid = GrB_MIN_MONOID_FP64 ; in gb_binop_to_monoid()
33 else if (op == GrB_MAX_INT8 ) monoid = GrB_MAX_MONOID_INT8 ; in gb_binop_to_monoid()
[all …]
/dports/math/suitesparse-cholmod/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/@GrB/private/util/
H A Dgb_binop_to_monoid.c14 GrB_BinaryOp op in gb_binop_to_monoid() argument
21 if (op == GrB_MIN_INT8 ) monoid = GrB_MIN_MONOID_INT8 ; in gb_binop_to_monoid()
22 else if (op == GrB_MIN_INT16 ) monoid = GrB_MIN_MONOID_INT16 ; in gb_binop_to_monoid()
23 else if (op == GrB_MIN_INT32 ) monoid = GrB_MIN_MONOID_INT32 ; in gb_binop_to_monoid()
24 else if (op == GrB_MIN_INT64 ) monoid = GrB_MIN_MONOID_INT64 ; in gb_binop_to_monoid()
25 else if (op == GrB_MIN_UINT8 ) monoid = GrB_MIN_MONOID_UINT8 ; in gb_binop_to_monoid()
26 else if (op == GrB_MIN_UINT16 ) monoid = GrB_MIN_MONOID_UINT16 ; in gb_binop_to_monoid()
29 else if (op == GrB_MIN_FP32 ) monoid = GrB_MIN_MONOID_FP32 ; in gb_binop_to_monoid()
30 else if (op == GrB_MIN_FP64 ) monoid = GrB_MIN_MONOID_FP64 ; in gb_binop_to_monoid()
33 else if (op == GrB_MAX_INT8 ) monoid = GrB_MAX_MONOID_INT8 ; in gb_binop_to_monoid()
[all …]
/dports/math/suitesparse-ccolamd/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/@GrB/private/util/
H A Dgb_binop_to_monoid.c14 GrB_BinaryOp op in gb_binop_to_monoid() argument
21 if (op == GrB_MIN_INT8 ) monoid = GrB_MIN_MONOID_INT8 ; in gb_binop_to_monoid()
22 else if (op == GrB_MIN_INT16 ) monoid = GrB_MIN_MONOID_INT16 ; in gb_binop_to_monoid()
23 else if (op == GrB_MIN_INT32 ) monoid = GrB_MIN_MONOID_INT32 ; in gb_binop_to_monoid()
24 else if (op == GrB_MIN_INT64 ) monoid = GrB_MIN_MONOID_INT64 ; in gb_binop_to_monoid()
25 else if (op == GrB_MIN_UINT8 ) monoid = GrB_MIN_MONOID_UINT8 ; in gb_binop_to_monoid()
26 else if (op == GrB_MIN_UINT16 ) monoid = GrB_MIN_MONOID_UINT16 ; in gb_binop_to_monoid()
29 else if (op == GrB_MIN_FP32 ) monoid = GrB_MIN_MONOID_FP32 ; in gb_binop_to_monoid()
30 else if (op == GrB_MIN_FP64 ) monoid = GrB_MIN_MONOID_FP64 ; in gb_binop_to_monoid()
33 else if (op == GrB_MAX_INT8 ) monoid = GrB_MAX_MONOID_INT8 ; in gb_binop_to_monoid()
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/tir/transforms/
H A Drewrite_unsafe_select.cc42 if (op->op.same_as(builtin::if_then_else())) { in VisitExpr_()
44 } else if (op->op.same_as(builtin::address_of())) { in VisitExpr_()
47 } else if (auto* ptr_op = op->op.as<OpNode>()) { in VisitExpr_()
65 bool VisitExpr_(const AddNode* op) final { return BinaryOp(op); } in VisitExpr_() argument
66 bool VisitExpr_(const SubNode* op) final { return BinaryOp(op); } in VisitExpr_() argument
74 bool VisitExpr_(const EQNode* op) final { return BinaryOp(op); } in VisitExpr_() argument
75 bool VisitExpr_(const NENode* op) final { return BinaryOp(op); } in VisitExpr_() argument
83 bool VisitExpr_(const LetNode* op) final { return VisitExpr(op->body) || VisitExpr(op->value); } in VisitExpr_() argument
86 bool VisitExpr_(const RampNode* op) final { return VisitExpr(op->base) && VisitExpr(op->stride); } in VisitExpr_() argument
101 return VisitExpr(op->a) || VisitExpr(op->b); in BinaryOp()
[all …]
/dports/math/suitesparse-spqr/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/@GrB/private/util/
H A Dgb_binop_to_monoid.c14 GrB_BinaryOp op in gb_binop_to_monoid() argument
21 if (op == GrB_MIN_INT8 ) monoid = GrB_MIN_MONOID_INT8 ; in gb_binop_to_monoid()
22 else if (op == GrB_MIN_INT16 ) monoid = GrB_MIN_MONOID_INT16 ; in gb_binop_to_monoid()
23 else if (op == GrB_MIN_INT32 ) monoid = GrB_MIN_MONOID_INT32 ; in gb_binop_to_monoid()
24 else if (op == GrB_MIN_INT64 ) monoid = GrB_MIN_MONOID_INT64 ; in gb_binop_to_monoid()
25 else if (op == GrB_MIN_UINT8 ) monoid = GrB_MIN_MONOID_UINT8 ; in gb_binop_to_monoid()
26 else if (op == GrB_MIN_UINT16 ) monoid = GrB_MIN_MONOID_UINT16 ; in gb_binop_to_monoid()
29 else if (op == GrB_MIN_FP32 ) monoid = GrB_MIN_MONOID_FP32 ; in gb_binop_to_monoid()
30 else if (op == GrB_MIN_FP64 ) monoid = GrB_MIN_MONOID_FP64 ; in gb_binop_to_monoid()
33 else if (op == GrB_MAX_INT8 ) monoid = GrB_MAX_MONOID_INT8 ; in gb_binop_to_monoid()
[all …]
/dports/math/suitesparse-slip_lu/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/@GrB/private/util/
H A Dgb_binop_to_monoid.c14 GrB_BinaryOp op in gb_binop_to_monoid() argument
21 if (op == GrB_MIN_INT8 ) monoid = GrB_MIN_MONOID_INT8 ; in gb_binop_to_monoid()
22 else if (op == GrB_MIN_INT16 ) monoid = GrB_MIN_MONOID_INT16 ; in gb_binop_to_monoid()
23 else if (op == GrB_MIN_INT32 ) monoid = GrB_MIN_MONOID_INT32 ; in gb_binop_to_monoid()
24 else if (op == GrB_MIN_INT64 ) monoid = GrB_MIN_MONOID_INT64 ; in gb_binop_to_monoid()
25 else if (op == GrB_MIN_UINT8 ) monoid = GrB_MIN_MONOID_UINT8 ; in gb_binop_to_monoid()
26 else if (op == GrB_MIN_UINT16 ) monoid = GrB_MIN_MONOID_UINT16 ; in gb_binop_to_monoid()
29 else if (op == GrB_MIN_FP32 ) monoid = GrB_MIN_MONOID_FP32 ; in gb_binop_to_monoid()
30 else if (op == GrB_MIN_FP64 ) monoid = GrB_MIN_MONOID_FP64 ; in gb_binop_to_monoid()
33 else if (op == GrB_MAX_INT8 ) monoid = GrB_MAX_MONOID_INT8 ; in gb_binop_to_monoid()
[all …]
/dports/math/suitesparse-camd/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/@GrB/private/util/
H A Dgb_binop_to_monoid.c14 GrB_BinaryOp op in gb_binop_to_monoid() argument
21 if (op == GrB_MIN_INT8 ) monoid = GrB_MIN_MONOID_INT8 ; in gb_binop_to_monoid()
22 else if (op == GrB_MIN_INT16 ) monoid = GrB_MIN_MONOID_INT16 ; in gb_binop_to_monoid()
23 else if (op == GrB_MIN_INT32 ) monoid = GrB_MIN_MONOID_INT32 ; in gb_binop_to_monoid()
24 else if (op == GrB_MIN_INT64 ) monoid = GrB_MIN_MONOID_INT64 ; in gb_binop_to_monoid()
25 else if (op == GrB_MIN_UINT8 ) monoid = GrB_MIN_MONOID_UINT8 ; in gb_binop_to_monoid()
26 else if (op == GrB_MIN_UINT16 ) monoid = GrB_MIN_MONOID_UINT16 ; in gb_binop_to_monoid()
29 else if (op == GrB_MIN_FP32 ) monoid = GrB_MIN_MONOID_FP32 ; in gb_binop_to_monoid()
30 else if (op == GrB_MIN_FP64 ) monoid = GrB_MIN_MONOID_FP64 ; in gb_binop_to_monoid()
33 else if (op == GrB_MAX_INT8 ) monoid = GrB_MAX_MONOID_INT8 ; in gb_binop_to_monoid()
[all …]
/dports/math/suitesparse-umfpack/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/@GrB/private/util/
H A Dgb_binop_to_monoid.c14 GrB_BinaryOp op in gb_binop_to_monoid() argument
21 if (op == GrB_MIN_INT8 ) monoid = GrB_MIN_MONOID_INT8 ; in gb_binop_to_monoid()
22 else if (op == GrB_MIN_INT16 ) monoid = GrB_MIN_MONOID_INT16 ; in gb_binop_to_monoid()
23 else if (op == GrB_MIN_INT32 ) monoid = GrB_MIN_MONOID_INT32 ; in gb_binop_to_monoid()
24 else if (op == GrB_MIN_INT64 ) monoid = GrB_MIN_MONOID_INT64 ; in gb_binop_to_monoid()
25 else if (op == GrB_MIN_UINT8 ) monoid = GrB_MIN_MONOID_UINT8 ; in gb_binop_to_monoid()
26 else if (op == GrB_MIN_UINT16 ) monoid = GrB_MIN_MONOID_UINT16 ; in gb_binop_to_monoid()
29 else if (op == GrB_MIN_FP32 ) monoid = GrB_MIN_MONOID_FP32 ; in gb_binop_to_monoid()
30 else if (op == GrB_MIN_FP64 ) monoid = GrB_MIN_MONOID_FP64 ; in gb_binop_to_monoid()
33 else if (op == GrB_MAX_INT8 ) monoid = GrB_MAX_MONOID_INT8 ; in gb_binop_to_monoid()
[all …]
/dports/math/suitesparse-cxsparse/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/@GrB/private/util/
H A Dgb_binop_to_monoid.c14 GrB_BinaryOp op in gb_binop_to_monoid() argument
21 if (op == GrB_MIN_INT8 ) monoid = GrB_MIN_MONOID_INT8 ; in gb_binop_to_monoid()
22 else if (op == GrB_MIN_INT16 ) monoid = GrB_MIN_MONOID_INT16 ; in gb_binop_to_monoid()
23 else if (op == GrB_MIN_INT32 ) monoid = GrB_MIN_MONOID_INT32 ; in gb_binop_to_monoid()
24 else if (op == GrB_MIN_INT64 ) monoid = GrB_MIN_MONOID_INT64 ; in gb_binop_to_monoid()
25 else if (op == GrB_MIN_UINT8 ) monoid = GrB_MIN_MONOID_UINT8 ; in gb_binop_to_monoid()
26 else if (op == GrB_MIN_UINT16 ) monoid = GrB_MIN_MONOID_UINT16 ; in gb_binop_to_monoid()
29 else if (op == GrB_MIN_FP32 ) monoid = GrB_MIN_MONOID_FP32 ; in gb_binop_to_monoid()
30 else if (op == GrB_MIN_FP64 ) monoid = GrB_MIN_MONOID_FP64 ; in gb_binop_to_monoid()
33 else if (op == GrB_MAX_INT8 ) monoid = GrB_MAX_MONOID_INT8 ; in gb_binop_to_monoid()
[all …]
/dports/math/suitesparse-graphblas/SuiteSparse-5.10.1/GraphBLAS/GraphBLAS/@GrB/private/util/
H A Dgb_binop_to_monoid.c14 GrB_BinaryOp op in gb_binop_to_monoid() argument
21 if (op == GrB_MIN_INT8 ) monoid = GrB_MIN_MONOID_INT8 ; in gb_binop_to_monoid()
22 else if (op == GrB_MIN_INT16 ) monoid = GrB_MIN_MONOID_INT16 ; in gb_binop_to_monoid()
23 else if (op == GrB_MIN_INT32 ) monoid = GrB_MIN_MONOID_INT32 ; in gb_binop_to_monoid()
24 else if (op == GrB_MIN_INT64 ) monoid = GrB_MIN_MONOID_INT64 ; in gb_binop_to_monoid()
25 else if (op == GrB_MIN_UINT8 ) monoid = GrB_MIN_MONOID_UINT8 ; in gb_binop_to_monoid()
26 else if (op == GrB_MIN_UINT16 ) monoid = GrB_MIN_MONOID_UINT16 ; in gb_binop_to_monoid()
29 else if (op == GrB_MIN_FP32 ) monoid = GrB_MIN_MONOID_FP32 ; in gb_binop_to_monoid()
30 else if (op == GrB_MIN_FP64 ) monoid = GrB_MIN_MONOID_FP64 ; in gb_binop_to_monoid()
33 else if (op == GrB_MAX_INT8 ) monoid = GrB_MAX_MONOID_INT8 ; in gb_binop_to_monoid()
[all …]
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/z180/
H A Dz180op.c143 OP(op,00) { } /* NOP */
150 OP(op,07) { RLCA; } /* RLCA */
159 OP(op,0f) { RRCA; } /* RRCA */
168 OP(op,17) { RLA; } /* RLA */
177 OP(op,1f) { RRA; } /* RRA */
186 OP(op,27) { DAA; } /* DAA */
215 OP(op,40) { } /* LD B,B */
225 OP(op,49) { } /* LD C,C */
235 OP(op,52) { } /* LD D,D */
245 OP(op,5b) { } /* LD E,E */
[all …]
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/z180/
H A Dz180op.c143 OP(op,00) { } /* NOP */
150 OP(op,07) { RLCA; } /* RLCA */
159 OP(op,0f) { RRCA; } /* RRCA */
168 OP(op,17) { RLA; } /* RLA */
177 OP(op,1f) { RRA; } /* RRA */
186 OP(op,27) { DAA; } /* DAA */
216 OP(op,40) { } /* LD B,B */
226 OP(op,49) { } /* LD C,C */
236 OP(op,52) { } /* LD D,D */
246 OP(op,5b) { } /* LD E,E */
[all …]
/dports/sysutils/sg3_utils/sg3_utils-1.42/src/
H A Dsg_start.c469 op = &opts; in main()
487 if (op->do_start && op->do_stop) { in main()
491 if (op->do_load && op->do_eject) { in main()
495 if (op->do_load) in main()
497 else if ((op->do_eject) || (op->do_stop)) in main()
499 else if (op->opt_new && op->do_loej && (0 == op->do_start)) in main()
501 else if ((0 == op->do_loej) && (-1 == op->do_fl) && (0 == op->do_pc)) in main()
527 fd = sg_cmds_open_device(op->device_name, op->do_readonly, in main()
542 res = sg_ll_start_stop_unit(fd, op->do_immed, op->do_mod, in main()
543 op->do_pc, op->do_noflush, 0, 0, 1, in main()
[all …]
/dports/devel/py-keystone-engine/keystone-engine-0.9.1-3/src/llvm/lib/Target/ARM/
H A DARMGenMCCodeEmitter.inc4516 // op: V
4520 // op: R
4523 // op: p
4530 // op: V
4534 // op: R
4537 // op: p
4547 // op: V
4551 // op: R
4554 // op: p
4565 // op: V
[all …]

1...<<11121314151617181920>>...3860