/external/v8/src/ |
fast-dtoa.cc | 54 // input than a neighboring representation of the same length. 128 // the closest representation of 'w'. If we have two potential 363 // * if more than one decimal representation gives the minimal number of 398 // representation to lie in. 500 // * the representation in buffer is the most precise representation of 589 // Provides a decimal representation of v. 594 // The digits in the buffer are the shortest representation possible: no 595 // 0.09999999999999999 instead of 0.1. The shorter representation will even be 661 // number of digits. This version does not generate the shortest representation, [all...] |
bignum-dtoa.cc | 74 // digits yield the shortest decimal representation of v. 160 // when the generated digits yield the shortest decimal representation of v. A 161 // decimal representation of v is a number lying closer to v than to any other 164 // This is true if d, the decimal representation, is between m- and m+, the 563 // representation d, with the required accuracy. 564 // Then d * 10^estimated_power is the representation of v. 566 // generating the decimal representation.)
|
/frameworks/base/core/java/android/widget/ |
ExpandableListView.java | 110 /** The mask (in packed position representation) for the child */ 113 /** The mask (in packed position representation) for the group */ 116 /** The mask (in packed position representation) for the type */ 119 /** The shift amount (in packed position representation) for the group */ 122 /** The shift amount (in packed position representation) for the type */ 125 /** The mask (in integer child position representation) for the child */ 128 /** The mask (in integer group position representation) for the group */ [all...] |
/external/robolectric/src/main/java/android/net/ |
Uri__FromAndroid.java | 336 * Compares the string representation of this Uri with that of 344 * Returns the encoded string representation of this URI. 411 /** URI string representation. */ 1970 int representation = parcel.readInt(); local 2154 int representation = parcel.readInt(); local [all...] |
/external/icu4c/common/unicode/ |
ucnv_err.h | 327 * hexadecimal representation of the illegal codepoints 332 * representation in the format %UXXXX, e.g. "%uFFFE%u00AC%uC8FE"). 338 * representation in the format \\uXXXX, e.g. "\\uFFFE\\u00AC\\uC8FE"). 344 * representation in the format \\uXXXX, e.g. "\\uFFFE\\u00AC\\uC8FE"). 350 * representation in the format \htmlonly&#DDDDDDDD;, e.g. "¬죾")\endhtmlonly. 356 * representation in the format \htmlonly&#xXXXX; e.g. "¬죾")\endhtmlonly. 436 * hexadecimal representation of the illegal bytes
|
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
ucnv_err.h | 320 * hexadecimal representation of the illegal codepoints 325 * representation in the format %UXXXX, e.g. "%uFFFE%u00AC%uC8FE"). 331 * representation in the format \\uXXXX, e.g. "\\uFFFE\\u00AC\\uC8FE"). 337 * representation in the format \\uXXXX, e.g. "\\uFFFE\\u00AC\\uC8FE"). 343 * representation in the format &#DDDDDDDD;, e.g. "¬죾"). 349 * representation in the format &#xXXXX, e.g. "¬죾"). 429 * hexadecimal representation of the illegal bytes
|
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
ucnv_err.h | 320 * hexadecimal representation of the illegal codepoints 325 * representation in the format %UXXXX, e.g. "%uFFFE%u00AC%uC8FE"). 331 * representation in the format \\uXXXX, e.g. "\\uFFFE\\u00AC\\uC8FE"). 337 * representation in the format \\uXXXX, e.g. "\\uFFFE\\u00AC\\uC8FE"). 343 * representation in the format &#DDDDDDDD;, e.g. "¬죾"). 349 * representation in the format &#xXXXX, e.g. "¬죾"). 429 * hexadecimal representation of the illegal bytes
|
/external/webkit/Source/WebCore/icu/unicode/ |
ucnv_err.h | 320 * hexadecimal representation of the illegal codepoints 325 * representation in the format %UXXXX, e.g. "%uFFFE%u00AC%uC8FE"). 331 * representation in the format \\uXXXX, e.g. "\\uFFFE\\u00AC\\uC8FE"). 337 * representation in the format \\uXXXX, e.g. "\\uFFFE\\u00AC\\uC8FE"). 343 * representation in the format &#DDDDDDDD;, e.g. "¬죾"). 349 * representation in the format &#xXXXX, e.g. "¬죾"). 429 * hexadecimal representation of the illegal bytes
|
/libcore/luni/src/main/java/java/math/ |
BigDecimal.java | 109 /** The <code>String</code> representation is cached. */ 213 * representation of {@code BigDecimal}. 222 * The 32-bit integer scale in the internal representation of {@code BigDecimal}. 250 * Constructs a new {@code BigDecimal} instance from a string representation 254 * array of characters containing the string representation of 263 * contain a valid string representation of a big decimal. 352 * Constructs a new {@code BigDecimal} instance from a string representation 356 * array of characters containing the string representation of 367 * contain a valid string representation of a big decimal. 379 * Constructs a new {@code BigDecimal} instance from a string representation [all...] |
/bionic/libc/upstream-netbsd/libc/regex/ |
regex2.h | 94 * The internal representation is a *strip*, a sequence of 97 * Certain oddities in the representation are there to permit running 146 * Structure for [] character-set representation. Character sets are
|
/dalvik/dx/src/com/android/dx/rop/ |
package-info.java | 32 * <li> {@link RopMethod}, the representation of an individual method 34 * the representation of control flow elements. 180 * representation of the following code:<p>
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
GeneralName.java | 131 * representation. Be aware of this if the byte representation is used for 135 * @param name string representation of name
|
/external/clang/lib/CodeGen/ |
CodeGenTypes.h | 125 /// ConvertType in that it is used to convert to the memory representation for 126 /// a type. For example, the scalar representation for _Bool is i1, but the 127 /// memory representation is usually i8 or i32, depending on the target.
|
/external/guava/guava/src/com/google/common/primitives/ |
UnsignedInts.java | 206 * @param string the string containing the unsigned integer representation to be parsed. 223 * Returns a string representation of x, where x is treated as unsigned. 230 * Returns a string representation of {@code x} for the given radix, where {@code x} is treated
|
/external/jmdns/src/javax/jmdns/impl/ |
DNSEntry.java | 229 * Creates a byte array representation of this record. This is needed for tie-break tests according to draft-cheshire-dnsext-multicastdns-04.txt chapter 9.2. 231 * @return byte array representation 246 * Does a lexicographic comparison of the byte array representation of this record and that record. This is needed for tie-break tests according to draft-cheshire-dnsext-multicastdns-04.txt chapter 9.2.
|
/external/jmonkeyengine/engine/src/android/com/jme3/util/ |
FastInteger.java | 38 * representation. 44 * Converts the specified integer into its decimal string representation. 50 * @return the decimal string representation of {@code value}.
|
/external/libsepol/src/ |
node_record.c | 42 * to a numeric representation (addr_bytes) */ 134 /* Converts a numeric representation (addr_bytes) 135 * to a string representation (addr_str), according to
|
/external/libvorbis/doc/ |
02-bitpacking.tex | 16 bitstream into an actual representation in fixed-width words. 25 smallest integer storage representation offered by a platform. On 72 aligned to the boundaries of the byte representation; the next field
|
/external/llvm/docs/HistoricalNotes/ |
2001-02-09-AdveCommentsResponse.txt | 156 "basic block" representation to a predicated rep as part of it's dynamic 192 The advantages of this representation is that you don't have to do some 194 many threads to use, and the representation doesn't have a per instruction
|
/external/protobuf/src/google/protobuf/ |
text_format.h | 59 // Outputs a textual representation of the given message to the given 76 // Outputs a textual representation of the value of the field supplied on 167 // Outputs a textual representation of the value of the field supplied on
|
/external/valgrind/main/VEX/pub/ |
libvex_guest_amd64.h | 44 /*--- Vex's representation of the AMD64 CPU state. ---*/ 48 further info. This representation closely follows the 49 x86 representation.
|
/frameworks/base/core/java/android/util/ |
AttributeSet.java | 77 * Returns the value of the specified attribute as a string representation. 87 * Returns the value of the specified attribute as a string representation. 103 * @return A string representation of the current position in the set,
|
/frameworks/base/core/java/android/view/ |
Surface.java | 283 * back from a client, converting it from the representation being managed 284 * by the window manager to the representation the client uses to draw 402 * Returns a human readable representation of a rotation.
|
/libcore/luni/src/test/java/libcore/java/math/ |
OldBigDecimalTest.java | 32 // These numbers have an exact representation as doubles: 77 assertTrue("the representation of the number 2.323E102 is wrong", 85 "the representation of the number -1.253E-12 after setting scale is wrong, " + setScale2.toString(),
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
XSLTAttributeDef.java | 113 * @param v1 An integer representation of k1. 115 * @param v2 An integer representation of k2. 144 * @param v1 An integer representation of k1. 146 * @param v2 An integer representation of k2. 148 * @param v3 An integer representation of k3. 177 * @param v1 An integer representation of k1. 179 * @param v2 An integer representation of k2. 181 * @param v3 An integer representation of k3. 183 * @param v4 An integer representation of k4. 273 /** Representation for an attribute in a foreign namespace. * [all...] |