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

  /external/boringssl/src/crypto/modes/
internal.h 169 } Yi, EKi, EK0, len, Xi, H;
171 /* Relative position of Xi, H and pre-computed Htable is used in some
174 void (*gmult)(uint64_t Xi[2], const u128 Htable[16]);
175 void (*ghash)(uint64_t Xi[2], const u128 Htable[16], const uint8_t *inp,
  /external/eigen/Eigen/src/Core/products/
SelfadjointMatrixVector.h 131 Packet Xi = pload <Packet>(resIt);
133 Xi = pcj0.pmadd(A0i,ptmp0, pcj0.pmadd(A1i,ptmp1,Xi));
136 pstore(resIt,Xi); resIt += PacketSize;
  /external/opencv3/modules/calib3d/src/
fisheye.cpp 122 Vec3d Xi = objectPoints.depth() == CV_32F ? (Vec3d)Xf[i] : Xd[i];
123 Vec3d Y = aff*Xi;
152 //Vec3d Xi = pdepth == CV_32F ? (Vec3d)Xf[i] : Xd[i];
153 //Vec3d Y = aff*Xi;
154 double dYdR[] = { Xi[0], Xi[1], Xi[2], 0, 0, 0, 0, 0, 0,
155 0, 0, 0, Xi[0], Xi[1], Xi[2], 0, 0, 0
    [all...]
  /external/chromium-trace/catapult/tracing/third_party/d3/
d3.min.js     [all...]

Completed in 194 milliseconds