Home
last modified time | relevance | path

Searched refs:XY (Results 1 - 19 of 19) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DliteralFreshnessPropagationOnNarrowing.js32 type XY = 'x' | 'y';
33 const x: XY = 'x';
41 let x3: XY = x;
56 type XY = 'x' | 'y';
57 let arr: XY[] = ['x'];
H A DintersectionAsWeakTypeSource.js6 type XY = X & Y;
7 const xy: XY = {x: 'x', y: 10};
/third_party/backends/backend/
H A Du12-scanner.h176 } XY; typedef
192 XY xyDpi; /**< the resolution */
213 XY xyPhyDpi; /**< physical resolution of a scan */
221 XY xyAppDpi;
H A Dplustek-usb.h189 } XY; typedef
395 XY DataOrigin; /**< The origin x is from visible pixel not CCD */
401 XY Size; /**< Scanning width/height, in 300 DPI base. */
402 XY MinDpi; /**< Minimum dpi supported for scanning */
412 XY OpticDpi; /**< Maximum DPI */
590 XY PhyDpi; /* Driver DPI */
594 XY UserDpi; /**< User specified DPI */
595 XY Origin; /**< Scanning origin in optic dpi */
H A Dplustek-pp.h65 } XY, *pXY; typedef
77 XY xyDpi;
550 SANE_Int max_x; /* max XY-extension of the scan-*/
H A Dplustek.h316 XY xyDpi;
348 SANE_Int max_x; /* max XY-extension of the scan-*/
H A Dplustek-pp_scandata.h119 XY xyAppDpi;
120 XY xyPhyDpi;
/third_party/skia/src/core/
H A DSkBitmapProcState.cpp132 uint32_t XY = *xy++, in S32_alpha_D32_nofilter_DXDY() local
133 x = XY & 0xffff, in S32_alpha_D32_nofilter_DXDY()
134 y = XY >> 16; in S32_alpha_D32_nofilter_DXDY()
614 uint32_t XY = bitmapXY[i];
615 unsigned x = XY & 0xFFFF;
616 unsigned y = XY >> 16;
H A DSkGlyph.h132 using XY = Vec<2, float>;
135 const XY magic = {1.f * (1u << (kSubPixelPosLen + kSubPixelX)),
137 XY pos{pt.x(), pt.y()};
138 XY subPos = (pos - floor(pos)) + 1.0f;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1425 Value *XY = Builder.CreateFSubFMF(X, Y, &I); in factorizeLerp()
1426 Value *MulZ = Builder.CreateFMulFMF(Z, XY, &I); in factorizeLerp()
1460 Value *XY = IsFAdd ? Builder.CreateFAddFMF(X, Y, &I) in factorizeFAddFSub() local
1466 if (match(XY, m_APFloat(C)) && !C->isNormal()) in factorizeFAddFSub()
1469 return IsFMul ? BinaryOperator::CreateFMulFMF(XY, Z, &I) in factorizeFAddFSub()
1470 : BinaryOperator::CreateFDivFMF(XY, Z, &I); in factorizeFAddFSub()
1498 Value *XY = Builder.CreateFMulFMF(X, Y, &I); in visitFAdd() local
1499 return BinaryOperator::CreateFSubFMF(Z, XY, &I); in visitFAdd()
1507 Value *XY = Builder.CreateFDivFMF(X, Y, &I); in visitFAdd() local
1508 return BinaryOperator::CreateFSubFMF(Z, XY, in visitFAdd()
[all...]
H A DInstCombineMulDivRem.cpp489 Value *XY = Builder.CreateFMulFMF(X, Y, &I); in visitFMul() local
490 Value *Sqrt = Builder.CreateUnaryIntrinsic(Intrinsic::sqrt, XY, &I); in visitFMul()
518 Value *XY = Builder.CreateFAddFMF(X, Y, &I); in visitFMul() local
519 Value *Exp = Builder.CreateUnaryIntrinsic(Intrinsic::exp, XY, &I); in visitFMul()
528 Value *XY = Builder.CreateFAddFMF(X, Y, &I); in visitFMul() local
529 Value *Exp2 = Builder.CreateUnaryIntrinsic(Intrinsic::exp2, XY, &I); in visitFMul()
H A DInstructionCombining.cpp1474 Value *XY = Builder.CreateBinOp(Opcode, X, Y); in foldVectorBinop()
1475 if (auto *BO = dyn_cast<BinaryOperator>(XY)) in foldVectorBinop()
1477 return new ShuffleVectorInst(XY, UndefValue::get(XY->getType()), M); in foldVectorBinop()
/third_party/node/deps/openssl/openssl/util/
H A Dcheck-format-test-negatives.c65 XY *(* fn)(int a, char b); in f()
/third_party/openssl/util/
H A Dcheck-format-test-negatives.c65 XY *(* fn)(int a, char b); in f()
/third_party/skia/gm/
H A Dtilemodes.cpp301 const struct XY { in DEF_SIMPLE_GM() struct
/third_party/ffmpeg/libavcodec/
H A Dh264_mvpred.h46 #define SET_DIAG_MV(MV_OP, REF_OP, XY, Y4) \ in fetch_diagonal_mv()
47 const int xy = XY, y4 = Y4; \ in fetch_diagonal_mv()
/third_party/node/deps/v8/src/execution/s390/
H A Dsimulator-s390.h1061 EVALUATE(XY);
H A Dsimulator-s390.cc1387 EvalTable[XY] = &Simulator::Evaluate_XY; in EvalTableInit()
9679 EVALUATE(XY) { in EVALUATE()
9680 DCHECK_OPCODE(XY); in EVALUATE()
/third_party/node/deps/v8/src/codegen/s390/
H A Dconstants-s390.h871 V(xy, XY, 0xE357) /* type = RXY_A EXCLUSIVE OR (32) */ \

Completed in 49 milliseconds