HomeSort by relevance Sort by last modified time
    Searched full:tens (Results 26 - 50 of 129) sorted by null

12 3 4 5 6

  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/rbnf/
RbnfSampleRuleSets.java 96 // here, it refers to both the ones place and the tens place.
198 // when appropriate (basically, between the tens and ones digits) and
370 // words for multiples of 10 (notice that the tens digit is separated
407 * own: 1) The word "et" is interposed between the tens and ones digits,
513 * written out as a single word. And the ones digit PRECEDES the tens
    [all...]
  /external/guice/core/src/com/google/inject/internal/
InternalContext.java 117 * DependencyAndSource objects, which can add to several tens of megabytes in large applications.
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
strtod.c 356 dval(&rv) = tens[k - 9] * dval(&rv) + z;
380 /* rv = */ rounded_product(dval(&rv), tens[e]);
397 dval(&rv) *= tens[i];
404 /* rv = */ rounded_product(dval(&rv), tens[e]); local
410 /* rv = */ rounded_product(dval(&rv), tens[e]); local
424 /* rv = */ rounded_quotient(dval(&rv), tens[-e]); local
456 dval(&rv) *= tens[i];
522 dval(&rv) /= tens[i];
strtodg.c 576 dval(&rv) = tens[k - 9] * dval(&rv) + z;
592 /* rv = */ rounded_product(dval(&rv), tens[e]);
609 dval(&rv) *= tens[i];
617 /* adj = */ rounded_product(dval(&adj), tens[e2]); local
624 /* rv = */ rounded_product(dval(&rv), tens[e2]); local
636 /* rv = */ rounded_quotient(dval(&rv), tens[-e]); local
654 dval(&rv) *= tens[i];
676 dval(&rv) /= tens[i];
dtoa.c 264 if (dval(&d) < tens[k])
348 ds = tens[k&0xf];
364 dval(&d) *= tens[j1 & 0xf];
395 dval(&eps) = 0.5/tens[ilim-1] - dval(&eps);
413 dval(&eps) *= tens[ilim-1];
444 ds = tens[k];
gdtoa.c 261 if (dval(&d) < tens[k])
351 ds = tens[k&0xf];
368 dval(&d) *= tens[j1 & 0xf];
400 dval(&eps) = ds*0.5/tens[ilim-1] - dval(&eps);
421 dval(&eps) *= tens[ilim-1];
452 ds = tens[k];
  /external/opencv3/3rdparty/openexr/IlmImf/
ImfTimeCode.cpp 153 int tens = (binary / 10) % 10; local
154 return (unsigned int) (units | (tens << 4));
  /external/tcpdump/
print-igrp.c 57 uint8_t igr_dly[3]; /* delay in tens of microseconds */
  /frameworks/base/docs/html/distribute/analyze/
google-services.jd 27 segmentation tools. You can slice and dice your data in tens-of-thousands of
  /libcore/luni/src/test/java/libcore/java/net/
ServerSocketConcurrentCloseTest.java 107 // in TIME_WAIT state for a few minutes) and only some number (tens of thousands?)
  /libcore/ojluni/src/main/java/sun/misc/
FormattedFloatingDecimal.java 784 int tens = s * 10; local
795 high = (b+m > tens );
819 high = (b+m > tens );
824 // and b+m > tens, too, since that has overflowed
831 lowDigitDifference = (b<<1) - tens;
837 long tens = s * 10L;
848 high = (b+m > tens );
872 high = (b+m > tens );
877 // and b+m > tens, too, since that has overflowed
884 lowDigitDifference = (b<<1) - tens;
    [all...]
  /ndk/sources/android/support/src/stdio/
strtod.c 1549 tens[] = { variable
1823 tens[e]); local
1830 tens[e]); local
1838 tens[-e]); local
    [all...]
  /external/skia/src/core/
SkString.cpp 166 const uint16_t* tens = gTens; local
175 unsigned powerOfTen = *tens++;
  /external/ceres-solver/internal/ceres/
schur_complement_solver.h 100 // can be used for solving structure from motion problems with tens of
  /external/chromium-trace/catapult/third_party/gsutil/gslib/addlhelp/
prod.py 75 listing of a bucket containing many objects (e.g., tens of thousands
  /external/icu/android_icu4j/src/main/java/android/icu/impl/duration/impl/
Utils.java 75 boolean forcedZero = false; // true if we have a 0 in tens's place
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
Utils.java 71 boolean forcedZero = false; // true if we have a 0 in tens's place
  /external/webrtc/webrtc/base/
timeutils.cc 99 // FILETIME is measured in tens of microseconds since 1601-01-01 UTC.
  /packages/inputmethods/LatinIME/java/res/values-ca/
strings.xml 186 <string name="should_download_over_metered_prompt" msgid="6737084685073734292">"Hi ha un diccionari disponible per a l\'idioma seleccionat al dispositiu mòbil.&lt;br/&gt; Et recomanem que &lt;b&gt;baixis&lt;/b&gt; el diccionari per a <xliff:g id="LANGUAGE_NAME">%1$s</xliff:g> per millorar l\'escriptura.&lt;br/&gt; &lt;br/&gt; La baixada pot tardar un parell de minuts en xarxes 3G. Si no tens un &lt;b&gt;pla de dades il·limitat&lt;/b&gt;, és possible que s\'apliquin càrrecs.&lt;br/&gt; Si no saps quin pla de dades tens, et recomanem que cerquis una connexió Wi-Fi per iniciar la baixada automàticament.&lt;br/&gt; &lt;br/&gt; Consell: pots baixar i suprimir diccionaris a la secció &lt;b&gt;Idioma i introducció de text&lt;/b&gt; del menú &lt;b&gt;Configuració&lt;/b&gt; del dispositiu mòbil."</string>
207 <string name="user_dict_settings_empty_text" msgid="6889278304342592383">"No tens cap paraula al diccionari de l\'usuari. Toca el botó Afegeix (+) per afegir-n\'hi una."</string>
  /external/libweave/third_party/chromium/base/third_party/dmg_fp/
dtoa.cc 1453 tens[] = { member in namespace:dmg_fp
2718 \/* rv = *\/ rounded_product(dval(&rv), tens[e]); variable
2724 \/* rv = *\/ rounded_product(dval(&rv), tens[e]); variable
2738 \/* rv = *\/ rounded_quotient(dval(&rv), tens[-e]); variable
    [all...]
  /libcore/ojluni/src/main/java/java/lang/
FloatingDecimal.java 717 int tens = s * 10; local
728 high = (b+m > tens );
752 high = (b+m > tens );
757 // and b+m > tens, too, since that has overflowed
764 lowDigitDifference = (b<<1) - tens;
770 long tens = s * 10L;
781 high = (b+m > tens );
805 high = (b+m > tens );
810 // and b+m > tens, too, since that has overflowed
817 lowDigitDifference = (b<<1) - tens;
    [all...]
  /packages/apps/Dialer/res/values-ca/
strings.xml 154 <string name="call_log_missed_empty" msgid="3927274175205520135">"No tens cap trucada perduda."</string>
186 <string name="speed_dial_empty" msgid="8838921693673366129">"Encara no tens cap contacte al marcatge ràpid"</string>
188 <string name="all_contacts_empty" msgid="471370638298229686">"Encara no tens cap contacte"</string>
  /external/ImageMagick/ImageMagick/script/
history.html 64 <p>The next generation of ImageMagick, version 5, started when Bob Friesenhahn contacted me and suggested I improve the application programming interface so users could leverage the image-processing algorithms from other languages or scripts. Bob also wrote a C++ wrapper for ImageMagick called Magick++, and began contributing enhancements such as the module loader facility, automatic file identification, and test suites. In the mean-time, the project picked up a few other notable contributors: Glenn Randers-Pehrson, William Radcliffe, and Leonard Rosenthol. By now, ImageMagick was utilized by tens of thousands of users, who reacted gruffly when a new release broke an existing API call or script. The other members of the group wanted to freeze the API and command line, but I felt ImageMagick was not quite what I had envisioned it could be. Bob and the others created a fork of ImageMagick while I continued to develop ImageMagick.</p>
  /external/ImageMagick/www/
history.html 68 <p>The next generation of ImageMagick, version 5, started when Bob Friesenhahn contacted me and suggested I improve the application programming interface so users could leverage the image-processing algorithms from other languages or scripts. Bob also wrote a C++ wrapper for ImageMagick called Magick++, and began contributing enhancements such as the module loader facility, automatic file identification, and test suites. In the mean-time, the project picked up a few other notable contributors: Glenn Randers-Pehrson, William Radcliffe, and Leonard Rosenthol. By now, ImageMagick was utilized by tens of thousands of users, who reacted gruffly when a new release broke an existing API call or script. The other members of the group wanted to freeze the API and command line, but I felt ImageMagick was not quite what I had envisioned it could be. Bob and the others created a fork of ImageMagick while I continued to develop ImageMagick.</p>
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
android_profiling_helper.py 56 # to pull the stripped library from the device, which can take tens of

Completed in 1018 milliseconds

12 3 4 5 6