HomeSort by relevance Sort by last modified time
    Searched refs:p2 (Results 201 - 225 of 1218) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_perf.c 49 float p1, p2, p3, p4, p5, p6; local
59 p2 = 100.0 * (float) lp_count.nr_fully_covered_64 / (float) total_64;
65 debug_printf("llvmpipe: nr_fully_covered_64x64: %9u (%3.0f%% of %u)\n", lp_count.nr_fully_covered_64, p2, total_64);
78 p2 = 100.0 * (float) lp_count.nr_fully_covered_16 / (float) total_16;
82 debug_printf("llvmpipe: nr_fully_covered_16x16: %9u (%3.0f%% of %u)\n", lp_count.nr_fully_covered_16, p2, total_16);
91 p2 = 100.0 * (float) lp_count.nr_fully_covered_4 / (float) total_4;
96 debug_printf("llvmpipe: nr_fully_covered_4x4: %9u (%3.0f%% of %u)\n", lp_count.nr_fully_covered_4, p2, total_4);
  /external/jmonkeyengine/engine/src/test/jme3test/model/
TestOgreLoading.java 49 PointLight p2; field in class:TestOgreLoading
85 p2 = new PointLight();
86 p2.setColor(new ColorRGBA(0.9f, 1, 0.9f, 0));
87 p2.setPosition(new Vector3f(0f, 0f, 3f));
88 rootNode.addLight(p2);
107 p2.setPosition(new Vector3f(FastMath.cos(angle2) * 4f, 0.5f, FastMath.sin(angle2) * 4f));
109 lightMd2.setLocalTranslation(p2.getPosition());
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_perf.c 49 float p1, p2, p3, p4, p5, p6; local
59 p2 = 100.0 * (float) lp_count.nr_fully_covered_64 / (float) total_64;
65 debug_printf("llvmpipe: nr_fully_covered_64x64: %9u (%3.0f%% of %u)\n", lp_count.nr_fully_covered_64, p2, total_64);
78 p2 = 100.0 * (float) lp_count.nr_fully_covered_16 / (float) total_16;
82 debug_printf("llvmpipe: nr_fully_covered_16x16: %9u (%3.0f%% of %u)\n", lp_count.nr_fully_covered_16, p2, total_16);
91 p2 = 100.0 * (float) lp_count.nr_fully_covered_4 / (float) total_4;
96 debug_printf("llvmpipe: nr_fully_covered_4x4: %9u (%3.0f%% of %u)\n", lp_count.nr_fully_covered_4, p2, total_4);
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngdebug.h 67 # define png_debug2(l,m,p1,p2) \
68 _RPT2(_CRT_WARN,m PNG_STRING_NEWLINE,p1,p2)
101 # define png_debug2(l,m,p1,p2) \
105 (num_tabs==2 ? "\t\t":(num_tabs>2 ? "\t\t\t":""))),p1,p2); \
132 # define png_debug2(l,m,p1,p2) \
139 fprintf(PNG_DEBUG_FILE,format,p1,p2); \
155 # define png_debug2(l, m, p1, p2) ((void)0)
  /external/chromium/base/
bind.h 51 template <typename Sig, typename P1, typename P2>
52 internal::InvokerStorageHolder<internal::InvokerStorage2<Sig,P1, P2> >
53 Bind(Sig f, const P1& p1, const P2& p2) {
55 new internal::InvokerStorage2<Sig, P1, P2>(
56 f, p1, p2));
59 template <typename Sig, typename P1, typename P2, typename P3>
60 internal::InvokerStorageHolder<internal::InvokerStorage3<Sig,P1, P2, P3> >
61 Bind(Sig f, const P1& p1, const P2& p2, const P3& p3)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/67/1/.cp/ant_tasks/
director-ant.jar 
  /packages/apps/Camera2/jni/
tinyplanet.cc 67 const unsigned char *p2 = image(x, y + 1); local
71 ax * ay * p2[4] + axn * ay * p2[0] + 0.5f);
73 p2++;
76 ax * ay * p2[4] + axn * ay * p2[0] + 0.5f);
78 p2++;
81 ax * ay * p2[4] + axn * ay * p2[0] + 0.5f);
83 p2++
    [all...]
  /packages/apps/Gallery2/jni/filters/
tinyplanet.cc 66 const unsigned char *p2 = image(x, y + 1); local
70 ax * ay * p2[4] + axn * ay * p2[0] + 0.5f);
72 p2++;
75 ax * ay * p2[4] + axn * ay * p2[0] + 0.5f);
77 p2++;
80 ax * ay * p2[4] + axn * ay * p2[0] + 0.5f);
82 p2++
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/objects/
objxref.pl 31 my ($xr, $p1, $p2) = /^(\S+)\s+(\S+)\s+(\S+)/;
34 check_oid($p2);
35 $xref_tbl{$xr} = [$p1, $p2, $ln];
79 my ($p1, $p2) = @{$xref_tbl{$_}};
80 print "\t{NID_$xr, NID_$p1, NID_$p2},\n";
  /external/openssl/crypto/objects/
objxref.pl 31 my ($xr, $p1, $p2) = /^(\S+)\s+(\S+)\s+(\S+)/;
34 check_oid($p2);
35 $xref_tbl{$xr} = [$p1, $p2, $ln];
79 my ($p1, $p2) = @{$xref_tbl{$_}};
80 print "\t{NID_$xr, NID_$p1, NID_$p2},\n";
  /external/chromium/testing/gmock/include/gmock/
gmock-generated-actions.h     [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/bounding/
Intersection.java 69 // float p2 = a * v2.y - b * v2.z;
70 // if(p0 < p2){
72 // max = p2;
74 // min = p2;
104 // float min,max,p0,p1,p2,rad,fex,fey,fez;
121 float p0, p1, p2, rad; local
130 p2 = e0.z * tmp2.y - e0.y * tmp2.z;
131 min = min(p0, p2);
132 max = max(p0, p2);
141 p2 = -e0.z * tmp2.x + e0.x * tmp2.z
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
armVCM4P10_DeBlockPixel.c 55 int p3, p2, p1, p0, q0, q1, q2, q3; local
64 p2 = pQ0[-3*Step];
75 p3, p2, p1, p0, q0, q1, q2, q3, alpha, beta);
79 ap = armAbs(p2 - p0);
110 delta = (p2 + ((p0+q0+1)>>1) - (p1<<1))>>1;
126 pQ0[-1*Step] = (OMX_U8)((p2 + 2*p1 + 2*p0 + 2*q0 + q1 + 4)>>3);
127 pQ0[-2*Step] = (OMX_U8)((p2 + p1 + p0 + q0 + 2)>>2);
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,
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
HermiteInterpolatorTests.java 41 // t=2 p2=(3,2)
47 // 2 + o p2
57 private static final int p2 = 2; field in class:HermiteInterpolatorTests
61 // [(p0 p1) p2 p3]
97 // [p0 (p1 p2) p3]
99 mInterpolator.setInterval(p1 - 1, p1, p2, p2 + 1);
102 assertEquals("p2x", mXCoords[p2], mInterpolator.mP2X);
103 assertEquals("p2y", mYCoords[p2], mInterpolator.mP2Y);
107 // XY-slope at p2=3.0 (1.50/0.50
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jar 
org.eclipse.equinox.p2.console_1.0.200.v20100601.jar 
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
me_utils.cpp 113 UChar *p1, *p2, *p3, *p4; local
119 p2 = cand - lx;
127 *hmem1++ = ((*p1++) + *p2 + *p3 + *p4 + 2) >> 2;
128 *hmem1++ = ((*p2++) + *p4 + 1) >> 1;
133 *hmem1++ = ((*p1++) + (*p2++) + *p3 + *p4 + 2) >> 2;
138 p2 += offset;
145 *hmem1++ = ((*p1++) + *p2 + (*p3++) + *p4 + 2) >> 2;
146 *hmem1++ = ((*p2++) + (*p4++) + 1) >> 1;
149 *hmem1 = (*p1 + *p2 + *p3 + *p4 + 2) >> 2;
169 UChar *p1, *p2, *p3, *p4 local
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
c4t64fx.c 138 Word16 *p0, *p1, *p2, *p3, *psign; local
266 p2 = dn2;
271 *p2++ = s >> 7;
273 *p2++ = s >> 7;
275 *p2++ = s >> 7;
277 *p2++ = s >> 7;
357 p2 = h_inv;
362 *p2++ = -(*p1++);
364 *p2++ = -(*p1++);
366 *p2++ = -(*p1++)
837 Word16 *p0, *p1, *p2,*p3,*cor_x,*cor_y; local
909 Word16 *p0, *p1, *p2,*p3,*cor_x,*cor_y; local
982 Word16 *p0, *p1, *p2; local
    [all...]
  /external/chromium_org/base/mac/
scoped_nsobject.h 98 void swap(scoped_nsprotocol<C>& p1, scoped_nsprotocol<C>& p2) {
99 p1.swap(p2);
103 bool operator==(C p1, const scoped_nsprotocol<C>& p2) {
104 return p1 == p2.get();
108 bool operator!=(C p1, const scoped_nsprotocol<C>& p2) {
109 return p1 != p2.get();
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
FloatPoint.cpp 108 float findSlope(const FloatPoint& p1, const FloatPoint& p2, float& c)
110 if (p2.x() == p1.x())
114 float slope = (p2.y() - p1.y()) / (p2.x() - p1.x());
119 bool findIntersection(const FloatPoint& p1, const FloatPoint& p2, const FloatPoint& d1, const FloatPoint& d2, FloatPoint& intersection)
122 float pSlope = findSlope(p1, p2, pOffset);
  /external/chromium_org/third_party/libjingle/source/talk/base/
bind.h 151 class P2>
156 P2 p2)
159 p2_(p2) {}
166 P2 p2_;
169 #define FP_T(x) R (ObjectT::*x)(P1, P2)
173 class P2>
174 MethodFunctor2<ObjectT, FP_T(NONAME), R, P1, P2>
177 typename detail::identity<P2>::type p2) {
231 typename detail::identity<P2>::type p2, member in namespace:talk_base
247 typename detail::identity<P2>::type p2, member in namespace:talk_base
293 typename detail::identity<P2>::type p2, member in namespace:talk_base
311 typename detail::identity<P2>::type p2, member in namespace:talk_base
363 typename detail::identity<P2>::type p2, member in namespace:talk_base
383 typename detail::identity<P2>::type p2, member in namespace:talk_base
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ultrasound.h 26 * bytes 6 and 7 - parameter P2 (unsigned short)
30 * Unused parameters (P1 and/or P2 *MUST* be initialized to zero).
44 * _GUS_RAMPRANGE - Sets limits for volume ramping (P1=low volume, P2=high volume)
45 * _GUS_RAMPRATE - Sets the speed for volume ramping (P1=scale, P2=rate)
75 #define _GUS_CMD(chn, voice, cmd, p1, p2) \
80 *(unsigned short*)&_seqbuf[_seqbufptr+6] = p2;\
95 #define GUS_RAMPRATE(chn, voice, p1, p2) _GUS_CMD(chn, voice, _GUS_RAMPRATE, (p1), (p2))
99 #define GUS_VOLUME_SCALE(chn, voice, p1, p2) _GUS_CMD(chn, voice, _GUS_VOLUME_SCALE, (p1), (p2))
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ultrasound.h 26 * bytes 6 and 7 - parameter P2 (unsigned short)
30 * Unused parameters (P1 and/or P2 *MUST* be initialized to zero).
44 * _GUS_RAMPRANGE - Sets limits for volume ramping (P1=low volume, P2=high volume)
45 * _GUS_RAMPRATE - Sets the speed for volume ramping (P1=scale, P2=rate)
75 #define _GUS_CMD(chn, voice, cmd, p1, p2) \
80 *(unsigned short*)&_seqbuf[_seqbufptr+6] = p2;\
95 #define GUS_RAMPRATE(chn, voice, p1, p2) _GUS_CMD(chn, voice, _GUS_RAMPRATE, (p1), (p2))
99 #define GUS_VOLUME_SCALE(chn, voice, p1, p2) _GUS_CMD(chn, voice, _GUS_VOLUME_SCALE, (p1), (p2))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ultrasound.h 26 * bytes 6 and 7 - parameter P2 (unsigned short)
30 * Unused parameters (P1 and/or P2 *MUST* be initialized to zero).
44 * _GUS_RAMPRANGE - Sets limits for volume ramping (P1=low volume, P2=high volume)
45 * _GUS_RAMPRATE - Sets the speed for volume ramping (P1=scale, P2=rate)
75 #define _GUS_CMD(chn, voice, cmd, p1, p2) \
80 *(unsigned short*)&_seqbuf[_seqbufptr+6] = p2;\
95 #define GUS_RAMPRATE(chn, voice, p1, p2) _GUS_CMD(chn, voice, _GUS_RAMPRATE, (p1), (p2))
99 #define GUS_VOLUME_SCALE(chn, voice, p1, p2) _GUS_CMD(chn, voice, _GUS_VOLUME_SCALE, (p1), (p2))
    [all...]
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/
PKIXParameters_ImplTest.java 199 PKIXParameters p2 = (PKIXParameters)p1.clone(); local
203 p2.getPolicyQualifiersRejected());
205 p2.isAnyPolicyInhibited());
207 p2.isExplicitPolicyRequired());
209 p2.isPolicyMappingInhibited());
211 p2.isRevocationEnabled());
212 assertEquals("check6", p1.getSigProvider(), p2.getSigProvider());
215 assertNotNull("check7", p2.getTargetCertConstraints());
217 assertEquals("check8", p1.getCertStores(), p2.getCertStores());
220 assertFalse("check9", p2.getCertPathCheckers().isEmpty())
    [all...]

Completed in 1081 milliseconds

1 2 3 4 5 6 7 891011>>