Lines Matching full:fpop
167 stack.fpop();
229 stack.push(stack.fpop().add(stack.fpop()));
245 stack.push(stack.fpop().subtractFrom(stack.fpop()));
261 stack.push(stack.fpop().multiply(stack.fpop()));
299 stack.push(stack.fpop().divideOf(stack.fpop()));
337 stack.push(stack.fpop().remainderOf(stack.fpop()));
353 stack.push(stack.fpop().negate());
433 stack.push(stack.fpop().convertToInteger());
437 stack.push(stack.fpop().convertToLong());
441 stack.push(stack.fpop().convertToDouble());
477 FloatValue floatValue1 = stack.fpop();
478 FloatValue floatValue2 = stack.fpop();
483 stack.push(stack.fpop().compareReverse(stack.fpop()));
507 invocationUnit.exitMethod(clazz, method, stack.fpop());
701 variables.store(variableIndex, stack.fpop());