HomeSort by relevance Sort by last modified time
    Searched defs:number (Results 1 - 25 of 1878) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/gold/testsuite/
gc_tls_test.cc 26 __thread int number; variable
  /external/icu/android_icu4j/src/main/java/android/icu/number/
SimpleNotation.java 4 package android.icu.number;
CurrencyRounder.java 4 package android.icu.number;
FractionRounder.java 4 package android.icu.number;
6 import android.icu.impl.number.RoundingUtils;
9 * A class that defines a rounding strategy based on a number of fraction places and optionally significant digits to be
25 * Ensure that no less than this number of significant digits are retained when rounding according to fraction
29 * For example, with integer rounding, the number 3.141 becomes "3". However, with minimum figures set to 2, 3.141
33 * This setting does not affect the number of trailing zeros. For example, 3.01 would print as "3", not "3.0".
36 * The number of significant figures to guarantee.
51 * Ensure that no more than this number of significant digits are retained when rounding according to fraction
55 * For example, with integer rounding, the number 123.4 becomes "123". However, with maximum figures set to 2, 123.4
59 * This setting does not affect the number of trailing zeros. For example, with fixed fraction of 2, 123.4 woul
    [all...]
UnlocalizedNumberFormatter.java 4 package android.icu.number;
29 * Associate the given locale with the number formatter. The locale is used for picking the appropriate symbols,
30 * formats, and other data for number display.
40 * The locale to use when loading data for number formatting.
52 * The locale to use when loading data for number formatting.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/
byte-1.s 2 number IS 42 label
3 Main SWYM 43,number,41
6 lab2 BYTE number+100,0,"string2",#a
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
SimpleNotation.java 3 package com.ibm.icu.number;
CurrencyRounder.java 3 package com.ibm.icu.number;
FractionRounder.java 3 package com.ibm.icu.number;
5 import com.ibm.icu.impl.number.RoundingUtils;
8 * A class that defines a rounding strategy based on a number of fraction places and optionally significant digits to be
24 * Ensure that no less than this number of significant digits are retained when rounding according to fraction
28 * For example, with integer rounding, the number 3.141 becomes "3". However, with minimum figures set to 2, 3.141
32 * This setting does not affect the number of trailing zeros. For example, 3.01 would print as "3", not "3.0".
35 * The number of significant figures to guarantee.
51 * Ensure that no more than this number of significant digits are retained when rounding according to fraction
55 * For example, with integer rounding, the number 123.4 becomes "123". However, with maximum figures set to 2, 123.4
59 * This setting does not affect the number of trailing zeros. For example, with fixed fraction of 2, 123.4 woul
    [all...]
  /external/dagger2/compiler/src/it/functional-tests/src/main/java/test/nullables/
NullComponentWithDependency.java 26 Number number(); method in interface:NullComponentWithDependency
27 Provider<Number> numberProvider();
NullComponent.java 27 Number number(); method in interface:NullComponent
28 Provider<Number> numberProvider();
  /external/icu/android_icu4j/src/main/java/android/icu/impl/number/
MicroPropsGenerator.java 4 package android.icu.impl.number;
7 * This interface is used when all number formatting settings, including the locale, are known, except for the quantity
8 * itself. The {@link #processQuantity} method performs the final step in the number processing pipeline: it uses the
9 * quantity to generate a finalized {@link MicroProps}, which can be used to render the number to output.
12 * In other words, this interface is used for the parts of number processing that are <em>quantity-dependent</em>.
MicroPropsMutator.java 4 package android.icu.impl.number;
MultiplierProducer.java 4 package android.icu.impl.number;
  /external/icu/icu4c/source/i18n/unicode/
fpositer.h 50 // Forward declaration for number formatting:
51 namespace number { namespace
117 friend class number::impl::NumberStringBuilder;
measure.h 32 * An amount of a specified unit, consisting of a number and a Unit.
33 * For example, a length measure consists of a number and a length
49 * @param number a numeric object; amount.isNumeric() must be TRUE
55 Measure(const Formattable& number, MeasureUnit* adoptedUnit,
141 Formattable number; member in class:Measure
151 return number;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
MicroPropsGenerator.java 3 package com.ibm.icu.impl.number;
6 * This interface is used when all number formatting settings, including the locale, are known, except for the quantity
7 * itself. The {@link #processQuantity} method performs the final step in the number processing pipeline: it uses the
8 * quantity to generate a finalized {@link MicroProps}, which can be used to render the number to output.
11 * In other words, this interface is used for the parts of number processing that are <em>quantity-dependent</em>.
MicroPropsMutator.java 3 package com.ibm.icu.impl.number;
MultiplierProducer.java 3 package com.ibm.icu.impl.number;
  /external/llvm/lib/Support/
ScopedPrinter.cpp 17 std::string number; local
18 llvm::raw_string_ostream stream(number);
  /external/protobuf/objectivec/
GPBUnknownField.h 43 /// The field number the data is stored under.
44 @property(nonatomic, readonly, assign) int32_t number; variable
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue183/
NumberBean.java 19 public Number number; field in class:NumberBean
  /test/vts/testcases/vts_selftest/manual_tests/flaky_test/
vts_selftest_flaky_test.cpp 53 int number = abs(rand()); local
54 printf("number: %d\n", number);
55 ASSERT_TRUE((number % 2) == 0);
59 int number = abs(rand()); local
60 printf("number: %d\n", number);
61 ASSERT_TRUE((number % 2) == 0);
65 int number = abs(rand()); local
66 printf("number: %d\n", number)
71 int number = abs(rand()); local
77 int number = abs(rand()); local
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
CRLNumber.java 18 private BigInteger number; field in class:CRLNumber
21 BigInteger number)
23 this.number = number;
28 return number;
38 return new ASN1Integer(number);
  /external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/number/
IsNaN.java 1 package org.hamcrest.number;
9 * Is the value a number actually not a number (NaN)?
31 * Creates a matcher of {@link Double}s that matches when an examined double is not a number.

Completed in 1099 milliseconds

1 2 3 4 5 6 7 8 91011>>