/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
endian.h | 26 putting '4' in the most significant byte, '3' in the second most 27 significant byte, '2' in the second least significant byte, and '1' 28 in the least significant byte, and then writing down one digit for
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
endian.h | 26 putting '4' in the most significant byte, '3' in the second most 27 significant byte, '2' in the second least significant byte, and '1' 28 in the least significant byte, and then writing down one digit for
|
/external/compiler-rt/lib/builtins/ |
ffsdi2.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.
|
ffsti2.c | 19 /* Returns: the index of the least significant 1-bit in a, or 20 * the value zero if a is zero. The least significant bit is index one.
|
/external/webrtc/src/modules/audio_processing/agc/ |
digital_agc.h | 20 // the 32 most significant bits of A(19) * B(26) >> 13 22 // C + the 32 most significant bits of A * B
|
/frameworks/wilhelm/src/itf/ |
IRecord.c | 187 bool significant = false; local 192 significant = true; 195 if (significant) { 212 bool significant = false; local 218 significant = true; 221 if (significant) {
|
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) {
|
/libcore/luni/src/main/java/java/text/ |
DecimalFormat.java | 111 * <td><strong><font color="red">NEW</font> </strong> Significant 222 * grouping sizes: One used for the least significant integer digits, the 296 * href="#sigdig">significant digits</a>. 299 * <em>maximum integer digits</em>, then only the least significant digits 361 * using significant digits logic. The maximum number of significant digits 364 * "##0.##E0" is "12.3E3". See the section on significant digits for more 366 * <li>The number of significant digits shown is determined as follows: If no 367 * significant digits are used in the pattern then the minimum number of 368 * significant digits shown is one, the maximum number of significant digit [all...] |
/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
|
/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. */
|
LVC_MixSoft_1St_2i_D16C31_SAT.c | 62 pInstance1->Current = pInstance1->Target; /* Difference is not significant anymore. Make them equal. */ 82 pInstance2->Current = pInstance2->Target; /* Difference is not significant anymore. Make them equal. */ 126 pInstance1->Current = pInstance1->Target; /* Difference is not significant anymore. Make them equal. */ 140 pInstance2->Current = pInstance2->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.
|
/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}
|
/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>.
|
/external/junit/src/org/junit/runner/ |
Runner.java | 7 * of significant events as it does so. You will need to subclass <code>Runner</code>
|
/external/kernel-headers/original/uapi/linux/ |
ipv6_route.h | 31 #define RTF_FLOW 0x02000000 /* flow significant route */
|
/external/mesa3d/docs/ |
developers.html | 45 Volunteers have made significant contributions to all parts of Mesa, including
|
/external/srtp/crypto/include/ |
rdb.h | 19 * if the ith least significant bit is one, then the packet index
|
/external/v8/src/ic/arm64/ |
access-compiler-arm64.cc | 23 // TODO(all): The so-called scratch registers are significant in some cases. For
|
/external/valgrind/massif/tests/ |
thresholds.c | 9 // children arrows when a more significant child didn't have any children of
|