Home
last modified time | relevance | path

Searched full:infinity (Results 1 – 25 of 76) sorted by relevance

1234

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/dlt-daemon/dlt-daemon/
H A D0002-Don-t-execute-processes-as-a-specific-user.patch27 LimitCORE=infinity
55 -LimitCORE=infinity
57 +LimitCORE=infinity
68 -LimitCORE=infinity
70 +LimitCORE=infinity
/openbmc/u-boot/lib/
H A Dldiv.c22 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 Dtest_fclass.c51 * -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 Dlabeled_tuple.hpp15 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 D0006-Use-uintmax_t-for-handling-rlim_t.patch63 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 D0007-Use-uintmax_t-for-handling-rlim_t.patch63 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 DTest.interface.yaml30 default: Infinity
33 default: -Infinity
/openbmc/qemu/tests/tcg/multiarch/libs/
H A Dfloat_helpers.c90 -INFINITY,
115 INFINITY,
150 {-INFINITY},
182 {INFINITY},
/openbmc/telemetry/tests/src/
H A Dtest_labeled_tuple.cpp69 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 DValue.interface.yaml14 default: infinity
21 default: -infinity
/openbmc/phosphor-objmgr/src/systemd/
H A Dmapper-subtree-remove@.service.in8 TimeoutStartSec=infinity
H A Dmapper-wait@.service.in10 TimeoutStartSec=infinity
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/tayga/files/
H A Dtayga.service9 TimeoutStopSec=infinity
/openbmc/sdbusplus/docs/yaml/
H A Dinterface.md101 - `Infinity` : A positive infinity value.
102 - `-Infinity` : A negative infinity value.
/openbmc/qemu/include/libdecnumber/
H A DdecContext.h68 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 Devent.cpp59 // 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 Dhiawatha.service12 LimitNOFILE=infinity
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/
H A DValue.interface.yaml34 default: infinity
39 default: -infinity
/openbmc/sdbusplus/tools/sdbusplus/
H A Dproperty.py37 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 Ddecimal32.h70 /* 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 Ddecimal128.h70 /* 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 Ddecimal64.h72 /* 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 Dfcvt.c83 -INFINITY,
108 INFINITY,
190 {-INFINITY},
222 {INFINITY},
/openbmc/qemu/tests/tcg/ppc64/
H A Dnon_signalling_xscv.c32 * signifcand will return Infinity as the result. in main()
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0023-tests-Skip-2-qemu-tests-that-can-hang-in-oe-selftest.patch27 tst-rlimit-infinity \

1234