Home
last modified time | relevance | path

Searched refs:throughput (Results 1 – 25 of 3333) sorted by relevance

12345678910>>...134

/dports/net/ns3/ns-allinone-3.35/ns-3.35/examples/wireless/
H A Dwifi-mixed-network.cc334 return throughput; in Run()
370 if (verifyResults && (throughput < 22.5 || throughput > 23.5)) in main()
383 if (verifyResults && (throughput < 29 || throughput > 30)) in main()
396 if (verifyResults && (throughput < 22.5 || throughput > 23.5)) in main()
409 if (verifyResults && (throughput < 22.5 || throughput > 23.5)) in main()
423 if (verifyResults && (throughput < 19 || throughput > 20)) in main()
436 if (verifyResults && (throughput < 19 || throughput > 20)) in main()
450 if (verifyResults && (throughput < 20.5 || throughput > 21.5)) in main()
463 if (verifyResults && (throughput < 20.5 || throughput > 21.5)) in main()
482 if (verifyResults && (throughput < 44 || throughput > 45)) in main()
[all …]
/dports/graphics/blender/blender-2.91.0/intern/cycles/kernel/
H A Dkernel_path.h125 L->transparent += average(throughput); in kernel_path_background()
136 throughput *= kernel_data.background.ao_bounces_factor; in kernel_path_background()
224 *throughput *= volume_segment.accum_transmittance; in kernel_path_volume()
232 kg, state, sd, &volume_ray, L, throughput, step_size); in kernel_path_volume()
274 path_radiance_accum_shadowcatcher(L, throughput, bg); in kernel_path_shader_apply()
289 L->transparent += average(holdout_weight * throughput); in kernel_path_shader_apply()
334 float3 throughput, in kernel_path_ao() argument
380 float3 throughput, in kernel_path_indirect() argument
453 throughput /= probability; in kernel_path_indirect()
590 throughput /= probability; in kernel_path_integrate()
[all …]
H A Dkernel_path_branched.h26 float3 throughput) in kernel_branched_path_ao() argument
74 float3 *throughput, in kernel_branched_path_volume() argument
121 float3 tp = *throughput; in kernel_branched_path_volume()
150 *throughput *= volume_segment.accum_transmittance; in kernel_branched_path_volume()
168 float3 tp = (*throughput) * num_samples_inv; in kernel_branched_path_volume()
254 float3 tp = throughput; in kernel_branched_path_surface_indirect_light()
377 float3 throughput = make_float3(1.0f, 1.0f, 1.0f); in kernel_branched_path_integrate() local
444 throughput /= probability; in kernel_branched_path_integrate()
475 kg, &sd, emission_sd, &hit_state, throughput, 1.0f, L, all); in kernel_branched_path_integrate()
484 throughput *= shader_bsdf_transparency(kg, &sd); in kernel_branched_path_integrate()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/congestion_controller/goog_cc/
H A Drobust_throughput_estimator_unittest.cc64 auto throughput = throughput_estimator.bitrate(); in TEST() local
65 EXPECT_TRUE(throughput.has_value()); in TEST()
88 auto throughput = throughput_estimator.bitrate(); in TEST() local
89 EXPECT_TRUE(throughput.has_value()); in TEST()
102 throughput = throughput_estimator.bitrate(); in TEST()
103 EXPECT_TRUE(throughput.has_value()); in TEST()
113 throughput = throughput_estimator.bitrate(); in TEST()
114 EXPECT_TRUE(throughput.has_value()); in TEST()
137 auto throughput = throughput_estimator.bitrate(); in TEST() local
138 EXPECT_TRUE(throughput.has_value()); in TEST()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/congestion_controller/goog_cc/
H A Drobust_throughput_estimator_unittest.cc64 auto throughput = throughput_estimator.bitrate(); in TEST() local
65 EXPECT_TRUE(throughput.has_value()); in TEST()
88 auto throughput = throughput_estimator.bitrate(); in TEST() local
89 EXPECT_TRUE(throughput.has_value()); in TEST()
102 throughput = throughput_estimator.bitrate(); in TEST()
103 EXPECT_TRUE(throughput.has_value()); in TEST()
113 throughput = throughput_estimator.bitrate(); in TEST()
114 EXPECT_TRUE(throughput.has_value()); in TEST()
137 auto throughput = throughput_estimator.bitrate(); in TEST() local
138 EXPECT_TRUE(throughput.has_value()); in TEST()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/congestion_controller/goog_cc/
H A Drobust_throughput_estimator_unittest.cc64 auto throughput = throughput_estimator.bitrate(); in TEST() local
65 EXPECT_TRUE(throughput.has_value()); in TEST()
88 auto throughput = throughput_estimator.bitrate(); in TEST() local
89 EXPECT_TRUE(throughput.has_value()); in TEST()
102 throughput = throughput_estimator.bitrate(); in TEST()
103 EXPECT_TRUE(throughput.has_value()); in TEST()
113 throughput = throughput_estimator.bitrate(); in TEST()
114 EXPECT_TRUE(throughput.has_value()); in TEST()
137 auto throughput = throughput_estimator.bitrate(); in TEST() local
138 EXPECT_TRUE(throughput.has_value()); in TEST()
[all …]
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/congestion_controller/goog_cc/
H A Drobust_throughput_estimator_unittest.cc64 auto throughput = throughput_estimator.bitrate(); in TEST() local
65 EXPECT_TRUE(throughput.has_value()); in TEST()
88 auto throughput = throughput_estimator.bitrate(); in TEST() local
89 EXPECT_TRUE(throughput.has_value()); in TEST()
102 throughput = throughput_estimator.bitrate(); in TEST()
103 EXPECT_TRUE(throughput.has_value()); in TEST()
113 throughput = throughput_estimator.bitrate(); in TEST()
114 EXPECT_TRUE(throughput.has_value()); in TEST()
137 auto throughput = throughput_estimator.bitrate(); in TEST() local
138 EXPECT_TRUE(throughput.has_value()); in TEST()
[all …]
/dports/devel/grpc130/grpc-1.30.2/test/cpp/qps/
H A Dqps_json_driver_scenarios.bzl3throughput", "name": "grpc.optimization_target"}, {"int_value": 1, "name": "grpc.minimal_stack"}],…
H A Djson_run_localhost_scenarios.bzl3throughput", "name": "grpc.optimization_target"}], "async_server_threads": 0, "threads_per_cq": 3,…
/dports/devel/grpc134/grpc-1.34.1/test/cpp/qps/
H A Dqps_json_driver_scenarios.bzl3throughput", "name": "grpc.optimization_target"}, {"int_value": 1, "name": "grpc.minimal_stack"}],…
H A Djson_run_localhost_scenarios.bzl3throughput", "name": "grpc.optimization_target"}], "async_server_threads": 0, "threads_per_cq": 3,…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/test/cpp/qps/
H A Dqps_json_driver_scenarios.bzl3throughput", "name": "grpc.optimization_target"}, {"int_value": 1, "name": "grpc.minimal_stack"}]}…
H A Djson_run_localhost_scenarios.bzl3throughput", "name": "grpc.optimization_target"}]}, "client_config": {"security_params": {"use_tes…
/dports/graphics/blender/blender-2.91.0/intern/cycles/kernel/closure/
H A Dbsdf_microfacet_multi_impl.h93 eval *= throughput; in MF_FUNCTION_FULL_NAME()
121 eval = throughput * phase * in MF_FUNCTION_FULL_NAME()
157 throughput *= color; in MF_FUNCTION_FULL_NAME()
172 throughput *= color; in MF_FUNCTION_FULL_NAME()
220 return throughput; in MF_FUNCTION_FULL_NAME()
229 throughput *= color; in MF_FUNCTION_FULL_NAME()
245 throughput *= color; in MF_FUNCTION_FULL_NAME()
251 throughput = t_color; in MF_FUNCTION_FULL_NAME()
253 throughput *= t_color; in MF_FUNCTION_FULL_NAME()
261 throughput = t_color; in MF_FUNCTION_FULL_NAME()
[all …]
/dports/devel/grpc/grpc-1.42.0/test/cpp/qps/
H A Dqps_json_driver_scenarios.bzl22throughput"}], "payload_config": {"simple_params": {"req_size": 0, "resp_size": 0}}, "load_params"…
23throughput"}], "payload_config": {"simple_params": {"req_size": 0, "resp_size": 0}}, "load_params"…
24throughput"}, {"name": "grpc.minimal_stack", "int_value": 1}], "payload_config": {"simple_params":…
27throughput"}, {"name": "grpc.minimal_stack", "int_value": 1}], "payload_config": {"simple_params":…
28throughput"}, {"name": "grpc.minimal_stack", "int_value": 1}], "payload_config": {"simple_params":…
29throughput"}, {"name": "grpc.minimal_stack", "int_value": 1}], "payload_config": {"simple_params":…
30throughput"}, {"name": "grpc.minimal_stack", "int_value": 1}], "payload_config": {"simple_params":…
31throughput"}, {"name": "grpc.minimal_stack", "int_value": 1}], "payload_config": {"simple_params":…
33throughput"}, {"name": "grpc.minimal_stack", "int_value": 1}], "payload_config": {"simple_params":…
34throughput"}, {"name": "grpc.minimal_stack", "int_value": 1}], "payload_config": {"simple_params":…
[all …]
/dports/devel/flatcc/flatcc-0.6.0/doc/
H A Dbenchmarks.md41 throughput in 1M ops per sec: 18.159
50 throughput in 1M ops per sec: 83.264
58 throughput in ops per sec: 1425301.380
59 throughput in 1M ops per sec: 1.425
68 throughput in 1M ops per sec: 34.643
78 throughput in 1M ops per sec: 1.597
87 throughput in 1M ops per sec: 34.902
109 throughput in 1M ops per sec: 0.711
121 throughput in 1M ops per sec: 0.451
135 throughput in 1M ops per sec: 0.826
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/vendored/boto/boto/dynamodb2/
H A Dfields.py222 throughput = { variable in GlobalBaseIndexField
228 throughput = kwargs.pop('throughput', None)
230 if throughput is not None:
231 self.throughput = throughput
262 'ReadCapacityUnits': int(self.throughput['read']),
263 'WriteCapacityUnits': int(self.throughput['write']),
326 throughput = kwargs.pop('throughput', None)
328 if throughput:
329 kwargs['throughput'] = throughput
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/vendored/boto/boto/dynamodb2/
H A Dfields.py222 throughput = { variable in GlobalBaseIndexField
228 throughput = kwargs.pop('throughput', None)
230 if throughput is not None:
231 self.throughput = throughput
262 'ReadCapacityUnits': int(self.throughput['read']),
263 'WriteCapacityUnits': int(self.throughput['write']),
326 throughput = kwargs.pop('throughput', None)
328 if throughput:
329 kwargs['throughput'] = throughput
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/boto/boto/dynamodb2/
H A Dfields.py222 throughput = { variable in GlobalBaseIndexField
228 throughput = kwargs.pop('throughput', None)
230 if throughput is not None:
231 self.throughput = throughput
262 'ReadCapacityUnits': int(self.throughput['read']),
263 'WriteCapacityUnits': int(self.throughput['write']),
326 throughput = kwargs.pop('throughput', None)
328 if throughput:
329 kwargs['throughput'] = throughput
/dports/devel/py-boto/boto-2.49.0/boto/dynamodb2/
H A Dfields.py222 throughput = { variable in GlobalBaseIndexField
228 throughput = kwargs.pop('throughput', None)
230 if throughput is not None:
231 self.throughput = throughput
262 'ReadCapacityUnits': int(self.throughput['read']),
263 'WriteCapacityUnits': int(self.throughput['write']),
326 throughput = kwargs.pop('throughput', None)
328 if throughput:
329 kwargs['throughput'] = throughput
/dports/www/e2guardian/e2guardian-5.3.4/src/
H A DFDTunnel.cpp36 : throughput(0) in FDTunnel()
42 throughput = 0; in reset()
63 throughput = total_rd; in tunnel()
90 throughput += sockfrom.bufflen - sockfrom.buffstart; in tunnel()
118 while (!done && (targetthroughput > -1 ? throughput < targetthroughput : true)) { in tunnel()
122 std::cout <<thread_id << "Start of tunnel loop: throughput:" << throughput in tunnel()
157 …((int)sizeof(buff) < ((targetthroughput - throughput) /*+2*/)) ? sizeof(buff) : (targetthroughput … in tunnel()
171 throughput += rc; // increment our counter used to log in tunnel()
234 if ((throughput >= targetthroughput) && (targetthroughput > -1)) in tunnel()
235 …d data tunnelled. (expected " << targetthroughput << "; tunnelled " << throughput << ")" << std::e… in tunnel()
[all …]
/dports/devel/tcllib/tcllib-1.20/modules/struct/graph/tests/ops/
H A Dedmondskarp.test61 set throughput [$result arc get $arc throughput]
62 if { $throughput } {
81 set throughput [$result arc get $arc throughput]
82 if { $throughput } {
101 set throughput [$result arc get $arc throughput]
102 if { $throughput } {
121 set throughput [$result arc get $arc throughput]
122 if { $throughput } {
141 set throughput [$result arc get $arc throughput]
142 if { $throughput } {
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/vendored/boto/tests/integration/dynamodb2/
H A Dtest_highlevel.py52 ], throughput={
73 self.assertEqual(users.throughput, users_hit_api.throughput)
376 ], throughput={
402 ], throughput={
409 ], throughput={
420 throughput={
441 ], throughput={
500 ], throughput={
541 ], throughput={
655 ], throughput={
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/boto/tests/integration/dynamodb2/
H A Dtest_highlevel.py52 ], throughput={
73 self.assertEqual(users.throughput, users_hit_api.throughput)
376 ], throughput={
402 ], throughput={
409 ], throughput={
420 throughput={
441 ], throughput={
500 ], throughput={
541 ], throughput={
655 ], throughput={
[all …]
/dports/devel/tcllibc/tcllib-1.20/modules/struct/graph/tests/ops/
H A Dedmondskarp.test61 set throughput [$result arc get $arc throughput]
62 if { $throughput } {
81 set throughput [$result arc get $arc throughput]
82 if { $throughput } {
101 set throughput [$result arc get $arc throughput]
102 if { $throughput } {
121 set throughput [$result arc get $arc throughput]
122 if { $throughput } {
141 set throughput [$result arc get $arc throughput]
142 if { $throughput } {
[all …]

12345678910>>...134