Home
last modified time | relevance | path

Searched defs:rop (Results 1 – 25 of 35) sorted by relevance

12

/external/dexmaker/dexmaker/src/main/java/com/android/dx/
DBinaryOp.java43 Rop rop(TypeList types) { in ADD() method
51 Rop rop(TypeList types) { in SUBTRACT() method
59 Rop rop(TypeList types) { in MULTIPLY() method
67 Rop rop(TypeList types) { in DIVIDE() method
75 Rop rop(TypeList types) { in REMAINDER() method
83 Rop rop(TypeList types) { in AND() method
91 Rop rop(TypeList types) { in OR() method
99 Rop rop(TypeList types) { in XOR() method
107 Rop rop(TypeList types) { in SHIFT_LEFT() method
115 Rop rop(TypeList types) { in SHIFT_RIGHT() method
[all …]
DComparison.java31 Rop rop(TypeList types) { in LT() method
39 Rop rop(TypeList types) { in LE() method
47 Rop rop(TypeList types) { in EQ() method
55 Rop rop(TypeList types) { in GE() method
63 Rop rop(TypeList types) { in GT() method
71 Rop rop(TypeList types) { in NE() method
76 abstract Rop rop(TypeList types); in rop() method in Comparison
DUnaryOp.java30 Rop rop(TypeId<?> type) { in NOT() method
38 Rop rop(TypeId<?> type) { in NEGATE() method
43 abstract Rop rop(TypeId<?> type); in rop() method in UnaryOp
DCode.java491 Rop rop = value == null in loadConstantInternal() local
529 Rop rop = op.rop(StdTypeList.make(a.type.ropType, b.type.ropType)); in op() local
549 Rop rop = comparison.rop(StdTypeList.make(a.type.ropType, b.type.ropType)); in compare() local
561 Rop rop = comparison.rop(StdTypeList.make(a.type.ropType)); in compareZ() local
574 Rop rop; in compareFloatingPoint() local
714 private <D, R> void invoke(Rop rop, MethodId<D, R> method, Local<? super R> target, in invoke()
861 Rop rop = afterNonInvokeThrowingInsn in moveResult() local
/external/pytorch/aten/src/ATen/native/sparse/cuda/
DSparseCsrTensorMath.cu417 ReductionOp rop in reduce_sparse_csr_dim0_cuda_kernel()
433 Tensor reduce_sparse_csr_dim0_cuda_template(const Tensor& sparse, ReductionOp rop) { in reduce_sparse_csr_dim0_cuda_template()
545 ReductionOp rop in reduce_sparse_csr_dim1_cuda_kernel()
562 Tensor reduce_sparse_csr_dim1_cuda_template(const Tensor& sparse, ReductionOp rop) { in reduce_sparse_csr_dim1_cuda_template()
627 Tensor reduce_sparse_csr_dim01_cuda_template(const Tensor& sparse, ReductionOp rop) { in reduce_sparse_csr_dim01_cuda_template()
655 …reduce_sparse_csr_cuda_template(const Tensor& sparse, std::vector<int64_t> dims, ReductionOp rop) { in reduce_sparse_csr_cuda_template()
673 …e_csr_cuda_template(const Tensor& sparse, IntArrayRef dims_to_sum, bool keepdim, ReductionOp rop) { in reduce_sparse_csr_cuda_template()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_blend.c44 unsigned rop = PIPE_LOGICOP_COPY; in fd2_blend_state_create() local
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_blend.c44 enum a3xx_rop_code rop = ROP_COPY; in fd3_blend_state_create() local
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_blend.c43 enum a3xx_rop_code rop = ROP_COPY; in fd4_blend_state_create() local
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_blend.c44 enum a3xx_rop_code rop = ROP_COPY; in fd5_blend_state_create() local
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/
Ddevice_target.cc107 auto rop = llvm::dyn_cast<quantfork::QuantizeRegionOp>(op); in DecomposeMultiplyAccumulateScale() local
150 auto rop = llvm::dyn_cast<quantfork::QuantizeRegionOp>(op); in DecomposeSameScale() local
/external/mesa3d/src/glx/
Dindirect_texture_compression.c80 const GLvoid * data, CARD32 rop) in CompressedTexImage1D2D()
141 const GLvoid * data, CARD32 rop) in CompressedTexSubImage1D2D()
/external/mesa3d/src/gallium/frontends/wgl/
Dstw_gdishim.c72 …ed int SrcWidth, unsigned int SrcHeight, void* lpBits, void* lpbmi, unsigned int iUsage, DWORD rop) in StretchDIBits()
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_blend.cc50 enum a3xx_rop_code rop = ROP_COPY; in __fd6_setup_blend_variant() local
/external/pytorch/aten/src/ATen/native/sparse/
DSparseCsrTensorMath.cpp1020 Tensor reduce_sparse_csr_dim0_cpu_template(const Tensor& sparse, ReductionOp rop) { in reduce_sparse_csr_dim0_cpu_template()
1106 Tensor reduce_sparse_csr_dim1_cpu_template(const Tensor& sparse, ReductionOp rop) { in reduce_sparse_csr_dim1_cpu_template()
1222 Tensor reduce_sparse_csr_dim01_cpu_template(const Tensor& sparse, ReductionOp rop) { in reduce_sparse_csr_dim01_cpu_template()
1278 … reduce_sparse_csr_cpu_template(const Tensor& sparse, std::vector<int64_t> dims, ReductionOp rop) { in reduce_sparse_csr_cpu_template()
1296 …se_csr_cpu_template(const Tensor& sparse, IntArrayRef dims_to_sum, bool keepdim, ReductionOp rop) { in reduce_sparse_csr_cpu_template()
/external/mesa3d/src/mapi/glapi/gen/
Dgl_API.dtd77 <!ATTLIST glx rop NMTOKEN #IMPLIED attribute
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/
DTokenRewriteStream.java468 ReplaceOp rop = (ReplaceOp)rewrites.get(i); in reduceToSingleOperationPerIndex() local
535 ReplaceOp rop = prevReplaces.get(j); in reduceToSingleOperationPerIndex() local
/external/mesa3d/src/mesa/main/tests/
Dmesa_formats.cpp105 #define HAS_PROP(rop,gop,bop,aop,lop,iop) \ in TEST_F() argument
/external/pytorch/torch/csrc/distributed/c10d/
DTypes.hpp106 ReduceOp rop; in makeNCCLPreMulSum() local
/external/v4l-utils/include/linux/
Dfb.h349 __u32 rop; member
383 __u16 rop; /* bitop operation */ member
/external/kernel-headers/original/uapi/linux/
Dfb.h351 __u32 rop; member
385 __u16 rop; /* bitop operation */ member
/external/mesa3d/src/gallium/drivers/r300/
Dr300_state.c330 uint32_t rop = 0; /* R300_RB3D_ROPCNTL: 0x4e18 */ in r300_create_blend_state() local
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga_reg.h697 uint32 rop; member
802 uint32 rop; member
/external/mesa3d/src/freedreno/vulkan/
Dtu_pipeline.cc2977 enum a3xx_rop_code rop = tu6_rop((VkLogicOp)cb->logic_op); in tu6_emit_blend() local
/external/pytorch/torch/_refs/
D__init__.py5720 def rop( function
/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h16518 __u32 rop; member
16541 __u16 rop; member
16713 __u32 rop; member

12