Searched refs:significant (Results 1 – 25 of 731) sorted by relevance
12345678910>>...30
59 *blueprint stems*. For example, to format a number with 2-3 significant222 Fraction-precision stems accept a single optional option: a number of significant digits.229 | `.##/@@@*` | At most 2 fraction digits, but guarantee <br/> at least 3 significant digits | `Prec…231 | `.##/@@@r` | Same as above, but pad trailing zeros <br/> to at least 3 significant digits | `Prec…232 | `.00/@##` | Exactly 2 fraction digits, but do not <br/> display more than 3 significant digits | …234 | `.00/@@@s` | Same as above, but pad trailing zeros <br/> to at least 3 significant digits | `Prec…236 Precisely, the option follows the syntax of the significant digits stem (see below),245 The following are examples of stems for significant figures:249 | `@@@` | Exactly 3 significant digits | `Precision::fixedSignificantDigits(3)` |250 | `@@@*` | At least 3 significant digits | `Precision::minSignificantDigits(3)` |[all …]
62 multisample rendering is enabled then the n least significant bits71 SAMPLES_3DFX least significant bits of TBUFFER_WRITE_MASK_3DFX.78 SAMPLES_3DFX least significant bits of TBUFFER_WRITE_MASK_3DFX.85 the SAMPLES_3DFX least significant bits of TBUFFER_WRITE_MASK_3DFX.
78 def __init__(self, significant, notable, percentage_string): argument79 self.significant_ = significant108 significant = False122 significant = True127 return ResultsDiff(significant, notable, percentage_string)
114 significant bits of the output; the last component will be written to115 the most significant bits.123 extracted from the least significant bits of the input; the last124 component will be extracted from the most significant bits.151 The first vector component specifies the 16 least-significant bits of the152 result; the second component specifies the 16 most-significant bits.159 obtained from the 16 least-significant bits of v; the second160 component is obtained from the 16 most-significant bits of v.
124 significant bits of the output; the last component will be written to125 the most significant bits.133 extracted from the least significant bits of the input; the last134 component will be extracted from the most significant bits.161 The first vector component specifies the 16 least-significant bits of the162 result; the second component specifies the 16 most-significant bits.169 obtained from the 16 least-significant bits of v; the second170 component is obtained from the 16 most-significant bits of v.
21 BN_num_bits_word() returns the number of significant bits in a word.25 BN_num_bits() returns the number of significant bits in a B<BIGNUM>,41 of I<significant> bits a little lower. If you want to know the "key
54 BN_bin2bn() except the buffer is in native format, i.e. most significant55 byte first on big-endian platforms, and least significant byte first on78 the most significant bit signals a negative number (the representation
33 // The National (significant) Number, as defined in International37 // directly: if you want the national significant number, call the41 // destination code", this is included in the National (significant) Number.44 // Note that the National (significant) Number does not contain the National57 // In some countries, the national (significant) number starts with one or59 // For example, the leading zero in the national (significant) number of an
30 // pattern is a regex that is used to match the national (significant)32 // "2070313000", which is the national (significant) number for Google London.37 // format specifies how the national (significant) number matched by46 // at the beginning of the national (significant) number. When the match is53 // national (significant) number; the next one matches the first four digits,62 // group ($FG) in the national significant number should be formatted in90 // group ($FG) in the national significant number should be formatted100 // significant number would match. This specifies information such as its129 // An example national significant number for the specific type. It should193 // before the national significant number when dialling internally. This[all …]
70 endian, 32-bit quantity, with alpha in the most significant 2 bits,74 16-bit quantity, with alpha in the most significant bit, followed by78 16-bit quantity, with red in the 5 most significant bits, followed by
48 added functionality requires significant hardware support. There are many77 position of the most or least significant set bit, count the number291 the parameter <exp>. For a floating-point value of zero, the significant339 least significant bits of corresponding component of the result. For340 unsigned data types, the most significant bits of the result will be set341 to zero. For signed data types, the most significant bits will be set to348 The function bitfieldInsert() inserts the <bits> least significant bits of367 The function findLSB() returns the bit number of the least significant one371 The function findMSB() returns the bit number of the most significant bit373 result will be the bit number of the most significant one bit. For[all …]
82 a NaN with the most-significant bit of the mantissa cleared), it is84 (i.e., a NaN with the most-significant bit of the mantissa set), it is94 a NaN with the most-significant bit of the mantissa cleared), it is96 a NaN with the most-significant bit of the mantissa set), it is always161 NaN. A quiet NaN has the most significant bit of the mantissa set, and
67 // is set to the most significant bit of the result.71 // set if the sign (most significant) bits of the input operands are77 // a carry generated out of the most significant when performing the80 // significant bit discarded by the shift operation. For all other250 // All part-word loads write the least significant part of the252 // All part-word stores store the least significant part-word of the479 // Memory(ea) <- (least significant byte of Rr)481 // Memory(ea) <- (least significant half-word of Rr)494 // All part-word loads write the part-word into the least significant496 // sign-extended. All part-word stores store the least significant
25 Below is a summary of the significant changes brought to you in this33 Happy Hacking and may all significant binary interface changes of your
211 where bit 31 is the most significant and bit 0 is the least212 significant bit.272 where bit 63 is the most significant and bit 0 is the least273 significant bit.309 where bit 47 is the most significant and bit 0 is the least310 significant bit.
48 // The maximum number of significant digits of the result of a calculation or base conversion.325 * `precision` significant digits using rounding mode `rounding`.469 * `precision` significant digits using rounding mode `rounding`.479 * by the value of `y`, rounded to `precision` significant digits using rounding mode `rounding`.1107 * significant digits using rounding mode `rounding`.1265 * significant digits using rounding mode `rounding`.1437 * `precision` significant digits using rounding mode `rounding`.1481 * significant digits using rounding mode `rounding`.1491 * rounded to `precision` significant digits using rounding mode `rounding`.1529 * significant digits using rounding mode `rounding`.[all …]
250 significant bit, and since we write numbers with the most-251 significant digit on the left, we also write bytes with the most-252 significant bit on the left. In the diagrams below, we number the253 bits of a byte so that bit 0 is the least-significant bit, i.e.,262 the least-significant byte first (at the lower memory address).271 | + more significant byte = 2 x 256272 + less significant byte = 8295 with the least-significant bit of the byte.297 starting with the least-significant bit of the data300 significant bit of the code.[all …]
186 significant bit, and since we write numbers with the most-187 significant digit on the left, we also write bytes with the most-188 significant bit on the left. In the diagrams below, we number the189 bits of a byte so that bit 0 is the least-significant bit, i.e.,198 the MOST-significant byte first (at the lower memory address).207 | + less significant byte = 8208 + more significant byte = 2 x 256329 significant-byte first (network) order.
549 SHOULD be transmitted in network byte order (i.e., most significant696 the four most significant bits and the second sample in the four697 least significant bits. In the IMA ADPCM codec, the samples are740 transmitted in the G.722 octet, which is the most significant bit of741 the higher sub-band sample, SHALL correspond to the most significant769 frames are intermixed. The least significant two bits of the first809 word are numbered 0 to 31, with the most significant bit on the left811 significant octet first. The bits of each data field are numbered in813 significant bit first). The vertical bars indicate the boundaries992 such that the least significant bit of the codeword aligns with the[all …]
70 least significant 8 bits of a 12-bit alpha to the texture color table.71 The default is to send the most significant 8 bits by calling