HomeSort by relevance Sort by last modified time
    Searched defs:vP (Results 1 - 2 of 2) sorted by null

  /external/skia/samplecode/
SampleSVGPong.cpp 44 const SkScalar vP = v - min;
46 const SkScalar vMod = (vP < 0) ? P - SkScalarMod(-vP, P) : SkScalarMod(vP, P);
  /toolchain/binutils/binutils-2.25/gas/config/
tc-vax.c 967 const struct vot *vP; /* scan votstrs */
972 for (vP = votstrs; *vP->vot_name && !retval; vP++)
973 retval = hash_insert (op_hash, vP->vot_name, (void *) &vP->vot_detail);
    [all...]

Completed in 2909 milliseconds