Home
last modified time | relevance | path

Searched refs:arbitrary (Results 1 – 25 of 859) sorted by relevance

12345678910>>...35

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DScale.java32 final BigDecimal arbitrary; field in Scale
36 private Scale(int magnitude, BigDecimal arbitrary) { in Scale() argument
37 this(magnitude, arbitrary, RoundingUtils.DEFAULT_MATH_CONTEXT_34_DIGITS); in Scale()
40 private Scale(int magnitude, BigDecimal arbitrary, MathContext mc) { in Scale() argument
41 if (arbitrary != null) { in Scale()
44 arbitrary = in Scale()
45 arbitrary.compareTo(BigDecimal.ZERO) == 0 in Scale()
47 : arbitrary.stripTrailingZeros(); in Scale()
48 if (arbitrary.precision() == 1 && arbitrary.unscaledValue().equals(BigInteger.ONE)) { in Scale()
50 magnitude -= arbitrary.scale(); in Scale()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/number/
DScale.java33 final BigDecimal arbitrary; field in Scale
37 private Scale(int magnitude, BigDecimal arbitrary) { in Scale() argument
38 this(magnitude, arbitrary, RoundingUtils.DEFAULT_MATH_CONTEXT_34_DIGITS); in Scale()
41 private Scale(int magnitude, BigDecimal arbitrary, MathContext mc) { in Scale() argument
42 if (arbitrary != null) { in Scale()
45 arbitrary = in Scale()
46 arbitrary.compareTo(BigDecimal.ZERO) == 0 in Scale()
48 : arbitrary.stripTrailingZeros(); in Scale()
49 if (arbitrary.precision() == 1 && arbitrary.unscaledValue().equals(BigInteger.ONE)) { in Scale()
51 magnitude -= arbitrary.scale(); in Scale()
[all …]
/external/clang/test/CodeGenCXX/
Dmicrosoft-new.cpp5 struct arbitrary_t {} arbitrary; variable
15 int *p = new(arbitrary) int[4]; in f()
24 S *s = new(arbitrary) S[2]; in g()
26 S *s1 = new(arbitrary) S; in g()
/external/markdown/tests/misc/
Dhtml.txt6 Now some <arbitrary>arbitrary tags</arbitrary>.
/external/clang/test/SemaCXX/
Dmicrosoft-new-delete.cpp5 struct arbitrary_t {} arbitrary; variable
10 int *p = new(arbitrary) int[4]; in f()
/external/parameter-framework/upstream/test/functional-tests/
Dplan.md211 * THEN creating a domain with an arbitrary name ("domain1"?) should succeed
217 * THEN creating a configuration in this domain with an arbitrary name ("config1") should succeed
234 * THEN renaming the domain to an arbitrary name should succeed
240 * GIVEN a started parameter framework with a domain (arbitrary name)
245 containing one configuration (arbitrary name)
251 * THEN deleting an arbitrary named domain should fail
255 * THEN deleting in this domain a arbitrary named configuration should fail
259 * THEN listing configuration of an arbitrary named domain should fail
263 with arbitrary different names ("domain1" and "domain2")
268 with arbitrary different names ("config1" and "config2")
[all …]
/external/autotest/client/site_tests/security_SessionManagerDbusEndpoints/
Dcontrol13 launch arbitrary processes.
17 allows executing an arbitrary binary.
/external/python/pyasn1/docs/source/pyasn1/type/univ/
Dany.rst16 The |ASN.1| type models an arbitrary value of an arbitrary type. Typically,
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_RemoteFusedGraphExecute.pbtxt6 Arbitrary number of tensors with arbitrary data types
12 Arbitrary number of tensors with arbitrary data types
/external/guava/guava-tests/test/com/google/common/collect/
DOrderingTest.java180 Ordering<Object> arbitrary = Ordering.arbitrary();
181 Collections.sort(list, arbitrary);
185 Helpers.testComparator(arbitrary, list);
187 assertEquals("Ordering.arbitrary()", arbitrary.toString());
196 Ordering<Object> arbitrary = new ArbitraryOrdering() {
205 Collections.sort(list, arbitrary);
209 Helpers.testComparator(arbitrary, list);
859 Ordering<Object> arbitrary = Ordering.arbitrary();
863 Arrays.sort(array, arbitrary);
864 testExhaustively(arbitrary, array);
/external/libchrome/mojo/public/mojom/base/
Dvalues.mojom9 // One notable caveat is that Value supports arbitrary binary data, which JSON
20 // Binary blob with arbitrary bytes. Not supported for JSON.
/external/caliper/caliper/src/main/resources/com/google/caliper/config/
Dglobal-config.properties63 # Instrument "arbitrary"
64 instrument.arbitrary.class=com.google.caliper.runner.ArbitraryMeasurementInstrument
67 instrument.arbitrary.options.gcBeforeEach=false
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dvec-perm-01.ll28 ; Test v16i8 splat of an arbitrary element, using the second operand of
63 ; Test v8i16 splat of an arbitrary element, using the second operand of
95 ; Test v4i32 splat of an arbitrary element, using the second operand of
146 ; Test v4f32 splat of an arbitrary element, using the second operand of
Dvec-move-11.ll5 ; Test v16i8 insertion into an undef, with an arbitrary index.
32 ; Test v8i16 insertion into an undef, with an arbitrary index.
59 ; Test v4i32 insertion into an undef, with an arbitrary index.
Dvec-move-12.ll5 ; Test v16i8 insertion into an undef, with an arbitrary index.
35 ; Test v8i16 insertion into an undef, with an arbitrary index.
65 ; Test v4i32 insertion into an undef, with an arbitrary index.
Dvec-perm-02.ll32 ; Test v16i8 splat of an arbitrary element, using the second operand of
73 ; Test v8i16 splat of an arbitrary element, using the second operand of
111 ; Test v4i32 splat of an arbitrary element, using the second operand of
168 ; Test v4f32 splat of an arbitrary element, using the second operand of
/external/python/cpython2/Misc/
DREADME.valgrind56 PyMalloc needs to know whether an arbitrary address is one
69 Given an arbitrary address, pymalloc computes the pool base
81 the arbitrary address pymalloc is investigating
83 pymalloc controls this arbitrary address if and only if it lies
/external/python/cpython3/Misc/
DREADME.valgrind59 PyMalloc needs to know whether an arbitrary address is one
72 Given an arbitrary address, pymalloc computes the pool base
84 the arbitrary address pymalloc is investigating
86 pymalloc controls this arbitrary address if and only if it lies
/external/llvm/test/CodeGen/SystemZ/
Dvec-perm-01.ll28 ; Test v16i8 splat of an arbitrary element, using the second operand of
63 ; Test v8i16 splat of an arbitrary element, using the second operand of
95 ; Test v4i32 splat of an arbitrary element, using the second operand of
146 ; Test v4f32 splat of an arbitrary element, using the second operand of
Dvec-move-11.ll5 ; Test v16i8 insertion into an undef, with an arbitrary index.
32 ; Test v8i16 insertion into an undef, with an arbitrary index.
59 ; Test v4i32 insertion into an undef, with an arbitrary index.
Dvec-move-12.ll5 ; Test v16i8 insertion into an undef, with an arbitrary index.
35 ; Test v8i16 insertion into an undef, with an arbitrary index.
65 ; Test v4i32 insertion into an undef, with an arbitrary index.
Dvec-perm-02.ll32 ; Test v16i8 splat of an arbitrary element, using the second operand of
73 ; Test v8i16 splat of an arbitrary element, using the second operand of
111 ; Test v4i32 splat of an arbitrary element, using the second operand of
168 ; Test v4f32 splat of an arbitrary element, using the second operand of
/external/python/cpython3/Doc/library/
Dnis.rst26 clean. Return value is an arbitrary array of bytes (may contain ``NULL`` and
39 arbitrary arrays of bytes.
/external/python/cpython2/Doc/library/
Dnis.rst24 clean. Return value is an arbitrary array of bytes (may contain ``NULL`` and
38 arbitrary arrays of bytes.
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AsmParser/
Ddot-symbol.s2 # arbitrary contexts. We don't support this in general.

12345678910>>...35