Home | History | Annotate | Download | only in ragel

Lines Matching refs:constantValue

85         long constantValue = 0;
108 constantValue = ((WideLiteralInstruction)instructions.get(p)).getWideLiteral();
114 constantValue = ((WideLiteralInstruction)instructions.get(p)).getWideLiteral();
181 accessorType = getIncrementType(mathOp, mathType, constantValue, putRegister, returnRegister);
185 accessorType = getIncrementType(mathOp, mathType, constantValue, putRegister, returnRegister);
210 private static int getIncrementType(int mathOp, int mathType, long constantValue, int putRegister,
219 if (constantValue == 1) {
221 } else if (constantValue == -1) {
229 float val = Float.intBitsToFloat((int)constantValue);
240 double val = Double.longBitsToDouble(constantValue);