Searched defs:qs (Results 1 - 25 of 26) sorted by relevance

12

/external/compiler-rt/test/BlocksRuntime/
H A Dbyrefstruct.c16 int qs[30]; member in struct:__anon2920
27 fiddly.qs[i]++;
37 fiddly.qs[i] = -i * i * i;
48 //printf("[%d]: fiddly.ps: %lu, copy.ps: %lu, fiddly.qs: %d, copy.qs: %d\n", i, fiddly.ps[i], copy.ps[i], fiddly.qs[i], copy.qs[i]);
49 if ( (fiddly.ps[i] != copy.ps[i] + 1) || (fiddly.qs[i] != copy.qs[i] + 1) ) {
H A Dlarge-struct.c16 int qs[30]; member in struct:__anon2921
30 inny.qs[i] = -i * i * i;
42 if ( (inny.ps[i] != outty.ps[i]) || (inny.qs[i] != outty.qs[i]) ) {
/external/clang/test/SemaCXX/
H A Dblocks-1.cpp7 int qs[30]; member in struct:__anon2492
18 inny.qs[i] = -i * i * i;
29 if ( (inny.ps[i] != outty.ps[i]) || (inny.qs[i] != outty.qs[i]) ) {
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_fs.c60 quad_shade_stage(struct quad_stage *qs) argument
62 return (struct quad_shade_stage *) qs;
71 shade_quad(struct quad_stage *qs, struct quad_header *quad) argument
73 struct softpipe_context *softpipe = qs->softpipe;
84 coverage_quad(struct quad_stage *qs, struct quad_header *quad) argument
86 struct softpipe_context *softpipe = qs->softpipe;
107 shade_quads(struct quad_stage *qs, argument
111 struct softpipe_context *softpipe = qs->softpipe;
131 if (!shade_quad(qs, quads[i]) && i > 0)
135 coverage_quad( qs, quad
149 shade_begin(struct quad_stage *qs) argument
156 shade_destroy(struct quad_stage *qs) argument
[all...]
H A Dsp_quad_stipple.c17 stipple_quad(struct quad_stage *qs, struct quad_header *quads[], unsigned nr) argument
23 struct softpipe_context *softpipe = qs->softpipe;
54 qs->next->run(qs->next, quads, pass);
58 static void stipple_begin(struct quad_stage *qs) argument
60 qs->next->begin(qs->next);
64 static void stipple_destroy(struct quad_stage *qs) argument
66 FREE( qs );
H A Dsp_quad_depth_test_tmp.h49 NAME(struct quad_stage *qs, argument
74 tile = sp_get_cached_tile(qs->softpipe->zsbuf_cache, ix, iy);
141 qs->next->run(qs->next, quads, pass);
H A Dsp_quad_blend.c150 logicop_quad(struct quad_stage *qs, argument
154 struct softpipe_context *softpipe = qs->softpipe;
262 blend_quad(struct quad_stage *qs, argument
271 struct softpipe_context *softpipe = qs->softpipe;
918 blend_fallback(struct quad_stage *qs, argument
922 const struct blend_quad_stage *bqs = blend_quad_stage(qs);
923 struct softpipe_context *softpipe = qs->softpipe;
990 logicop_quad( qs, quadColor, dest );
994 blend_quad(qs, quadColor, quadColor2, dest, blend_color, blend_buf);
1026 blend_single_add_src_alpha_inv_src_alpha(struct quad_stage *qs, argument
1103 blend_single_add_one_one(struct quad_stage *qs, struct quad_header *quads[], unsigned nr) argument
1172 single_output_color(struct quad_stage *qs, struct quad_header *quads[], unsigned nr) argument
1208 blend_noop(struct quad_stage *qs, struct quad_header *quads[], unsigned nr) argument
1216 choose_blend_quad(struct quad_stage *qs, struct quad_header *quads[], unsigned nr) argument
1281 blend_begin(struct quad_stage *qs) argument
1287 blend_destroy(struct quad_stage *qs) argument
[all...]
H A Dsp_quad_depth_test.c524 depth_test_quad(struct quad_stage *qs, argument
528 struct softpipe_context *softpipe = qs->softpipe;
608 depth_stencil_test_quad(struct quad_stage *qs, argument
612 struct softpipe_context *softpipe = qs->softpipe;
652 depth_test_quad(qs, data, quad); /* quad->mask is updated */
675 alpha_test_quads_##FUNC( struct quad_stage *qs, \
679 const float ref = qs->softpipe->depth_stencil->alpha.ref_value; \
714 alpha_test_quads(struct quad_stage *qs, argument
718 switch (qs->softpipe->depth_stencil->alpha.func) {
720 return alpha_test_quads_LESS( qs, quad
766 depth_test_quads_fallback(struct quad_stage *qs, struct quad_header *quads[], unsigned nr) argument
868 depth_noop(struct quad_stage *qs, struct quad_header *quads[], unsigned nr) argument
878 choose_depth_test(struct quad_stage *qs, struct quad_header *quads[], unsigned nr) argument
958 depth_test_begin(struct quad_stage *qs) argument
966 depth_test_destroy(struct quad_stage *qs) argument
[all...]
/external/icu/icu4c/source/test/perf/howExpensiveIs/
H A Dsieve.cpp104 double qs(double *times, int n, double *q1, double *q2, double *q3) { function
117 double iqr = qs(times,n,&q1,&q2,&q3);
148 double iqr = qs(times,n,&q1,&q2,&q3);
/external/jemalloc/test/unit/
H A Dmallctl.c245 void *qs[NTCACHES]; local
287 qs[i] = mallocx(qsz, MALLOCX_TCACHE(tis[i]));
288 assert_ptr_not_null(qs[i], "Unexpected mallocx() failure, i=%u",
290 dallocx(qs[i], MALLOCX_TCACHE(tis[i]));
305 void *q0 = qs[i];
306 qs[i] = rallocx(ps[i], qsz, MALLOCX_TCACHE(tis[i]));
307 assert_ptr_not_null(qs[i], "Unexpected rallocx() failure, i=%u",
309 assert_ptr_eq(qs[i], q0,
312 if (qs[i] == NULL)
313 qs[
[all...]
/external/kernel-headers/original/uapi/sound/
H A Dhdspm.h37 qs enumerator in enum:hdspm_speed
51 uint8_t speed; /* enum {ss, ds, qs} */
/external/clang/lib/AST/
H A DTypePrinter.cpp91 void print(const Type *ty, Qualifiers qs, raw_ostream &OS,
99 void printBefore(const Type *ty, Qualifiers qs, raw_ostream &OS);
101 void printAfter(const Type *ty, Qualifiers qs, raw_ostream &OS);
1545 std::string QualType::getAsString(const Type *ty, Qualifiers qs) { argument
1548 getAsStringInternal(ty, qs, buffer, PrintingPolicy(options));
1552 void QualType::print(const Type *ty, Qualifiers qs, argument
1558 TypePrinter(policy).print(ty, qs, OS, PH);
1561 void QualType::getAsStringInternal(const Type *ty, Qualifiers qs, argument
1566 TypePrinter(policy).print(ty, qs, StrOS, buffer);
H A DDeclObjC.cpp916 Qualifiers qs; local
917 qs.setObjCLifetime(Qualifiers::OCL_Strong);
918 selfTy = Context.getQualifiedType(selfTy, qs);
H A DASTContext.cpp4301 Qualifiers qs = split.Quals; local
4305 if (!ATy || qs.empty())
4310 QualType NewEltTy = getQualifiedType(ATy->getElementType(), qs);
4388 Qualifiers qs; local
4395 qs.addConsistentQualifiers(split.Quals);
4398 return getQualifiedType(type, qs);
4810 Qualifiers qs = Ty.getQualifiers();
4813 if (Qualifiers::ObjCLifetime lifetime = qs.getObjCLifetime()) {
/external/clang/lib/CodeGen/
H A DCGValue.h298 Qualifiers qs = type.getQualifiers(); local
299 qs.setObjCGCAttr(Context.getObjCGCAttrKind(type));
305 R.Initialize(type, qs, alignment, TBAAInfo);
H A DCGBlocks.cpp1380 Qualifiers qs = type.getQualifiers(); local
1383 if (qs.getObjCLifetime() == Qualifiers::OCL_Weak) {
1387 } else if (qs.getObjCLifetime() == Qualifiers::OCL_Strong) {
1549 Qualifiers qs = type.getQualifiers(); local
1553 if (!qs.hasStrongOrWeakObjCLifetime())
1557 if (qs.getObjCLifetime() == Qualifiers::OCL_Weak)
1949 Qualifiers qs = type.getQualifiers();
1952 if (Qualifiers::ObjCLifetime lifetime = qs.getObjCLifetime()) {
H A DCGDecl.cpp1717 Qualifiers qs = Ty.getQualifiers(); local
1718 if (Qualifiers::ObjCLifetime lt = qs.getObjCLifetime()) {
1731 assert(qs.hasConst());
H A DCGExpr.cpp949 Qualifiers qs = type.getLocalQualifiers(); local
950 if (!qs.hasConst() || qs.hasVolatile()) return false;
/external/opencv/cxcore/src/
H A Dcxutils.cpp472 double K, ps, qs, pt, qt, s, rev, r = 0; local
499 ps = qs = pt = qt = s = 0.0;
525 if (qs != 0.0) {
527 q = qs;
581 qs = qt;
/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp1019 Qualifiers qs; local
1020 qs.addObjCLifetime(lifetime);
1021 PropertyIvarType = Context.getQualifiedType(PropertyIvarType, qs);
H A DSemaType.cpp1337 Qualifiers qs; local
1338 qs.addObjCLifetime(implicitLifetime);
1339 return S.Context.getQualifiedType(type, qs);
1977 Qualifiers qs;
1980 qs.addObjCLifetime(Qualifiers::OCL_ExplicitNone);
1982 qs.addObjCLifetime(Qualifiers::OCL_Autoreleasing);
1983 declSpecType = S.Context.getQualifiedType(declSpecType, qs);
3330 Qualifiers qs; local
3331 qs.addObjCLifetime(ownership);
3332 declSpecTy = S.Context.getQualifiedType(declSpecTy, qs);
[all...]
H A DSemaDecl.cpp8284 QualifierCollector qs; local
8286 if ((PT = qs.strip(AT)->getAs<PointerType>()) &&
8287 (PT = qs.strip(PT->getPointeeType())->getAs<PointerType>()) &&
8288 Context.hasSameType(QualType(qs.strip(PT->getPointeeType()), 0),
8290 qs.removeConst();
8291 mismatch = !qs.empty();
/external/clang/include/clang/AST/
H A DASTContext.h1557 Qualifiers qs; local
1558 qs.addObjCLifetime(lifetime);
1559 return getQualifiedType(type, qs);
H A DType.h276 Qualifiers qs = *this; local
277 qs.removeObjCGCAttr();
278 return qs;
281 Qualifiers qs = *this; local
282 qs.removeObjCLifetime();
283 return qs;
394 void addConsistentQualifiers(Qualifiers qs) { argument
395 assert(getAddressSpace() == qs.getAddressSpace() ||
396 !hasAddressSpace() || !qs.hasAddressSpace());
397 assert(getObjCGCAttr() == qs
519 SplitQualType(const Type *ty, Qualifiers qs) argument
4730 Qualifiers qs = eq->getQualifiers(); local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 3287 milliseconds

12