Searched defs:operand (Results 151 - 175 of 294) sorted by relevance

1234567891011>>

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DPluralRules.java500 * Returns the value corresponding to the specified operand (n, i, f, t, v, or w).
501 * If the operand is 'n', returns a double; otherwise, returns an integer.
507 public double getPluralOperand(Operand operand); argument
800 public double getPluralOperand(Operand operand) { argument
801 switch(operand) {
1292 Operand operand;
1294 operand = FixedDecimal.getOperand(t);
1399 new RangeConstraint(mod, inRange, operand, integersOnly, lowBound, highBound, vals);
1547 private final Operand operand; field in class:PluralRules.RangeConstraint
1549 RangeConstraint(int mod, boolean inRange, Operand operand, boolea argument
[all...]
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp155 UnaryExprAST(char opcode, ExprAST *operand) argument
156 : Opcode(opcode), Operand(operand) {}
H A Dtoy.cpp162 UnaryExprAST(char opcode, ExprAST *operand) argument
163 : Opcode(opcode), Operand(operand) {}
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp181 UnaryExprAST(char opcode, ExprAST *operand) argument
182 : Opcode(opcode), Operand(operand) {}
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp139 UnaryExprAST(char opcode, ExprAST *operand) argument
140 : Opcode(opcode), Operand(operand) {}
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp140 UnaryExprAST(char opcode, ExprAST *operand) argument
141 : Opcode(opcode), Operand(operand) {}
H A Dtoy.cpp141 UnaryExprAST(char opcode, ExprAST *operand) argument
142 : Opcode(opcode), Operand(operand) {}
/external/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp1362 int64_t operand; local
1380 operand = ((inst & 0x1f0) >> 4) << 3;
1381 HexagonMCInstrInfo::addConstant(*MI, operand, getContext());
1385 operand = getRegFromSubinstEncoding(inst & 0xf);
1386 Op = MCOperand::createReg(operand);
1388 operand = getRegFromSubinstEncoding((inst & 0xf0) >> 4);
1389 Op = MCOperand::createReg(operand);
1391 operand = (inst & 0xf00) >> 6;
1392 HexagonMCInstrInfo::addConstant(*MI, operand, getContext());
1396 operand
[all...]
/external/mesa3d/src/gallium/drivers/ilo/shader/
H A Dtoy_compiler_disasm.c957 const struct disasm_operand *operand,
960 switch (operand->file) {
962 switch (operand->reg & 0xf0) {
985 const struct disasm_operand *operand)
987 if (operand->file == GEN6_FILE_IMM) {
988 switch (operand->type) {
1002 switch (operand->type) {
1357 const struct disasm_operand *operand)
1359 return (operand->file == GEN6_FILE_ARF && operand
956 disasm_inst_file(const struct disasm_inst *inst, const struct disasm_operand *operand, bool *multi_regs) argument
984 disasm_inst_type(const struct disasm_inst *inst, const struct disasm_operand *operand) argument
1356 disasm_inst_is_null(const struct disasm_inst *inst, const struct disasm_operand *operand) argument
1363 disasm_inst_type_size(const struct disasm_inst *inst, const struct disasm_operand *operand) argument
1479 disasm_printer_add_operand(struct disasm_printer *printer, const struct disasm_inst *inst, const struct disasm_operand *operand) argument
[all...]
/external/mesa3d/src/mesa/main/
H A Dff_fragment_shader.cpp152 static GLuint translate_operand( GLenum operand )
154 switch (operand) {
595 GLuint operand)
601 switch (operand) {
592 emit_combine_source(texenv_fragment_program *p, GLuint unit, GLuint source, GLuint operand) argument
/external/mesa3d/src/mesa/program/
H A Dir_to_mesa.cpp895 printf("Failed to get tree for expression operand:\n");
972 unsigned int operand; local
1000 for (operand = 0; operand < ir->get_num_operands(); operand++) {
1002 ir->operands[operand]->accept(this);
1004 printf("Failed to get tree for expression operand:\n");
1005 ir->operands[operand]->print();
1009 op[operand] = this->result;
1014 assert(!ir->operands[operand]
[all...]
/external/python/cpython2/Include/
H A DPython-ast.h209 expr_ty operand; member in struct:_expr::__anon19188::__anon19191
456 expr_ty _Py_UnaryOp(unaryop_ty op, expr_ty operand, int lineno, int col_offset,
/external/selinux/libsepol/cil/src/
H A Dcil_policy.c355 static size_t __cil_cons_leaf_operand_len(struct cil_db *db, struct cil_list_item *operand) argument
358 enum cil_flavor flavor = operand->flavor;
364 struct cil_tree_node *node = NODE(operand->data);
366 len = __cil_userattribute_len(db, operand->data);
369 len = strlen(DATUM(operand->data)->fqn);
373 cil_list_for_each(i1, (struct cil_list *)operand->data) {
374 struct cil_tree_node *node = NODE(operand->data);
376 len = __cil_userattribute_len(db, operand->data);
378 len += strlen(DATUM(operand->data)->fqn);
470 static char *__cil_cons_leaf_operand_to_string(struct cil_db *db, struct cil_list_item *operand, cha argument
[all...]
/external/skia/src/pathops/
H A DSkOpSegment.cpp114 if (this->operand()) {
129 if (operand()) {
345 if (baseSegment->operand()) {
374 if (baseSegment->operand()) {
571 if (operand()) {
889 if (this->operand() == other->operand()) {
901 if (this->operand() == other->operand()) {
1432 bool SkOpSegment::operand() cons function in class:SkOpSegment
[all...]
/external/skqp/src/pathops/
H A DSkOpSegment.cpp114 if (this->operand()) {
129 if (operand()) {
345 if (baseSegment->operand()) {
374 if (baseSegment->operand()) {
571 if (operand()) {
889 if (this->operand() == other->operand()) {
901 if (this->operand() == other->operand()) {
1432 bool SkOpSegment::operand() cons function in class:SkOpSegment
[all...]
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp137 UnaryExprAST(char opcode, ExprAST *operand) argument
138 : Opcode(opcode), Operand(operand) {}
/external/swiftshader/third_party/subzero/src/
H A DIceAssemblerX86BaseImpl.h338 // operand to 64-bit.
357 // operand to 64-bit.
772 assert(false && "Unexpected padds operand type");
790 assert(false && "Unexpected padds operand type");
807 assert(false && "Unexpected paddus operand type");
825 assert(false && "Unexpected paddus operand type");
1085 assert(false && "Unexpected psubs operand type");
1103 assert(false && "Unexpected psubs operand type");
1119 assert(false && "Unexpected psubus operand type");
1137 assert(false && "Unexpected psubus operand typ
3866 emitOperand(int rm, const Operand &operand, RelocOffsetT Addend) argument
3925 emitComplexI8(int rm, const Operand &operand, const Immediate &immediate) argument
3943 emitComplex(Type Ty, int rm, const Operand &operand, const Immediate &immediate) argument
4017 emitGenericShift(int rm, Type Ty, const Operand &operand, GPRRegister shifter) argument
[all...]
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dalgebraic_simplifier.cc49 // Returns whether operand is a literal with the given value.
50 bool IsLiteralWithValue(const HloInstruction* operand, int8 value) { argument
51 return operand->opcode() == HloOpcode::kConstant &&
52 operand->literal().IsAll(value);
59 if (op->opcode() == HloOpcode::kBroadcast && IsAll(op->operand(0), value)) {
66 // identical to its operand and thus may be replaced with a bitcast.
69 const HloInstruction* operand = transpose->operand(0); local
70 return ShapeUtil::TransposeIsBitcast(operand->shape(), transpose->shape(),
75 // identical to its operand an
84 const HloInstruction* operand = reshape->operand(0); local
1002 auto operand = log->mutable_operand(0); local
1023 auto operand = get_tuple_element->mutable_operand(0); local
1080 OutputIsPermutationOfOperandElements(HloInstruction* instruction, HloInstruction* operand) argument
1096 OutputIsSubsetOfOperandElements(HloInstruction* instruction, HloInstruction* operand) argument
1118 auto operand = broadcast->mutable_operand(0); local
1229 auto operand = real->mutable_operand(0); local
1238 auto operand = imag->mutable_operand(0); local
1422 HloInstruction* operand = reshape_or_broadcast->mutable_operand(0); local
1496 auto operand = reshape->mutable_operand(0); local
1575 auto operand = dynamic_slice->mutable_operand(0); local
1702 auto operand = reduce_window->mutable_operand(0); local
1828 auto operand = transpose->mutable_operand(0); local
1988 TransformToClampIfSameShape( HloInstruction* root, HloInstruction* min, HloInstruction* min_operand, HloInstruction* operand, HloInstruction* max, HloInstruction* max_operand) argument
2015 HloInstruction* operand; local
2046 HloInstruction* operand; local
[all...]
H A Dalgebraic_simplifier_test.cc384 computation->root_instruction()->operand(1)->operand(1);
807 EXPECT_TRUE(ShapeUtil::IsScalar(root->operand(0)->shape()));
808 EXPECT_EQ(root->operand(0)->literal().GetFirstElement<float>(), 1);
876 EXPECT_EQ(root->operand(0)->opcode(), HloOpcode::kBroadcast);
877 EXPECT_EQ(root->operand(0)->operand(0)->literal().GetFirstElement<float>(),
1725 has_negative_padding(computation->root_instruction()->operand(0)));
1904 root->operand(0)->opcode() == HloOpcode::kDot) {
1905 auto lhs_shape = root->operand(
2234 HloInstruction* operand = local
[all...]
H A Dshape_inference.cc304 HloOpcode opcode, const HloInstruction* operand) {
307 return operand->shape();
310 return InferUnaryOpShape(OpcodeToUnaryOperation(opcode), operand->shape());
315 TF_RETURN_IF_ERROR(ExpectNotTupleOrOpaque(arg, "operand of unary operation"));
402 ExpectNotTupleOrOpaque(*shape, "operand of concatenation"));
539 "The rank of the operand and the padding configuration do not match: "
796 "size of broadcast_dimensions has to match lower-rank operand's "
798 " lower-rank operand's rank is %lld, size of broadcast_dimensions is "
804 // the rank of the lower-rank operand. The lower-rank operand'
303 InferUnaryOpShape( HloOpcode opcode, const HloInstruction* operand) argument
2275 InferBroadcastShape( const Shape& operand, tensorflow::gtl::ArraySlice<int64> broadcast_sizes) argument
2293 InferReshapeShape( const Shape& operand, tensorflow::gtl::ArraySlice<int64> dimensions, tensorflow::gtl::ArraySlice<int64> new_sizes) argument
2326 InferTransposeShape( const Shape& operand, tensorflow::gtl::ArraySlice<int64> dimensions) argument
2347 InferClampShape( const Shape& min, const Shape& operand, const Shape& max) argument
[all...]
H A Duser_computation.cc232 // Check if the operand of the instruction is valid.
233 TF_RETURN_IF_ERROR(LookUpRequest(send_request.operand()).status());
273 TF_ASSIGN_OR_RETURN(const OperationRequest* operand,
274 LookUpRequest(pad_request.operand()));
280 operand->output_shape(),
352 TF_ASSIGN_OR_RETURN(const OperationRequest* operand,
353 LookUpRequest(get_tuple_element_request.operand()));
354 if (!ShapeUtil::IsTuple(operand->output_shape())) {
357 ShapeUtil::HumanString(operand->output_shape()).c_str());
360 operand
2852 ImplicitBroadcastToExplicitBroadcast( HloInstruction* operand, const Shape& output_shape) argument
2907 HloInstruction* operand = local
2916 HloInstruction* operand = lookup_instruction(slice_request.operand()); local
2928 HloInstruction* operand = local
2942 HloInstruction* operand = local
2960 HloInstruction* operand = lookup_instruction(handle); local
2981 HloInstruction* operand = lookup_instruction(fft_request.operand()); local
3000 HloInstruction* operand = local
3017 HloInstruction* operand = lookup_instruction(outfeed_request.operand()); local
3027 HloInstruction* operand = lookup_instruction(handle); local
3042 HloInstruction* operand = lookup_instruction(reduce_request.operand()); local
3059 HloInstruction* operand = local
3077 HloInstruction* operand = local
3102 HloInstruction* operand = local
3119 HloInstruction* operand = local
3142 HloInstruction* operand = local
3162 HloInstruction* operand = lookup_instruction(broadcast_request.operand()); local
3185 HloInstruction* operand = lookup_instruction(reshape_request.operand()); local
3204 HloInstruction* operand = lookup_instruction(transpose_request.operand()); local
3216 HloInstruction* operand = lookup_instruction(reverse_request.operand()); local
3225 HloInstruction* operand = lookup_instruction(pad_request.operand()); local
3254 HloInstruction* operand = lookup_instruction(convert_request.operand()); local
3263 HloInstruction* operand = lookup_instruction(convert_request.operand()); local
3347 HloInstruction* operand = lookup_instruction(handle); local
3404 HloInstruction* operand = lookup_instruction(unary_op_request.operand()); local
3476 HloInstruction* operand = local
3487 HloInstruction* operand = lookup_instruction(trace_request.operand()); local
3496 HloInstruction* operand = lookup_instruction(send_request.operand()); local
[all...]
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dir_emitter.cc159 ir_builder_.CreateBitCast(GetEmittedValueFor(bitcast->operand(0)),
212 return EmitMemcpy(*(copy->operand(0)), *copy);
301 // A tuple is an array of pointers, one for each operand. Each pointer points
302 // to the output buffer of its corresponding operand. A GetTupleElement
305 auto operand = get_tuple_element->operand(0); local
309 GetEmittedValueFor(operand), &ir_builder_, module_);
314 auto pred = select->operand(0);
315 auto on_true = select->operand(1);
316 auto on_false = select->operand(
457 HloInstruction* operand = outfeed->operands()[0]; local
515 auto operand = reduce_window->operand(0); local
616 const auto operand = select_and_scatter->operand(0); local
[all...]
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dir_emitter_unnested.cc109 // If `hlo` is a Transpose, returns its operand; otherwise returns `hlo` itself.
112 return hlo.operand(0);
199 // 2. `hlo`'s only operand is a kConstant instruction.
200 // 3. `hlo` and its operand have the same shape (thus the same layout too).
204 hlo.operand(0)->opcode() == HloOpcode::kConstant &&
205 ShapeUtil::Equal(hlo.operand(0)->shape(), hlo.shape()) &&
215 // 2. `hlo` and its operand have the same shape (thus the same layout too).
216 // 3. The operand to `hlo` has a buffer assignment (constants do not, for
219 ShapeUtil::Equal(hlo.operand(0)->shape(), hlo.shape()) &&
221 GetKnownAtRuntimeSlice(hlo.operand(
1734 const auto* operand = select_and_scatter->operand(0); local
2170 const HloInstruction* operand = inst->operand(0); local
2183 const HloInstruction* operand = inst->operand(0); local
2256 const HloInstruction* operand = inst->operand(0); local
[all...]
/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Darithmetic_optimizer.cc713 const NodeDef* operand = node_map_->GetNode(bitcast->input(0)); local
714 if (operand->op() == bitcast->op()) {
716 bitcast->set_input(0, operand->input(0));
717 SetSourceDataType(GetSourceDataType(*operand), bitcast);
719 operand->input(0));
775 // `scale` is the scalar multiplier, and `other` is the other operand.
776 // TODO(jingyue): handle the case where `scale` is 0-th operand.
1082 // Update `consumer`'s use of `node` to `input`'s operand.
/external/v8/src/arm64/
H A Dmacro-assembler-arm64-inl.h48 const Operand& operand) {
51 LogicalMacro(rd, rn, operand, AND);
57 const Operand& operand) {
60 LogicalMacro(rd, rn, operand, ANDS);
65 const Operand& operand) {
67 LogicalMacro(AppropriateZeroRegFor(rn), rn, operand, ANDS); local
73 const Operand& operand) {
76 LogicalMacro(rd, rn, operand, BIC);
82 const Operand& operand) {
85 LogicalMacro(rd, rn, operand, BIC
46 And(const Register& rd, const Register& rn, const Operand& operand) argument
55 Ands(const Register& rd, const Register& rn, const Operand& operand) argument
64 Tst(const Register& rn, const Operand& operand) argument
71 Bic(const Register& rd, const Register& rn, const Operand& operand) argument
80 Bics(const Register& rd, const Register& rn, const Operand& operand) argument
89 Orr(const Register& rd, const Register& rn, const Operand& operand) argument
98 Orn(const Register& rd, const Register& rn, const Operand& operand) argument
107 Eor(const Register& rd, const Register& rn, const Operand& operand) argument
116 Eon(const Register& rd, const Register& rn, const Operand& operand) argument
125 Ccmp(const Register& rn, const Operand& operand, StatusFlags nzcv, Condition cond) argument
138 Ccmn(const Register& rn, const Operand& operand, StatusFlags nzcv, Condition cond) argument
151 Add(const Register& rd, const Register& rn, const Operand& operand) argument
163 Adds(const Register& rd, const Register& rn, const Operand& operand) argument
176 Sub(const Register& rd, const Register& rn, const Operand& operand) argument
189 Subs(const Register& rd, const Register& rn, const Operand& operand) argument
202 Cmn(const Register& rn, const Operand& operand) argument
204 Adds(AppropriateZeroRegFor(rn), rn, operand); local
208 Cmp(const Register& rn, const Operand& operand) argument
210 Subs(AppropriateZeroRegFor(rn), rn, operand); local
214 Neg(const Register& rd, const Operand& operand) argument
226 Negs(const Register& rd, const Operand& operand) argument
233 Adc(const Register& rd, const Register& rn, const Operand& operand) argument
242 Adcs(const Register& rd, const Register& rn, const Operand& operand) argument
251 Sbc(const Register& rd, const Register& rn, const Operand& operand) argument
260 Sbcs(const Register& rd, const Register& rn, const Operand& operand) argument
269 Ngc(const Register& rd, const Operand& operand) argument
278 Ngcs(const Register& rd, const Operand& operand) argument
[all...]

Completed in 707 milliseconds

1234567891011>>