HomeSort by relevance Sort by last modified time
    Searched full:decimal (Results 601 - 625 of 2091) sorted by null

<<21222324252627282930>>

  /external/arduino/hardware/arduino/cores/arduino/
Print.cpp 208 // Print the decimal point, but only if there are digits beyond
  /external/bluetooth/bluedroid/test/bluedroidtest/
README.txt 66 the above parameters. These values need to be provided in Decimal format.
  /external/chromium_org/base/json/
json_reader.h 11 // decimal numbers within a double.
  /external/chromium_org/base/strings/
safe_sprintf.cc 373 // no matter the bit width of the integer, the lowest-most decimal
517 case 'd': // Output a possibly signed decimal value.
541 // signed parameters. This is great when outputting a %d decimal
569 // Use IToASCII() to convert to ASCII representation. For decimal
  /external/chromium_org/build/android/
symbolize_test.py 46 # Decimal stack frame numbers are required.
  /external/chromium_org/chrome/browser/chromeos/login/
hwid_checker.cc 30 // We take four least significant decimal digits of CRC-32.
  /external/chromium_org/chrome/browser/net/
proxy_service_factory.cc 121 // Parse the switch (it should be a positive integer formatted as decimal).
  /external/chromium_org/chrome/browser/policy/proto/cloud/
device_management_backend.proto 337 // Latitude in decimal degrees north (WGS84 coordinate frame).
340 // Longitude in decimal degrees west (WGS84 coordinate frame).
352 // Heading in decimal degrees clockwise from true north.
390 // IMEI (if applicable) of the corresponding network device. 15-16 decimal
  /external/chromium_org/chrome/third_party/chromevox/chromevox/background/mathmaps/symbols/
other_stars.json 5 "default": "decimal exponent symbol"
  /external/chromium_org/components/policy/proto/
device_management_backend.proto 337 // Latitude in decimal degrees north (WGS84 coordinate frame).
340 // Longitude in decimal degrees west (WGS84 coordinate frame).
352 // Heading in decimal degrees clockwise from true north.
390 // IMEI (if applicable) of the corresponding network device. 15-16 decimal
  /external/chromium_org/net/disk_cache/
disk_format.h 23 // the end of the file name is the block file number (in decimal).
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGParserUtilities.cpp 49 FloatType integer, decimal, frac, exponent; local
56 decimal = 0;
97 decimal += (*(ptr++) - '0') * (frac *= static_cast<FloatType>(0.1));
127 number = integer + decimal;
  /external/chromium_org/third_party/icu/source/common/unicode/
ucat.h 30 * the message number, formatted as decimal strings.
ucnv_err.h 125 * FROM_U_CALLBACK_ESCAPE context option to escape the code unit according to XML Decimal escape \htmlonly(&amp;#DDDD;)\endhtmlonly
126 * TO_U_CALLBACK_ESCAPE context option to escape the character value accoding to XML Decimal escape \htmlonly(&amp;#DDDD;)\endhtmlonly
349 * <li>UCNV_ESCAPE_XML_DEC: Substitues the ILLEGAL SEQUENCE with the decimal
355 * <li>UCNV_ESCAPE_XML_HEX:Substitues the ILLEGAL SEQUENCE with the decimal
  /external/chromium_org/third_party/icu/source/i18n/unicode/
currpinf.h 14 * \brief C++ API: Currency Plural Information used by Decimal Format
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
statstypes.h 88 // The |id| field is the SSRC in decimal form of the rtp stream.
  /external/chromium_org/third_party/mesa/src/src/glsl/
s_expression.cpp 80 // If strtod matched more characters, it must have a decimal part
  /external/chromium_org/third_party/sqlite/src/test/
icu.test 76 # is "small dotless i" (code point 0x131 (decimal 305)).
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
nasmlib.c 50 * Otherwise, it's ordinary decimal.
  /external/chromium_org/ui/gfx/
font_list.h 23 // a decimal number followed by "px" for absolute size. STYLE_OPTIONS may be
  /external/chromium_org/v8/test/webkit/
toString-number-dot-expr.js 32 // testcase for number literal with decimal point, i.e '4.'
  /external/grub/netboot/
misc.c 66 %d - decimal int
  /external/icu4c/common/unicode/
ucat.h 30 * the message number, formatted as decimal strings.
ucnv_err.h 125 * FROM_U_CALLBACK_ESCAPE context option to escape the code unit according to XML Decimal escape \htmlonly(&amp;#DDDD;)\endhtmlonly
126 * TO_U_CALLBACK_ESCAPE context option to escape the character value accoding to XML Decimal escape \htmlonly(&amp;#DDDD;)\endhtmlonly
349 * <li>UCNV_ESCAPE_XML_DEC: Substitues the ILLEGAL SEQUENCE with the decimal
355 * <li>UCNV_ESCAPE_XML_HEX:Substitues the ILLEGAL SEQUENCE with the decimal
uvernum.h 118 /** The current ICU library version as a dotted-decimal string. The patchlevel

Completed in 1143 milliseconds

<<21222324252627282930>>