HomeSort by relevance Sort by last modified time
    Searched full:hexadecimal (Results 226 - 250 of 1046) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/type1/
t1parse.c 468 /* or hexadecimal ASCII format -- decode it accordingly */
471 /* following the `eexec' keyword); if they all are hexadecimal */
478 /* ASCII hexadecimal encoding */
  /external/pdfium/third_party/freetype/src/type1/
t1parse.c 468 /* or hexadecimal ASCII format -- decode it accordingly */
471 /* following the `eexec' keyword); if they all are hexadecimal */
478 /* ASCII hexadecimal encoding */
  /external/srtp/test/
rtpw.c 339 * read key from hexadecimal on command line into an octet string
347 "(should be %d hexadecimal digits, found %d)\n",
354 "(should be %d hexadecimal digits, found %u)\n",
  /prebuilts/gdb/darwin-x86/lib/python2.7/
stringold.py 17 hexdigits -- a string containing all characters considered hexadecimal digits
217 0X for hexadecimal. If base is 16, a preceding 0x or 0X is
244 octal, 0x or 0X for hexadecimal. If base is 16, a preceding
  /prebuilts/gdb/linux-x86/lib/python2.7/
stringold.py 17 hexdigits -- a string containing all characters considered hexadecimal digits
217 0X for hexadecimal. If base is 16, a preceding 0x or 0X is
244 octal, 0x or 0X for hexadecimal. If base is 16, a preceding
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
ftoa.go 29 // 'p' -0x.dddp±dd, binary exponent, hexadecimal mantissa
34 // 'p' hexadecimal fraction with 0.5 <= 0.mantissa < 1.0, or -0
271 // with a hexadecimal mantissa and a binary exponent, or 0" if x is zero,
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/big/
ftoa.go 26 // 'p' -0x.dddp±dd, binary exponent, hexadecimal mantissa
31 // 'p' hexadecimal fraction with 0.5 <= 0.mantissa < 1.0, or -0
268 // with a hexadecimal mantissa and a binary exponent, or 0" if x is zero,
  /prebuilts/go/darwin-x86/src/math/big/
ftoa.go 26 // 'p' -0x.dddp±dd, binary exponent, hexadecimal mantissa
31 // 'p' hexadecimal fraction with 0.5 <= 0.mantissa < 1.0, or -0
268 // with a hexadecimal mantissa and a binary exponent, or 0" if x is zero,
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
ftoa.go 29 // 'p' -0x.dddp±dd, binary exponent, hexadecimal mantissa
34 // 'p' hexadecimal fraction with 0.5 <= 0.mantissa < 1.0, or -0
271 // with a hexadecimal mantissa and a binary exponent, or 0" if x is zero,
  /prebuilts/go/linux-x86/src/cmd/compile/internal/big/
ftoa.go 26 // 'p' -0x.dddp±dd, binary exponent, hexadecimal mantissa
31 // 'p' hexadecimal fraction with 0.5 <= 0.mantissa < 1.0, or -0
268 // with a hexadecimal mantissa and a binary exponent, or 0" if x is zero,
  /prebuilts/go/linux-x86/src/math/big/
ftoa.go 26 // 'p' -0x.dddp±dd, binary exponent, hexadecimal mantissa
31 // 'p' hexadecimal fraction with 0.5 <= 0.mantissa < 1.0, or -0
268 // with a hexadecimal mantissa and a binary exponent, or 0" if x is zero,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
stringold.py 17 hexdigits -- a string containing all characters considered hexadecimal digits
217 0X for hexadecimal. If base is 16, a preceding 0x or 0X is
244 octal, 0x or 0X for hexadecimal. If base is 16, a preceding
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
stringold.py 17 hexdigits -- a string containing all characters considered hexadecimal digits
217 0X for hexadecimal. If base is 16, a preceding 0x or 0X is
244 octal, 0x or 0X for hexadecimal. If base is 16, a preceding
  /toolchain/binutils/binutils-2.25/gas/doc/
c-z80.texi 76 @samp{H} or @samp{h} for hexadecimal, @samp{D} or @samp{d} for decimal,
106 @cindex hexadecimal prefix, Z80
108 The dollar sign @samp{$} can be used as a prefix for hexadecimal numbers
  /external/llvm/lib/AsmParser/
LLLexer.cpp 446 /// Lex a label, integer type, keyword, or hexadecimal integer constant.
792 // Check for [us]0x[0-9A-Fa-f]+ which are Hexadecimal constant generated by
852 // hexadecimal number for when exponential notation is not precise enough.
862 // F80HexFPConstant - x87 long double in hexadecimal format (10 bytes)
867 // F128HexFPConstant - IEEE 128-bit in hexadecimal format (16 bytes)
872 // PPC128HexFPConstant - PowerPC 128-bit in hexadecimal format (16 bytes)
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_expm1.c 105 * The hexadecimal values are the intended ones for the following
108 * to produce the hexadecimal values shown.
  /external/bison/lib/
strtol.c 232 zero, indicating octal or a leading "0x" or "0X", indicating hexadecimal.
407 hexadecimal digits. This is no error case. We return 0 and
  /external/fdlibm/
s_expm1.c 102 * The hexadecimal values are the intended ones for the following
105 * to produce the hexadecimal values shown.
  /external/google-breakpad/src/testing/gtest/src/
gtest-printers.cc 260 // interpreted as another hexadecimal digit in its number. Break string to
285 // interpreted as another hexadecimal digit in its number. Break string to
  /external/llvm/docs/
Extensions.rst 20 C99-style Hexadecimal Floating-point Constants
24 hexadecimal format instead of decimal if desired.
  /external/mesa3d/src/gtest/src/
gtest-printers.cc 268 // interpreted as another hexadecimal digit in its number. Break string to
293 // interpreted as another hexadecimal digit in its number. Break string to
  /external/parameter-framework/upstream/utility/
convert.hpp 138 /* Sadly, the stream conversion does not handle hexadecimal format, thus
187 * Hexadecimal representation (ie numbers starting with 0x) is supported only
  /external/ppp/pppd/
md4.c 83 ** Print message digest buffer MDp as 32 hexadecimal digits.
86 ** Each byte is printed with high-order hexadecimal digit first.
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/external/com/google/gdata/util/common/base/
PercentEscaper.java 42 * where "XY" is the two-digit, uppercase, hexadecimal representation of the
62 * <i>"URI producers and normalizers should use uppercase hexadecimal digits for
  /frameworks/av/services/audiopolicy/utilities/convert/
convert.h 39 * Hexadecimal representation (ie. numbers starting with 0x) is supported only
129 /* Sadly, the stream conversion does not handle hexadecimal format, thus

Completed in 3088 milliseconds

1 2 3 4 5 6 7 8 91011>>