Searched refs:p2 (Results 151 - 175 of 705) sorted by relevance

1234567891011>>

/external/jmonkeyengine/engine/src/core/com/jme3/effect/
H A DParticleComparator.java47 public int compare(Particle p1, Particle p2) { argument
50 if (p1.life <= 0 || p2.life <= 0)
55 // else if (p2.life <= 0)
58 float d1 = p1.distToCam, d2 = p2.distToCam;
65 d2 = cam.distanceToNearPlane(p2.position);
66 p2.distToCam = d2;
/external/libcxx/test/std/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers/
H A Dswap.pass.cpp42 A* p2 = new A[3]; local
43 std::unique_ptr<A[], Deleter<A[]> > s2(p2, Deleter<A[]>(2));
46 assert(s2.get() == p2);
49 assert(s1.get() == p2);
/external/libcxx/test/std/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers/
H A Dswap.pass.cpp41 A* p2 = new A(2); local
42 std::unique_ptr<A, Deleter<A> > s2(p2, Deleter<A>(2));
46 assert(s2.get() == p2);
50 assert(s1.get() == p2);
/external/llvm/include/llvm/Transforms/Utils/
H A DCmpInstAnalysis.h61 bool PredicatesFoldable(CmpInst::Predicate p1, CmpInst::Predicate p2);
/external/llvm/lib/Transforms/Utils/
H A DCmpInstAnalysis.cpp92 bool llvm::PredicatesFoldable(ICmpInst::Predicate p1, ICmpInst::Predicate p2) { argument
93 return (CmpInst::isSigned(p1) == CmpInst::isSigned(p2)) ||
94 (CmpInst::isSigned(p1) && ICmpInst::isEquality(p2)) ||
95 (CmpInst::isSigned(p2) && ICmpInst::isEquality(p1));
/external/v8/test/mjsunit/compiler/
H A Dregress-stacktrace-methods.js58 var p2 = stack.indexOf("at Svin.two");
61 assertTrue(p2 != -1);
63 assertTrue(p3 < p2);
64 assertTrue(p2 < p1);
/external/v8/test/webkit/
H A Dcyclic-prototypes.js27 var o2 = { p2: 2 };
/external/jmonkeyengine/engine/src/test/jme3test/model/
H A DTestOgreLoading.java49 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/libpng/
H A Dpngdebug.h67 # define png_debug2(l,m,p1,p2) \
68 _RPT2(_CRT_WARN,m PNG_STRING_NEWLINE,p1,p2)
98 # define png_debug2(l,m,p1,p2) \
102 (num_tabs==2 ? " " : (num_tabs>2 ? " " : ""))),p1,p2);\
129 # define png_debug2(l,m,p1,p2) \
136 fprintf(PNG_DEBUG_FILE,format,p1,p2); \
152 # define png_debug2(l, m, p1, p2) ((void)0)
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_perf.c49 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/pdfium/samples/fx_lpng/lpng_v163/
H A Dpngdebug.h67 # 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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/67/1/.cp/ant_tasks/
H A Ddirector-ant.jar ... inf org/ org/eclipse/ org/eclipse/equinox/ org/eclipse/equinox/p2/ org/eclipse/equinox/p2/director/ org/eclipse/equinox/p2/director ...
/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-generated-actions.h1181 #define GMOCK_INTERNAL_DECL_TYPE_AND_3_VALUE_PARAMS(p0, p1, p2) , \
1182 typename p0##_type, typename p1##_type, typename p2##_type
1183 #define GMOCK_INTERNAL_DECL_TYPE_AND_4_VALUE_PARAMS(p0, p1, p2, p3) , \
1184 typename p0##_type, typename p1##_type, typename p2##_type, \
1186 #define GMOCK_INTERNAL_DECL_TYPE_AND_5_VALUE_PARAMS(p0, p1, p2, p3, p4) , \
1187 typename p0##_type, typename p1##_type, typename p2##_type, \
1189 #define GMOCK_INTERNAL_DECL_TYPE_AND_6_VALUE_PARAMS(p0, p1, p2, p3, p4, p5) , \
1190 typename p0##_type, typename p1##_type, typename p2##_type, \
1192 #define GMOCK_INTERNAL_DECL_TYPE_AND_7_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \
1193 p6) , typename p0##_type, typename p1##_type, typename p2##_typ
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/bounding/
H A DIntersection.java69 // 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;
130 p2 = e0.z * tmp2.y - e0.y * tmp2.z;
131 min = min(p0, p2);
132 max = max(p0, p2);
141 p2
[all...]
/external/libcxx/test/std/language.support/support.exception/propagation/
H A Dcurrent_exception.pass.cpp49 std::exception_ptr p2; local
61 p2 = std::current_exception();
63 assert(p == p2);
69 std::exception_ptr p2; local
81 p2 = std::current_exception();
83 assert(p == p2);
89 std::exception_ptr p2; local
101 p2 = std::current_exception();
103 assert(p == p2);
/external/libvpx/libvpx/vpx_dsp/mips/
H A Dloopfilter_masks_dspr2.h29 uint32_t p3, uint32_t p2,
40 /* mask |= (abs(p3 - p2) > limit) */
41 "subu_s.qb %[c], %[p3], %[p2] \n\t"
42 "subu_s.qb %[r_k], %[p2], %[p3] \n\t"
47 /* mask |= (abs(p2 - p1) > limit) */
48 "subu_s.qb %[c], %[p2], %[p1] \n\t"
49 "subu_s.qb %[r_k], %[p1], %[p2] \n\t"
93 : [limit] "r" (limit), [p3] "r" (p3), [p2] "r" (p2),
136 uint32_t p3, uint32_t p2,
27 filter_hev_mask_dspr2(uint32_t limit, uint32_t flimit, uint32_t p1, uint32_t p0, uint32_t p3, uint32_t p2, uint32_t q0, uint32_t q1, uint32_t q2, uint32_t q3, uint32_t thresh, uint32_t *hev, uint32_t *mask) argument
132 filter_hev_mask_flatmask4_dspr2(uint32_t limit, uint32_t flimit, uint32_t thresh, uint32_t p1, uint32_t p0, uint32_t p3, uint32_t p2, uint32_t q0, uint32_t q1, uint32_t q2, uint32_t q3, uint32_t *hev, uint32_t *mask, uint32_t *flat) argument
282 flatmask5(uint32_t p4, uint32_t p3, uint32_t p2, uint32_t p1, uint32_t p0, uint32_t q0, uint32_t q1, uint32_t q2, uint32_t q3, uint32_t q4, uint32_t *flat2) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jar ... eclipse/equinox/ org/eclipse/equinox/internal/ org/eclipse/equinox/internal/p2/ org/eclipse/equinox/internal/p2/updatesite/ org/eclipse/equinox/internal ...
H A Dorg.eclipse.equinox.p2.console_1.0.200.v20100601.jar ... eclipse/equinox/ org/eclipse/equinox/internal/ org/eclipse/equinox/internal/p2/ org/eclipse/equinox/internal/p2/console/ org/eclipse/equinox/internal
/external/kernel-headers/original/uapi/linux/
H A Dultrasound.h75 #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))
/external/v8/test/cctest/compiler/
H A Dcall-tester.h141 MachineType p1 = kMachNone, MachineType p2 = kMachNone,
145 MachineType types[] = {p0, p1, p2, p3, p4};
188 R DoCall(F* f, P1 p1, P2 p2) { argument
190 Simulator::CallArgument(p2),
195 R DoCall(F* f, P1 p1, P2 p2, P3 p3) { argument
197 Simulator::CallArgument(p1), Simulator::CallArgument(p2),
203 R DoCall(F* f, P1 p1, P2 p2, P3 p3, P4 p4) { argument
205 Simulator::CallArgument(p1), Simulator::CallArgument(p2),
211 uintptr_t CallSimulator(byte* f, int32_t p1 = 0, int32_t p2 = 0,
214 return static_cast<uintptr_t>(simulator->Call(f, 4, p1, p2, p
226 DoCall(F* f, P1 p1, P2 p2) argument
232 DoCall(F* f, P1 p1, P2 p2, P3 p3) argument
239 DoCall(F* f, P1 p1, P2 p2, P3 p3, P4 p4) argument
255 DoCall(F* f, P1 p1, P2 p2) argument
259 DoCall(F* f, P1 p1, P2 p2, P3 p3) argument
264 DoCall(F* f, P1 p1, P2 p2, P3 p3, P4 p4) argument
333 Call2(P1 p1, P2 p2) argument
340 Call3(P1 p1, P2 p2, P3 p3) argument
347 Call4(P1 p1, P2 p2, P3 p3, P4 p4) argument
371 Call(P1 p1, P2 p2) argument
376 Call(P1 p1, P2 p2, P3 p3) argument
381 Call(P1 p1, P2 p2, P3 p3, P4 p4) argument
[all...]
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/
H A DPKIXParameters_ImplTest.java206 PKIXParameters p2 = (PKIXParameters) p1.clone();
210 p2.getPolicyQualifiersRejected());
212 p2.isAnyPolicyInhibited());
214 p2.isExplicitPolicyRequired());
216 p2.isPolicyMappingInhibited());
218 p2.isRevocationEnabled());
219 assertEquals("check6", p1.getSigProvider(), p2.getSigProvider());
222 assertNotNull("check7", p2.getTargetCertConstraints());
224 assertEquals("check8", p1.getCertStores(), p2.getCertStores());
227 assertFalse("check9", p2
[all...]
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
H A Dp7.cpp8 auto *p2 = 0, v2 = *p2; // expected-error {{incompatible initializer}} local
/external/clang/test/CodeGenCXX/
H A Ddelete.cpp140 void array_delete_incomplete(Incomplete *p1, Incomplete *p2) { argument
144 delete [] p2;
/external/fonttools/Lib/fontTools/pens/
H A DcocoaPen.py24 def _curveToOne(self, p1, p2, p3):
25 self.path.curveToPoint_controlPoint1_controlPoint2_(p3, p1, p2)
/external/fonttools/Tools/fontTools/pens/
H A DcocoaPen.py24 def _curveToOne(self, p1, p2, p3):
25 self.path.curveToPoint_controlPoint1_controlPoint2_(p3, p1, p2)

Completed in 9653 milliseconds

1234567891011>>