Home
last modified time | relevance | path

Searched refs:decimal (Results 1 – 25 of 56) sorted by relevance

123

/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/
H A Dslot-hsc-fault6 local decimal=$1
10 while [ "$decimal" -gt 0 ]; do
11 remainder=$((decimal % 16))
13 decimal=$((decimal / 16))
H A Dmedusa-hsc-alert6 local decimal=$1
10 while [ "$decimal" -gt 0 ]; do
11 remainder=$((decimal % 16))
13 decimal=$((decimal / 16))
H A Dmedusa-hsc-fault8 local decimal=$1
12 while [ "$decimal" -gt 0 ]; do
13 remainder=$((decimal % 16))
15 decimal=$((decimal / 16))
H A Dmedusa-power-module-fault6 local decimal=$1
10 while [ "$decimal" -gt 0 ]; do
11 remainder=$((decimal % 16))
13 decimal=$((decimal / 16))
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dbcd_time.hpp79 T toBCD(T decimal) in toBCD() argument
85 while (decimal) in toBCD()
87 remainder = decimal % 10; in toBCD()
89 decimal = decimal / 10; in toBCD()
/openbmc/phosphor-power/phosphor-regulators/src/
H A Dpmbus_utils.hpp163 double decimal = mantissa * std::pow(2.0, exponent); in convertFromLinear() local
164 return decimal; in convertFromLinear()
183 double decimal = value * std::pow(2.0, exponent); in convertFromVoutLinear() local
184 return decimal; in convertFromVoutLinear()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/bitwise/files/
H A Dptest.out.expected1 Unsigned decimal: 66
2 Signed decimal: 66
/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/sensors/dbus-sensors/
H A Ddeassert-leak-handler50 local decimal=$((value))
51 local bit_value=$(( (decimal >> bit) & 1 ))
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/dc/
H A Ddouble-conversion_3.3.1.bb2 DESCRIPTION = "This provides binary-decimal and decimal-binary routines for IEEE doubles."
/openbmc/u-boot/tools/scripts/
H A Ddefine2mk.sed23 # but remove again from decimal numbers
25 # ... and from negative decimal numbers
/openbmc/pldm/common/
H A Dutils.hpp154 T decimalToBcd(T decimal) in decimalToBcd() argument
160 while (decimal) in decimalToBcd()
162 rem = decimal % 10; in decimalToBcd()
164 decimal = decimal / 10; in decimalToBcd()
/openbmc/openbmc/meta-inventec/meta-starscream/conf/machine/
H A Dplatform_configs.inc6 ### The I2C bus is "0 based, decimal"
/openbmc/openbmc/meta-inventec/meta-transformers/conf/machine/
H A Dplatform_configs.inc6 ### The I2C bus is "0 based, decimal"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/mbpoll/
H A Dmbpoll_1.5.2.bb4 The reading and writing registers may be in decimal, hexadecimal or floating single \
/openbmc/u-boot/doc/imx/common/
H A Dimx6.txt31 (0x620 - 0x400)/0x10 = 0x22 = 34 decimal
52 (0x630 - 0x400)/0x10 = 0x23 = 35 decimal
/openbmc/phosphor-mrw-tools/
H A Dgen_path_callouts.pl764 my $decimal = hex($callout->i2cAddress());
766 $output{"I2C"}{$callout->i2cBus()}{$decimal} = \%c;
779 my $decimal = hex($callout->i2cAddress());
782 {$callout->i2cBus()}{$decimal} = \%c;
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A D19-cve-2016-9844-zipinfo-buffer-overflow.patch21 + * &methbuf[]. Use the old, three-digit decimal format
H A D18-cve-2014-9913-unzip-buffer-overflow.patch22 + * &methbuf[]. Use the old, three-digit decimal format
/openbmc/qemu/docs/system/
H A Dgeneric-loader.rst42 will be parsed as decimal. To use hex values the user should prefix the number
65 will be parsed as decimal. To use hex values the user should prefix the number
104 will be parsed as decimal. To use hex values the user should prefix the number
/openbmc/phosphor-power/phosphor-regulators/docs/config_file/
H A Dpmbus_write_vout_command.md22 Currently only the linear format is supported. The decimal value of the "volts"
56 | volts | no | number | Volts value to write, expressed as a decimal n…
H A Dconfiguration.md27 … | number | Output voltage expressed as a decimal number. Applied u…
/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-upgrade-test1-1.5.3/
H A Dbackported.patch34 + - work around "awk" bug in tests/016-numeric-timer in decimal "," locales
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_sel_time.robot74 # Gives Hexa decimal raw command data request with the prefix of 0x.
89 # Gives Hexa decimal raw command data request with the prefix of 0x.
168 # Gives hexa decimal Raw command data request with the prefix of 0x.
184 # Gives hexa decimal raw command data request with the prefix of 0x.
208 # Gives hexa decimal raw command data request with the prefix of 0x.
515 [Documentation] Converting the date into hexa decimal values.
540 [Documentation] Converting the date into hexa decimal values.
/openbmc/qemu/docs/system/devices/
H A Dkeyboard.rst21 The dip switch settings can be given as hexadecimal number, decimal number
/openbmc/openbmc/poky/meta/recipes-devtools/ruby/ruby/
H A D0006-Make-gemspecs-reproducible.patch29 s.summary = "Arbitrary-precision decimal floating-point number library."

123