Home
last modified time | relevance | path

Searched refs:p_features (Results 1 – 25 of 58) sorted by relevance

123

/dports/multimedia/kvazaar/kvazaar-2.1.0/src/
H A Dml_classifier_intra_depth_pred.c38 if (p_features->merge_variance <= 140.3129) in tree_predict_merge_depth_1()
359 if (p_features->variance <= 203.3086) in tree_predict_merge_depth_4()
361 if (p_features->qp <= 32) in tree_predict_merge_depth_4()
482 if (p_features->variance <= 987.2333) in tree_predict_split_depth_0()
498 else if (p_features->qp <= 22) in tree_predict_split_depth_0()
548 if (p_features->variance <= 72.4175) in tree_predict_split_depth_1()
636 else if (p_features->qp <= 27) in tree_predict_split_depth_2()
638 if (p_features->variance <= 73.9929) in tree_predict_split_depth_2()
725 else if (p_features->qp <= 27) in tree_predict_split_depth_3()
727 if (p_features->variance <= 9.4219) in tree_predict_split_depth_3()
[all …]
H A Dml_intra_cu_depth_pred.c38 if (p_features->merge_variance <= 140.3129) in tree_predict_merge_depth_1()
276 if (p_features->merge_variance <= 80.1487) in tree_predict_merge_depth_3()
361 if (p_features->qp <= 32) in tree_predict_merge_depth_4()
482 if (p_features->variance <= 987.2333) in tree_predict_split_depth_0()
498 else if (p_features->qp <= 22) in tree_predict_split_depth_0()
548 if (p_features->variance <= 72.4175) in tree_predict_split_depth_1()
636 else if (p_features->qp <= 27) in tree_predict_split_depth_2()
638 if (p_features->variance <= 73.9929) in tree_predict_split_depth_2()
725 else if (p_features->qp <= 27) in tree_predict_split_depth_3()
727 if (p_features->variance <= 9.4219) in tree_predict_split_depth_3()
[all …]
H A Dml_classifier_intra_depth_pred.h39 int tree_predict_merge_depth_1(features_s* p_features, double* p_nb_iter, double* p_nb_bad);
40 int tree_predict_merge_depth_2(features_s* p_features, double* p_nb_iter, double* p_nb_bad);
41 int tree_predict_merge_depth_3(features_s* p_features, double* p_nb_iter, double* p_nb_bad);
42 int tree_predict_merge_depth_4(features_s* p_features, double* p_nb_iter, double* p_nb_bad);
45 int tree_predict_split_depth_0(features_s* p_features, double* p_nb_iter, double* p_nb_bad);
46 int tree_predict_split_depth_1(features_s* p_features, double* p_nb_iter, double* p_nb_bad);
47 int tree_predict_split_depth_2(features_s* p_features, double* p_nb_iter, double* p_nb_bad);
48 int tree_predict_split_depth_3(features_s* p_features, double* p_nb_iter, double* p_nb_bad);
/dports/audio/festival/speech_tools/include/
H A DEST_Featured.h50 EST_Features *p_features;
65 { if (p_features==NULL) p_features= new EST_Features; } in ensure_features()
70 { return p_features?p_features->I(name, def):def; } in f_Int()
72 { return p_features?p_features->I(name):0; } in f_Int()
84 { return p_features?p_features->F(name, def):def; } in f_Float()
86 { return p_features?p_features->F(name):0.0; } in f_Float()
98 { return p_features?p_features->S(name, def):def; } in f_String()
100 { return p_features?p_features->S(name):EST_String::Empty; } in f_String()
127 {return p_features && p_features->present(name); } in f_present()
130 { if (p_features) p_features->remove(name); } in f_remove()
[all …]
/dports/audio/festival/speech_tools/base_class/
H A DEST_Featured.cc63 p_features=NULL; in init_features()
68 if (p_features) in clear_features()
70 delete p_features; in clear_features()
71 p_features=NULL; in clear_features()
78 if (p_features) in f_Val()
79 return p_features->val(name); in f_Val()
86 if (p_features) in f_Val()
87 return p_features->val(name); in f_Val()
96 if (f.p_features) in copy_features()
97 p_features = new EST_Features(*(f.p_features)); in copy_features()
/dports/misc/py-xgboost/xgboost-1.5.1/src/common/
H A Drandom.cc10 std::shared_ptr<HostDeviceVector<bst_feature_t>> p_features, in ColSample() argument
13 return p_features; in ColSample()
15 const auto &features = p_features->HostVector(); in ColSample()
24 p_features->HostVector(), feature_weights_, n); in ColSample()
/dports/misc/xgboost/xgboost-1.5.1/src/common/
H A Drandom.cc10 std::shared_ptr<HostDeviceVector<bst_feature_t>> p_features, in ColSample() argument
13 return p_features; in ColSample()
15 const auto &features = p_features->HostVector(); in ColSample()
24 p_features->HostVector(), feature_weights_, n); in ColSample()
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/lib/
H A Dhostinfo.cpp56 safe_strcpy(p_features, ""); in clear_host_info()
116 if (xp.parse_str("p_features", p_features, sizeof(p_features))) { in parse()
117 downcase_string(p_features); in parse()
173 xml_escape(p_features, pf, sizeof(pf)); in write()
H A Dhostinfo.h48 char p_features[1024]; variable
/dports/devel/godot-tools/godot-3.2.3-stable/modules/gdnative/
H A Dregister_types.cpp58 …rtual void _export_file(const String &p_path, const String &p_type, const Set<String> &p_features);
66 …rtPlugin::_export_file(const String &p_path, const String &p_type, const Set<String> &p_features) { in _export_file() argument
91 bool has_feature = p_features.has(tags[i]); in _export_file()
124 bool has_feature = p_features.has(tags[i]); in _export_file()
148 if (p_features.has("iOS")) { in _export_file()
162 bool has_feature = p_features.has(tags[i]); in _export_file()
/dports/devel/godot/godot-3.2.3-stable/modules/gdnative/
H A Dregister_types.cpp58 …rtual void _export_file(const String &p_path, const String &p_type, const Set<String> &p_features);
66 …rtPlugin::_export_file(const String &p_path, const String &p_type, const Set<String> &p_features) { in _export_file() argument
91 bool has_feature = p_features.has(tags[i]); in _export_file()
124 bool has_feature = p_features.has(tags[i]); in _export_file()
148 if (p_features.has("iOS")) { in _export_file()
162 bool has_feature = p_features.has(tags[i]); in _export_file()
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/android/BOINC/app/src/main/java/edu/berkeley/boinc/rpc/
H A DHostInfo.java36 public String p_features; field in HostInfo
69 dest.writeString(p_features); in writeToParcel()
95 p_features = in.readString(); in HostInfo()
H A DHostInfoParser.java104 mHostInfo.p_features = mCurrentElement.toString(); in endElement()
/dports/devel/godot/godot-3.2.3-stable/editor/
H A Deditor_export.h275 …_platform_feature_priorities(const Ref<EditorExportPreset> &p_preset, Set<String> &p_features) = 0;
319 …port_file_script(const String &p_path, const String &p_type, const PoolVector<String> &p_features);
320 …void _export_begin_script(const PoolVector<String> &p_features, bool p_debug, const String &p_path…
340 …rtual void _export_file(const String &p_path, const String &p_type, const Set<String> &p_features);
341 …virtual void _export_begin(const Set<String> &p_features, bool p_debug, const String &p_path, int …
455 …olve_platform_feature_priorities(const Ref<EditorExportPreset> &p_preset, Set<String> &p_features);
471 …rtual void _export_file(const String &p_path, const String &p_type, const Set<String> &p_features);
H A Deditor_export.cpp613 …ort_file_script(const String &p_path, const String &p_type, const PoolVector<String> &p_features) { in _export_file_script() argument
616 get_script_instance()->call("_export_file", p_path, p_type, p_features); in _export_file_script()
620 void EditorExportPlugin::_export_begin_script(const PoolVector<String> &p_features, bool p_debug, c… in _export_begin_script() argument
623 get_script_instance()->call("_export_begin", p_features, p_debug, p_path, p_flags); in _export_begin_script()
634 …rtPlugin::_export_file(const String &p_path, const String &p_type, const Set<String> &p_features) { in _export_file() argument
637 void EditorExportPlugin::_export_begin(const Set<String> &p_features, bool p_debug, const String &p… in _export_begin() argument
1755 …lve_platform_feature_priorities(const Ref<EditorExportPreset> &p_preset, Set<String> &p_features) { in resolve_platform_feature_priorities() argument
1757 if (p_features.has("bptc")) { in resolve_platform_feature_priorities()
1759 p_features.erase("s3tc"); in resolve_platform_feature_priorities()
1792 …ryPlugin::_export_file(const String &p_path, const String &p_type, const Set<String> &p_features) { in _export_file() argument
/dports/devel/godot-tools/godot-3.2.3-stable/editor/
H A Deditor_export.h275 …_platform_feature_priorities(const Ref<EditorExportPreset> &p_preset, Set<String> &p_features) = 0;
319 …port_file_script(const String &p_path, const String &p_type, const PoolVector<String> &p_features);
320 …void _export_begin_script(const PoolVector<String> &p_features, bool p_debug, const String &p_path…
340 …rtual void _export_file(const String &p_path, const String &p_type, const Set<String> &p_features);
341 …virtual void _export_begin(const Set<String> &p_features, bool p_debug, const String &p_path, int …
455 …olve_platform_feature_priorities(const Ref<EditorExportPreset> &p_preset, Set<String> &p_features);
471 …rtual void _export_file(const String &p_path, const String &p_type, const Set<String> &p_features);
H A Deditor_export.cpp613 …ort_file_script(const String &p_path, const String &p_type, const PoolVector<String> &p_features) { in _export_file_script() argument
616 get_script_instance()->call("_export_file", p_path, p_type, p_features); in _export_file_script()
620 void EditorExportPlugin::_export_begin_script(const PoolVector<String> &p_features, bool p_debug, c… in _export_begin_script() argument
623 get_script_instance()->call("_export_begin", p_features, p_debug, p_path, p_flags); in _export_begin_script()
634 …rtPlugin::_export_file(const String &p_path, const String &p_type, const Set<String> &p_features) { in _export_file() argument
637 void EditorExportPlugin::_export_begin(const Set<String> &p_features, bool p_debug, const String &p… in _export_begin() argument
1755 …lve_platform_feature_priorities(const Ref<EditorExportPreset> &p_preset, Set<String> &p_features) { in resolve_platform_feature_priorities() argument
1757 if (p_features.has("bptc")) { in resolve_platform_feature_priorities()
1759 p_features.erase("s3tc"); in resolve_platform_feature_priorities()
1792 …ryPlugin::_export_file(const String &p_path, const String &p_type, const Set<String> &p_features) { in _export_file() argument
/dports/math/casadi/casadi-3.5.5/test/python/
H A Dintegration.py158 def variations(p_features, din, dout, rdin, rdout, *args): argument
159 if "ode" in p_features:
160 p_features_ = copy.copy(p_features)
161 p_features_[p_features.index("ode")] = "dae"
177 yield (p_features, din, dout, rdin, rdout) + tuple(args)
208 if p_features[0] in features:
307 if p_features[0] in features:
362 if "ode" in p_features:
363 p_features_ = copy.copy(p_features)
364 p_features_[p_features.index("ode")] = "dae"
[all …]
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/sched/
H A Dsched_customize.cpp624 downcase_string(sreq.host.p_features); in app_plan_sse3()
625 if (!strstr(sreq.host.p_features, "pni")) { in app_plan_sse3()
857 if ((!strstr(sreq.host.p_features, "vmx") && !strstr(sreq.host.p_features, "svm")) in app_plan_vbox()
871 if ((!strstr(sreq.host.p_features, "vmx") && !strstr(sreq.host.p_features, "svm")) in app_plan_vbox()
H A Dplan_class_spec.cpp171 sprintf(buf, " %s ", sreq.host.p_features); in check()
189 cpu_features[i].c_str(), sreq.host.p_features in check()
384 if ((!strstr(sreq.host.p_features, "vmx") && !strstr(sreq.host.p_features, "svm")) in check()
399 if ((!strstr(sreq.host.p_features, "vmx") && !strstr(sreq.host.p_features, "svm")) in check()
1112 strcpy(sreq.host.p_features, "pni"); in main()
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/client/
H A Dhostinfo_unix.cpp712 safe_strcpy(host.p_features, features); in parse_cpuinfo_linux()
774 char features[sizeof(host.p_features)]; in get_cpu_info_mac()
802 host.p_features[0] = 0; in get_cpu_info_mac()
806 safe_strcat(host.p_features, "avx"); in get_cpu_info_mac()
808 safe_strcat(host.p_features, "pni"); in get_cpu_info_mac()
810 safe_strcat(host.p_features, "sse4_1"); in get_cpu_info_mac()
812 safe_strcat(host.p_features, "sse4_2"); in get_cpu_info_mac()
814 safe_strcat(host.p_features, p); in get_cpu_info_mac()
830 safe_strcpy(host.p_features, "AltiVec"); in get_cpu_info_mac()
966 strlcat(host.p_features, buf, sizeof(host.p_features)); in get_cpu_info_haiku()
[all …]
H A Dcs_benchmark.cpp183 if (strstr(gstate.host_info.p_features, " neon ")) { in cpu_benchmarks()
186 } else if (strstr(gstate.host_info.p_features, " vfp ")) { in cpu_benchmarks()
/dports/textproc/py-nltk/nltk-3.4.1/nltk/metrics/
H A Daline.py1237 p_features, q_features = feature_matrix[p], feature_matrix[q]
1238 return abs(similarity_matrix[p_features[f]] - similarity_matrix[q_features[f]])
/dports/devel/godot/godot-3.2.3-stable/modules/gdscript/
H A Dregister_types.cpp61 …tual void _export_file(const String &p_path, const String &p_type, const Set<String> &p_features) { in _export_file() argument
/dports/devel/godot-tools/godot-3.2.3-stable/modules/gdscript/
H A Dregister_types.cpp61 …tual void _export_file(const String &p_path, const String &p_type, const Set<String> &p_features) { in _export_file() argument

123