Searched refs:assigned (Results 1 - 17 of 17) sorted by relevance

/external/mesa3d/src/glsl/
H A Dlower_vector.cpp143 unsigned assigned; local
145 /* Write-mask in the destination that receives counted by 'assigned'.
153 * - All constant components can be assigned at once.
155 * unary operator can be assigned at once.
159 assigned = 0;
168 case GLSL_TYPE_UINT: d.u[assigned] = c->value.u[0]; break;
169 case GLSL_TYPE_INT: d.i[assigned] = c->value.i[0]; break;
170 case GLSL_TYPE_FLOAT: d.f[assigned] = c->value.f[0]; break;
171 case GLSL_TYPE_BOOL: d.b[assigned] = c->value.b[0]; break;
176 assigned
[all...]
/external/junit/src/org/junit/experimental/theories/internal/
H A DAssignments.java28 private Assignments(List<PotentialAssignment> assigned, argument
31 fAssigned= assigned;
37 * assigned.
58 List<PotentialAssignment> assigned= new ArrayList<PotentialAssignment>(
60 assigned.add(source);
62 return new Assignments(assigned, fUnassigned.subList(1, fUnassigned
/external/libvorbis/vq/
H A Dvqgen.h39 long *assigned; member in struct:vqgen
H A Dvqgen.c111 if(v->assigned[k] && (localmin==-1 || this<localmin))
123 if(v->assigned[j]==0){
254 v->assigned=_ogg_malloc(v->entries*sizeof(long));
379 memset(v->assigned,0,sizeof(long)*v->entries);
504 if(v->assigned[j]++){
515 if(v->assigned[j]++){
535 fprintf(assig,"%ld\n",v->assigned[j]);
538 asserror+=fabs(v->assigned[j]-fdesired);
539 if(v->assigned[j]){
542 _now(v,j)[k]=vN(new,j)[k]/v->assigned[
[all...]
/external/mesa3d/docs/
H A DMESA_drm_image.spec23 EGL Extension #not assigned
109 If <name> is non-NULL, a global name is assigned to the image and
H A DMESA_texture_signed_rgba.spec31 Not assigned ?
/external/webkit/Source/JavaScriptCore/qt/tests/qscriptvalue/
H A Dtst_qscriptvalue.cpp1285 QScriptValue assigned = copy; local
1286 QCOMPARE(assigned.strictlyEquals(value), !copy.isNumber() || !qIsNaN(copy.toNumber()));
1287 QCOMPARE(assigned.engine(), assigned.engine());
1290 assigned = other;
1291 QVERIFY(!assigned.strictlyEquals(copy));
1292 QVERIFY(assigned.strictlyEquals(other));
1293 QCOMPARE(assigned.engine(), other.engine());
/external/mesa3d/docs/OLD/
H A DMESA_packed_depth_stencil.spec229 Brian's edits, assigned values to new enums.
/external/libvpx/examples/includes/geshi/geshi/
H A Dabap.php32 * Control, declarative and other statements are assigned URLs to sap documentation website:
792 'assigned',
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtoken.rb45 Furthermore, ANTLR tokens are assigned a "channel" number, an extra degree of
84 # the integer value of the channel to which the token is assigned
479 and assigned it to the constant name +Token+. This token class will both include
488 and a grammar-specific subclass of ANTLR3::CommonToken assigned to the constant
/external/libvorbis/doc/
H A D03-codebook.tex66 total of \varname{[codebook_entries]}, is assigned a codeword length.
205 codebooks support unused codeword entries) is assigned, in order, the
H A D07-floor1.tex98 list is split into partitions, and each partition is assigned to a
/external/v8/src/
H A Dlithium-allocator.cc801 bool assigned = false; local
811 assigned = true;
816 if (!assigned) {
/external/chromium/third_party/libjingle/source/talk/
H A Dmain.scons471 # Files are assigned to first matching folder. Folder names of None
/external/iproute2/doc/
H A Dip-cref.tex1167 \item \verb|local| --- the destinations are assigned to this
1183 {\em anycast\/} addresses assigned to this host. They are mainly equivalent
1271 --- the realm to which this route is assigned.
1390 f.e.\ as they are assigned in \verb|rtnetlink.h| or in \verb|rt_protos|
2569 So each route may be assigned to a realm. It is assumed that
/external/libvpx/examples/includes/geshi/
H A Dgeshi.php4411 } else { // if no "extra" style assigned
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas189 /// Use the original framework assigned hashcode that's unique

Completed in 306 milliseconds