| /openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/ |
| H A D | slot-hsc-fault | 6 local decimal=$1 10 while [ "$decimal" -gt 0 ]; do 11 remainder=$((decimal % 16)) 13 decimal=$((decimal / 16))
|
| H A D | medusa-hsc-alert | 6 local decimal=$1 10 while [ "$decimal" -gt 0 ]; do 11 remainder=$((decimal % 16)) 13 decimal=$((decimal / 16))
|
| H A D | medusa-hsc-fault | 8 local decimal=$1 12 while [ "$decimal" -gt 0 ]; do 13 remainder=$((decimal % 16)) 15 decimal=$((decimal / 16))
|
| H A D | medusa-power-module-fault | 6 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 D | bcd_time.hpp | 79 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 D | pmbus_utils.hpp | 163 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 D | ptest.out.expected | 1 Unsigned decimal: 66 2 Signed decimal: 66
|
| /openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/sensors/dbus-sensors/ |
| H A D | deassert-leak-handler | 50 local decimal=$((value)) 51 local bit_value=$(( (decimal >> bit) & 1 ))
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/dc/ |
| H A D | double-conversion_3.3.1.bb | 2 DESCRIPTION = "This provides binary-decimal and decimal-binary routines for IEEE doubles."
|
| /openbmc/u-boot/tools/scripts/ |
| H A D | define2mk.sed | 23 # but remove again from decimal numbers 25 # ... and from negative decimal numbers
|
| /openbmc/pldm/common/ |
| H A D | utils.hpp | 154 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 D | platform_configs.inc | 6 ### The I2C bus is "0 based, decimal"
|
| /openbmc/openbmc/meta-inventec/meta-transformers/conf/machine/ |
| H A D | platform_configs.inc | 6 ### The I2C bus is "0 based, decimal"
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/mbpoll/ |
| H A D | mbpoll_1.5.2.bb | 4 The reading and writing registers may be in decimal, hexadecimal or floating single \
|
| /openbmc/u-boot/doc/imx/common/ |
| H A D | imx6.txt | 31 (0x620 - 0x400)/0x10 = 0x22 = 34 decimal 52 (0x630 - 0x400)/0x10 = 0x23 = 35 decimal
|
| /openbmc/phosphor-mrw-tools/ |
| H A D | gen_path_callouts.pl | 764 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 D | 19-cve-2016-9844-zipinfo-buffer-overflow.patch | 21 + * &methbuf[]. Use the old, three-digit decimal format
|
| H A D | 18-cve-2014-9913-unzip-buffer-overflow.patch | 22 + * &methbuf[]. Use the old, three-digit decimal format
|
| /openbmc/qemu/docs/system/ |
| H A D | generic-loader.rst | 42 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 D | pmbus_write_vout_command.md | 22 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 D | configuration.md | 27 … | 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 D | backported.patch | 34 + - work around "awk" bug in tests/016-numeric-timer in decimal "," locales
|
| /openbmc/openbmc-test-automation/ipmi/ |
| H A D | test_ipmi_sel_time.robot | 74 # 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 D | keyboard.rst | 21 The dip switch settings can be given as hexadecimal number, decimal number
|
| /openbmc/openbmc/poky/meta/recipes-devtools/ruby/ruby/ |
| H A D | 0006-Make-gemspecs-reproducible.patch | 29 s.summary = "Arbitrary-precision decimal floating-point number library."
|