HomeSort by: relevance | last modified time | path
    Searched defs:XY (Results 1 - 11 of 11) sorted by relevancy

  /src/usr.bin/make/unit-tests/
var-scope-local-legacy.mk 26 : XY=${XY:Uundef}_
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/scryptsalsa208sha256/nosse/
pwhash_scryptsalsa208sha256_nosse.c 219 * smix(B, r, N, V, XY):
222 * storage XY must be 256r + 64 bytes in length. The value N must be a
223 * power of 2 greater than 1. The arrays B, V, and XY must be aligned to a
227 smix(uint8_t *B, size_t r, uint64_t N, uint32_t *V, uint32_t *XY)
229 uint32_t *X = XY;
230 uint32_t *Y = &XY[32 * r];
231 uint32_t *Z = &XY[64 * r];
299 uint32_t *V, *XY;
359 XY = (uint32_t *) ((uint8_t *) V + V_size);
367 smix(&B[(size_t) 128 * i * r], r, N, V, XY);
    [all...]
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/scryptsalsa208sha256/sse/
pwhash_scryptsalsa208sha256_sse.c 223 * smix(B, r, N, V, XY):
226 * storage XY must be 256r + 64 bytes in length. The value N must be a
227 * power of 2 greater than 1. The arrays B, V, and XY must be aligned to a
231 smix(uint8_t *B, size_t r, uint32_t N, void *V, void *XY)
267 X = (__m128i *) XY;
270 X32 = (uint32_t *) XY;
271 Y = (__m128i *) ((uintptr_t)(XY) + s);
315 uint32_t *V, *XY;
383 XY = (uint32_t *) ((uint8_t *) V + V_size);
391 smix(&B[(size_t) 128 * i * r], r, (uint32_t) N, V, XY);
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 419 Value *XY = Builder.CreateBinOp(Opcode, X, Y);
420 Value *Fabs = Builder.CreateUnaryIntrinsic(Intrinsic::fabs, XY);
519 Value *XY = Builder.CreateFMulFMF(X, Y, &I);
520 Value *Sqrt = Builder.CreateUnaryIntrinsic(Intrinsic::sqrt, XY, &I);
563 Value *XY = Builder.CreateFAddFMF(X, Y, &I);
564 Value *Exp = Builder.CreateUnaryIntrinsic(Intrinsic::exp, XY, &I);
573 Value *XY = Builder.CreateFAddFMF(X, Y, &I);
574 Value *Exp2 = Builder.CreateUnaryIntrinsic(Intrinsic::exp2, XY, &I);
InstCombineAddSub.cpp 1473 Value *XY = Builder.CreateFSubFMF(X, Y, &I);
1474 Value *MulZ = Builder.CreateFMulFMF(Z, XY, &I);
1508 Value *XY = IsFAdd ? Builder.CreateFAddFMF(X, Y, &I)
1514 if (match(XY, m_APFloat(C)) && !C->isNormal())
1517 return IsFMul ? BinaryOperator::CreateFMulFMF(XY, Z, &I)
1518 : BinaryOperator::CreateFDivFMF(XY, Z, &I);
1546 Value *XY = Builder.CreateFMulFMF(X, Y, &I);
1547 return BinaryOperator::CreateFSubFMF(Z, XY, &I);
1555 Value *XY = Builder.CreateFDivFMF(X, Y, &I);
1556 return BinaryOperator::CreateFSubFMF(Z, XY, &I)
    [all...]
  /src/sys/arch/amiga/dev/
grf_rhreg.h 125 unsigned short XY; /* TX*TY (speeds up some calcs.) */
grf_rtreg.h 132 unsigned short XY; /* TX*TY (speeds up some calcs.) */
  /src/external/gpl3/binutils/dist/include/opcode/
arc.h 87 XY
  /src/external/gpl3/binutils.old/dist/include/opcode/
arc.h 87 XY
  /src/external/gpl3/gdb.old/dist/include/opcode/
arc.h 87 XY
  /src/external/gpl3/gdb/dist/include/opcode/
arc.h 87 XY

Completed in 29 milliseconds