/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/creators/ |
D | ImplicitParamsForCreatorTest.java | 23 static class XY { class in ImplicitParamsForCreatorTest 28 public XY(int x, int y) { in XY() method in ImplicitParamsForCreatorTest.XY
|
D | SingleArgCreatorTest.java | 119 static class XY { class in SingleArgCreatorTest
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/failing/ |
D | ImplicitParamsForCreator806Test.java | 23 static class XY { class in ImplicitParamsForCreator806Test 28 public XY(int x, int y) { in XY() method in ImplicitParamsForCreator806Test.XY
|
/external/scrypt/lib/crypto/ |
D | crypto_scrypt-ref.c | 177 smix(uint8_t * B, size_t r, uint64_t N, uint8_t * V, uint8_t * XY) in smix() 226 uint8_t * XY; in crypto_scrypt() local
|
D | crypto_scrypt-neon.c | 133 smix(uint8_t * B, size_t r, uint64_t N, void * V, void * XY) in smix() 199 uint32_t * XY; in crypto_scrypt() local
|
D | crypto_scrypt-sse.c | 199 smix(uint8_t * B, size_t r, uint64_t N, void * V, void * XY) in smix() 275 uint32_t * XY; in crypto_scrypt() local
|
/external/clang/test/Sema/ |
D | designated-initializers.c | 145 struct XY { int before; struct XX xx, *xp; float* after; } xy[] = { argument
|
/external/skia/gm/ |
D | tilemodes.cpp | 309 const struct XY { struct 310 SkTileMode fX; 311 SkTileMode fY;
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ser/filter/ |
D | IgnorePropsForSerTest.java | 32 static class XY { class in IgnorePropsForSerTest
|
D | IncludePropsForSerTest.java | 43 static class XY class in IncludePropsForSerTest
|
/external/skia/src/core/ |
D | SkBitmapProcState.cpp | 138 uint32_t XY = *xy++, in S32_alpha_D32_nofilter_DXDY() local 621 uint32_t XY = bitmapXY[i]; in check_affine_nofilter() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 512 Value *XY = Builder.CreateBinOp(Opcode, X, Y); in foldFPSignBitOps() local 629 Value *XY = Builder.CreateFMulFMF(X, Y, &I); in visitFMul() local 706 Value *XY = Builder.CreateFAddFMF(X, Y, &I); in visitFMul() local 714 Value *XY = Builder.CreateFAddFMF(X, Y, &I); in visitFMul() local
|
D | InstCombineAddSub.cpp | 1592 Value *XY = Builder.CreateFSubFMF(X, Y, &I); in factorizeLerp() local 1630 Value *XY = IsFAdd ? Builder.CreateFAddFMF(X, Y, &I) in factorizeFAddFSub() local 1671 Value *XY = Builder.CreateFMulFMF(X, Y, &I); in visitFAdd() local 1680 Value *XY = Builder.CreateFDivFMF(X, Y, &I); in visitFAdd() local
|
D | InstructionCombining.cpp | 1722 Value *XY = Builder.CreateBinOp(Opcode, X, Y); in foldVectorBinop() local
|
/external/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
|
/external/clang/test/SemaTemplate/ |
D | instantiate-expr-2.cpp | 43 typedef N4::BinOpOverload<N1::X, N2::Y>::type XY; in test_bin_op_overload() typedef
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/ |
D | MathExtras.h | 623 T XY = SaturatingAdd(X, Y, &Overflowed); in SaturatingAdd() local
|
/external/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>
|
/external/libopus/src/ |
D | opus_encoder.c | 69 opus_val32 XX, XY, YY; member
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 14859 auto tryToFoldXYSubZ = [&](SDValue XY, SDValue Z) { in visitFSUBForFMACombine()
|