Lines Matching +full:two +full:- +full:factor
8 * http://www.apache.org/licenses/LICENSE-2.0
48 * as output current, input voltage, and temperature. Two byte value with
49 * an 11-bit, two's complement mantissa and a 5-bit, two's complement
55 * Linear data format used for values related to voltage output. Two
56 * byte (16-bit), unsigned integer that is raised to the power of an
57 * exponent. The exponent is not stored within the two bytes.
71 * Linear scale that uses a two byte unsigned binary integer with a scaling
72 * factor.
87 * Half-precision floating point format that follows the IEEE-754 standard
101 * - Linear format: value is an exponent
102 * - VID format: value is a VID code
103 * - IEEE and Direct formats: value is not used
132 * - Two byte value
133 * - 11-bit two's complement mantissa value stored in the two bytes
134 * - 5-bit two's complement exponent value stored in the two bytes
171 * - Two byte value
172 * - 16-bit unsigned mantissa value stored in the two bytes
173 * - 5-bit signed exponent value that is not stored in the two bytes
191 * - Two byte value
192 * - 16-bit unsigned mantissa value stored in the two bytes
193 * - 5-bit signed exponent value that is not stored in the two bytes
202 * @param exponent 5-bit signed exponent used to convert value