Searched refs:operand (Results 1 - 25 of 253) sorted by relevance

1234567891011

/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dir_builder.h35 * operand(ir_variable *var) constructor behind your back.
37 class operand { class in namespace:ir_builder
39 operand(ir_rvalue *val) function in class:ir_builder::operand
44 operand(ir_variable *var) function in class:ir_builder::operand
55 * \sa operand
83 ir_assignment *assign(deref lhs, operand rhs);
84 ir_assignment *assign(deref lhs, operand rhs, int writemask);
86 ir_expression *expr(ir_expression_operation op, operand a);
87 ir_expression *expr(ir_expression_operation op, operand a, operand
[all...]
H A Dir_builder.cpp49 assign(deref lhs, operand rhs, int writemask)
61 assign(deref lhs, operand rhs)
67 swizzle(operand a, int swizzle, int components)
80 swizzle_for_size(operand a, int components)
95 swizzle_xxxx(operand a)
101 swizzle_yyyy(operand a)
107 swizzle_zzzz(operand a)
113 swizzle_wwww(operand a)
119 swizzle_x(operand a)
125 swizzle_y(operand
[all...]
/external/mesa3d/src/glsl/
H A Dir_builder.h35 * operand(ir_variable *var) constructor behind your back.
37 class operand { class in namespace:ir_builder
39 operand(ir_rvalue *val) function in class:ir_builder::operand
44 operand(ir_variable *var) function in class:ir_builder::operand
55 * \sa operand
83 ir_assignment *assign(deref lhs, operand rhs);
84 ir_assignment *assign(deref lhs, operand rhs, int writemask);
86 ir_expression *expr(ir_expression_operation op, operand a);
87 ir_expression *expr(ir_expression_operation op, operand a, operand
[all...]
H A Dir_builder.cpp49 assign(deref lhs, operand rhs, int writemask)
61 assign(deref lhs, operand rhs)
67 swizzle(operand a, int swizzle, int components)
80 swizzle_for_size(operand a, int components)
95 swizzle_xxxx(operand a)
101 swizzle_yyyy(operand a)
107 swizzle_zzzz(operand a)
113 swizzle_wwww(operand a)
119 swizzle_x(operand a)
125 swizzle_y(operand
[all...]
/external/chromium_org/third_party/skia/src/animator/
H A DSkScriptRuntime.cpp63 SkOperand2 operand[2]; // 1=accumulator and 2=operand local
72 operand[0].fArray = new SkOpArray(SkOperand2::kNoType /*fReturnType*/);
75 index = operand[1].fS32;
76 if (index >= operand[0].fArray->count()) {
80 operand[0] = operand[0].fArray->begin()[index];
83 *operand[0].fArray->append() = operand[1];
94 if (callBackFunction->invoke(ref, operand[
[all...]
H A DSkOpArray.cpp16 bool SkOpArray::getIndex(int index, SkOperand2* operand) { argument
21 *operand = begin()[index];
H A DSkTypedArray.h20 bool getIndex(int index, SkOperand* operand);
/external/skia/src/animator/
H A DSkScriptRuntime.cpp63 SkOperand2 operand[2]; // 1=accumulator and 2=operand local
72 operand[0].fArray = new SkOpArray(SkOperand2::kNoType /*fReturnType*/);
75 index = operand[1].fS32;
76 if (index >= operand[0].fArray->count()) {
80 operand[0] = operand[0].fArray->begin()[index];
83 *operand[0].fArray->append() = operand[1];
94 if (callBackFunction->invoke(ref, operand[
[all...]
H A DSkOpArray.cpp16 bool SkOpArray::getIndex(int index, SkOperand2* operand) { argument
21 *operand = begin()[index];
H A DSkTypedArray.h20 bool getIndex(int index, SkOperand* operand);
/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/
H A Dmodel.js13 * returning an object with 'accumulator', 'operator', and 'operand' properties
24 // For operations, ignore the last operator if no operand was entered,
26 // operator. In either case, clear the operand and the defaults.
27 var operator = this.operand && this.operator;
28 var result = this.calculate_(operator, this.operand);
34 // clear the operator and operand and return a transient state with a '='
37 var operand = this.operator ? this.operand : this.defaults.operand;
38 var result = this.calculate_(operator, operand);
[all...]
H A Dcontroller.js78 var values, accumulator, operator, operand;
83 operand = values.operand;
85 this.view.clearDisplay({operand: '0'});
87 this.view.addResults({accumulator: accumulator, operand: accumulator});
91 } else if (!this.updateValues_({operator: operator, operand: operand})) {
92 this.view.addValues({operator: operator, operand: operand});
106 operand
[all...]
/external/srec/srec/include/
H A Dlog_tabl.h40 int log_lookup(log_table_info *logtab, int operand, int shift);
41 int inv_log_lookup(log_table_info *logtab, int operand);
43 int integer_square_root(int operand);
/external/llvm/test/MC/SystemZ/
H A Dinsn-bad-z196.s5 #CHECK: error: invalid operand
7 #CHECK: error: invalid operand
9 #CHECK: error: invalid operand
16 #CHECK: error: invalid operand
18 #CHECK: error: invalid operand
20 #CHECK: error: invalid operand
27 #CHECK: error: invalid operand
29 #CHECK: error: invalid operand
31 #CHECK: error: invalid operand
33 #CHECK: error: invalid operand
[all...]
H A Dinsn-bad.s5 #CHECK: error: invalid operand
7 #CHECK: error: invalid operand
13 #CHECK: error: invalid operand
15 #CHECK: error: invalid operand
21 #CHECK: error: invalid operand
23 #CHECK: error: invalid operand
29 #CHECK: error: invalid operand
31 #CHECK: error: invalid operand
37 #CHECK: error: invalid operand
39 #CHECK: error: invalid operand
[all...]
H A Dregs-bad.s6 #CHECK: error: invalid operand for instruction
8 #CHECK: error: invalid operand for instruction
10 #CHECK: error: invalid operand for instruction
12 #CHECK: error: invalid operand for instruction
14 #CHECK: error: invalid operand for instruction
16 #CHECK: error: invalid operand for instruction
28 #CHECK: error: invalid operand for instruction
30 #CHECK: error: invalid operand for instruction
32 #CHECK: error: invalid operand for instruction
34 #CHECK: error: invalid operand fo
[all...]
/external/srec/srec/cfront/
H A Dlog_tabl.c84 int log_lookup(log_table_info *logtab, int operand, int shift) argument
89 if (operand <= 0)
90 operand = 1;
91 while ((operand & logtab->mask))
93 operand >>= 1;
96 if (operand >= logtab->size)
99 operand = (operand + 1) >> 1;
102 log_report("tab: %d %d -> %d\n", operand, shift,
103 (int)((shift) *(logtab->shift) + logtab->table[operand]));
118 integer_square_root(int operand) argument
[all...]
/external/llvm/test/MC/PowerPC/
H A Dppc64-errors.s7 # CHECK: error: invalid operand for instruction
17 # CHECK: error: invalid operand for instruction
21 # CHECK: error: invalid operand for instruction
27 # CHECK: error: invalid operand for instruction
31 # CHECK: error: invalid operand for instruction
37 # CHECK: error: invalid operand for instruction
41 # CHECK: error: invalid operand for instruction
47 # CHECK: error: invalid operand for instruction
50 # CHECK: error: invalid operand for instruction
63 # CHECK: error: invalid operand fo
[all...]
/external/llvm/test/MC/ARM/
H A Dinvalid-hint-thumb.s7 @ CHECK: error: immediate operand must be in the range [0,4]
8 @ CHECK: error: immediate operand must be in the range [0,4]
9 @ CHECK: error: immediate operand must be in the range [0,4]
H A Dinvalid-hint-arm.s6 @ CHECK: error: immediate operand must be in the range [0,4]
7 @ CHECK: error: immediate operand must be in the range [0,4]
/external/chromium_org/v8/src/
H A Dhydrogen-uint32-analysis.cc122 HValue* operand = phi->OperandAt(j); local
123 if (!operand->CheckFlag(HInstruction::kUint32)) {
125 if (operand->IsInteger32Constant() &&
126 operand->GetInteger32Constant() >= 0) {
127 operand->SetFlag(HInstruction::kUint32);
140 // Remove kUint32 flag from the phi itself and its operands. If any operand
146 HValue* operand = phi->OperandAt(j); local
147 if (operand->CheckFlag(HInstruction::kUint32)) {
148 operand->ClearFlag(HInstruction::kUint32);
149 if (operand
[all...]
H A Dhydrogen-deoptimizing-mark.cc85 HValue* operand = instr->OperandAt(j); local
86 // Insert an HDummyUse for each operand, unless the operand
89 if (operand->IsDummyUse()) {
90 if (operand->block() == instr->block() &&
92 last_dummy = HInstruction::cast(operand);
96 if (operand->IsControlInstruction()) {
102 HDummyUse* dummy = new(graph()->zone()) HDummyUse(operand);
/external/chromium_org/v8/src/ia32/
H A Dlithium-gap-resolver-ia32.h64 // Report the count of uses of operand as a source in a not-yet-performed
66 int CountSourceUses(LOperand* operand);
75 // Ensure that the given operand is not spilled.
76 void EnsureRestored(LOperand* operand);
/external/v8/src/ia32/
H A Dlithium-gap-resolver-ia32.h64 // Report the count of uses of operand as a source in a not-yet-performed
66 int CountSourceUses(LOperand* operand);
75 // Ensure that the given operand is not spilled.
76 void EnsureRestored(LOperand* operand);
/external/chromium/sdch/open-vcdiff/src/
H A Drolling_hash.h41 // Returns operand % kBase, assuming that kBase is a power of two.
42 static inline uint32_t ModBase(uint32_t operand) { argument
43 return operand & (kBase - 1);
46 // Given an unsigned integer "operand", returns an unsigned integer "result"
50 // ModBase(operand + result) == 0
51 static inline uint32_t FindModBaseInverse(uint32_t operand) { argument
52 // The subtraction (0 - operand) produces an unsigned underflow for any
53 // operand except 0. The underflow results in a (very large) unsigned
58 // The C++ mod operation (operand % kBase) may produce different results for
59 // different compilers if operand i
[all...]

Completed in 513 milliseconds

1234567891011