/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/ |
D | issue9604b.go | 84 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 D | transformation_replace_boolean_constant_with_constant_binary.cpp | 31 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 D | transformation_replace_boolean_constant_with_constant_binary.cpp | 31 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/ |
D | transformation_replace_boolean_constant_with_constant_binary.cpp | 31 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 D | ScanUtils.cuh | 15 __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/ |
D | pleval.c | 67 static int binop(struct st *st, int op, unsigned long left) in binop() function
|
/aosp_15_r20/external/musl/src/locale/ |
H A D | pleval.c | 67 static int binop(struct st *st, int op, unsigned long left) in binop() function
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | instruction_simplifier_shared.cc | 127 HBinaryOperation* binop = use->AsBinaryOperation(); in TryCombineMultiplyAccumulate() local
|
H A D | instruction_simplifier.cc | 201 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 D | TensorModeKernel.cuh | 46 __device__ void inclusivePrefixScan(T* smem, BinaryOp binop) { in inclusivePrefixScan()
|
/aosp_15_r20/external/mesa3d/src/amd/llvm/ |
H A D | ac_llvm_helper.cpp | 320 AtomicRMWInst::BinOp binop; local
|
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Checkers/ |
H A D | MallocOverflowSecurityChecker.cpp | 82 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 D | value_stack.rs | 314 fn binop() { in binop() function
|
/aosp_15_r20/external/mesa3d/src/freedreno/ir3/ |
H A D | ir3_lower_subgroups.c | 77 binop(struct ir3_block *block, opc_t opc, struct ir3_register *dst, in binop() function
|
/aosp_15_r20/external/python/cpython3/Modules/clinic/ |
D | itertoolsmodule.c.h | 521 PyObject *binop = Py_None; in itertools_accumulate() local
|
/aosp_15_r20/external/mesa3d/src/microsoft/compiler/ |
H A D | dxil_dump.c | 451 dump_instr_binop(struct dxil_dumper *d, struct dxil_instr_binop *binop) in dump_instr_binop()
|
H A D | dxil_internal.h | 240 struct dxil_instr_binop binop; member
|
/aosp_15_r20/external/python/cpython2/Demo/parser/ |
D | unparse.py | 440 binop = { "Add":"+", "Sub":"-", "Mult":"*", "Div":"/", "Mod":"%", variable in Unparser
|
/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_opcodes.py | 564 def binop(name, ty, alg_props, const_expr, description = ""): function
|
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/preprocessor/ |
H A D | Pp.cpp | 385 } binop[] = { variable
|
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/ |
D | Pp.cpp | 383 } binop[] = { variable
|
/aosp_15_r20/external/starlark-go/internal/compile/ |
H A D | compile.go | 1592 func (fcomp *fcomp) binop(pos syntax.Position, op syntax.Token) { func
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/ir/ |
H A D | mlir_hlo_builder.cc | 549 XlaOp MlirHloBuilder::BinaryOpNoBroadcast(HloOpcode binop, const Shape& shape, in BinaryOpNoBroadcast()
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | itertoolsmodule.c | 3609 PyObject *binop; member 3625 PyObject *binop, PyObject *initial) in itertools_accumulate_impl()
|
/aosp_15_r20/external/libchrome/third_party/jinja2/ |
H A D | compiler.py | 1471 def binop(operator, interceptable=True): member in CodeGenerator
|