HomeSort by relevance Sort by last modified time
    Searched full:resultz (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
TransformationMatrix.h 344 double resultZ;
345 multVecMatrix(sourcePoint.x(), sourcePoint.y(), sourcePoint.z(), resultX, resultY, resultZ);
346 return FloatPoint3D(static_cast<float>(resultX), static_cast<float>(resultY), static_cast<float>(resultZ));
TransformationMatrix.cpp     [all...]
  /external/chromium_org/crypto/
curve25519-donna.c 446 * resultx/resultz: the x coordinate of the resulting curve point (short form)
451 cmult(limb *resultx, limb *resultz, const u8 *n, const limb *q) {
496 memcpy(resultz, nqz, sizeof(limb) * 10);

Completed in 183 milliseconds