| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/dlt-daemon/dlt-daemon/ |
| H A D | 0002-Don-t-execute-processes-as-a-specific-user.patch | 27 LimitCORE=infinity 55 -LimitCORE=infinity 57 +LimitCORE=infinity 68 -LimitCORE=infinity 70 +LimitCORE=infinity
|
| /openbmc/u-boot/lib/ |
| H A D | ldiv.c | 22 zero, never -infinity. Machine division and remainer may in ldiv() 25 truncated towards -infinity, REM will have the same sign as in ldiv() 27 and QUOT has been truncated towards -infinity, REM will be in ldiv()
|
| /openbmc/qemu/tests/tcg/loongarch64/ |
| H A D | test_fclass.c | 51 * -infinity 1 | 0xFF | 0 | 0xFF800000 55 * +infinity 0 | 0xFF | 0 | 0x7F800000 79 * -infinity 1 | 0x7FF | 0 | 0xFFF0000000000000 83 * +infinity 0 | 0x7FF | 0 | 0x7FF0000000000000
|
| /openbmc/telemetry/src/utils/ |
| H A D | labeled_tuple.hpp | 15 constexpr std::string_view infinity = "inf"; variable 41 else if (val == std::numeric_limits<double>::infinity()) in to_json() 43 j = numeric_literals::infinity; in to_json() 45 else if (val == -std::numeric_limits<double>::infinity()) in to_json() 68 else if (str_val == numeric_literals::infinity) in from_json() 70 val = std::numeric_limits<double>::infinity(); in from_json() 74 val = -std::numeric_limits<double>::infinity(); in from_json()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
| H A D | 0006-Use-uintmax_t-for-handling-rlim_t.patch | 63 r = free_and_strdup(&s, "infinity"); 65 - r = asprintf(&s, "infinity:" RLIM_FMT, rl->rlim_max); 66 + r = asprintf(&s, "infinity:" RLIM_FMT, (uintmax_t)rl->rlim_max); 68 - r = asprintf(&s, RLIM_FMT ":infinity", rl->rlim_cur); 69 + r = asprintf(&s, RLIM_FMT ":infinity", (uintmax_t)rl->rlim_cur);
|
| /openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/ |
| H A D | 0007-Use-uintmax_t-for-handling-rlim_t.patch | 63 r = free_and_strdup(&s, "infinity"); 65 - r = asprintf(&s, "infinity:" RLIM_FMT, rl->rlim_max); 66 + r = asprintf(&s, "infinity:" RLIM_FMT, (uintmax_t)rl->rlim_max); 68 - r = asprintf(&s, RLIM_FMT ":infinity", rl->rlim_cur); 69 + r = asprintf(&s, RLIM_FMT ":infinity", (uintmax_t)rl->rlim_cur);
|
| /openbmc/sdbusplus/test/yaml/server/ |
| H A D | Test.interface.yaml | 30 default: Infinity 33 default: -Infinity
|
| /openbmc/qemu/tests/tcg/multiarch/libs/ |
| H A D | float_helpers.c | 90 -INFINITY, 115 INFINITY, 150 {-INFINITY}, 182 {INFINITY},
|
| /openbmc/telemetry/tests/src/ |
| H A D | test_labeled_tuple.cpp | 69 std::make_tuple(std::numeric_limits<double>::infinity(), 71 std::make_tuple(-std::numeric_limits<double>::infinity(),
|
| /openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Metric/ |
| H A D | Value.interface.yaml | 14 default: infinity 21 default: -infinity
|
| /openbmc/phosphor-objmgr/src/systemd/ |
| H A D | mapper-subtree-remove@.service.in | 8 TimeoutStartSec=infinity
|
| H A D | mapper-wait@.service.in | 10 TimeoutStartSec=infinity
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/tayga/files/ |
| H A D | tayga.service | 9 TimeoutStopSec=infinity
|
| /openbmc/sdbusplus/docs/yaml/ |
| H A D | interface.md | 101 - `Infinity` : A positive infinity value. 102 - `-Infinity` : A negative infinity value.
|
| /openbmc/qemu/include/libdecnumber/ |
| H A D | decContext.h | 68 DEC_ROUND_CEILING, /* round towards +infinity */ 74 DEC_ROUND_FLOOR, /* round towards -infinity */ 120 #define DEC_ClassString_NI "-Infinity" 127 #define DEC_ClassString_PI "+Infinity"
|
| /openbmc/sdeventplus/src/sdeventplus/ |
| H A D | event.cpp | 59 // An unsigned -1 timeout value means infinity in sd_event in wait() 73 // An unsigned -1 timeout value means infinity in sd_event in run()
|
| /openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/hiawatha/files/ |
| H A D | hiawatha.service | 12 LimitNOFILE=infinity
|
| /openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/ |
| H A D | Value.interface.yaml | 34 default: infinity 39 default: -infinity
|
| /openbmc/sdbusplus/tools/sdbusplus/ |
| H A D | property.py | 37 elif self.defaultValue.lower() == "infinity": 39 f"std::numeric_limits<{self.cppTypeName}>::infinity()" 41 elif self.defaultValue.lower() == "-infinity": 43 f"-std::numeric_limits<{self.cppTypeName}>::infinity()"
|
| /openbmc/qemu/include/libdecnumber/dpd/ |
| H A D | decimal32.h | 70 /* don't-care for Infinity on input, last bit don't-care for NaN] */ 74 #define DECIMAL_Inf 0x78 /* 0 11110 00 Infinity */
|
| H A D | decimal128.h | 70 /* don't-care for Infinity on input, last bit don't-care for NaN] */ 74 #define DECIMAL_Inf 0x78 /* 0 11110 00 Infinity */
|
| H A D | decimal64.h | 72 /* don't-care for Infinity on input, last bit don't-care for NaN] */ 76 #define DECIMAL_Inf 0x78 /* 0 11110 00 Infinity */
|
| /openbmc/qemu/tests/tcg/arm/ |
| H A D | fcvt.c | 83 -INFINITY, 108 INFINITY, 190 {-INFINITY}, 222 {INFINITY},
|
| /openbmc/qemu/tests/tcg/ppc64/ |
| H A D | non_signalling_xscv.c | 32 * signifcand will return Infinity as the result. in main()
|
| /openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/ |
| H A D | 0023-tests-Skip-2-qemu-tests-that-can-hang-in-oe-selftest.patch | 27 tst-rlimit-infinity \
|