HomeSort by relevance Sort by last modified time
    Searched refs:p3 (Results 51 - 75 of 866) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/cmd/api/testdata/src/pkg/p3/
p3.go 1 package p3 package
  /prebuilts/go/linux-x86/src/cmd/api/testdata/src/pkg/p3/
p3.go 1 package p3 package
  /external/webrtc/webrtc/system_wrappers/include/
ref_count.h 54 template<typename P1, typename P2, typename P3>
55 RefCountImpl(P1 p1, P2 p2, P3 p3) : T(p1, p2, p3), ref_count_(0) {}
57 template<typename P1, typename P2, typename P3, typename P4>
58 RefCountImpl(P1 p1, P2 p2, P3 p3, P4 p4) : T(p1, p2, p3, p4), ref_count_(0) {}
60 template<typename P1, typename P2, typename P3, typename P4, typename P5>
61 RefCountImpl(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
loopfilter_filters_dspr2.c 28 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; local
65 "lw %[p3], (%[s3]) \n\t"
68 : [p1] "=&r"(p1), [p2] "=&r"(p2), [p3] "=&r"(p3), [p4] "=&r"(p4)
71 /* if (p1 - p4 == 0) and (p2 - p3 == 0)
73 if (!(((p1 - p4) == 0) && ((p2 - p3) == 0))) {
83 filter_hev_mask_dspr2(limit_vec, flimit_vec, p1, p2, pm1, p0, p3, p4, p5,
89 filter_dspr2(mask, hev, &p1, &p2, &p3, &p4);
94 "sw %[p3], (%[s3]) \n\t"
98 : [p1] "r"(p1), [p2] "r"(p2), [p3] "r"(p3), [p4] "r"(p4)
112 uint32_t pm1, p0, p1, p2, p3, p4, p5, p6; local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/ia64/
opc-f.s 191 fcmp.eq p3, p4 = f4, f5
192 fcmp.eq.s0 p3, p4 = f4, f5
193 fcmp.eq.s1 p3, p4 = f4, f5
194 fcmp.eq.s2 p3, p4 = f4, f5
195 fcmp.eq.s3 p3, p4 = f4, f5
196 fcmp.eq.unc p3, p4 = f4, f5
197 fcmp.eq.unc.s0 p3, p4 = f4, f5
198 fcmp.eq.unc.s1 p3, p4 = f4, f5
199 fcmp.eq.unc.s2 p3, p4 = f4, f5
200 fcmp.eq.unc.s3 p3, p4 = f4, f
    [all...]
operand-or.d 11 6: 30 20 80 09 28 00 fclass\.m p3,p4=f4,0x180
14 16: 30 20 c0 09 28 00 fclass\.m p3,p4=f4,0x1c0
17 26: 30 20 c0 89 28 00 fclass\.m p3,p4=f4,0x1c1
20 36: 30 20 c0 89 29 00 fclass\.m p3,p4=f4,0x1c3
23 46: 30 20 c8 89 29 00 fclass\.m p3,p4=f4,0x1cb
26 56: 30 20 d8 89 29 00 fclass\.m p3,p4=f4,0x1db
29 66: 30 20 f8 89 29 00 fclass\.m p3,p4=f4,0x1fb
opc-i.d 174 36c: 00 20 0c 50 tbit\.z p2,p3=r4,0
176 376: 20 14 10 06 28 40 tbit\.z\.unc p2,p3=r4,1
177 37c: 40 20 0c 58 tbit\.z\.and p2,p3=r4,2
179 386: 20 30 10 86 28 40 tbit\.z\.or p2,p3=r4,3
180 38c: 80 20 0c 59 tbit\.z\.or\.andcm p2,p3=r4,4
182 396: 30 54 10 84 28 60 tbit\.nz\.or p3,p2=r4,5
183 39c: c8 20 08 58 tbit\.nz\.and p3,p2=r4,6
185 3a6: 30 74 10 84 2c 60 tbit\.nz\.or\.andcm p3,p2=r4,7
186 3ac: 00 21 08 50 tbit\.z p3,p2=r4,8
188 3b6: 30 94 10 04 28 40 tbit\.z\.unc p3,p2=r4,
    [all...]
  /frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
Quad.java 35 public Point p3; field in class:Quad
40 public Quad(Point p0, Point p1, Point p2, Point p3) {
44 this.p3 = p3;
51 p3.IsInUnitRange();
55 return new Quad(p0.plus(t), p1.plus(t), p2.plus(t), p3.plus(t));
59 return new Quad(p0.plus(x, y), p1.plus(x, y), p2.plus(x, y), p3.plus(x, y));
63 return new Quad(p0.times(s), p1.times(s), p2.times(s), p3.times(s));
67 return new Quad(p0.mult(x, y), p1.mult(x, y), p2.mult(x, y), p3.mult(x, y));
71 List<Float> xs = Arrays.asList(p0.x, p1.x, p2.x, p3.x)
    [all...]
  /external/sfntly/cpp/src/test/
smart_pointer_test.cc 44 Ptr<Foo> p3; local
45 p3 = p1;
48 EXPECT_EQ(size_t(3), p3->ref_count_);
54 EXPECT_EQ(size_t(2), p3->ref_count_);
57 p3.Release();
59 EXPECT_EQ(NULL, p3.p_);
  /external/clang/test/SemaTemplate/
instantiate-exception-spec.cpp 21 extern void (*p3)() throw(char);
22 void (*q3)() throw(T) = p3; // expected-error {{target exception spec}}
  /external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/
owner_before_weak_ptr.pass.cpp 24 const std::shared_ptr<int> p3(new int);
27 const std::weak_ptr<int> w3(p3);
  /external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.create/
make_unique.array.pass.cpp 40 auto p3 = std::make_unique<foo[]>(7); local
42 assert ( p3[i].get () == 3 );
  /external/linux-kselftest/tools/testing/selftests/ftrace/test.d/instances/
instance.tc 51 p3=$!
52 echo $p3
67 kill -1 $p3
72 wait $p1 $p2 $p3 $p4 $p5
  /external/testng/src/test/java/test/parameters/
InheritFromSuiteChild1.java 18 public void inheritedparameter(String p1, String p2, @Optional("foobar")String p3, String p4) {
21 Assert.assertEquals(p3, "foobar");
InheritFromSuiteChild2.java 18 public void inheritedparameter(String p1, String p2, String p3, @Optional("abc")String p4) {
21 Assert.assertEquals(p3, "c2p3");
  /external/webrtc/webrtc/base/
refcount.h 43 template<typename P1, typename P2, typename P3>
44 RefCountedObject(P1 p1, P2 p2, P3 p3) : T(p1, p2, p3), ref_count_(0) {
47 template<typename P1, typename P2, typename P3, typename P4>
48 RefCountedObject(P1 p1, P2 p2, P3 p3, P4 p4)
49 : T(p1, p2, p3, p4), ref_count_(0) {
52 template<typename P1, typename P2, typename P3, typename P4, typename P5>
53 RefCountedObject(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
syn_filt.c 99 Word16 *p1, *p2, *p3; local
110 p3 = &sig_hi[i - 1];
113 L_tmp1 -= vo_mult32((*p3--), (*p1++));
115 L_tmp1 -= vo_mult32((*p3--), (*p1++));
117 L_tmp1 -= vo_mult32((*p3--), (*p1++));
119 L_tmp1 -= vo_mult32((*p3--), (*p1++));
121 L_tmp1 -= vo_mult32((*p3--), (*p1++));
123 L_tmp1 -= vo_mult32((*p3--), (*p1++));
125 L_tmp1 -= vo_mult32((*p3--), (*p1++));
127 L_tmp1 -= vo_mult32((*p3--), (*p1++))
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/
owner_before_weak_ptr.pass.cpp 24 const std::shared_ptr<int> p3(new int);
27 const std::weak_ptr<int> w3(p3);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/smartptr/unique.ptr/unique.ptr.create/
make_unique.array.pass.cpp 40 auto p3 = std::make_unique<foo[]>(7); local
42 assert ( p3[i].get () == 3 );
  /bionic/tests/math_data/
remquo_intel_data.h 272 (int)0x1.40p3,
274 0x1.4p3
278 (int)0x1.20p3,
280 0x1.6p3
284 (int)0x1.p3,
286 0x1.8p3
290 (int)0x1.40p3,
292 0x1.4p3
296 (int)0x1.20p3,
298 0x1.6p3
    [all...]
remquof_intel_data.h 266 (int)0x1.40p3,
268 0x1.40p3
272 (int)0x1.20p3,
274 0x1.60p3
278 (int)0x1.p3,
280 0x1.80p3
284 (int)0x1.40p3,
286 0x1.40p3
290 (int)0x1.20p3,
292 0x1.60p3
    [all...]
fmod_intel_data.h 231 0x1.4p3
236 0x1.6p3
241 0x1.8p3
246 0x1.4p3
251 0x1.6p3
256 0x1.8p3
261 0x1.4p3
266 0x1.6p3
271 0x1.8p3
276 0x1.4p3
    [all...]
fmodf_intel_data.h 206 0x1.40p3
211 0x1.60p3
216 0x1.80p3
221 0x1.40p3
226 0x1.60p3
231 0x1.80p3
236 0x1.40p3
241 0x1.60p3
246 0x1.80p3
251 0x1.40p3
    [all...]
  /external/clang/test/Analysis/
NewDelete+MismatchedDeallocator_intersections.cpp 24 int *p3 = (int *)malloc(sizeof(int)); // no warn local
NewDelete-variadic.cpp 20 int *p3 = new (x) int; // no warn local

Completed in 329 milliseconds

1 23 4 5 6 7 8 91011>>