Home
last modified time | relevance | path

Searched defs:operand (Results 1 – 25 of 1274) sorted by relevance

12345678910>>...51

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/icl/include/boost/icl/concept/
Dinterval_associator.hpp304 operator += (Type& object, const OperandT& operand) in operator +=()
319 operator += (Type& object, const OperandT& operand) in operator +=()
339 operator + (Type object, const OperandT& operand) in operator +()
348 operator + (const Type& object, const OperandT& operand) in operator +()
356 operator + (Type&& object, const OperandT& operand) in operator +()
373 operator + (const OperandT& operand, Type object) in operator +()
382 operator + (const OperandT& operand, const Type& object) in operator +()
390 operator + (const OperandT& operand, Type&& object) in operator +()
407 operator + (Type object, const Type& operand) in operator +()
416 operator + (const Type& object, const Type& operand) in operator +()
[all …]
Delement_associator.hpp171 operator += (Type& object, const typename Type::value_type& operand) in operator +=()
178 operator + (Type object, const typename Type::value_type& operand) in operator +()
185 operator + (const typename Type::value_type& operand, Type object) in operator +()
192 operator += (Type& object, const Type& operand) in operator +=()
206 operator + (Type object, const Type& operand) in operator +()
214 operator |= (Type& object, const typename Type::value_type& operand) in operator |=()
221 operator | (Type object, const typename Type::value_type& operand) in operator |()
228 operator | (const typename Type::value_type& operand, Type object) in operator |()
235 operator |= (Type& object, const Type& operand) in operator |=()
242 operator | (Type object, const Type& operand) in operator |()
[all …]
Delement_map.hpp141 subtract(Type& object, const typename Type::element_type& operand) in subtract()
161 operator -= (Type& object, const typename Type::set_type& operand) in operator -=()
195 set_at(Type& object, const typename Type::element_type& operand) in set_at()
218 const typename Type::element_type& operand) in add_intersection()
225 add_intersection(Type& section, const Type& object, const Type& operand) in add_intersection()
237 operator &=(Type& object, const typename Type::element_type& operand) in operator &=()
245 operator &=(Type& object, const typename Type::element_type& operand) in operator &=()
255 operator & (Type object, const typename Type::element_type& operand) in operator &()
262 operator & (const typename Type::element_type& operand, Type object) in operator &()
270 operator &=(Type& object, const Type& operand) in operator &=()
[all …]
Dinterval_map.hpp147 add(Type& object, const typename Type::segment_type& operand) in add()
154 add(Type& object, const typename Type::element_type& operand) in add()
165 const typename Type::segment_type& operand) in add()
178 insert(Type& object, const typename Type::segment_type& operand) in insert()
185 insert(Type& object, const typename Type::element_type& operand) in insert()
196 const typename Type::segment_type& operand) in insert()
210 erase(Type& object, const typename Type::interval_type& operand) in erase()
217 erase(Type& object, const typename Type::domain_type& operand) in erase()
228 erase(Type& object, const typename Type::segment_type& operand) in erase()
235 erase(Type& object, const typename Type::element_type& operand) in erase()
[all …]
Dinterval_set.hpp69 add(Type& object, const typename Type::segment_type& operand) in add()
76 add(Type& object, const typename Type::element_type& operand) in add()
88 const typename Type::segment_type& operand) in add()
101 insert(Type& object, const typename Type::segment_type& operand) in insert()
108 insert(Type& object, const typename Type::element_type& operand) in insert()
119 const typename Type::segment_type& operand) in insert()
132 subtract(Type& object, const typename Type::segment_type& operand) in subtract()
139 subtract(Type& object, const typename Type::element_type& operand) in subtract()
174 const typename Type::element_type& operand) in add_intersection()
217 flip(Type& object, const typename Type::element_type& operand) in flip()
[all …]
Delement_set.hpp29 add(Type& object, const typename Type::value_type& operand) in add()
40 const typename Type::value_type& operand) in add()
52 subtract(Type& object, const typename Type::value_type& operand) in subtract()
64 intersects(const Type& object, const typename Type::key_type& operand) in intersects()
71 intersects(const Type& object, const Type& operand) in intersects()
84 flip(Type& object, const typename Type::value_type& operand) in flip()
96 operator ^= (Type& object, const typename Type::element_type& operand) in operator ^=()
105 operator ^= (Type& object, const Type& operand) in operator ^=()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dgather_operation_test.cc32 void RunTest(const std::string& hlo_text, Literal* operand, in RunTest()
61 Literal operand = in XLA_TEST_F() local
83 Literal operand = in XLA_TEST_F() local
106 Literal operand = in XLA_TEST_F() local
127 Literal operand = in XLA_TEST_F() local
148 Literal operand = in XLA_TEST_F() local
170 Literal operand = in XLA_TEST_F() local
192 Literal operand = in XLA_TEST_F() local
215 Literal operand = in XLA_TEST_F() local
238 Literal operand = in XLA_TEST_F() local
[all …]
H A Dscatter_test.cc27 void RunTest(const std::string& hlo_text, Literal* operand, in RunTest()
62 Literal operand = in XLA_TEST_F() local
94 Literal operand = in XLA_TEST_F() local
123 Literal operand = in XLA_TEST_F() local
190 Literal operand = in XLA_TEST_F() local
220 Literal operand = in XLA_TEST_F() local
251 Literal operand = in XLA_TEST_F() local
281 Literal operand = in XLA_TEST_F() local
311 Literal operand = LiteralUtil::CreateR2<float>( in XLA_TEST_F() local
341 Literal operand = in XLA_TEST_F() local
[all …]
H A Dselect_and_scatter_test.cc78 auto operand = ConstantFromArray(&builder_, o); in XLA_TEST_P() local
219 const auto operand = ConstantR1<float>(&builder_, {}); in XLA_TEST_F() local
229 const auto operand = in XLA_TEST_F() local
241 const auto operand = ConstantR1<int32_t>(&builder_, {-1, 0, 6, 4, -4, 10}); in XLA_TEST_F() local
252 const auto operand = ConstantR1<int32_t>(&builder_, {1, 9, 3, 7, 5, 6}); in XLA_TEST_F() local
263 const auto operand = in XLA_TEST_F() local
276 const auto operand = ConstantR2<float>( in XLA_TEST_F() local
290 const auto operand = ConstantR2<int32_t>( in XLA_TEST_F() local
304 const auto operand = in XLA_TEST_F() local
316 const auto operand = in XLA_TEST_F() local
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/
H A Dxla_builder.cc102 XlaOp XlaBuilderFriend::BuildAddDependency(XlaBuilder* builder, XlaOp operand, in BuildAddDependency()
129 XlaOp XlaBuilderFriend::BuildBitcast(XlaBuilder* builder, XlaOp operand, in BuildBitcast()
139 XlaOp XlaBuilderFriend::BuildDomain(XlaBuilder* builder, XlaOp operand, in BuildDomain()
235 for (XlaOp operand : operands) { in GetOperandShapes() local
614 const Shape& shape, XlaOp operand, in InDimBroadcast()
628 XlaOp operand) { in AddBroadcastSequence()
679 XlaOp XlaBuilder::UnaryOp(HloOpcode unop, XlaOp operand) { in UnaryOp()
932 XlaOp XlaBuilder::Broadcast(XlaOp operand, in Broadcast()
957 XlaOp operand, const absl::Span<const int64_t> out_dim_size, in BroadcastInDim()
1006 StatusOr<XlaOp> XlaBuilder::ReshapeInternal(const Shape& shape, XlaOp operand, in ReshapeInternal()
[all …]
/aosp_15_r20/external/vixl/src/aarch32/
H A Dassembler-aarch32.h1883 void adc(Register rd, Register rn, const Operand& operand) { in adc()
1886 void adc(Condition cond, Register rd, Register rn, const Operand& operand) { in adc()
1892 const Operand& operand) { in adc()
1901 void adcs(Register rd, Register rn, const Operand& operand) { in adcs()
1904 void adcs(Condition cond, Register rd, Register rn, const Operand& operand) { in adcs()
1910 const Operand& operand) { in adcs()
1919 void add(Register rd, Register rn, const Operand& operand) { in add()
1922 void add(Condition cond, Register rd, Register rn, const Operand& operand) { in add()
1928 const Operand& operand) { in add()
1933 void add(Register rd, const Operand& operand) { add(al, rd, operand); } in add()
[all …]
H A Dmacro-assembler-aarch32.h510 bool AliasesAvailableScratchRegister(const Operand& operand) { in AliasesAvailableScratchRegister()
517 bool AliasesAvailableScratchRegister(const NeonOperand& operand) { in AliasesAvailableScratchRegister()
547 bool AliasesAvailableScratchRegister(const MemOperand& operand) { in AliasesAvailableScratchRegister()
992 void Adc(Condition cond, Register rd, Register rn, const Operand& operand) { in Adc()
1006 void Adc(Register rd, Register rn, const Operand& operand) { in Adc()
1013 const Operand& operand) { in Adc()
1036 const Operand& operand) { in Adc()
1040 void Adcs(Condition cond, Register rd, Register rn, const Operand& operand) { in Adcs()
1050 void Adcs(Register rd, Register rn, const Operand& operand) { in Adcs()
1054 void Add(Condition cond, Register rd, Register rn, const Operand& operand) { in Add()
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/
Dexpr.go75 func (check *Checker) op(m opPredicates, x *operand, op token.Token) bool {
128 func (check *Checker) unary(x *operand, e *ast.UnaryExpr) {
360 func (check *Checker) implicitTypeAndValue(x *operand, target Type) (Type, constant.Value, Code) {
455 func (check *Checker) comparison(x, y *operand, op token.Token, switchCase bool) {
616 func (check *Checker) shift(x, y *operand, e ast.Expr, op token.Token) {
782 func (check *Checker) binary(x *operand, e ast.Expr, lhs, rhs ast.Expr, op token.Token, opPos token…
878 func (check *Checker) matchTypes(x, y *operand) {
971 func (check *Checker) rawExpr(T *target, x *operand, e ast.Expr, hint Type, allowGeneric bool) expr…
995 func (check *Checker) nonGeneric(T *target, x *operand) {
1053 func (check *Checker) exprInternal(T *target, x *operand, e ast.Expr, hint Type) exprKind {
[all …]
Doperand.go59 type operand struct { struct
60 mode operandMode
61 expr ast.Expr
62 typ Type
63 val constant.Value
64 id builtinId
69 func (x *operand) Pos() token.Pos {
113 func operandString(x *operand, qf Qualifier) string {
214 func (x *operand) String() string {
219 func (x *operand) setConst(k token.Token, lit string) {
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/
Dexpr.go74 func (check *Checker) op(m opPredicates, x *operand, op syntax.Operator) bool {
141 func (check *Checker) unary(x *operand, e *syntax.Operation) {
396 func (check *Checker) implicitTypeAndValue(x *operand, target Type) (Type, constant.Value, Code) {
477 func (check *Checker) comparison(x, y *operand, op syntax.Operator, switchCase bool) {
638 func (check *Checker) shift(x, y *operand, e syntax.Expr, op syntax.Operator) {
800 func (check *Checker) binary(x *operand, e syntax.Expr, lhs, rhs syntax.Expr, op syntax.Operator) {
893 func (check *Checker) matchTypes(x, y *operand) {
986 func (check *Checker) rawExpr(T *target, x *operand, e syntax.Expr, hint Type, allowGeneric bool) e…
1010 func (check *Checker) nonGeneric(T *target, x *operand) {
1068 func (check *Checker) exprInternal(T *target, x *operand, e syntax.Expr, hint Type) exprKind {
[all …]
Doperand.go55 type operand struct { struct
56 mode operandMode
57 expr syntax.Expr
58 typ Type
59 val constant.Value
60 id builtinId
65 func (x *operand) Pos() syntax.Pos {
109 func operandString(x *operand, qf Qualifier) string {
210 func (x *operand) String() string {
215 func (x *operand) setConst(k syntax.LitKind, lit string) {
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/variant/include/boost/variant/
Dvariant.hpp445 void internal_visit(boost::detail::variant::backup_holder<T>& operand, long) const in internal_visit()
451 void internal_visit(const boost::detail::variant::backup_holder<T>& operand, long) const in internal_visit() argument
457 void internal_visit(const T& operand, int) const in internal_visit() argument
487 void internal_visit(boost::detail::variant::backup_holder<T>& operand, long) const in internal_visit()
493 …void internal_visit(T& operand, int) const BOOST_NOEXCEPT_IF(BOOST_NOEXCEPT_EXPR(T(boost::declval<… in internal_visit()
1019 …ble_if_c<MoveSemantics && is_same<T, T>::value, result_type>::type internal_visit(T&& operand, int) in internal_visit()
1026 …ble_if_c<MoveSemantics && is_same<T, T>::value, result_type>::type internal_visit(T&& operand, int) in internal_visit()
1052 result_type internal_visit(boost::recursive_wrapper<T>& operand, long) in internal_visit()
1058 result_type internal_visit(const boost::recursive_wrapper<T>& operand, long) in internal_visit()
1064 result_type internal_visit(boost::detail::reference_content<T>& operand, long) in internal_visit()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_creation_utils.cc46 HloInstruction* operand, in MakeUnaryHlo()
86 StatusOr<HloInstruction*> MakePadHlo(HloInstruction* operand, in MakePadHlo()
102 StatusOr<HloInstruction*> MakeSliceHlo(HloInstruction* operand, in MakeSliceHlo()
139 HloInstruction* operand, absl::Span<const int64_t> dimensions) { in MakeTransposeHlo()
148 HloInstruction* operand) { in MakeReshapeHlo()
155 HloInstruction* operand) { in MakeReshapeHlo()
162 HloInstruction* operand, absl::Span<HloInstruction* const> start_indices, in MakeDynamicSliceHlo()
179 HloInstruction* operand, HloInstruction* start_indices, in MakeDynamicSliceHlo()
208 HloInstruction* operand, HloInstruction* update, in MakeDynamicUpdateSliceHlo()
237 HloInstruction* MakeBroadcastHlo(HloInstruction* operand, in MakeBroadcastHlo()
[all …]
H A Ddynamic_padder_test.cc583 Literal operand = in XLA_TEST_F() local
647 Literal operand = LiteralUtil::CreateR3<int32_t>({{{0, 0, 0}, {0, 0, 0}}}); in XLA_TEST_F() local
687 Literal operand = LiteralUtil::CreateR2<float>( in XLA_TEST_F() local
755 Literal operand = in XLA_TEST_F() local
793 Literal operand = LiteralUtil::CreateR2<int32_t>({{1, 2}, {4, 5}}); in XLA_TEST_F() local
844 Literal operand = LiteralUtil::CreateR1<int32_t>({1, 2, 3, 4, 5}); in XLA_TEST_F() local
967 Literal operand = LiteralUtil::CreateR1<int32_t>({1, 2, 3, 4, 5}); in XLA_TEST_F() local
1001 Literal operand = LiteralUtil::CreateR4<int32_t>( in XLA_TEST_F() local
1027 Literal operand = LiteralUtil::CreateR1<int32_t>({0, 1, 2, 3, 4}); in XLA_TEST_F() local
1061 Literal operand = in XLA_TEST_F() local
[all …]
/aosp_15_r20/external/elfutils/lib/
H A Dstdatomic-fbsd.h275 #define atomic_fetch_add_explicit(object, operand, order) \ argument
277 #define atomic_fetch_and_explicit(object, operand, order) \ argument
279 #define atomic_fetch_or_explicit(object, operand, order) \ argument
281 #define atomic_fetch_sub_explicit(object, operand, order) \ argument
283 #define atomic_fetch_xor_explicit(object, operand, order) \ argument
300 #define atomic_fetch_add_explicit(object, operand, order) \ argument
302 #define atomic_fetch_and_explicit(object, operand, order) \ argument
304 #define atomic_fetch_or_explicit(object, operand, order) \ argument
306 #define atomic_fetch_sub_explicit(object, operand, order) \ argument
308 #define atomic_fetch_xor_explicit(object, operand, order) \ argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
Dstdatomic.h377 #define atomic_fetch_add_explicit(object, operand, order) \ argument
379 #define atomic_fetch_and_explicit(object, operand, order) \ argument
381 #define atomic_fetch_or_explicit(object, operand, order) \ argument
383 #define atomic_fetch_sub_explicit(object, operand, order) \ argument
385 #define atomic_fetch_xor_explicit(object, operand, order) \ argument
402 #define atomic_fetch_add_explicit(object, operand, order) \ argument
404 #define atomic_fetch_and_explicit(object, operand, order) \ argument
406 #define atomic_fetch_or_explicit(object, operand, order) \ argument
408 #define atomic_fetch_sub_explicit(object, operand, order) \ argument
410 #define atomic_fetch_xor_explicit(object, operand, order) \ argument
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure3/
Dast.hpp64 struct operand : struct
73 operand() : base_type() {} in operand() argument
74 operand(primary_expr const& val) : base_type(val) {} in operand() function
75 operand(unary_expr const& val) : base_type(val) {} in operand() function
76 operand(function_call const& val) : base_type(val) {} in operand() function
77 operand(operand const& rhs) in operand() argument
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/analysis/differentiation/
H A DDSCompiler.java846 final double[] operand, final int operandOffset, in pow()
886 public void pow(final double[] operand, final int operandOffset, final double p, in pow()
918 public void pow(final double[] operand, final int operandOffset, final int n, in pow()
991 public void rootN(final double[] operand, final int operandOffset, final int n, in rootN()
1028 public void exp(final double[] operand, final int operandOffset, in exp()
1048 public void expm1(final double[] operand, final int operandOffset, in expm1()
1069 public void log(final double[] operand, final int operandOffset, in log()
1096 public void log1p(final double[] operand, final int operandOffset, in log1p()
1123 public void log10(final double[] operand, final int operandOffset, in log10()
1151 public void cos(final double[] operand, final int operandOffset, in cos()
[all …]
/aosp_15_r20/hardware/interfaces/neuralnetworks/1.0/vts/functional/
H A DValidateModel.cpp127 static void becomeConstantCopy(Model* model, Operand* operand) { in becomeConstantCopy()
170 size_t sizeForBinder(const Operand& operand) { in sizeForBinder()
308 for (size_t operand = 0; operand < model.operands.size(); ++operand) { in mutateOperandTypeTest() local
338 for (size_t operand = 0; operand < model.operands.size(); ++operand) { in mutateOperandRankTest() local
367 for (size_t operand = 0; operand < model.operands.size(); ++operand) { in mutateOperandScaleTest() local
395 for (size_t operand = 0; operand < model.operands.size(); ++operand) { in mutateOperandZeroPointTest() local
412 const Operand& operand) { in getInvalidLifeTimes()
459 for (size_t operand = 0; operand < model.operands.size(); ++operand) { in mutateOperandLifeTimeTest() local
506 const Operand& operand) { in getInputOutputLifeTime()
544 for (size_t operand = 0; operand < model.operands.size(); ++operand) { in mutateOperandInputOutputTest() local
[all …]
/aosp_15_r20/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/mutable/
H A DMutableByte.java182 public void add(final byte operand) { in add()
193 public void add(final Number operand) { in add()
203 public void subtract(final byte operand) { in subtract()
214 public void subtract(final Number operand) { in subtract()
226 public byte addAndGet(final byte operand) { in addAndGet()
240 public byte addAndGet(final Number operand) { in addAndGet()
253 public byte getAndAdd(final byte operand) { in getAndAdd()
268 public byte getAndAdd(final Number operand) { in getAndAdd()

12345678910>>...51