Home
last modified time | relevance | path

Searched refs:this_vendor (Results 1 – 6 of 6) sorted by relevance

/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/objects/client/
H A Dpts_external_dependencies.php583 foreach($exdep_generic_parser->get_vendors_list() as $this_vendor)
585 $exdep_platform_parser = new pts_exdep_platform_parser($this_vendor);
590 $os_vendor = $this_vendor;
598 foreach($exdep_generic_parser->get_vendors_list() as $this_vendor)
600 $exdep_platform_parser = new pts_exdep_platform_parser($this_vendor);
605 $os_vendor = $this_vendor;
/dports/games/leela-zero/leela-zero-0.17/src/
H A DOpenCL.cpp774 std::string this_vendor = d.getInfo<CL_DEVICE_VENDOR>(); in OpenCL() local
775 this_score += 1000 * boost::icontains(this_vendor, "advanced micro devices"); in OpenCL()
776 this_score += 1000 * boost::icontains(this_vendor, "amd"); in OpenCL()
777 this_score += 1000 * boost::icontains(this_vendor, "nvidia"); in OpenCL()
778 this_score += 500 * boost::icontains(this_vendor, "intel"); in OpenCL()
793 best_vendor = this_vendor; in OpenCL()
/dports/math/clblast/CLBlast-1.1.0/src/database/
H A Ddatabase.cpp140 const std::string &this_vendor, const std::string &this_type, in Search() argument
151 …const auto parameters = SearchVendorAndType(this_vendor, this_type, this_device, this_architecture, in Search()
H A Ddatabase.hpp62 const std::string &this_vendor, const std::string &this_type,
/dports/security/opensc/OpenSC-0.22.0/src/libopensc/
H A Dreader-pcsc.c1098 int this_vendor = -1, this_product = -1; in part10_get_vendor_product() local
1115 this_vendor = part10_find_property_by_tag(rbuf, rcount, in part10_get_vendor_product()
1121 sc_log(reader->ctx, "id_vendor=%04x id_product=%04x", this_vendor, this_product); in part10_get_vendor_product()
1124 *id_vendor = this_vendor; in part10_get_vendor_product()
/dports/x11/xkeycaps/xkeycaps-2.46/
H A Dcommands.c2769 int this_vendor = 0; local
2784 this_vendor++;
2797 lr.list_index = this_vendor;
2798 XawListHighlight (select_kbd_box->vendor_list, this_vendor);
2800 (((float) this_vendor) / ((float) vendor_count)));