Home
last modified time | relevance | path

Searched refs:general_ops (Results 1 – 17 of 17) sorted by relevance

/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/alertmanager/api/v2/
H A Dapi_test.go26 general_ops "github.com/prometheus/alertmanager/api/v2/restapi/operations/general" packageName
42 status := api.getStatusHandler(general_ops.GetStatusParams{}).(*general_ops.GetStatusOK)
H A Dapi.go40 general_ops "github.com/prometheus/alertmanager/api/v2/restapi/operations/general" packageName
120 openAPI.GeneralGetStatusHandler = general_ops.GetStatusHandlerFunc(api.getStatusHandler)
145 func (api *API) getStatusHandler(params general_ops.GetStatusParams) middleware.Responder {
196 return general_ops.NewGetStatusOK().WithPayload(&resp)
/dports/science/py-cirq-core/Cirq-0.13.1/cirq-core/cirq/sim/
H A Dsimulator_base.py258 general_ops = list(general_suffix.all_operations())
259 if all(isinstance(op.gate, ops.MeasurementGate) for op in general_ops):
267 measurement_ops = [cast(ops.GateOperation, op) for op in general_ops]
/dports/science/py-cirq-pasqal/Cirq-0.13.1/cirq-core/cirq/sim/
H A Dsimulator_base.py258 general_ops = list(general_suffix.all_operations())
259 if all(isinstance(op.gate, ops.MeasurementGate) for op in general_ops):
267 measurement_ops = [cast(ops.GateOperation, op) for op in general_ops]
/dports/science/py-cirq-google/Cirq-0.13.0/cirq-core/cirq/sim/
H A Dsimulator_base.py258 general_ops = list(general_suffix.all_operations())
259 if all(isinstance(op.gate, ops.MeasurementGate) for op in general_ops):
267 measurement_ops = [cast(ops.GateOperation, op) for op in general_ops]
/dports/science/py-cirq-ionq/Cirq-0.13.1/cirq-core/cirq/sim/
H A Dsimulator_base.py258 general_ops = list(general_suffix.all_operations())
259 if all(isinstance(op.gate, ops.MeasurementGate) for op in general_ops):
267 measurement_ops = [cast(ops.GateOperation, op) for op in general_ops]
/dports/science/py-cirq-aqt/Cirq-0.12.0/cirq-core/cirq/sim/
H A Dsimulator_base.py252 general_ops = list(general_suffix.all_operations())
253 if all(isinstance(op.gate, ops.MeasurementGate) for op in general_ops):
261 measurement_ops = [cast(ops.GateOperation, op) for op in general_ops]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/alertmanager/api/v2/
H A Dapi_test.go26 general_ops "github.com/prometheus/alertmanager/api/v2/restapi/operations/general" packageName
44 status := api.getStatusHandler(general_ops.GetStatusParams{}).(*general_ops.GetStatusOK)
H A Dapi.go40 general_ops "github.com/prometheus/alertmanager/api/v2/restapi/operations/general" packageName
120 openAPI.GeneralGetStatusHandler = general_ops.GetStatusHandlerFunc(api.getStatusHandler)
147 func (api *API) getStatusHandler(params general_ops.GetStatusParams) middleware.Responder {
200 return general_ops.NewGetStatusOK().WithPayload(&resp)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/prometheus/alertmanager/api/v2/
H A Dapi_test.go26 general_ops "github.com/prometheus/alertmanager/api/v2/restapi/operations/general" packageName
44 status := api.getStatusHandler(general_ops.GetStatusParams{}).(*general_ops.GetStatusOK)
H A Dapi.go40 general_ops "github.com/prometheus/alertmanager/api/v2/restapi/operations/general" packageName
120 openAPI.GeneralGetStatusHandler = general_ops.GetStatusHandlerFunc(api.getStatusHandler)
147 func (api *API) getStatusHandler(params general_ops.GetStatusParams) middleware.Responder {
200 return general_ops.NewGetStatusOK().WithPayload(&resp)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/prometheus/alertmanager/api/v2/
H A Dapi.go40 general_ops "github.com/prometheus/alertmanager/api/v2/restapi/operations/general" packageName
120 openAPI.GeneralGetStatusHandler = general_ops.GetStatusHandlerFunc(api.getStatusHandler)
147 func (api *API) getStatusHandler(params general_ops.GetStatusParams) middleware.Responder {
200 return general_ops.NewGetStatusOK().WithPayload(&resp)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/prometheus/alertmanager/api/v2/
H A Dapi.go40 general_ops "github.com/prometheus/alertmanager/api/v2/restapi/operations/general" packageName
120 openAPI.GeneralGetStatusHandler = general_ops.GetStatusHandlerFunc(api.getStatusHandler)
147 func (api *API) getStatusHandler(params general_ops.GetStatusParams) middleware.Responder {
200 return general_ops.NewGetStatusOK().WithPayload(&resp)
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/config/aarch64/
H A Daarch64.c14435 unsigned int general_ops = 0; member
15420 ops->general_ops += num_copies; in aarch64_count_ops()
15444 ops->general_ops += issue_info->fp_simd_load_general_ops * num_copies; in aarch64_count_ops()
15459 ops->general_ops += num_copies; in aarch64_count_ops()
15470 ops->general_ops += num_copies; in aarch64_count_ops()
15488 ops->general_ops += simd_issue->ld2_st2_general_ops * num_copies; in aarch64_count_ops()
15492 ops->general_ops += simd_issue->ld3_st3_general_ops * num_copies; in aarch64_count_ops()
15496 ops->general_ops += simd_issue->ld4_st4_general_ops * num_copies; in aarch64_count_ops()
15648 " general operations = %d\n", general_ops); in dump()
15673 cycles = std::max (cycles, { ops->general_ops, in aarch64_estimate_min_cycles_per_iter()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/config/aarch64/
H A Daarch64.c14737 unsigned int general_ops = 0; variable
14831 return { general_ops + loads + pred_ops + 1, 5 }; in rename_cycles_per_iter()
14846 cycles = std::max (cycles, { general_ops, in min_nonpred_cycles_per_iter()
14879 " general operations = %d\n", general_ops); in dump()
15663 ops->general_ops += count; in count_ops()
15671 ops->general_ops += base_issue->fp_simd_load_general_ops * count; in count_ops()
15686 ops->general_ops += count; in count_ops()
15692 ops->general_ops += count; in count_ops()
15709 ops->general_ops += simd_issue->ld2_st2_general_ops * count; in count_ops()
15713 ops->general_ops += simd_issue->ld3_st3_general_ops * count; in count_ops()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/config/aarch64/
H A Daarch64.c14297 unsigned int general_ops = 0; member
15240 ops->general_ops += num_copies; in aarch64_count_ops()
15264 ops->general_ops += issue_info->fp_simd_load_general_ops * num_copies; in aarch64_count_ops()
15272 ops->general_ops += issue_info->fp_simd_store_general_ops * num_copies; in aarch64_count_ops()
15279 ops->general_ops += num_copies; in aarch64_count_ops()
15290 ops->general_ops += num_copies; in aarch64_count_ops()
15308 ops->general_ops += simd_issue->ld2_st2_general_ops * num_copies; in aarch64_count_ops()
15312 ops->general_ops += simd_issue->ld3_st3_general_ops * num_copies; in aarch64_count_ops()
15316 ops->general_ops += simd_issue->ld4_st4_general_ops * num_copies; in aarch64_count_ops()
15458 " general operations = %d\n", general_ops); in dump()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/config/aarch64/
H A Daarch64.c14297 unsigned int general_ops = 0;
15240 ops->general_ops += num_copies;
15264 ops->general_ops += issue_info->fp_simd_load_general_ops * num_copies;
15272 ops->general_ops += issue_info->fp_simd_store_general_ops * num_copies;
15279 ops->general_ops += num_copies;
15290 ops->general_ops += num_copies;
15308 ops->general_ops += simd_issue->ld2_st2_general_ops * num_copies;
15312 ops->general_ops += simd_issue->ld3_st3_general_ops * num_copies;
15316 ops->general_ops += simd_issue->ld4_st4_general_ops * num_copies;
15458 " general operations = %d\n", general_ops);
[all …]