/third_party/typescript/tests/baselines/reference/ |
H A D | literalFreshnessPropagationOnNarrowing.js | 32 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 D | intersectionAsWeakTypeSource.js | 6 type XY = X & Y; 7 const xy: XY = {x: 'x', y: 10};
|
/third_party/backends/backend/ |
H A D | u12-scanner.h | 176 } XY; typedef 192 XY xyDpi; /**< the resolution */ 213 XY xyPhyDpi; /**< physical resolution of a scan */ 221 XY xyAppDpi;
|
H A D | plustek-usb.h | 189 } 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 D | plustek-pp.h | 65 } XY, *pXY; typedef 77 XY xyDpi; 550 SANE_Int max_x; /* max XY-extension of the scan-*/
|
H A D | plustek.h | 316 XY xyDpi; 348 SANE_Int max_x; /* max XY-extension of the scan-*/
|
H A D | plustek-pp_scandata.h | 119 XY xyAppDpi; 120 XY xyPhyDpi;
|
/third_party/skia/src/core/ |
H A D | SkBitmapProcState.cpp | 132 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 D | SkGlyph.h | 132 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 D | InstCombineAddSub.cpp | 1425 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 D | InstCombineMulDivRem.cpp | 489 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 D | InstructionCombining.cpp | 1474 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 D | check-format-test-negatives.c | 65 XY *(* fn)(int a, char b); in f()
|
/third_party/openssl/util/ |
H A D | check-format-test-negatives.c | 65 XY *(* fn)(int a, char b); in f()
|
/third_party/skia/gm/ |
H A D | tilemodes.cpp | 301 const struct XY { in DEF_SIMPLE_GM() struct
|
/third_party/ffmpeg/libavcodec/ |
H A D | h264_mvpred.h | 46 #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 D | simulator-s390.h | 1061 EVALUATE(XY);
|
H A D | simulator-s390.cc | 1387 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 D | constants-s390.h | 871 V(xy, XY, 0xE357) /* type = RXY_A EXCLUSIVE OR (32) */ \
|