Home
last modified time | relevance | path

Searched refs:dM (Results 1 – 21 of 21) sorted by relevance

/openbmc/intel-ipmi-oem/include/
H A Dsensorutils.hpp216 double dM = fullRange / 255.0; in getSensorAttributes() local
219 if (!(scaleFloatExp(dM, rExp))) in getSensorAttributes()
222 << dM << ", rExp=" << (int)rExp << ")\n"; in getSensorAttributes()
226 mValue = static_cast<int16_t>(std::round(dM)); in getSensorAttributes()
228 normalizeIntExp(mValue, rExp, dM); in getSensorAttributes()
246 (min - ((dM * std::pow(10.0, rExp) * lowestX))); in getSensorAttributes()
252 << (int)bExp << ") exceeds multiplier scale (M=" << dM in getSensorAttributes()
275 auto dM = static_cast<double>(mValue); in scaleIPMIValueFromDouble() local
285 dM; in scaleIPMIValueFromDouble()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorutils.cpp208 double dM = fullRange / 255.0; in getSensorAttributes() local
211 if (!(scaleFloatExp(dM, rExp))) in getSensorAttributes()
214 << dM << ", rExp=" << (int)rExp << ")\n"; in getSensorAttributes()
218 mValue = static_cast<int16_t>(std::round(dM)); in getSensorAttributes()
220 normalizeIntExp(mValue, rExp, dM); in getSensorAttributes()
238 (min - ((dM * std::pow(10.0, rExp) * lowestX))); in getSensorAttributes()
244 << (int)bExp << ") exceeds multiplier scale (M=" << dM in getSensorAttributes()
267 auto dM = static_cast<double>(mValue); in scaleIPMIValueFromDouble() local
277 dM; in scaleIPMIValueFromDouble()
/openbmc/linux/tools/perf/arch/arm64/entry/syscalls/
H A Dmksyscalltbl42 $gcc -E -dM -x c -I $incpath/include/uapi $input \
/openbmc/linux/tools/perf/arch/loongarch/entry/syscalls/
H A Dmksyscalltbl41 $gcc -E -dM -x c -I $incpath/include/uapi $input \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fbida/files/
H A Dfix-preprocessor.patch8 +${CPP} -include jpeglib.h -dM -E -x c /dev/null | grep 'define JPEG_LIB_VERSION' | cut -f 3 -d' '
/openbmc/linux/tools/perf/trace/beauty/
H A Darch_errno_names.sh48 $gcc $CFLAGS $include_path -E -dM -x c $asm_errno \
/openbmc/u-boot/tools/scripts/
H A Ddefine2mk.sed4 # It is expected that this script is fed the output of 'gpp -dM'
/openbmc/linux/tools/testing/selftests/hid/
H A DMakefile178 $(shell $(1) -dM -E - </dev/null | grep '__riscv_xlen ' | awk '{printf("-D__riscv_xlen=%d -D__BITS_…
182 IS_LITTLE_ENDIAN = $(shell $(CC) -dM -E - </dev/null | \
/openbmc/openbmc/poky/meta/recipes-multimedia/libvorbis/libvorbis/
H A D0001-configure-Check-for-clang.patch24 +$CC -x c /dev/null -dM -E > conftest.txt 2>&1
/openbmc/openbmc/meta-security/recipes-mac/AppArmor/
H A Dapparmor_3.1.3.bb117 sed -i -e 's/cpp \-dM/${HOST_PREFIX}gcc \-dM/' ${B}/tests/regression/apparmor/Makefile
/openbmc/u-boot/scripts/
H A DMakefile.autoconf69 $(CPP) $(c_flags) $2 -DDO_DEPS_ONLY -dM $(srctree)/include/common.h > $@.tmp && { \
/openbmc/linux/tools/scripts/
H A DMakefile.include75 CC_NO_CLANG := $(shell $(CC) -dM -E -x c /dev/null | grep -Fq "__clang__"; echo $$?)
/openbmc/linux/arch/loongarch/
H A DMakefile120 CHECKFLAGS += $(shell $(CC) $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS) -dM -E -x c /dev/null | \
/openbmc/linux/tools/testing/selftests/net/
H A DMakefile131 $(shell $(1) $(2) -dM -E - </dev/null | grep '__riscv_xlen ' | awk '{printf("-D__riscv_xlen=%d -D__…
/openbmc/linux/tools/testing/selftests/bpf/
H A DMakefile358 $(shell $(1) $(2) -dM -E - </dev/null | grep '__riscv_xlen ' | awk '{printf("-D__riscv_xlen=%d -D__…
359 $(shell $(1) $(2) -dM -E - </dev/null | grep '__loongarch_grlen ' | awk '{printf("-D__BITS_PER_LONG…
363 IS_LITTLE_ENDIAN = $(shell $(CC) -dM -E - </dev/null | \
/openbmc/linux/samples/hid/
H A DMakefile192 $(shell $(1) -dM -E - </dev/null | grep '#define __riscv_xlen ' | sed 's/#define /-D/' | sed 's/ /=…
/openbmc/linux/samples/bpf/
H A DMakefile347 $(shell $(1) -dM -E - </dev/null | grep '#define __riscv_xlen ' | sed 's/#define /-D/' | sed 's/ /=…
/openbmc/linux/tools/perf/tests/
H A Dmake185 old_libbpf := $(shell echo '\#include <bpf/libbpf.h>' | $(CC) -E -dM -x c -| egrep -q "define[[:spa…
/openbmc/linux/arch/mips/
H A DMakefile349 CHECKFLAGS += $(shell $(CC) $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS) -dM -E -x c /dev/null | \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/
H A Dacinclude.m427 eval KVERS=`gcc -I$KINC -E -dM $KINC/linux/version.h | grep -w UTS_RELEASE | awk '{print $[]3}'`
/openbmc/linux/tools/perf/
H A DMakefile.perf1056 $(shell $(1) $(2) -dM -E - </dev/null | grep '__riscv_xlen ' | awk '{printf("-D__riscv_xlen=%d -D__…