Home | History | Annotate | Download | only in compiler

Lines Matching defs:Amount

53 	float Amount;
119 float amount;
156 amount = rc_get_constant_value(count_inst->C,
167 count_inst->Amount += amount;
174 count_inst->Amount -= amount;
232 count_inst.Amount = 0.0f;
272 if(count_inst.Amount == 0.0f){
275 DBG("Counter is increased by %f each iteration.\n", count_inst.Amount);
289 count_inst.Amount);
295 count_inst.Amount) + 1;