Home
last modified time | relevance | path

Searched defs:DX (Results 1 – 25 of 52) sorted by relevance

123

/aosp_15_r20/external/clang/test/Layout/
H A Dms-x86-primary-bases.cpp250 struct DX : virtual B1X { int a; DX() : a(0xf000000D) {} virtual void f() { printf("D"); } }; in DX() argument
H A Dms-x86-aligned-tail-padding.cpp502 struct __declspec(align(16)) DX { struct
504 DX() : a(0xf000000D) {} in DX() argument
509 // CHECK-NEXT: 0 | struct DX argument
H A Dms-x86-lazy-empty-nonvirtual-base.cpp715 struct DX : B8X, B1X, virtual B0X { struct
717 DX() : a(0x0000000D) { printf(" D = %p\n", this); } in DX() function
/aosp_15_r20/art/test/182-method-linking/src/pkg2/
H A DDX.java21 public class DX extends CX { class
/aosp_15_r20/external/rust/android-crates-io/crates/criterion/src/stats/univariate/kde/
Dkernel.rs51 const DX: $ty = 1e-3; constant
Dmod.rs110 const DX: $ty = 1e-3; constant
/aosp_15_r20/external/skia/gm/
H A Ddropshadowimagefilter.cpp108 SkScalar DX = r.width() + MARGIN; variable
H A Dimagefilterscropped.cpp154 SkScalar DX = r.width() + MARGIN; in onDraw() local
H A Dimagefiltersbase.cpp182 SkScalar DX = r.width() + MARGIN; in onDraw() local
H A Dimagemakewithfilter.cpp297 SkScalar DX = mainImage->width() + MARGIN; in onDraw() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/metal/
H A DMetalConvParams.h41 int64_t DX; // dilation x (width) member
/aosp_15_r20/external/libyuv/unit_test/
H A Dscale_uv_test.cc94 #define DX(x, nom, denom) static_cast<int>((Abs(x) / nom) * nom) macro
H A Dscale_rgb_test.cc121 #define DX(x, nom, denom) static_cast<int>((Abs(x) / nom) * nom) macro
H A Dscale_plane_test.cc237 #define DX(x, nom, denom) static_cast<int>(((Abs(x) / nom + 1) / 2) * nom * 2) macro
H A Dscale_argb_test.cc238 #define DX(x, nom, denom) static_cast<int>((Abs(x) / nom) * nom) macro
H A Dscale_test.cc849 #define DX(x, nom, denom) static_cast<int>(((Abs(x) / nom + 1) / 2) * nom * 2) macro
/aosp_15_r20/prebuilts/go/linux-x86/src/debug/macho/
Dmacho.go286 DX uint32 member
306 DX uint64 member
/aosp_15_r20/external/skia/src/base/
H A DSkBezierCurves.cpp170 SkBezierCubic::Intersect(double AX, double BX, double CX, double DX, in Intersect()
/aosp_15_r20/external/skia/tools/viewer/
H A DSBIXSlide.cpp38 constexpr SkScalar DX = 100; variable
H A D3DSlide.cpp236 DX = 400, enumerator
H A DPatchSlide.cpp202 static constexpr SkScalar DX = 20; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCCodeEmitter.cpp221 unsigned DX = (MO.getImm() >> 3) & 0x3F; in getMemRIHashEncoding() local
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Ddwmapi.h186 DOUBLE DX; member
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
Dinst.go178 DX const
/aosp_15_r20/external/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h489 DX = 11, enumerator

123