HomeSort by relevance Sort by last modified time
    Searched full:decimal (Results 276 - 300 of 2089) sorted by null

<<11121314151617181920>>

  /external/icu/icu4c/source/i18n/
decContext.h 2 /* Decimal Context module header */
12 /* testcases, and Web links, on the General Decimal Arithmetic page. */
55 #define DECCFULLNAME "Decimal Context Descriptor" /* Verbose name */
110 /* Classifications for decimal numbers, aligned with 754 (note that */
decNumber.h 2 /* Decimal Number arithmetic module header */
12 /* testcases, and Web links, on the General Decimal Arithmetic page. */
34 #define DECFULLNAME "Decimal Number Module" /* Verbose name */
57 #define DECDPUN 1 /* DECimal Digits Per UNit [must be >0 */
  /external/libpng/contrib/libtests/
readpng.c 15 * seconds with 9 decimal digits.
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfo.h 55 // frequency to convert freq into a relative decimal form.
  /external/llvm/include/llvm/CodeGen/
MachineBlockFrequencyInfo.h 57 // frequency to convert freq into a relative decimal form.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
inttypes.h 59 /* Decimal notation. */
176 /* Signed decimal notation. */
192 /* Signed decimal notation. */
208 /* Unsigned decimal notation. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
inttypes.h 59 /* Decimal notation. */
176 /* Signed decimal notation. */
192 /* Signed decimal notation. */
208 /* Unsigned decimal notation. */
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_atan2.c 40 * constants. The decimal values may be used, provided that the
41 * compiler will convert from decimal to binary accurately enough
k_log.h 69 * constants. The decimal values may be used, provided that the
70 * compiler will convert from decimal to binary accurately enough
s_atan.c 31 * constants. The decimal values may be used, provided that the
32 * compiler will convert from decimal to binary accurately enough
  /external/chromium_org/base/json/
json_writer.cc 88 // Ensure that the number has a .0 if there's no decimal or 'e'. This
97 // have a zero before the decimal point - ".52" is not valid, "0.52" is.
  /external/chromium_org/google_apis/gcm/protocol/
mcs.proto 84 // Decimal android ID
93 // The user is the decimal value.
  /external/chromium_org/mojo/public/cpp/bindings/tests/
validation_test_input_parser.h 30 // - Decimal integer: 0|[1-9][0-9]*
38 // - Decimal integer: [-+]?(0|[1-9][0-9]*)
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
ExceptionMessages.cpp 34 #include "platform/Decimal.h"
130 String ExceptionMessages::notAFiniteNumber(const Decimal& value, const char* name)
ExceptionMessages.h 40 class Decimal;
129 static String notAFiniteNumber(const Decimal& value, const char* name = "value provided");
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
DateInputType.cpp 76 return InputType::createStepRange(anyStepHandling, dateDefaultStepBase, Decimal::fromDouble(DateComponents::minimumDate()), Decimal::fromDouble(DateComponents::maximumDate()), stepDescription);
DateTimeLocalInputType.cpp 84 return InputType::createStepRange(anyStepHandling, dateTimeLocalDefaultStepBase, Decimal::fromDouble(DateComponents::minimumDateTime()), Decimal::fromDouble(DateComponents::maximumDateTime()), stepDescription);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderSliderContainer.cpp 51 inline static Decimal sliderPosition(HTMLInputElement* element)
54 const Decimal oldValue = parseToDecimalForNumberType(element->value(), stepRange.defaultValue());
  /external/chromium_org/third_party/icu/source/i18n/
udatpg.cpp 199 const UChar *decimal, int32_t length) {
200 UnicodeString decimalString((UBool)(length<0), decimal, length);
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prprf.h 40 ** %d - decimal
41 ** %u - unsigned decimal
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
floatnum.h 47 /** Create a new floatnum from a decimal string. The input string must be in
49 * \param str floating point decimal string
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/
perfect.h 59 DECIMAL_HM, /* key to be hashed is a decimal 4-byte integer */
61 ABDEC_HM /* like AB_HM, but in decimal */
  /external/e2fsprogs/intl/
vasnprintf.c 333 * 0.30103 /* binary -> decimal */
343 * 0.30103 /* binary -> decimal */
351 * 0.30103 /* binary -> decimal */
417 * 0.30103 /* binary -> decimal */
421 + 10; /* sign, decimal point etc. */
426 * 0.30103 /* binary -> decimal */
430 + 10; /* sign, decimal point etc. */
437 12; /* sign, decimal point, exponent etc. */
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/etc/checkstyle/
checkstyle-xdoc.xsl 25 <xsl:decimal-format decimal-separator="." grouping-separator="," />
  /external/f2fs-tools/fsck/
main.c 33 MSG(0, " -s [SIT dump segno from #1~#2 (decimal), for all 0~-1]\n");
34 MSG(0, " -a [SSA dump segno from #1~#2 (decimal), for all 0~-1]\n");

Completed in 738 milliseconds

<<11121314151617181920>>