Home
last modified time | relevance | path

Searched defs:XY (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/scryptsalsa208sha256/nosse/
H A Dpwhash_scryptsalsa208sha256_nosse.c227 smix(uint8_t *B, size_t r, uint64_t N, uint32_t *V, uint32_t *XY) in smix()
299 uint32_t *V, *XY; in escrypt_kdf_nosse() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Dsetops.d236 auto XY = cartesianProduct(X, Y); variable
247 foreach (pair; XY) in foreach()
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/scryptsalsa208sha256/sse/
H A Dpwhash_scryptsalsa208sha256_sse.c231 smix(uint8_t *B, size_t r, uint32_t N, void *V, void *XY) in smix()
315 uint32_t *V, *XY; in escrypt_kdf_sse() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp419 Value *XY = Builder.CreateBinOp(Opcode, X, Y); in foldFPSignBitOps() local
519 Value *XY = Builder.CreateFMulFMF(X, Y, &I); in visitFMul() local
563 Value *XY = Builder.CreateFAddFMF(X, Y, &I); in visitFMul() local
573 Value *XY = Builder.CreateFAddFMF(X, Y, &I); in visitFMul() local
H A DInstCombineAddSub.cpp1473 Value *XY = Builder.CreateFSubFMF(X, Y, &I); in factorizeLerp() local
1508 Value *XY = IsFAdd ? Builder.CreateFAddFMF(X, Y, &I) in factorizeFAddFSub() local
1546 Value *XY = Builder.CreateFMulFMF(X, Y, &I); in visitFAdd() local
1555 Value *XY = Builder.CreateFDivFMF(X, Y, &I); in visitFAdd() local
H A DInstructionCombining.cpp1582 Value *XY = Builder.CreateBinOp(Opcode, X, Y); in foldVectorBinop() local
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Dsetops.d238 auto XY = cartesianProduct(X, Y); variable
249 foreach (pair; XY) in foreach()
/netbsd-src/sys/arch/amiga/dev/
H A Dgrf_rtreg.h132 unsigned short XY; /* TX*TY (speeds up some calcs.) */ member
H A Dgrf_rhreg.h125 unsigned short XY; /* TX*TY (speeds up some calcs.) */ member
/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/
H A Darc.h86 XY enumerator
/netbsd-src/external/gpl3/binutils/dist/include/opcode/
H A Darc.h86 XY enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp13073 auto tryToFoldXYSubZ = [&](SDValue XY, SDValue Z) { in visitFSUBForFMACombine()