/external/opencv3/3rdparty/libjasper/ |
jpc_t1cod.h | 112 /* The northeast neighbour has been found to be significant. */ 114 /* The southeast neighbour has been found to be significant. */ 116 /* The southwest neighbour has been found to be significant. */ 118 /* The northwest neighbour has been found to be significant. */ 120 /* The north neighbour has been found to be significant. */ 122 /* The east neighbour has been found to be significant. */ 124 /* The south neighbour has been found to be significant. */ 126 /* The west neighbour has been found to be significant. */ 145 /* This sample has been found to be significant. */
|
/frameworks/wilhelm/src/itf/ |
IPlay.c | 313 bool significant = false; local 318 significant = true; 321 if (significant) { 338 bool significant = false; local 344 significant = true; 347 if (significant) { 389 bool significant = false; local 407 significant = true; 410 if (significant) {
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/ |
package.html | 51 zero and one. mant[0] is the least significant digit. 72 class does not contain any such entities. The most significant radix 81 of the most significant digit and to the left of the remaining digits. 83 digits including the most significant one. The most significant digit
|
/libcore/luni/src/main/java/java/nio/charset/ |
ModifiedUtf8.java | 137 // The result is: 5 least-significant bits of i + 6 l-s bits of next input byte. 142 // Include 6 least-significant bits of the input byte. 150 // The result is: 5 least-significant bits of i + 6 l-s bits of next input byte 157 // Include 6 least-significant bits of the input byte, with 6 bits of room 164 // Include 6 least-significant bits of the input byte.
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/ |
DecimalFormat.java | 156 * <td>Significant digit 253 * significant integer digits, the <em>primary grouping size</em>, and one used for all 338 * not use <a href="#sci">scientific notation</a> or <a href="#sigdig">significant 342 * digits</em>, then only the least significant digits are shown. For example, 1997 is 406 * significant digits logic. The maximum number of significant digits limits the total 409 * section on significant digits for more details. 411 * <li>The number of significant digits shown is determined as follows: If 412 * areSignificantDigitsUsed() returns false, then the minimum number of significant digits 413 * shown is one, and the maximum number of significant digits shown is the sum of th [all...] |
/external/icu/icu4c/source/i18n/ |
visibledigits.h | 67 * The digits, least significant first. Both the least and most 68 * significant digit in this list are non-zero; however, digits in the 81 * The exponent value of the least significant digit in fDigits. For
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/ |
move2.s | 376 //A0.X = Dreg_lo ; /* least significant 8 bits of Dreg into A0.X (b) */ 380 //A1.X = Dreg_lo ; /* least significant 8 bits of Dreg into A1.X (b) */ 384 //Dreg_lo = A0.X ; /* 8-bit A0.X, sign-extended, into least significant 16 bits of Dreg (b) */ 389 //Dreg_lo = A1.X ; /* 8-bit A1.X, sign-extended, into least significant 16 bits of Dreg (b) */ 394 //A0.L = Dreg_lo ; /* least significant 16 bits of Dreg into least significant 16 bits of A0.W (b) */ 399 //A1.L = Dreg_lo ; /* least significant 16 bits of Dreg into least significant 16 bits of A1.W (b) */ 404 //A0.H = Dreg_hi ; /* most significant 16 bits of Dreg into most significant 16 bits of A0.W (b) * [all...] |
/toolchain/binutils/binutils-2.25/gas/ |
flonum-mult.c | 63 Zero length factors signify 0 significant bits: treat as 0.0. 86 long significant; /* TRUE when we emit a non-0 littlenum */ 117 significant = 0; 143 significant |= work; 144 if (significant || P < 0) 173 /* Shift right 1 to make room for most significant littlenum. */ 85 long significant; \/* TRUE when we emit a non-0 littlenum *\/ local
|
/external/compiler-rt/test/builtins/Unit/ |
ffsdi2_test.c | 17 // Returns: the index of the least significant 1-bit in a, or 18 // the value zero if a is zero. The least significant bit is index one.
|
/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
MixInSoft_D32C31_SAT.c | 54 pInstance->Current = pInstance->Target; /* Difference is not significant anymore. Make them equal. */ 86 pInstance->Current = pInstance->Target; /* Difference is not significant anymore. Make them equal. */
|
MixSoft_1St_D32C31_WRA.c | 56 pInstance->Current = pInstance->Target; /* Difference is not significant anymore. Make them equal. */ 86 pInstance->Current = pInstance->Target; /* Difference is not significant anymore. Make them equal. */
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/ |
GEOLocationElement.java | 19 * of significant bits" of precision in the respective values and implies through examples and 20 * otherwise that the non-significant bits should be simply disregarded and the range of values are 23 * significant bits: 33 is 00100001 binary and the leading 001 are the significant bits. With the 286 * Convert an absolute resolution, into the "number of significant bits" for the given fixed 293 * @return The number of "significant bits". 300 * Convert the protocol definition of "number of significant bits" into an absolute resolution. 302 * @param bits The number of "significant bits" from the binary protocol.
|
/hardware/bsp/intel/peripheral/libupm/src/nrf8001/ |
dtm.h | 48 #define LE_PACKET_REPORTING_EVENT_MSB_BIT 0x80 /**< Bit field for most significant bit */
49 #define LE_TEST_STATUS_EVENT_LSB_BIT 0x01 /**< Bit field for least significant bit */
|
/packages/apps/Calculator/src/com/android/calculator2/ |
CalculatorExpressionEvaluator.java | 26 * The maximum number of significant digits to display. 31 * A {@link Double} has at least 17 significant digits, we show the first {@link #MAX_DIGITS}
|
/prebuilts/go/darwin-x86/src/compress/bzip2/ |
bit_reader.go | 34 // least-significant part of a uint64. In the event of an error, it returns 0 64 // least-significant places and masks off anything above.
|
/prebuilts/go/linux-x86/src/compress/bzip2/ |
bit_reader.go | 34 // least-significant part of a uint64. In the event of an error, it returns 0 64 // least-significant places and masks off anything above.
|
/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/ |
SDL_bits.h | 44 * Get the index of the most significant bit. Result is undefined when called 48 * \return Index of the most significant bit, or -1 if the value is 0.
|
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/ |
SDL_bits.h | 44 * Get the index of the most significant bit. Result is undefined when called 48 * \return Index of the most significant bit, or -1 if the value is 0.
|
/prebuilts/misc/windows/sdl2/include/ |
SDL_bits.h | 44 * Get the index of the most significant bit. Result is undefined when called 48 * \return Index of the most significant bit, or -1 if the value is 0.
|
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/ |
SDL_bits.h | 44 * Get the index of the most significant bit. Result is undefined when called 48 * \return Index of the most significant bit, or -1 if the value is 0.
|
/art/test/535-regression-const-val/smali/ |
TestCase.smali | 22 # Binary representation of -0.25f has the most significant bit set.
|
/development/samples/OpenGL/HelloOpenGLES10/src/com/example/android/opengl/ |
OpenGLES10Activity.java | 41 // consume significant memory here.
|
/development/samples/OpenGL/HelloOpenGLES20/src/com/example/android/opengl/ |
OpenGLES20Activity.java | 42 // consume significant memory here.
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
XMLEntities.properties | 24 # Character entity references for markup-significant
|
/external/javassist/src/main/javassist/tools/reflect/ |
package.html | 31 <p>The most significant class in this package is <code>Reflection</code>.
|