Home
last modified time | relevance | path

Searched refs:T (Results 226 – 250 of 1111) sorted by relevance

12345678910>>...45

/openbmc/telemetry/src/utils/
H A Dconversion_trigger.hpp36 template <typename T>
44 template <typename T>
45 inline constexpr bool is_variant_v = is_variant<T>::value;
/openbmc/linux/arch/powerpc/math-emu/
H A Dfnmsubs.c18 FP_DECL_D(T); in fnmsubs()
39 FP_MUL_D(T, A, C); in fnmsubs()
47 FP_ADD_D(R, T, B); in fnmsubs()
H A Dfmsubs.c18 FP_DECL_D(T); in fmsubs()
39 FP_MUL_D(T, A, C); in fmsubs()
47 FP_ADD_D(R, T, B); in fmsubs()
H A Dfmadd.c17 FP_DECL_D(T); in fmadd()
38 FP_MUL_D(T, A, C); in fmadd()
43 FP_ADD_D(R, T, B); in fmadd()
H A Dfmadds.c18 FP_DECL_D(T); in fmadds()
39 FP_MUL_D(T, A, C); in fmadds()
44 FP_ADD_D(R, T, B); in fmadds()
H A Dfmsub.c17 FP_DECL_D(T); in fmsub()
38 FP_MUL_D(T, A, C); in fmsub()
46 FP_ADD_D(R, T, B); in fmsub()
H A Dfnmsub.c17 FP_DECL_D(T); in fnmsub()
38 FP_MUL_D(T, A, C); in fnmsub()
46 FP_ADD_D(R, T, B); in fnmsub()
H A Dfnmadd.c17 FP_DECL_D(T); in fnmadd()
38 FP_MUL_D(T, A, C); in fnmadd()
43 FP_ADD_D(R, T, B); in fnmadd()
H A Dfnmadds.c18 FP_DECL_D(T); in fnmadds()
39 FP_MUL_D(T, A, C); in fnmadds()
44 FP_ADD_D(R, T, B); in fnmadds()
/openbmc/linux/tools/testing/selftests/rcutorture/bin/
H A Dsrcu_lockdep.sh19 T="`mktemp -d ${TMPDIR-/tmp}/srcu_lockdep.sh.XXXXXX`"
52 …args "rcutorture.test_srcu_lockdep=$val" --trust-make --datestamp "$ds/$val" > "$T/kvm.sh.out" 2>&1
54 mv "$T/kvm.sh.out" "$RCUTORTURE/res/$ds/$val"
/openbmc/linux/lib/
H A Dtest_dynamic_debug.c75 DD_SYS_WRAP(disjoint_bits, T);
82 DD_SYS_WRAP(disjoint_names, T);
89 DD_SYS_WRAP(level_num, T);
96 DD_SYS_WRAP(level_names, T);
/openbmc/linux/Documentation/admin-guide/media/
H A Dcx23885-cardlist.rst62 - DViCO FusionHDTV DVB-T Dual Express
138 - NetUP Dual DVB-T/C-CI RF
150 - Mygica X8502/X8507 ISDB-T
154 - TerraTec Cinergy T PCIe Dual
194 - DViCO FusionHDTV DVB-T Dual Express2
H A Dem28xx-cardlist.rst182 - Kworld 350 U DVB-T
186 - Kworld 355 U DVB-T
190 - Terratec Cinergy T XS
194 - Terratec Cinergy T XS (MT2060)
198 - Pinnacle PCTV DVB-T
206 - KWorld DVB-T 305U
210 - KWorld DVB-T 310U
234 - Kworld VS-DVB-T 323UR
238 - Terratec Cinergy Hybrid T USB XS (em2882)
/openbmc/phosphor-fan-presence/control/json/
H A Dzone.hpp380 template <typename T>
382 T (DBusZone::*func)(T), T&& value, bool persist) in setProperty() argument
384 return [=, value = std::forward<T>(value)](DBusZone& dbusZone, in setProperty()
/openbmc/linux/Documentation/devicetree/bindings/iio/afe/
H A Dtemperature-transducer.yaml25 V(T) = Rsense * Isense(T)
26 T = (Isense(T) / alpha) + offset
27 T = 1 / (Rsense * alpha) * (V + offset * Rsense * alpha)
41 V proportional to T +----+----+
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dconcepts.hpp57 template <class T>
58 concept integral = std::is_integral_v<T>;
107 template <class T>
108 concept destructible = __destructible_<T>;
203 template <class T, class U>
205 requires(__cref_t<T> t, __cref_t<U> u) {
/openbmc/linux/drivers/mtd/devices/
H A Dslram.c52 #define T(fmt, args...) printk(KERN_DEBUG fmt, ## args) macro
191 T("slram: Registered device %s from %luKiB to %luKiB\n", name, in register_device()
193 T("slram: Mapped from 0x%p to 0x%p\n", in register_device()
249 T("slram: devname=%s, devstart=0x%lx, devlength=0x%lx\n", in parse_cmdline()
296 T("slram: devname = %s\n", devname); in init_slram()
300 T("slram: devstart = %s\n", devstart); in init_slram()
304 T("slram: devlength = %s\n", devlength); in init_slram()
/openbmc/intel-ipmi-oem/include/
H A Dtypes.hpp62 template <typename R, typename T>
63 inline R enum_cast(T t) in enum_cast()
65 auto tu = static_cast<details::underlying_t<T>>(t); in enum_cast()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Djson_utils.hpp69 template <typename T>
70 std::string getNumberString(const char* format, T number) in getNumberString()
76 static_assert(std::is_integral<T>::value, "Integral required."); in getNumberString()
/openbmc/boost-dbus/include/dbus/
H A Dmessage.hpp358 template <typename T>
371 typedef decltype(test<T, dummy>(nullptr)) type;
375 decltype(test<T, dummy>(nullptr))>::value;
378 template <typename T>
391 typedef decltype(test<T, dummy>(nullptr)) type;
395 decltype(test<T, dummy>(nullptr))>::value;
477 template <class T>
505 template <class T, class R, class... Args>
506 struct function_traits<R (T::*)(Args...)> {
512 template <class T, class R, class... Args>
[all …]
/openbmc/dbus-sensors/src/
H A DUtils.hpp148 template <typename T>
149 inline T loadVariant(const SensorBaseConfigMap& data, const std::string& key) in loadVariant()
157 if constexpr (std::is_same_v<T, double>) in loadVariant()
161 else if constexpr (std::is_unsigned_v<T>) in loadVariant()
165 else if constexpr (std::is_same_v<T, std::string>) in loadVariant()
171 static_assert(!std::is_same_v<T, T>, "Type Not Implemented"); in loadVariant()
385 template <typename T>
386 bool getDeviceBusAddr(const std::string& deviceName, T& bus, T& addr) in getDeviceBusAddr()
/openbmc/linux/Documentation/trace/
H A Dsys-t.rst4 MIPI SyS-T over STP
7 The MIPI SyS-T protocol driver can be used with STM class devices to
11 In order to use the MIPI SyS-T protocol driver with your STM device,
33 Now, with the MIPI SyS-T protocol driver, each policy node in the
52 MIPI SyS-T message header. It is off by default as the STP already
/openbmc/linux/tools/testing/selftests/cgroup/
H A Dtest_kill.c263 #define T(x) { x, #x } macro
268 T(test_cgkill_simple),
269 T(test_cgkill_tree),
270 T(test_cgkill_forkbomb),
272 #undef T
H A Dtest_cpuset.c236 #define T(x) { x, #x } macro
241 T(test_cpuset_perms_object_allow),
242 T(test_cpuset_perms_object_deny),
243 T(test_cpuset_perms_subtree),
245 #undef T
/openbmc/sdbusplus/include/sdbusplus/async/
H A Dtask.hpp7 template <typename T = void>
8 using task = exec::task<T>;

12345678910>>...45