/external/fdlibm/ |
s_log1p.c | 64 * The hexadecimal values are the intended ones for the following 67 * to produce the hexadecimal values shown.
|
/external/llvm/include/llvm/ADT/ |
StringExtras.h | 24 /// hexdigit - Return the hexadecimal character for the 36 /// Interpret the given character \p C as a hexadecimal digit and return its
|
/external/llvm/include/llvm/Support/ |
Format.h | 158 /// format_hex - Output \p N as a fixed width hexadecimal. If number will not 170 /// format_hex_no_prefix - Output \p N as a fixed width hexadecimal. Does not
|
/external/llvm/test/Feature/ |
constexpr.ll | 13 global i64 u0x00001 ; hexadecimal unsigned integer constants 14 global i64 s0x0012312 ; hexadecimal signed integer constants
|
/external/llvm/test/Integer/ |
constexpr_bt.ll | 14 global i63 u0x00001 ; hexadecimal unsigned integer constants 15 global i63 s0x012312 ; hexadecimal signed integer constants
|
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/ |
MessageDigestAlgorithm.java | 32 * @param nc_value the hexadecimal count of the number of requests (including the current 109 * @param nc_value the hexadecimal count of the number of requests (including the current
|
/external/parameter-framework/upstream/parameter/ |
FixedPointParameterType.cpp | 127 parameterAccessContext.setError("Hexadecimal values are not supported for " + getKind() + 287 // For hexadecimal representation, we need full 32 bit range conversion.
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
quopri.py | 172 """Return true if the character 'c' is a hexadecimal digit.""" 176 """Get the integer value of a hexadecimal number."""
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
quopri.py | 172 """Return true if the character 'c' is a hexadecimal digit.""" 176 """Get the integer value of a hexadecimal number."""
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/big/ |
floatconv.go | 89 fcount *= 4 // hexadecimal digits are 4 bits each 202 // maximum float64 value. For hexadecimal mantissae, the exponent must
|
/prebuilts/go/darwin-x86/src/math/big/ |
floatconv.go | 89 fcount *= 4 // hexadecimal digits are 4 bits each 202 // maximum float64 value. For hexadecimal mantissae, the exponent must
|
/prebuilts/go/darwin-x86/src/math/ |
exp.go | 87 // The hexadecimal values are the intended ones for the following 90 // to produce the hexadecimal values shown.
|
log1p.go | 72 // The hexadecimal values are the intended ones for the following 75 // to produce the hexadecimal values shown.
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/big/ |
floatconv.go | 89 fcount *= 4 // hexadecimal digits are 4 bits each 202 // maximum float64 value. For hexadecimal mantissae, the exponent must
|
/prebuilts/go/linux-x86/src/math/big/ |
floatconv.go | 89 fcount *= 4 // hexadecimal digits are 4 bits each 202 // maximum float64 value. For hexadecimal mantissae, the exponent must
|
/prebuilts/go/linux-x86/src/math/ |
exp.go | 87 // The hexadecimal values are the intended ones for the following 90 // to produce the hexadecimal values shown.
|
log1p.go | 72 // The hexadecimal values are the intended ones for the following 75 // to produce the hexadecimal values shown.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
quopri.py | 172 """Return true if the character 'c' is a hexadecimal digit.""" 176 """Get the integer value of a hexadecimal number."""
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/ |
strop.so | |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
quopri.py | 172 """Return true if the character 'c' is a hexadecimal digit.""" 176 """Get the integer value of a hexadecimal number."""
|
/external/llvm/tools/llvm-size/ |
llvm-size.cpp | 64 enum RadixTy { octal = 8, decimal = 10, hexadecimal = 16 }; enumerator in enum:RadixTy 73 clEnumValN(hexadecimal, "x", "Print size in hexadecimal"), 93 /// including the leading 0x or 0 for hexadecimal and octal respectively. 108 case hexadecimal: 122 if (Radix == hexadecimal)
|
/libcore/ojluni/src/main/java/java/lang/ |
Float.java | 75 * It is equal to the hexadecimal floating-point literal 84 * hexadecimal floating-point literal {@code 0x1.0p-126f} and also 94 * hexadecimal floating-point literal {@code 0x0.000002P-126f} 210 * Returns a hexadecimal string representation of the 238 * followed by a lowercase hexadecimal representation of the rest 240 * hexadecimal representation are removed unless all the digits 250 * hexadecimal representation of the rest of the significand as a 251 * fraction. Trailing zeros in the hexadecimal representation are 262 * <tr><th>Floating-point Value</th><th>Hexadecimal String</th> 371 * hexadecimal value; this exact numerical value is the [all...] |
/external/icu/icu4c/source/common/unicode/ |
ucnv_err.h | 327 * hexadecimal representation of the illegal codepoints 331 * <li>UCNV_ESCAPE_ICU: Substitues the ILLEGAL SEQUENCE with the hexadecimal 337 * <li>UCNV_ESCAPE_JAVA: Substitues the ILLEGAL SEQUENCE with the hexadecimal 343 * <li>UCNV_ESCAPE_C: Substitues the ILLEGAL SEQUENCE with the hexadecimal 436 * hexadecimal representation of the illegal bytes
|
/external/strace/ |
strace.1 | 319 Print all non-ASCII strings in hexadecimal string format. 322 Print all strings in hexadecimal string format. 443 in hexadecimal. This is mostly useful if you don't trust the 457 Perform a full hexadecimal and ASCII dump of all the data read from 471 Perform a full hexadecimal and ASCII dump of all the data written to
|
/external/apache-http/src/org/apache/http/impl/auth/ |
DigestScheme.java | 95 private static final char[] HEXADECIMAL = { 465 buffer[i * 2] = HEXADECIMAL[high]; 466 buffer[(i * 2) + 1] = HEXADECIMAL[low];
|