Lines Matching refs:operand
611 LispObj *operand;
613 operand = EVAL(delta);
615 sub_number_object(&num, operand);
784 LispObj *integers, *integer, *operand;
798 operand = CAR(integers);
799 gcd_real_object(&real, operand);
846 LispObj *operand;
848 operand = EVAL(delta);
850 add_number_object(&num, operand);
943 LispObj *integers, *operand;
950 operand = CAR(integers);
952 CHECK_INTEGER(operand);
953 set_real_object(&real, operand);
960 operand = CAR(integers);
968 gcd_real_object(&gcd, operand);
971 mul_real_object(&real, operand);