Searched refs:two (Results 101 - 125 of 455) sorted by relevance

1234567891011>>

/external/clang/test/SemaCXX/
H A Dcxx0x-initializer-constructor.cpp4 struct two { char c[2]; }; struct
76 // Narrowing conversions don't affect viability. The next two choose
135 two ov1(C); // expected-note {{not viable: cannot convert initializer list}}
137 static_assert(sizeof(ov1({})) == sizeof(two), "bad overload");
138 static_assert(sizeof(ov1({1, 2})) == sizeof(two), "bad overload");
144 two ov2(F<3>);
147 static_assert(sizeof(ov2({1, 2, 3})) == sizeof(two), "bad overload"); // list -> F only viable
H A Dcxx0x-initializer-stdinitializerlist.cpp46 struct two { char c[2]; }; struct
84 two overloaded(std::initializer_list<B>);
87 static_assert(sizeof(overloaded({ {1, 2}, {2, 3}, {} })) == sizeof(two), "bad overload");
94 two ov2(std::initializer_list<C>); // expected-note {{candidate}}
/external/mesa3d/docs/
H A DMESA_texture_array.spec44 blend two textures out of a larger set of textures. Moreover, in some
56 in a different texture map, and dynamically select which two
174 TEXTURE_2D_ARRAY_EXT for an two-dimensional array texture.
177 two-dimensional proxy array texture."
199 is used to specify a two-dimensional texture image. target must be one
200 of TEXTURE_2D for a two-dimensional texture, TEXTURE_1D_ARRAY_EXT for a
205 target may be either PROXY_TEXTURE_2D for a two-dimensional proxy
237 defines a two-dimensional texture image in exactly the manner of
286 w(x,y) = 0; for a two-dimensional texture or a two
[all...]
/external/v8/tools/clang/plugins/
H A DChromeClassTester.cpp28 bool ends_with(const std::string& one, const std::string& two) { argument
29 if (two.size() > one.size())
32 return one.compare(one.size() - two.size(), two.size(), two) == 0;
/external/v8/tools/
H A Dgenerate-ten-powers.scm99 ;; We shift by multiplying with two^e. -> We encode two^e*(1/ten^i) ==
100 ;; two^e/ten^i.
103 (two^e #z1)
106 (if (>bx (/bx (*bx #z2 two^e) ten^i) max-container)
112 (v (rounded-/bx two^e ten^i))
115 (loop (+fx i 1) (*bx ten^i #z10) two^e e))
116 (loop i ten^i (bit-lshbx two^e 1) (+fx e 1)))))
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/emitter/
H A DEmitterMultiLineTest.java43 String two = "one\ntwo\nthree\n";
47 list.add(two);
54 String etalon = "- |-\n first\n second\n third\n- |\n one\n two\n three\n- !!binary |-\n CA4PCn4gQUFB\n";
60 assertEquals(two, parsed.get(1));
/external/clang/test/Analysis/inlining/
H A Dpath-notes.cpp268 int generateNoteOnDefaultArgument(int one, int two = 0) {
269 return one/two; // expected-warning {{Division by zero}}
274 //expected-note@-1 {{Passing the value 0 via 2nd parameter 'two'}}
4893 // CHECK-NEXT: <string>Passing the value 0 via 2nd parameter &apos;two&apos;</string>
4895 // CHECK-NEXT: <string>Passing the value 0 via 2nd parameter &apos;two&apos;</string>
/external/compiler-rt/test/asan/TestCases/Linux/
H A Dscariness_score_test.cc109 static volatile int two = 2; local
110 for (int i = 0; i < two; i++)
/external/llvm/test/MC/X86/AlignedBundling/
H A Ddifferent-sections.s6 # Test two different executable sections with bundling.
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
H A D2-1.c61 short two; member in struct:test_struct
133 if ((mystruct.one != 1) || (mystruct.two != 2) ||
/external/markdown/MarkdownTest/Tests_2004/
H A DOrdered and unordered lists.text89 Item 2. graf two. The quick brown fox jumped over the lazy dog's
/external/markdown/MarkdownTest/Tests_2007/
H A DOrdered and unordered lists.text89 Item 2. graf two. The quick brown fox jumped over the lazy dog's
/external/markdown/tests/markdown-test/
H A Dordered-and-unordered-list.txt89 Item 2. graf two. The quick brown fox jumped over the lazy dog's
/external/toybox/tests/
H A Dgrep.test23 testing "-e -e" "grep -e one -e two -e three input" \
24 "two\ntwo\nthree\none\n" "two\ntwo\nthree\nand\none\n" ""
54 testing "-n two inputs" "grep -hn def - input" "2:def\n2:def\n" \
72 testing "-vo" "grep -vo one input" "two\nthree\n" "onetwoonethreeone\n" ""
81 echo -e "three\ntwo\none" > sub/two
83 testing "-r file" "grep -r three sub/two" "three\n" "" ""
84 testing "-r dir" "grep -r one sub | sort" "sub/one:one\nsub/two:one\n" \
96 testing "-w '' 2" "grep -w '' input" "one two\n" "one two\
[all...]
/external/elfutils/src/
H A Dldscript.y57 struct version *two);
662 merge_versions (struct version *one, struct version *two)
664 assert (two->local_names == NULL || two->global_names == NULL);
666 if (two->local_names != NULL)
669 one->local_names = two->local_names;
672 two->local_names->next = one->local_names->next;
673 one->local_names = one->local_names->next = two->local_names;
679 one->global_names = two->global_names;
682 two
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DECPoint.java742 ECFieldElement A = u.square().multiply(w).subtract(vCubed).subtract(two(vSquaredV2));
834 X3 = R.square().add(G).subtract(two(V));
906 ECFieldElement gamma = three(X1Squared).add(this.getCurve().getA()).divide(two(Y1));
907 ECFieldElement X3 = gamma.square().subtract(two(X1));
931 ECFieldElement h = w.square().subtract(two(_4B));
933 ECFieldElement _2s = two(s);
935 ECFieldElement _2t = two(t);
936 ECFieldElement Y3 = _4B.subtract(h).multiply(w).subtract(two(_2t.square()));
937 ECFieldElement _4sSquared = Z1IsOne ? two(_2t) : _2s.square();
938 ECFieldElement Z3 = two(_4sSquare
1241 protected ECFieldElement two(ECFieldElement x) method in class:ECPoint.Fp
[all...]
/external/fdlibm/
H A De_jn.c48 two = 2.00000000000000000000e+00, /* 0x40000000, 0x00000000 */ variable
183 v = two/x;
191 di -= two;
199 di -= two;
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.unique/
H A Dunique.pass.cpp101 int two = 2; local
161 ii[4].reset(&two);
162 ii[5].reset(&two);
163 ii[6].reset(&two);
/external/libcxx/test/std/utilities/function.objects/unord.hash/
H A Denum.pass.cpp25 enum class Cardinals { zero, one, two, three, five=5 }; member in class:Cardinals
/external/llvm/test/Bindings/OCaml/
H A Dlinker.ml45 and m2 = make_module "two" in
50 and m2 = make_module "two" in
/external/llvm/test/MC/AArch64/
H A Darm64-optional-hash.s29 ; Memory, two registers inside []
/external/mockito/src/test/java/org/mockito/internal/util/reflection/
H A DGenericMasterTest.java20 Set<Integer> two; field in class:GenericMasterTest
41 assertEquals(Integer.class, m.getGenericType(field("two")));
/external/skia/tools/lua/
H A Dcount_dashes.lua45 -- We mulitply by two because for each segment of the dash, we do two measurements:
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/array/
H A DPrimitiveArrayTest.java185 Array2D two = new Array2D();
186 two.setLongs(new long[][] { { 1, 2, 3 }, { 4, 5, 6 } });
187 assertTrue(Arrays.deepEquals(two.getLongs(), ((Array2D) cycle(two)).getLongs()));
/external/valgrind/exp-bbv/tests/amd64-linux/
H A Dfldcw_check.S8 # on Pentium 4 systems it counts as two. Therefore this can

Completed in 1905 milliseconds

1234567891011>>