Home
last modified time | relevance | path

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

12345678

/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/
Dmodel.js39 var defaults = {operator: operator, operand: this.operand}; property
44 return this.operand ? this.set_({operand: null}) : property
49 return (length > 1) ? this.set_({operand: this.operand.slice(0, -1)}) : property
50 this.operand ? this.set_({operand: null}) : property
54 return (initial === '-') ? this.set_({operand: this.operand.slice(1)}) : property
55 (initial !== '0') ? this.set_({operand: '-' + this.operand}) : property
61 return operand.match(/^0[0-9]/) ? this.set_({operand: operand[1]}) : property
62 (!duplicate && !overflow) ? this.set_({operand: operand}) : property
74 this.defaults = {operator: null, operand: null}; property
101 Model.prototype.calculate_ = function(operator, operand) { argument
[all …]
Dcontroller.js78 this.view.clearDisplay({operand: '0'}); property
80 this.view.addResults({accumulator: accumulator, operand: accumulator}); property
84 } else if (!this.updateValues_({operator: operator, operand: operand})) { property
85 this.view.addValues({operator: operator, operand: operand}); property
99 operand: this.getUpdatedValue_(before, after, 'operand', !before.operator) property
/external/vixl/src/a64/
Dmacro-assembler-a64.cc51 const Operand& operand) { in And()
59 const Operand& operand) { in Ands()
66 const Operand& operand) { in Tst()
74 const Operand& operand) { in Bic()
82 const Operand& operand) { in Bics()
90 const Operand& operand) { in Orr()
98 const Operand& operand) { in Orn()
106 const Operand& operand) { in Eor()
114 const Operand& operand) { in Eon()
122 const Operand& operand, in LogicalMacro()
[all …]
Dassembler-a64.cc546 const Operand& operand) { in add()
553 const Operand& operand) { in adds()
559 const Operand& operand) { in cmn()
567 const Operand& operand) { in sub()
574 const Operand& operand) { in subs()
579 void Assembler::cmp(const Register& rn, const Operand& operand) { in cmp()
585 void Assembler::neg(const Register& rd, const Operand& operand) { in neg()
591 void Assembler::negs(const Register& rd, const Operand& operand) { in negs()
599 const Operand& operand) { in adc()
606 const Operand& operand) { in adcs()
[all …]
/external/chromium_org/v8/src/compiler/
Dinstruction-selector-unittest.h125 bool IsDouble(const InstructionOperand* operand) const { in IsDouble()
132 bool IsInteger(const InstructionOperand* operand) const { in IsInteger()
139 bool IsReference(const InstructionOperand* operand) const { in IsReference()
146 int32_t ToInt32(const InstructionOperand* operand) const { in ToInt32()
150 int64_t ToInt64(const InstructionOperand* operand) const { in ToInt64()
154 int ToVreg(const InstructionOperand* operand) const { in ToVreg()
170 Constant ToConstant(const InstructionOperand* operand) const { in ToConstant()
Dcode-generator-impl.h95 Constant ToConstant(InstructionOperand* operand) { in ToConstant()
102 double ToDouble(InstructionOperand* operand) { in ToDouble()
106 Handle<HeapObject> ToHeapObject(InstructionOperand* operand) { in ToHeapObject()
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
DIntInsnNode.java46 public int operand; field in IntInsnNode
55 public IntInsnNode(final int opcode, final int operand) { in IntInsnNode()
/external/mesa3d/src/glsl/
Dir_builder.h39 operand(ir_rvalue *val) in operand() function
44 operand(ir_variable *var) in operand() function
/external/chromium_org/third_party/mesa/src/src/glsl/
Dir_builder.h39 operand(ir_rvalue *val) in operand() function
44 operand(ir_variable *var) in operand() function
/external/chromium_org/v8/src/arm64/
Ddelayed-masm-arm64.cc68 void DelayedMasm::StoreConstant(uint64_t value, const MemOperand& operand) { in StoreConstant()
100 void DelayedMasm::Load(const CPURegister& rd, const MemOperand& operand) { in Load()
135 void DelayedMasm::Store(const CPURegister& rd, const MemOperand& operand) { in Store()
Dmacro-assembler-arm64-inl.h48 const Operand& operand) { in And()
57 const Operand& operand) { in Ands()
65 const Operand& operand) { in Tst()
73 const Operand& operand) { in Bic()
82 const Operand& operand) { in Bics()
91 const Operand& operand) { in Orr()
100 const Operand& operand) { in Orn()
109 const Operand& operand) { in Eor()
118 const Operand& operand) { in Eon()
126 const Operand& operand, in Ccmp()
[all …]
Dassembler-arm64.cc1086 const Operand& operand) { in add()
1093 const Operand& operand) { in adds()
1099 const Operand& operand) { in cmn()
1107 const Operand& operand) { in sub()
1114 const Operand& operand) { in subs()
1119 void Assembler::cmp(const Register& rn, const Operand& operand) { in cmp()
1125 void Assembler::neg(const Register& rd, const Operand& operand) { in neg()
1131 void Assembler::negs(const Register& rd, const Operand& operand) { in negs()
1139 const Operand& operand) { in adc()
1146 const Operand& operand) { in adcs()
[all …]
Ddelayed-masm-arm64-inl.h24 const Operand& operand, in Mov()
/external/srec/srec/cfront/
Dlog_tabl.c84 int log_lookup(log_table_info *logtab, int operand, int shift) in log_lookup()
118 int integer_square_root(int operand) in integer_square_root()
/external/chromium_org/sdch/open-vcdiff/src/
Drolling_hash.h43 static inline uint32_t ModBase(uint32_t operand) { in ModBase()
52 static inline uint32_t FindModBaseInverse(uint32_t operand) { in FindModBaseInverse()
/external/skia/src/animator/
DSkOpArray.cpp16 bool SkOpArray::getIndex(int index, SkOperand2* operand) { in getIndex()
DSkAnimator.cpp229 int index, SkOperand* operand) { in getArrayCommon()
238 SkOperand operand; in getArrayInt() local
255 SkOperand operand; in getArrayScalar() local
272 SkOperand operand; in getArrayString() local
315 SkOperand operand; in getInt() local
341 SkOperand operand; in getScalar() local
571 SkOperand operand; in setInt() local
596 SkOperand operand; in setScalar() local
/external/chromium_org/third_party/skia/src/animator/
DSkOpArray.cpp16 bool SkOpArray::getIndex(int index, SkOperand2* operand) { in getIndex()
DSkAnimator.cpp229 int index, SkOperand* operand) { in getArrayCommon()
238 SkOperand operand; in getArrayInt() local
255 SkOperand operand; in getArrayScalar() local
272 SkOperand operand; in getArrayString() local
315 SkOperand operand; in getInt() local
341 SkOperand operand; in getScalar() local
571 SkOperand operand; in setInt() local
596 SkOperand operand; in setScalar() local
/external/chromium_org/v8/src/
Dhydrogen-uint32-analysis.cc126 HValue* operand = phi->OperandAt(j); in CheckPhiOperands() local
150 HValue* operand = phi->OperandAt(j); in UnmarkPhi() local
Dhydrogen-escape-analysis.cc91 HValue* operand = old_state->OperandAt(index); in NewStateForLoopHeader() local
105 HValue* operand = old_state->OperandAt(index); in NewStateCopy() local
271 HValue* operand = state->OperandAt(index); in AnalyzeDataFlow() local
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv04_state_frag.c53 GLenum *operand; member
118 get_input_mapping(struct combiner_state *rc, int operand, int flags) in get_input_mapping()
135 int operand = rc->operand[arg]; in get_input_arg() local
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
Dnv04_state_frag.c53 GLenum *operand; member
118 get_input_mapping(struct combiner_state *rc, int operand, int flags) in get_input_mapping()
135 int operand = rc->operand[arg]; in get_input_arg() local
/external/libpcap/
Dbpf_image.c62 char operand[64]; local
/external/hamcrest/library/src/org/hamcrest/number/
DIsCloseTo.java36 public static Matcher<Double> closeTo(double operand, double error) { in closeTo()

12345678