/prebuilts/gdb/linux-x86/lib/python2.7/test/decimaltestdata/ |
inexact.decTest | 109 -- minus, plus, and subtract all assumed to work like add. 209 inx801 plus 123456789 -> 123456789 210 inx802 plus 1234567890 -> 1.23456789E+9 Rounded 211 inx803 plus 1234567891 -> 1.23456789E+9 Inexact Rounded 212 inx804 plus 1234567892 -> 1.23456789E+9 Inexact Rounded 213 inx805 plus 1234567899 -> 1.23456790E+9 Inexact Rounded 214 inx806 plus 1234567900 -> 1.23456790E+9 Rounded
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/decimaltestdata/ |
inexact.decTest | 109 -- minus, plus, and subtract all assumed to work like add. 209 inx801 plus 123456789 -> 123456789 210 inx802 plus 1234567890 -> 1.23456789E+9 Rounded 211 inx803 plus 1234567891 -> 1.23456789E+9 Inexact Rounded 212 inx804 plus 1234567892 -> 1.23456789E+9 Inexact Rounded 213 inx805 plus 1234567899 -> 1.23456790E+9 Inexact Rounded 214 inx806 plus 1234567900 -> 1.23456790E+9 Rounded
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/decimaltestdata/ |
inexact.decTest | 109 -- minus, plus, and subtract all assumed to work like add. 209 inx801 plus 123456789 -> 123456789 210 inx802 plus 1234567890 -> 1.23456789E+9 Rounded 211 inx803 plus 1234567891 -> 1.23456789E+9 Inexact Rounded 212 inx804 plus 1234567892 -> 1.23456789E+9 Inexact Rounded 213 inx805 plus 1234567899 -> 1.23456790E+9 Inexact Rounded 214 inx806 plus 1234567900 -> 1.23456790E+9 Rounded
|
/external/opencv3/3rdparty/libjasper/ |
jpc_dec.h | 322 (plus one). */ 326 (plus one). */ 400 at this resolution (plus one). */ 404 at this resolution (plus one). */ 455 in the coordinate system of the tile-component (plus one). */ 459 in the coordinate system of the tile-component (plus one). */ 501 reference grid (plus one). */ 505 reference grid (plus one). */ 583 the reference grid (plus one). */ 587 the reference grid (plus one). * [all...] |
jpc_enc.h | 204 right edge of the image area (plus one). */ 208 bottom edge of the image area (plus one). */ 361 (plus one). */ 365 (plus one). */ 448 at this resolution (plus one). */ 452 at this resolution (plus one). */ 571 with respect to the reference grid (plus one). */ 575 with respect to the reference grid (plus one). */
|
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
TestCommonTokenStream.java | 45 "PLUS : '+';\n" + 66 "PLUS : '+';\n" + 87 "PLUS : '+';\n" + 117 "PLUS : '+';\n" + 148 "PLUS : '+';\n" +
|
/prebuilts/go/darwin-x86/src/fmt/ |
format.go | 14 // %b of an int64, plus a sign. 42 plus bool 50 // and clear the plus/sharp flags since %+v and %#v are in effect 171 if f.widPresent || f.precPresent || f.plus || f.space { 185 if negative || f.plus || f.space { 202 if negative || f.plus || f.space { 276 } else if f.plus { 375 if f.plus { 388 if f.plus { 428 } else if f.plus || v < 0 [all...] |
/prebuilts/go/linux-x86/src/fmt/ |
format.go | 14 // %b of an int64, plus a sign. 42 plus bool 50 // and clear the plus/sharp flags since %+v and %#v are in effect 171 if f.widPresent || f.precPresent || f.plus || f.space { 185 if negative || f.plus || f.space { 202 if negative || f.plus || f.space { 276 } else if f.plus { 375 if f.plus { 388 if f.plus { 428 } else if f.plus || v < 0 [all...] |
/frameworks/base/docs/html/reference/ |
lists.js | [all...] |
/libcore/luni/src/test/java/libcore/java/net/ |
OldJarURLConnectionTest.java | 105 assertEquals(new HashSet<String>(Arrays.asList("plus.bmp", "swt.dll")), 120 URL u = createContent("lf.jar", "plus.bmp"); 123 assertEquals("Returned incorrect entryName", "plus.bmp", juc 137 URL u = createContent("lf.jar", "plus.bmp"); 140 assertEquals("Returned incorrect JarEntry", "plus.bmp", juc 253 URL u = createContent("lf.jar", "plus.bmp");
|
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
CharsetUTF7.java | 72 private static final byte PLUS=43; 218 * A plus sign starts Unicode (or "escape") Mode. 238 } else if ((!useIMAP && b!=PLUS) || (useIMAP && b!=AMPERSAND)) { 250 } else { /* PLUS or (AMPERSAND in IMAP)*/ 293 * It may be for example, a plus which we need to deal with in direct mode. 300 /* include the plus sign in the reported sequence, but not the subsequent char */ 302 toUBytesArray[0]=PLUS; 320 /* un-read the current character in case it is a plus sign */ 405 /* +- i.e. a minus immediately following a plus */ 406 target.put(useIMAP ? (char)AMPERSAND : (char)PLUS); [all...] |
/prebuilts/go/darwin-x86/src/regexp/syntax/ |
parse_test.go | 32 {`a+`, `plus{lit{a}}`}, 136 {`(?:a+b+)(?:c+d+)`, `cat{plus{lit{a}}plus{lit{b}}plus{lit{c}}plus{lit{d}}}`}, 137 {`(?:a+|b+)|(?:c+|d+)`, `alt{plus{lit{a}}plus{lit{b}}plus{lit{c}}plus{lit{d}}}`}, 146 {`\Q+\E+`, `plus{lit{+}}`} [all...] |
/prebuilts/go/linux-x86/src/regexp/syntax/ |
parse_test.go | 32 {`a+`, `plus{lit{a}}`}, 136 {`(?:a+b+)(?:c+d+)`, `cat{plus{lit{a}}plus{lit{b}}plus{lit{c}}plus{lit{d}}}`}, 137 {`(?:a+|b+)|(?:c+|d+)`, `alt{plus{lit{a}}plus{lit{b}}plus{lit{c}}plus{lit{d}}}`}, 146 {`\Q+\E+`, `plus{lit{+}}`} [all...] |
/development/samples/devbytes/animation/Bouncer/src/com/example/android/bouncer/ |
Bouncer.java | 89 * plus the area it now occupies. 102 * plus the area it now occupies.
|
/external/antlr/antlr-3.4/runtime/Perl5/t/examples/ |
simplecalc.t | 17 PLUS = '+' ; 27 expr : term ( ( PLUS | MINUS ) term )* ;
|
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
HasPositionalPredChecker.java | 34 import org.apache.xpath.operations.Plus; 104 (pred instanceof Plus) ||
|
/external/deqp/framework/opengl/ |
gluES3PlusWrapperContext.hpp | 23 * \brief OpenGL ES 3plus wrapper context. 49 * \brief OpenGL ES 3plus wrapper.
|
/external/guava/guava-tests/test/com/google/common/cache/ |
CacheStatsTest.java | 85 CacheStats sum = two.plus(one); 99 assertEquals(sum, one.plus(two));
|
/external/kernel-headers/original/uapi/linux/ |
ipmi_msgdefs.h | 79 * than 128 bytes. Use the full 256, plus NetFn/LUN, Cmd, cCode, plus
|
/external/libgdx/extensions/gdx-tools/assets/ |
uiskin.json | 57 default: { minus: tree-minus, plus: tree-plus, selection: default-select-selection }
|
/frameworks/base/core/java/android/util/ |
Property.java | 37 * <li>a public <code>getName()</code> method on the class which takes no arguments, plus an 40 * <li>a public <code>isName()</code> method on the class which takes no arguments, plus an
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/ |
BigDecimalCompareTest.java | 355 * plus() for a positive BigDecimal 364 assertEquals("incorrect value", cNumber, aNumber.plus()); 368 * plus(MathContext) for a positive BigDecimal 379 BigDecimal res = aNumber.plus(mc); 385 * plus() for a negative BigDecimal 394 assertEquals("incorrect value", cNumber, aNumber.plus()); 398 * plus(MathContext) for a negative BigDecimal 409 BigDecimal res = aNumber.plus(mc);
|
/packages/inputmethods/LatinIME/tools/make-keyboard-text/res/values-iw/ |
donottranslate-more-keys.xml | 28 <!-- U+00B1: "±" PLUS-MINUS SIGN 29 U+FB29: "?" HEBREW LETTER ALTERNATIVE PLUS SIGN -->
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
ipmi_msgdefs.h | 79 * than 128 bytes. Use the full 256, plus NetFn/LUN, Cmd, cCode, plus
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
ipmi_msgdefs.h | 79 * than 128 bytes. Use the full 256, plus NetFn/LUN, Cmd, cCode, plus
|