Home
last modified time | relevance | path

Searched defs:binop (Results 1 – 25 of 53) sorted by relevance

123

/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/
Dissue9604b.go84 type binop struct { struct
85 name string
86 eval func(x, y *big.Int) *big.Int
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_replace_boolean_constant_with_constant_binary.cpp31 bool float_binop_evaluates_to(T lhs, T rhs, spv::Op binop, in float_binop_evaluates_to()
65 bool signed_int_binop_evaluates_to(T lhs, T rhs, spv::Op binop, in signed_int_binop_evaluates_to()
89 bool unsigned_int_binop_evaluates_to(T lhs, T rhs, spv::Op binop, in unsigned_int_binop_evaluates_to()
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/fuzz/
H A Dtransformation_replace_boolean_constant_with_constant_binary.cpp31 bool float_binop_evaluates_to(T lhs, T rhs, spv::Op binop, in float_binop_evaluates_to()
65 bool signed_int_binop_evaluates_to(T lhs, T rhs, spv::Op binop, in signed_int_binop_evaluates_to()
89 bool unsigned_int_binop_evaluates_to(T lhs, T rhs, spv::Op binop, in unsigned_int_binop_evaluates_to()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_replace_boolean_constant_with_constant_binary.cpp31 bool float_binop_evaluates_to(T lhs, T rhs, spv::Op binop, in float_binop_evaluates_to()
65 bool signed_int_binop_evaluates_to(T lhs, T rhs, spv::Op binop, in signed_int_binop_evaluates_to()
89 bool unsigned_int_binop_evaluates_to(T lhs, T rhs, spv::Op binop, in unsigned_int_binop_evaluates_to()
/aosp_15_r20/external/pytorch/aten/src/ATen/cuda/
H A DScanUtils.cuh15 __device__ void inclusiveBinaryPrefixScan(T* smem, bool in, T* out, BinaryFunction binop) { in inclusiveBinaryPrefixScan()
64 __device__ void exclusiveBinaryPrefixScan(T* smem, bool in, T* out, T* carry, BinaryFunction binop)… in exclusiveBinaryPrefixScan()
/aosp_15_r20/external/trusty/musl/src/locale/
Dpleval.c67 static int binop(struct st *st, int op, unsigned long left) in binop() function
/aosp_15_r20/external/musl/src/locale/
H A Dpleval.c67 static int binop(struct st *st, int op, unsigned long left) in binop() function
/aosp_15_r20/art/compiler/optimizing/
H A Dinstruction_simplifier_shared.cc127 HBinaryOperation* binop = use->AsBinaryOperation(); in TryCombineMultiplyAccumulate() local
H A Dinstruction_simplifier.cc201 bool InstructionSimplifierVisitor::TryMoveNegOnInputsAfterBinop(HBinaryOperation* binop) { in TryMoveNegOnInputsAfterBinop()
308 HInstruction* binop = mul->GetUses().front().GetUser(); in TryCombineVecMultiplyAccumulate() local
3565 static HBinaryOperation* AsAddOrSub(HInstruction* binop) { in AsAddOrSub()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DTensorModeKernel.cuh46 __device__ void inclusivePrefixScan(T* smem, BinaryOp binop) { in inclusivePrefixScan()
/aosp_15_r20/external/mesa3d/src/amd/llvm/
H A Dac_llvm_helper.cpp320 AtomicRMWInst::BinOp binop; local
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp82 if (const BinaryOperator *binop = dyn_cast<BinaryOperator>(e)) { in CheckMallocArgument() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/skrifa-0.15.5/src/outline/glyf/hint/
H A Dvalue_stack.rs314 fn binop() { in binop() function
/aosp_15_r20/external/mesa3d/src/freedreno/ir3/
H A Dir3_lower_subgroups.c77 binop(struct ir3_block *block, opc_t opc, struct ir3_register *dst, in binop() function
/aosp_15_r20/external/python/cpython3/Modules/clinic/
Ditertoolsmodule.c.h521 PyObject *binop = Py_None; in itertools_accumulate() local
/aosp_15_r20/external/mesa3d/src/microsoft/compiler/
H A Ddxil_dump.c451 dump_instr_binop(struct dxil_dumper *d, struct dxil_instr_binop *binop) in dump_instr_binop()
H A Ddxil_internal.h240 struct dxil_instr_binop binop; member
/aosp_15_r20/external/python/cpython2/Demo/parser/
Dunparse.py440 binop = { "Add":"+", "Sub":"-", "Mult":"*", "Div":"/", "Mod":"%", variable in Unparser
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_opcodes.py564 def binop(name, ty, alg_props, const_expr, description = ""): function
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/preprocessor/
H A DPp.cpp385 } binop[] = { variable
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/
DPp.cpp383 } binop[] = { variable
/aosp_15_r20/external/starlark-go/internal/compile/
H A Dcompile.go1592 func (fcomp *fcomp) binop(pos syntax.Position, op syntax.Token) { func
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/ir/
H A Dmlir_hlo_builder.cc549 XlaOp MlirHloBuilder::BinaryOpNoBroadcast(HloOpcode binop, const Shape& shape, in BinaryOpNoBroadcast()
/aosp_15_r20/external/python/cpython3/Modules/
Ditertoolsmodule.c3609 PyObject *binop; member
3625 PyObject *binop, PyObject *initial) in itertools_accumulate_impl()
/aosp_15_r20/external/libchrome/third_party/jinja2/
H A Dcompiler.py1471 def binop(operator, interceptable=True): member in CodeGenerator

123