HomeSort by relevance Sort by last modified time
    Searched refs:significant (Results 1 - 24 of 24) sorted by null

  /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) {
IRecord.c 187 bool significant = false; local
192 significant = true;
195 if (significant) {
212 bool significant = false; local
218 significant = true;
221 if (significant) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
BarGraph.java 46 boolean significant; field in class:BarGraph.BarItem
53 this.significant= sig;
65 public void addItem(String name, double[] stats, String url, String slow, boolean significant) {
66 this.fItems.add(new BarItem(name, stats, url, slow, significant));
211 } else if (!bar.significant) {
216 } else if (!bar.significant) {
  /external/libvorbis/doc/
02-bitpacking.tex 41 A byte has a well-defined 'least significant' bit (LSb), which is the
43 value +1. A byte's 'most significant' bit (MSb) is at the opposite
54 'most significant byte first' in which the highest-valued byte comes
55 first), 0-1-2-3 ('little endian' or 'least significant byte first' in
77 significant bit, etc, until the requested number of bits have been
80 significant unused bit position of the destination byte, followed by
81 the next-least significant bit of the source integer and so on up to
05-comment.tex 208 bitstream mapping which renders least-significant-bit of the word to be
209 coded into the least significant available bit of the current
  /external/v8/test/mjsunit/compiler/
expression-trees.js 63 // Set up leaf masks to set 8 least-significant bits.
86 // Set up leaf masks to clear 8 least-significant bits.
  /external/chromium/chrome/browser/resources/file_manager/js/
exif_reader.js 213 * Big endian read. Most significant bytes come first.
232 * Little endian read. Least significant bytes come first.
  /external/llvm/bindings/ocaml/executionengine/
llvm_executionengine.mli 67 most significant bit may be lost). See the field
  /external/v8/benchmarks/
base.js 157 // Converts a score value to a string with at least three significant
  /external/chromium/chrome/browser/chromeos/cros/
network_library.cc 3984 const CellularDataPlan* significant = NULL; local
    [all...]
  /external/dropbear/libtommath/
bn.tex 595 the integer the mp\_int is meant to equal. The \textit{used} parameter dictates how many digits are significant, that is,
702 This will return the 32 least significant bits of the mp\_int $a$.
    [all...]
  /dalvik/docs/
prettify.js 435 * significant for tokenization (<br>) into their textual equivalent.
437 * @param {string} s html where whitespace is considered significant.
459 // <br> tags are lexically significant so convert them to text.
    [all...]
  /external/ceres-solver/docs/
changes.tex 46 multithreading, this results in significant improvements to the
solving.tex 361 have a significant of impact on the efficiency and accuracy of the
    [all...]
  /external/valgrind/main/memcheck/tests/x86/
fxsave.stdout.exp 1 Re-run with any arg to suppress least-significant
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jstemplate.js 526 // NOTE(mesch): Evaluation order is sometimes significant, e.g. when
808 // NOTE(mesch): Profiling shows that this method costs significant
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jstemplate.js 526 // NOTE(mesch): Evaluation order is sometimes significant, e.g. when
808 // NOTE(mesch): Profiling shows that this method costs significant
    [all...]
  /external/stlport/
configure.bat 11 REM Attention! Batch file labels only have 8 significant characters!
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 
  /external/valgrind/main/memcheck/tests/amd64/
fxsave-amd64.stdout.exp 1 Re-run with any arg to suppress least-significant
  /external/bison/
maint.mk 822 # Perl -lne code to extract "significant" cpp-defined symbols from a
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js 294 * Are newlines and adjacent spaces significant in the given node's innerHTML?
674 * significant for tokenization (<br>) into their textual equivalent.
676 * @param {string} s html where whitespace is considered significant.
698 // <br> tags are lexically significant so convert them to text.
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js 294 * Are newlines and adjacent spaces significant in the given node's innerHTML?
674 * significant for tokenization (<br>) into their textual equivalent.
676 * @param {string} s html where whitespace is considered significant.
698 // <br> tags are lexically significant so convert them to text.
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 939 milliseconds