| /openbmc/qemu/tests/fp/ |
| H A D | fp-test.c | 171 static void do_testfloat(int op, int rmode, bool exact) in do_testfloat() argument 267 test_a_f16_z_ui32_rx(slow_f16_to_ui32, qemu_f16_to_ui32, rmode, exact); in do_testfloat() 270 test_a_f16_z_ui64_rx(slow_f16_to_ui64, qemu_f16_to_ui64, rmode, exact); in do_testfloat() 273 test_a_f16_z_i32_rx(slow_f16_to_i32, qemu_f16_to_i32, rmode, exact); in do_testfloat() 276 test_a_f16_z_i64_rx(slow_f16_to_i64, qemu_f16_to_i64, rmode, exact); in do_testfloat() 280 qemu_f16_to_ui32_r_minMag, exact); in do_testfloat() 284 qemu_f16_to_ui64_r_minMag, exact); in do_testfloat() 288 exact); in do_testfloat() 292 exact); in do_testfloat() 307 test_az_f16_rx(slow_f16_roundToInt, qemu_f16_roundToInt, rmode, exact); in do_testfloat() [all …]
|
| H A D | wrap.c.inc | 165 /* Note: exact is ignored since qemu's softfloat assumes it is set */ 167 static fast_type name(type##_t a, uint_fast8_t round, bool exact) \ 194 /* Note: exact is ignored since qemu's softfloat assumes it is set */ 196 static fast_type name(type##_t a, bool exact) \ 323 /* Note: exact is ignored since qemu's softfloat assumes it is set */ 326 bool exact) \ 339 /* Note: exact is ignored since qemu's softfloat assumes it is set */ 341 static fast_type name(const extFloat80_t *ap, bool exact) \ 355 /* Note: exact is ignored since qemu's softfloat assumes it is set */ 358 bool exact) \ [all …]
|
| H A D | fp-test-log2.c | 25 static void compare(ufloat64 test, ufloat64 real, ufloat64 soft, bool exact) in compare() argument 44 if (!exact && ulp <= 4) { in compare()
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/files/ |
| H A D | snmpd.conf | 91 access MyROSystem "" any noauth exact system none none 92 access MyROGroup "" any noauth exact all none none 93 access MyRWGroup "" any noauth exact all all none
|
| /openbmc/qemu/qapi/ |
| H A D | authz.json | 30 # @exact: an exact string match 38 'data': ['exact', 'glob']} 49 # @format: the format of the @match rule (default 'exact')
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | valid.tcl | 52 if { [lsearch -exact $valid_values "${var_value}"] != -1 } { return } 71 if { [lsearch -exact $invalid_values "${var_value}"] == -1 } { return } 73 if { [lsearch -exact $valid_values "${var_value}"] != -1 } { return } 368 if { [lsearch -exact parm_names $password_var_name] == -1 } {
|
| H A D | source.tcl | 85 if { [lsearch -exact $sourced_files $full_file_name] != -1 } { continue }
|
| H A D | cmd.tcl | 69 if { [lsearch -exact $acceptable_shell_rcs ${shell_rc}] == -1 } {
|
| /openbmc/phosphor-mboxd/ |
| H A D | mboxd_windows.h | 31 uint32_t offset, bool exact); 34 uint32_t offset, bool exact);
|
| H A D | mboxd_windows.c | 509 uint32_t offset, bool exact) in search_windows() argument 515 offset, exact ? "exactly" : ""); in search_windows() 527 if (exact && (cur->flash_offset != offset)) { in search_windows() 556 bool exact) in create_map_window() argument 562 exact ? "exactly" : ""); in create_map_window() 582 if (!exact) { in create_map_window()
|
| /openbmc/hiomapd/ |
| H A D | windows.h | 54 uint32_t offset, bool exact); 57 uint32_t offset, bool exact);
|
| H A D | windows.c | 515 uint32_t offset, bool exact) in windows_search() argument 521 offset, exact ? "exactly" : ""); in windows_search() 533 if (exact && (cur->flash_offset != offset)) { in windows_search() 562 bool exact) in windows_create_map() argument 568 exact ? "exactly" : ""); in windows_create_map() 583 if (!exact) { in windows_create_map()
|
| /openbmc/bmcweb/ |
| H A D | OWNERS | 82 - exact: redfish-core/include/query.hpp 85 - exact: redfish-core/include/utils/query_param.hpp 88 - exact: redfish-core/lib/certificate_service.hpp 91 - exact: redfish-core/lib/log_services.hpp 94 - exact: redfish-core/lib/memory.hpp 97 - exact: redfish-core/lib/sensors.hpp
|
| /openbmc/webui-vue/ |
| H A D | .npmrc | 1 save-exact=true
|
| /openbmc/qemu/docs/system/ |
| H A D | authz.rst | 61 based on an exact match against a single identity. This is useful when it is 99 matches. The match can either be done as an exact string comparison, or can 112 { "match": "fred", "policy": "allow", "format": "exact" }, 113 { "match": "bob", "policy": "allow", "format": "exact" }, 114 { "match": "danb", "policy": "deny", "format": "exact" }, 158 { "match": "fred", "policy": "allow", "format": "exact" }, 159 { "match": "bob", "policy": "allow", "format": "exact" }, 160 { "match": "danb", "policy": "deny", "format": "exact" },
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/yaml-cpp/ |
| H A D | yaml-cpp_0.8.0.bb | 9 # download the exact revision of release
|
| /openbmc/openbmc/poky/meta/files/common-licenses/ |
| H A D | xzoom | 12 exact location where the source code can be obtained.
|
| /openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libxml/libxml-libxml-perl/ |
| H A D | disable-libxml2-check.patch | 42 -to see the exact reason why the detection of libxml2 installation 68 +#to see the exact reason why the detection of libxml2 installation
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-kernel/wireguard/ |
| H A D | wireguard-module_1.0.20220627.bb | 12 # configuration options. For exact kernel requirements visit:
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/cpuid/ |
| H A D | cpuid_20230614.bb | 3 from the CPUID instruction, and also determines the exact model of CPU(s). \
|
| /openbmc/openbmc/meta-security/wic/ |
| H A D | beaglebone-yocto-verity.wks.in | 9 # not recreate the exact block device corresponding with the hash tree. We must
|
| /openbmc/openbmc/poky/meta/recipes-support/mpfr/ |
| H A D | mpfr_4.2.2.bb | 1 SUMMARY = "C library for multiple-precision floating-point computations with exact rounding"
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/lshw/ |
| H A D | lshw_02.20.bb | 2 configuration of the machine. It can report exact memory configuration, \
|
| /openbmc/openbmc/poky/meta/recipes-extended/which/ |
| H A D | which_2.21.bb | 5 It does this by using the exact same algorithm as bash."
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pandas/ |
| H A D | 0001-pyproject.toml-don-t-pin-dependency-versions.patch | 6 Pandas will fail to build if the exact versions aren't found, but newer
|