Searched defs:p5 (Results 1 - 25 of 44) sorted by relevance

12

/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_TimeZone.java74 public int getOffset(int p1, int p2, int p3, int p4, int p5, int p6) { argument
/external/clang/test/SemaCXX/
H A Dcxx11-ast-print.cpp29 // CHECK: const char *p5 = 1.0E+12_baz;
30 const char *p5 = 1e12_baz; variable
H A Drval-references-examples.cpp73 unique_ptr<int> p5 = p; // expected-error{{call to deleted constructor of 'unique_ptr<int>'}} local
/external/llvm/unittests/ADT/
H A DMakeUniqueTest.cpp38 auto p5 = make_unique<std::tuple<int, int, int, int, int>>(0, 1, 2, 3, 4); local
39 EXPECT_TRUE((bool)p5);
40 EXPECT_EQ(std::make_tuple(0, 1, 2, 3, 4), *p5);
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_perf.c49 float p1, p2, p3, p4, p5, p6; local
61 p5 = 100.0 * (float) lp_count.nr_shade_opaque_64 / (float) total_64;
66 debug_printf("llvmpipe: nr_shade_opaque_64x64: %9u (%3.0f%% of %u)\n", lp_count.nr_shade_opaque_64, p5, total_64);
/external/v8/test/mjsunit/es6/debug-promises/
H A Devents.js65 var p5 = p1.then(); // event variable
104 assertAsync(result[5].promise === p5, "result[5].promise");
/external/v8/test/webkit/
H A Dcomparison-operators-greater.js145 var p5 = 0.5; variable
167 shouldBeTrue("p5 >= 0");
171 shouldBeFalse("p5 >= 1");
176 shouldBeTrue("if (p5 >= 0 || 0) true; else false");
180 shouldBeFalse("if (p5 >= 1 || 0) true; else false");
204 shouldBeTrue("p5 >= 0");
208 shouldBeFalse("p5 >= one");
213 shouldBeTrue("if (p5 >= 0 || 0) true; else false");
217 shouldBeFalse("if (p5 >= one || 0) true; else false");
233 shouldBeFalse(" p5 > Na
[all...]
H A Dcomparison-operators-less.js143 var p5 = 0.5; variable
165 shouldBeTrue("0 <= p5");
169 shouldBeFalse("1 <= p5");
174 shouldBeTrue("if (0 <= p5 || 0) true; else false");
178 shouldBeFalse("if (1 <= p5 || 0) true; else false");
202 shouldBeTrue("0 <= p5");
206 shouldBeFalse("one <= p5");
211 shouldBeTrue("if (0 <= p5 || 0) true; else false");
215 shouldBeFalse("if (one <= p5 || 0) true; else false");
232 shouldBeFalse(" p5 < Na
[all...]
/external/webrtc/src/system_wrappers/interface/
H A Dref_count.h61 RefCountImpl(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) argument
62 : T(p1, p2, p3, p4, p5), ref_count_(0) {}
/external/valgrind/memcheck/tests/
H A Dleak-cases.c12 // p5 -?-> AAA (y)DR, (n)DL / P
62 Node* p5; variable
78 p5 = mk(NULL); // Case 5: 16/1 possibly lost (ok)
79 p5++;
/external/ceres-solver/include/ceres/internal/
H A Dmanual_constructor.h145 const T5& p5) {
146 new(space()) Type(p1, p2, p3, p4, p5);
152 const T5& p5, const T6& p6) {
153 new(space()) Type(p1, p2, p3, p4, p5, p6);
159 const T5& p5, const T6& p6, const T7& p7) {
160 new(space()) Type(p1, p2, p3, p4, p5, p6, p7);
166 const T5& p5, const T6& p6, const T7& p7, const T8& p8) {
167 new(space()) Type(p1, p2, p3, p4, p5, p6, p7, p8);
173 const T5& p5, const T6& p6, const T7& p7, const T8& p8,
175 new(space()) Type(p1, p2, p3, p4, p5, p
144 Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, const T5& p5) argument
151 Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, const T5& p5, const T6& p6) argument
158 Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, const T5& p5, const T6& p6, const T7& p7) argument
165 Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, const T5& p5, const T6& p6, const T7& p7, const T8& p8) argument
172 Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, const T5& p5, const T6& p6, const T7& p7, const T8& p8, const T9& p9) argument
180 Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, const T5& p5, const T6& p6, const T7& p7, const T8& p8, const T9& p9, const T10& p10) argument
189 Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, const T5& p5, const T6& p6, const T7& p7, const T8& p8, const T9& p9, const T10& p10, const T11& p11) argument
[all...]
/external/clang/test/CodeGen/
H A Dppc64-struct-onefloat.c33 SSd p5 = { { 19.47 } }; local
34 bar(p1, p2, p4, p5);
45 // CHECK: %{{[a-zA-Z0-9.]+}} = getelementptr %struct.s5, %struct.s5* %p5, i32 0, i32 0
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.simple/
H A Dp5-cxx0x.cpp109 decltype(make<decltype(make<4, false>())>()) *p5; // ok member in namespace:RequireCompleteType
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dtemplates.cpp101 namespace p5 { namespace
/external/clang/test/CXX/lex/lex.charset/
H A Dp2-cxx11.cpp38 const char32_t *p5 = U"\u0000\u0012\u004e\u007f\u0080\u009f\u00a0\ud799\ue000"; variable
/external/clang/test/Headers/
H A Dstddefneeds.cpp48 ptrdiff_t p5; variable
/external/skia/gm/
H A Dpolygons.cpp44 SkPoint p5[] = {{0, 0}, {20, 20}, {0, 40}, {60, 20}}; // concave polygon with 4 edges variable
64 { p5, SK_ARRAY_COUNT(p5) },
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
H A Dp6.cpp72 auto S::*p5 = &S::g; // expected-error {{incompatible initializer of type '<overloaded function type>'}} member in class:S::S
/external/guava/guava/src/com/google/common/cache/
H A DStriped64.java97 volatile long p0, p1, p2, p3, p4, p5, p6; field in class:Striped64.Cell
/external/libvpx/libvpx/vp9/common/mips/dspr2/
H A Dvp9_convolve2_avg_horiz_dspr2.c281 uint32_t p1, p2, p3, p4, p5; local
320 "preceu.ph.qbl %[p5], %[qload3] \n\t"
364 "dpa.w.ph $ac3, %[p5], %[filter45] \n\t" /* even 6 */
417 "preceu.ph.qbl %[p5], %[qload3] \n\t"
464 "dpa.w.ph $ac2, %[p5], %[filter45] \n\t" /* odd 6 */
501 [qload3] "=&r" (qload3), [p5] "=&r" (p5),
530 uint32_t p1, p2, p3, p4, p5; local
571 "preceu.ph.qbl %[p5], %[qload3] \n\t"
615 "dpa.w.ph $ac3, %[p5],
[all...]
H A Dvp9_convolve2_dspr2.c264 uint32_t p1, p2, p3, p4, p5; local
305 "preceu.ph.qbl %[p5], %[qload1] \n\t"
346 "dpa.w.ph $ac3, %[p5], %[filter45] \n\t" /* even 6 */
353 "preceu.ph.qbr %[p5], %[qload1] \n\t"
391 "preceu.ph.qbl %[p5], %[qload2] \n\t"
433 "dpa.w.ph $ac2, %[p5], %[filter45] \n\t" /* odd 6 */
440 "preceu.ph.qbr %[p5], %[qload1] \n\t"
462 : [qload1] "=&r" (qload1), [qload2] "=&r" (qload2), [p5] "=&r" (p5),
496 uint32_t p1, p2, p3, p4, p5; local
[all...]
H A Dvp9_convolve2_horiz_dspr2.c243 uint32_t p1, p2, p3, p4, p5; local
281 "preceu.ph.qbl %[p5], %[qload3] \n\t"
317 "dpa.w.ph $ac3, %[p5], %[filter45] \n\t" /* even 6 */
358 "preceu.ph.qbl %[p5], %[qload3] \n\t"
395 "dpa.w.ph $ac2, %[p5], %[filter45] \n\t" /* odd 6 */
421 [p5] "=&r" (p5),
450 uint32_t p1, p2, p3, p4, p5; local
490 "preceu.ph.qbl %[p5], %[qload3] \n\t"
526 "dpa.w.ph $ac3, %[p5],
[all...]
H A Dvp9_convolve8_avg_horiz_dspr2.c347 uint32_t p1, p2, p3, p4, p5; local
390 "preceu.ph.qbl %[p5], %[qload3] \n\t"
410 "dpa.w.ph $ac3, %[p5], %[filter78] \n\t" /* even 3 */
425 "dpa.w.ph $ac1, %[p5], %[filter56] \n\t" /* even 4 */
437 "dpa.w.ph $ac2, %[p5], %[filter34] \n\t" /* even 5 */
450 "dpa.w.ph $ac3, %[p5], %[filter12] \n\t" /* even 6 */
462 "preceu.ph.qbr %[p5], %[qload3] \n\t"
482 "dpa.w.ph $ac2, %[p5], %[filter78] \n\t" /* even 8 */
516 "preceu.ph.qbl %[p5], %[qload3] \n\t"
535 "dpa.w.ph $ac2, %[p5],
658 uint32_t p1, p2, p3, p4, p5; local
[all...]
H A Dvp9_convolve8_horiz_dspr2.c313 uint32_t p1, p2, p3, p4, p5; local
355 "preceu.ph.qbl %[p5], %[qload3] \n\t"
372 "dpa.w.ph $ac3, %[p5], %[filter78] \n\t" /* even 3 */
384 "dpa.w.ph $ac1, %[p5], %[filter56] \n\t" /* even 4 */
395 "dpa.w.ph $ac2, %[p5], %[filter34] \n\t" /* even 5 */
407 "dpa.w.ph $ac3, %[p5], %[filter12] \n\t" /* even 6 */
417 "preceu.ph.qbr %[p5], %[qload3] \n\t"
433 "dpa.w.ph $ac2, %[p5], %[filter78] \n\t" /* even 8 */
461 "preceu.ph.qbl %[p5], %[qload3] \n\t"
479 "dpa.w.ph $ac2, %[p5],
583 uint32_t p1, p2, p3, p4, p5; local
[all...]
H A Dvp9_loopfilter_filters_dspr2.c32 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; local
83 "lw %[p5], (%[s5]) \n\t"
86 : [pm1] "=&r" (pm1), [p0] "=&r" (p0), [p5] "=&r" (p5),
92 pm1, p0, p3, p4, p5, p6,
125 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; local
162 p5 = *((uint32_t *)(s2));
192 /* transpose p3, p4, p5, p6 */
194 "precrq.qb.ph %[prim1], %[p6], %[p5] \n\t"
195 "precr.qb.ph %[prim2], %[p6], %[p5] \
[all...]

Completed in 592 milliseconds

12