Searched defs:XY (Results 1 – 11 of 11) sorted by relevance
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/functions/generic_functions/ |
D | generic_functions_1.ts | 26 type XY = { x: number; y: number }; alias
|
/third_party/typescript/tests/cases/conformance/types/intersection/ |
D | intersectionAsWeakTypeSource.ts | 5 type XY = X & Y; alias
|
/third_party/flutter/skia/gm/ |
D | tilemodes.cpp | 307 const struct XY { struct 308 SkTileMode fX; 309 SkTileMode fY;
|
/third_party/skia/gm/ |
D | tilemodes.cpp | 301 const struct XY { struct 302 SkTileMode fX; 303 SkTileMode fY;
|
/third_party/skia/src/core/ |
D | SkBitmapProcState.cpp | 132 uint32_t XY = *xy++, in S32_alpha_D32_nofilter_DXDY() local 614 uint32_t XY = bitmapXY[i]; in check_affine_nofilter() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 489 Value *XY = Builder.CreateFMulFMF(X, Y, &I); in visitFMul() local 518 Value *XY = Builder.CreateFAddFMF(X, Y, &I); in visitFMul() local 528 Value *XY = Builder.CreateFAddFMF(X, Y, &I); in visitFMul() local
|
D | InstCombineAddSub.cpp | 1425 Value *XY = Builder.CreateFSubFMF(X, Y, &I); in factorizeLerp() local 1460 Value *XY = IsFAdd ? Builder.CreateFAddFMF(X, Y, &I) in factorizeFAddFSub() local 1498 Value *XY = Builder.CreateFMulFMF(X, Y, &I); in visitFAdd() local 1507 Value *XY = Builder.CreateFDivFMF(X, Y, &I); in visitFAdd() local
|
D | InstructionCombining.cpp | 1474 Value *XY = Builder.CreateBinOp(Opcode, X, Y); in foldVectorBinop() local
|
/third_party/ffmpeg/libavcodec/ |
D | h264_mvpred.h | 48 #define SET_DIAG_MV(MV_OP, REF_OP, XY, Y4) \ in fetch_diagonal_mv() argument
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | type_vec2.inl | 17 const tvec2<T, P> tvec2<T, P>::XY(static_cast<T>(1), static_cast<T>(1)); member in glm::tvec2<T, P>
|
D | type_vec3.inl | 21 const tvec3<T, P> tvec3<T, P>::XY(static_cast<T>(1), static_cast<T>(1), static_cast<T>(0)); member in glm::tvec3<T, P>
|