HomeSort by relevance Sort by last modified time
    Searched refs:p3 (Results 26 - 50 of 183) sorted by null

12 3 4 5 6 7 8

  /bionic/libm/bsdsrc/
b_exp.c 62 * R1 = x - x^2*(p1+x^2*(p2+x^2*(p3+x^2*(p4+p5*x^2)))).
81 static const double p3 = 0x1.1566aaf25de2cp-14; variable
114 c= x - z*(p1+z*(p2+z*(p3+z*(p4+z*p5))));
158 c= x - z*(p1+z*(p2+z*(p3+z*(p4+z*p5))));
  /external/chromium/testing/gmock/include/gmock/
gmock-generated-matchers.h     [all...]
  /external/clang/test/Sema/
compound-literal.c 13 static long *p3 = (long []){2,"x"}; // -expected-warning {{incompatible pointer to integer conversion initializing 'long' with an expression of type 'char [2]'}} variable
  /external/skia/gpu/src/
GrPathUtils.h 43 const GrPoint& p3,
  /system/media/mca/filterfw/native/core/
geometry.h 56 Quad(const Point& p0, const Point& p1, const Point& p2, const Point& p3)
61 points_[3] = p3;
  /system/media/mca/filterpacks/base/native/
geometry.h 56 Quad(const Point& p0, const Point& p1, const Point& p2, const Point& p3)
61 points_[3] = p3;
  /system/media/wilhelm/src/
ThreadPool.h 29 typedef void (*ClosureHandler_generic)(void *p1, void *p2, void *p3, int i1, int i2);
32 typedef void (*ClosureHandler_piipp) (void *p1, int i1, int i2, void *p2, void *p3);
  /external/webrtc/src/common_audio/vad/main/source/
vad_sp.c 70 WebRtc_Word16 *valptr, *idxptr, *p1, *p2, *p3; local
83 p3 = idxptr + i;
84 if (*p3 != 100)
86 *p3 += 1;
90 p2 = p3 + 1;
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
armVCM4P10_DeBlockPixel.c 55 int p3, p2, p1, p0, q0, q1, q2, q3; local
63 p3 = pQ0[-4*Step];
75 p3, p2, p1, p0, q0, q1, q2, q3, alpha, beta);
128 pQ0[-3*Step] = (OMX_U8)((2*p3 + 3*p2 + p1 + p0 + q0 + 4)>>3);
148 p3, p2, p1, p0, q0, q1, q2, q3, bS,
  /system/media/mca/filterpacks/imageproc/java/
StraightenFilter.java 137 Point p3 = new Point(cosTheta * mWidth - sinTheta * mHeight, local
149 p3.set(scale * p3.x / mWidth + 0.5f, scale * p3.y / mHeight + 0.5f);
151 Quad quad = new Quad(p0, p1, p2, p3);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
PackageTest.java 108 Package p3 = getTestPackage("hyts_no_attributes.jar", "p.C"); local
111 "MF Implementation-Title", p3.getImplementationTitle());
114 "MF Implementation-Vendor", p3.getImplementationVendor());
117 "5.3.b1", p3.getImplementationVersion());
120 "MF Specification-Title", p3.getSpecificationTitle());
123 "MF Specification-Vendor", p3.getSpecificationVendor());
126 "1.2.3", p3.getSpecificationVersion());
  /external/openssl/crypto/perlasm/
cbc.pl 28 local($name,$enc_func,$dec_func,$swap,$iv_off,$enc_off,$p1,$p2,$p3)=@_;
34 # p1,p2,p3 are the offsets for parameters to be passed to the
52 $data_off+=4 if ($p3 > 0);
75 if ($p3 > 0)
77 &comment("get and push parameter $p3");
78 if ($enc_off != $p3)
79 { &mov("eax", &wparam($p3)); &push("eax"); }
315 $total+=4 if ($p3 > 0);
  /external/jpeg/
jerror.h 217 #define ERREXIT3(cinfo,code,p1,p2,p3) \
221 (cinfo)->err->msg_parm.i[2] = (p3), \
223 #define ERREXIT4(cinfo,code,p1,p2,p3,p4) \
227 (cinfo)->err->msg_parm.i[2] = (p3), \
264 #define TRACEMS3(cinfo,lvl,code,p1,p2,p3) \
266 _mp[0] = (p1); _mp[1] = (p2); _mp[2] = (p3); \
269 #define TRACEMS4(cinfo,lvl,code,p1,p2,p3,p4) \
271 _mp[0] = (p1); _mp[1] = (p2); _mp[2] = (p3); _mp[3] = (p4); \
274 #define TRACEMS5(cinfo,lvl,code,p1,p2,p3,p4,p5) \
276 _mp[0] = (p1); _mp[1] = (p2); _mp[2] = (p3); _mp[3] = (p4);
    [all...]
  /external/apache-harmony/support/src/test/java/tests/support/
Support_TimeZone.java 75 public int getOffset(int p1, int p2, int p3, int p4, int p5, int p6) {
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
p6.cpp 70 auto (S::*p3)() = &S::f;
79 only<void (S::*)()> test3 = p3;
  /external/v8/src/arm/
simulator-arm.h 48 #define CALL_GENERATED_CODE(entry, p0, p1, p2, p3, p4) \
49 (entry(p0, p1, p2, p3, p4))
59 #define CALL_GENERATED_REGEXP_CODE(entry, p0, p1, p2, p3, p4, p5, p6, p7) \
61 p0, p1, p2, p3, NULL, p4, p5, p6, p7))
377 #define CALL_GENERATED_CODE(entry, p0, p1, p2, p3, p4) \
379 FUNCTION_ADDR(entry), 5, p0, p1, p2, p3, p4))
381 #define CALL_GENERATED_REGEXP_CODE(entry, p0, p1, p2, p3, p4, p5, p6, p7) \
383 entry, 9, p0, p1, p2, p3, NULL, p4, p5, p6, p7)
  /external/v8/src/mips/
simulator-mips.h 49 #define CALL_GENERATED_CODE(entry, p0, p1, p2, p3, p4) \
50 entry(p0, p1, p2, p3, p4)
59 #define CALL_GENERATED_REGEXP_CODE(entry, p0, p1, p2, p3, p4, p5, p6, p7) \
61 p0, p1, p2, p3, NULL, p4, p5, p6, p7))
356 #define CALL_GENERATED_CODE(entry, p0, p1, p2, p3, p4) \
358 FUNCTION_ADDR(entry), 5, p0, p1, p2, p3, p4))
360 #define CALL_GENERATED_REGEXP_CODE(entry, p0, p1, p2, p3, p4, p5, p6, p7) \
362 entry, 9, p0, p1, p2, p3, NULL, p4, p5, p6, p7)
  /external/qemu/telephony/
sim_card.c 330 int command, id, p1, p2, p3; local
379 if ( sscanf(cmd, "+CRSM=%d,%d,%d,%d,%d", &command, &id, &p1, &p2, &p3) == 5 ) {
385 assert(p1 == 0 && p2 == 0 && p3 == 15);
413 if (p3 > file->length)
418 gsm_hex_from_bytes( out, file->data, p3 );
419 out[p3*2] = 0;
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/
c4t64fx.c 138 Word16 *p0, *p1, *p2, *p3, *psign; local
383 p3 = &rrixix[3][NB_POS - 1];
391 *p3-- = extract_h(cor);
417 p3 = &rrixiy[2][pos];
431 *p3 = extract_h(cor);
445 p3 -= (NB_POS + 1);
453 *p3 = extract_h(cor);
474 p3 = &rrixiy[3][pos];
488 *p3 = extract_h(cor);
502 p3 -= (NB_POS + 1)
837 Word16 *p0, *p1, *p2,*p3,*cor_x,*cor_y; local
909 Word16 *p0, *p1, *p2,*p3,*cor_x,*cor_y; local
    [all...]
  /external/chromium/testing/
gmock_mutant.h 435 typename P3>
437 const Tuple3<P1, P2, P3>& p,
441 template <typename R, typename Function, typename P1, typename P2, typename P3>
443 const Tuple3<P1, P2, P3>& p,
450 typename P3, typename C1>
452 const Tuple3<P1, P2, P3>& p,
456 template <typename R, typename Function, typename P1, typename P2, typename P3,
459 const Tuple3<P1, P2, P3>& p,
466 typename P3, typename C1, typename C2>
468 const Tuple3<P1, P2, P3>& p
3187 const P2& p2, const P3& p3, const P4& p4) { member in namespace:testing
3269 const P2& p2, const P3& p3, const P4& p4) { member in namespace:testing
3353 const P2& p2, const P3& p3, const P4& p4) { member in namespace:testing
3437 const P2& p2, const P3& p3, const P4& p4) { member in namespace:testing
3521 const P1& p1, const P2& p2, const P3& p3, const P4& p4) { member in namespace:testing
3608 const P1& p1, const P2& p2, const P3& p3, const P4& p4) { member in namespace:testing
3696 const P1& p1, const P2& p2, const P3& p3, const P4& p4) { member in namespace:testing
3781 const P2& p2, const P3& p3, const P4& p4, const P5& p5) { member in namespace:testing
3865 const P2& p2, const P3& p3, const P4& p4, const P5& p5) { member in namespace:testing
3949 const P2& p2, const P3& p3, const P4& p4, const P5& p5) { member in namespace:testing
4036 const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5) { member in namespace:testing
4125 const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5) { member in namespace:testing
4217 const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5) { member in namespace:testing
4311 A6), const P1& p1, const P2& p2, const P3& p3, const P4& p4, member in namespace:testing
4399 const P2& p2, const P3& p3, const P4& p4, const P5& p5, const P6& p6) { member in namespace:testing
4488 const P2& p2, const P3& p3, const P4& p4, const P5& p5, const P6& p6) { member in namespace:testing
4580 const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5, member in namespace:testing
4675 const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5, member in namespace:testing
4771 const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5, member in namespace:testing
4867 A5), const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5, member in namespace:testing
4966 A5, A6), const P1& p1, const P2& p2, const P3& p3, const P4& p4, member in namespace:testing
    [all...]
  /external/v8/test/cctest/
test-cpu-profiler.cc 343 const v8::CpuProfile* p3 = v8::CpuProfiler::StopProfiling(name3); local
344 CHECK_NE(NULL, p3);
346 unsigned uid3 = p3->GetUid();
348 CHECK_EQ(p3, v8::CpuProfiler::FindProfile(uid3));
353 CHECK_EQ(p3, v8::CpuProfiler::FindProfile(uid3));
354 const_cast<v8::CpuProfile*>(p3)->Delete();
398 const v8::CpuProfile* p3 = v8::CpuProfiler::StopProfiling(name3); local
399 CHECK_NE(NULL, p3);
401 unsigned uid3 = p3->GetUid();
403 CHECK_EQ(p3, v8::CpuProfiler::FindProfile(uid3))
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
FloatRect.cpp 175 void FloatRect::fitToPoints(const FloatPoint& p0, const FloatPoint& p1, const FloatPoint& p2, const FloatPoint& p3)
177 float left = min4(p0.x(), p1.x(), p2.x(), p3.x());
178 float top = min4(p0.y(), p1.y(), p2.y(), p3.y());
179 float right = max4(p0.x(), p1.x(), p2.x(), p3.x());
180 float bottom = max4(p0.y(), p1.y(), p2.y(), p3.y());
  /external/chromium/chrome/browser/resources/
keyboard_overlay_data.js 120 "p3": "064E",
127 "p3": "064B",
134 "p3": "064F",
141 "p3": "064C",
148 "p3": "FEF9",
155 "p3": "FE87",
162 "p3": "60",
169 "p3": "F7",
176 "p3": "D7",
183 "p3": "61B"
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
c1035pf.cpp 272 Word16 *p0, *p1, *p2, *p3, *p4, *p5, *p6, *p7, *p8, *p9;
348 p3 = h - codvec[3];
362 s = L_mac (s, *p3++, _sign[3]);
410 Word16 *p0, *p1, *p2, *p3, *p4, *p5, *p6, *p7, *p8, *p9; local
500 p3 = h - *(p_codvec++);
517 s += (*p3++ * *(p__sign++)) >> 7;
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ViewLayersActivity.java 77 Paint p3 = new Paint();
78 p3.setColorFilter(new PorterDuffColorFilter(0xff00ff00, PorterDuff.Mode.MULTIPLY));
82 middleList.setLayerType(View.LAYER_TYPE_HARDWARE, p3);

Completed in 8205 milliseconds

12 3 4 5 6 7 8