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

<<31323334353637383940>>

  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
machmode.h 84 /* Nonzero if MODE is a decimal floating point mode. */
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
machmode.h 84 /* Nonzero if MODE is a decimal floating point mode. */
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
machmode.h 84 /* Nonzero if MODE is a decimal floating point mode. */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/decimaltestdata/
exp.decTest 2 -- exp.decTest -- decimal natural exponentiation --
5 -- Please see the document "General Decimal Arithmetic Testcases" --
6 -- at http://www2.hursley.ibm.com/decimal for the description of --
85 -- similar to 'VF bug' test, at 17, but with last digit corrected for decimal
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/decimaltestdata/
exp.decTest 2 -- exp.decTest -- decimal natural exponentiation --
5 -- Please see the document "General Decimal Arithmetic Testcases" --
6 -- at http://www2.hursley.ibm.com/decimal for the description of --
85 -- similar to 'VF bug' test, at 17, but with last digit corrected for decimal
    [all...]
  /system/netd/
IdletimerController.cpp 177 char timeout_str[11]; //enough to store any 32-bit unsigned decimal
  /bionic/libc/stdio/
vfscanf.c 73 #define DPTOK 0x08000 /* (float) decimal point is still legal */
501 /* digits 8 and 9 ok iff decimal or hex */
666 * regular digits, but had sign and/or decimal point.
  /bionic/libm/upstream-freebsd/lib/msun/src/
k_rem_pio2.c 127 * constants. The decimal values may be used, provided that the
128 * compiler will convert from decimal to binary accurately enough
140 * Table of constants for 2/pi, 396 Hex digits (476 decimal) of 2/pi
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ByteTest.java 576 assertEquals("Returned incorrect value for 0 decimal", 0, Byte.parseByte("0", 10));
577 assertTrue("Returned incorrect value for most negative value decimal", Byte.parseByte(
579 assertTrue("Returned incorrect value for most positive value decimal", Byte.parseByte(
ShortTest.java 191 assertEquals("Returned incorrect value for 0 decimal", 0, Short.parseShort(
193 assertTrue("Returned incorrect value for most negative value decimal",
195 assertTrue("Returned incorrect value for most positive value decimal",
  /external/bison/lib/
stdlib.in.h 146 /* Parse a signed decimal integer.
830 it may be decimal or octal (with prefix "0") or hexadecimal (with prefix
855 it may be decimal or octal (with prefix "0") or hexadecimal (with prefix
  /external/chromium_org/chrome/browser/resources/print_preview/
native_layer.js 685 * @param {string} decimalDelimeter Character delimeter of the decimal point.
735 * Character delimeter of the decimal point.
812 /** @return {string} Character delimeter of the decimal point. */
  /external/chromium_org/third_party/icu/source/i18n/
choicfmt.cpp 241 /* Find and convert the decimal point.
248 /* We reached something that looks like a decimal point.
249 In case someone used setlocale(), which changes the decimal point. */
  /external/chromium_org/third_party/openssl/openssl/crypto/bio/
b_print.c 636 /* sorry, we only support 9 digits past the decimal because of our
673 /* -1 for decimal point, another -1 if we are printing a sign */
705 * Decimal point. This should probably use locale to find the correct
  /external/chromium_org/v8/src/
json-parser.h 163 // decimal number literals.
165 // digit before and after a decimal point, may not have prefixed zeros (unless
510 // a decimal point or exponent.
  /external/dnsmasq/contrib/dns-loc/
dnsmasq2-loc-rfc1876.patch 146 + * format. Does not contain conversion to/from decimal degrees;
244 + if (*cp == '.') { /* decimal seconds */
359 + if (*cp == '.') { /* decimal meters */
  /external/icu4c/i18n/
choicfmt.cpp 178 /* Find and convert the decimal point.
185 /* We reached something that looks like a decimal point.
186 In case someone used setlocale(), which changes the decimal point. */
compactdecimalformat.cpp 735 // left of the decimal point.
763 // before the decimal point.
795 // Calculate number of zeros before decimal point
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
jsilver.sablecc 557 = {decimal} dec_number
558 {->New expression.decimal(dec_number)}
676 | {decimal} [value]:T.dec_number // 123
  /external/llvm/lib/MC/MCParser/
AsmLexer.cpp 197 /// Decimal integer: [1-9][0-9]*
199 // Decimal integer: [1-9][0-9]*
217 return ReturnError(TokStart, !isHex ? "invalid decimal number" :
  /external/openssh/openbsd-compat/
bsd-snprintf.c 719 * Sorry, we only support 16 digits past the decimal because of our
768 /* -1 for decimal point, another -1 if we are printing a sign */
805 * Decimal point. This should probably use locale to find the correct
  /external/openssl/crypto/bio/
b_print.c 636 /* sorry, we only support 9 digits past the decimal because of our
673 /* -1 for decimal point, another -1 if we are printing a sign */
705 * Decimal point. This should probably use locale to find the correct
  /external/protobuf/src/google/protobuf/io/
tokenizer.cc 389 // A decimal number.
418 "Already saw decimal point or exponent; can't have another one.");
523 "Need space between identifier and decimal point.");
  /external/qemu/
qemu-monitor.hx 248 can be x (hex), d (signed decimal), u (unsigned decimal), o (octal),
316 key or @code{#} followed by the raw value in either decimal or hexadecimal
  /external/valgrind/main/coregrind/
m_libcprint.c 268 // Percentify n/m with d decimal places. Includes the '%' symbol at the end.
296 default: VG_(tool_panic)("Currently can only handle 3 decimal places");
300 // the width of the post-decimal-point part.

Completed in 2268 milliseconds

<<31323334353637383940>>