Home
last modified time | relevance | path

Searched refs:h_labels (Results 1 – 25 of 32) sorted by relevance

12

/dports/www/yabb/YaBB_2.6.11/cgi-bin/yabb2/Admin/
H A DHoneyPot.pm170 @h_labels = <HONEYPOT>;
173 foreach my $id (@h_labels) {
230 @h_labels = <HONEYPOT>;
237 foreach my $i ( @h_labels) {
261 @h_labels = <HONEYPOT>;
267 foreach my $i ( @h_labels) {
/dports/math/octave-forge-stk/stk/inst/misc/plot/
H A Dstk_labels.m32 function h_labels = stk_labels (varargin)
45 h_labels = zeros (2, 1); variable
46 h_labels(1) = stk_xlabel (h_axes, xlab, options{:});
47 h_labels(2) = stk_ylabel (h_axes, ylab, options{:});
/dports/math/octave-forge-stk/stk/inst/utils/
H A Dstk_plot_predvsobs.m66 h_labels = stk_labels (h_axes, 'observations', 'predictions'); variable
67 h.xlabel = h_labels(1);
68 h.ylabel = h_labels(2);
H A Dstk_plot_histnormres.m78 h_labels = stk_labels (h_axes, 'normalized residuals', 'probability density'); variable
79 h.xlabel = h_labels(1);
80 h.ylabel = h_labels(2);
/dports/misc/py-xgboost/xgboost-1.5.1/tests/cpp/plugin/
H A Dtest_regression_obj_oneapi.cc144 auto& h_labels = info.labels_.HostVector(); in TEST() local
145 for (size_t i = 0; i < h_labels.size(); ++i) { in TEST()
146 h_labels[i] = 1 / static_cast<float>(i+1); in TEST()
/dports/misc/xgboost/xgboost-1.5.1/tests/cpp/plugin/
H A Dtest_regression_obj_oneapi.cc144 auto& h_labels = info.labels_.HostVector(); in TEST() local
145 for (size_t i = 0; i < h_labels.size(); ++i) { in TEST()
146 h_labels[i] = 1 / static_cast<float>(i+1); in TEST()
/dports/misc/py-xgboost/xgboost-1.5.1/tests/cpp/
H A Dtest_serialization.cc207 auto &h_labels = p_dmat_->Info().labels_.HostVector(); in SetUp() local
212 for (auto& v : h_labels) { v = dis(&gen); } in SetUp()
392 auto &h_labels = p_dmat->Info().labels_.HostVector(); in SetUp() local
398 for (auto& v : h_labels) { v = flip(rnd); } in SetUp()
516 auto &h_labels = p_dmat->Info().labels_.HostVector(); in SetUp() local
522 for (auto& v : h_labels) { v = categorical(rnd); } in SetUp()
H A Dhelpers.cc340 auto& h_labels = out->Info().labels_.HostVector(); in GenerateDMatrix() local
341 for (auto& v : h_labels) { in GenerateDMatrix()
/dports/misc/xgboost/xgboost-1.5.1/tests/cpp/
H A Dtest_serialization.cc207 auto &h_labels = p_dmat_->Info().labels_.HostVector(); in SetUp() local
212 for (auto& v : h_labels) { v = dis(&gen); } in SetUp()
392 auto &h_labels = p_dmat->Info().labels_.HostVector(); in SetUp() local
398 for (auto& v : h_labels) { v = flip(rnd); } in SetUp()
516 auto &h_labels = p_dmat->Info().labels_.HostVector(); in SetUp() local
522 for (auto& v : h_labels) { v = categorical(rnd); } in SetUp()
H A Dhelpers.cc340 auto& h_labels = out->Info().labels_.HostVector(); in GenerateDMatrix() local
341 for (auto& v : h_labels) { in GenerateDMatrix()
/dports/games/NBlood/NBlood-a1689a4/source/rr/src/
H A Dgamedef.cpp293 hashtable_t h_labels = { 11264>>1, NULL }; variable
298 &h_labels, &h_keywords, &h_gamevars
302 &h_labels, &h_keywords
743 id = hash_find(&h_labels,tempbuf); in C_GetNextVarType()
819 int32_t i = hash_find(&h_labels,tempbuf); in C_GetNextValue()
1272 hash_add(&h_labels,label+(g_labelCnt<<6),g_labelCnt,0); in C_ParseCommand()
1402 i = hash_find(&h_labels,label+(g_labelCnt<<6)); in C_ParseCommand()
1588 i = hash_find(&h_labels,label+(g_labelCnt<<6)); in C_ParseCommand()
1658 i = hash_find(&h_labels,label+(g_labelCnt<<6)); in C_ParseCommand()
1713 j = hash_find(&h_labels, g_szCurrentBlockName); in C_ParseCommand()
[all …]
H A Dm32def.cpp583 hashtable_t h_labels = { 11262>>1, NULL }; variable
604 hash_init(&h_labels); in C_InitHashes()
1276 id = hash_find(&h_labels, tlabel); in C_GetNextVarType()
1460 i = hash_find(&h_labels, tempbuf); in C_GetNextValue()
1694 i = hash_find(&h_labels, tlabel); in C_ParseCommand()
1700 hash_add(&h_labels, label+(g_numLabels*MAXLABELLEN), g_numLabels, 0); in C_ParseCommand()
1803 j = hash_find(&h_labels, tlabel); in C_ParseCommand()
3471 hash_add(&h_labels, label+(g_numLabels*MAXLABELLEN), g_numLabels, 0); in C_AddDefinition()
H A Dgamedef.h78 extern hashtable_t h_labels;
/dports/misc/py-xgboost/xgboost-1.5.1/src/metric/
H A Drank_metric.cc412 const auto &h_labels = info.labels_.ConstHostVector(); in Eval() local
434 total_pos += wt * h_labels[j]; in Eval()
435 total_neg += wt * (1.0f - h_labels[j]); in Eval()
452 tp += wt * h_labels[rec[j].second]; in Eval()
453 fp += wt * (1.0f - h_labels[rec[j].second]); in Eval()
H A Dmulticlass_metric.cu47 const auto& h_labels = labels.HostVector(); in CpuReduceMetrics() local
61 auto label = static_cast<int>(h_labels[idx]); in CpuReduceMetrics()
H A Delementwise_metric.cu43 const auto& h_labels = labels.HostVector(); in CpuReduceMetrics() local
55 residue_sum += policy_.EvalRow(h_labels[i], h_preds[i]) * wt; in CpuReduceMetrics()
/dports/misc/xgboost/xgboost-1.5.1/src/metric/
H A Drank_metric.cc412 const auto &h_labels = info.labels_.ConstHostVector(); in Eval() local
434 total_pos += wt * h_labels[j]; in Eval()
435 total_neg += wt * (1.0f - h_labels[j]); in Eval()
452 tp += wt * h_labels[rec[j].second]; in Eval()
453 fp += wt * (1.0f - h_labels[rec[j].second]); in Eval()
H A Dmulticlass_metric.cu47 const auto& h_labels = labels.HostVector(); in CpuReduceMetrics() local
61 auto label = static_cast<int>(h_labels[idx]); in CpuReduceMetrics()
H A Delementwise_metric.cu43 const auto& h_labels = labels.HostVector(); in CpuReduceMetrics() local
55 residue_sum += policy_.EvalRow(h_labels[i], h_preds[i]) * wt; in CpuReduceMetrics()
/dports/misc/py-xgboost/xgboost-1.5.1/tests/cpp/objective/
H A Dtest_regression_obj.cc297 auto& h_labels = info.labels_.HostVector(); in TEST() local
298 for (size_t i = 0; i < h_labels.size(); ++i) { in TEST()
299 h_labels[i] = 1 / (float)(i+1); in TEST()
/dports/misc/xgboost/xgboost-1.5.1/tests/cpp/objective/
H A Dtest_regression_obj.cc297 auto& h_labels = info.labels_.HostVector(); in TEST() local
298 for (size_t i = 0; i < h_labels.size(); ++i) { in TEST()
299 h_labels[i] = 1 / (float)(i+1); in TEST()
/dports/games/NBlood/NBlood-a1689a4/source/duke3d/src/
H A Dgamedef.cpp133 &h_labels,
1041 hashtable_t h_labels = { MAXLABELS >> 1, NULL }; variable
1665 id = hash_find(&h_labels,tempbuf); in C_GetNextVarType()
1741 int32_t i = hash_find(&h_labels,tempbuf); in C_GetNextValue()
2535 hash_add(&h_labels,LAST_LABEL,g_labelCnt,0); in C_ParseCommand()
2742 i = hash_find(&h_labels,LAST_LABEL); in C_ParseCommand()
2941 i = hash_find(&h_labels,LAST_LABEL); in C_ParseCommand()
3012 i = hash_find(&h_labels,LAST_LABEL); in C_ParseCommand()
3067 j = hash_find(&h_labels, g_szCurrentBlockName); in C_ParseCommand()
5809 j = hash_find(&h_labels,tempbuf); in C_ParseCommand()
[all …]
H A Dm32def.cpp588 hashtable_t h_labels = { 11262>>1, NULL }; variable
609 hash_init(&h_labels); in C_InitHashes()
1281 id = hash_find(&h_labels, tlabel); in C_GetNextVarType()
1465 i = hash_find(&h_labels, tempbuf); in C_GetNextValue()
1702 i = hash_find(&h_labels, tlabel); in C_ParseCommand()
1708 hash_add(&h_labels, label+(g_numLabels*MAXLABELLEN), g_numLabels, 0); in C_ParseCommand()
1811 j = hash_find(&h_labels, tlabel); in C_ParseCommand()
3482 hash_add(&h_labels, label+(g_numLabels*MAXLABELLEN), g_numLabels, 0); in C_AddDefinition()
/dports/games/NBlood/NBlood-a1689a4/source/build/include/
H A Dm32script.h69 extern hashtable_t h_labels;
/dports/games/NBlood/NBlood-a1689a4/source/blood/src/
H A Dm32def.cpp587 hashtable_t h_labels = { 11262>>1, NULL }; variable
608 hash_init(&h_labels); in C_InitHashes()
1280 id = hash_find(&h_labels, tlabel); in C_GetNextVarType()
1464 i = hash_find(&h_labels, tempbuf); in C_GetNextValue()
1698 i = hash_find(&h_labels, tlabel); in C_ParseCommand()
1704 hash_add(&h_labels, label+(g_numLabels*MAXLABELLEN), g_numLabels, 0); in C_ParseCommand()
1807 j = hash_find(&h_labels, tlabel); in C_ParseCommand()
3477 hash_add(&h_labels, label+(g_numLabels*MAXLABELLEN), g_numLabels, 0); in C_AddDefinition()

12