Lines Matching defs:operand

59  * @param a  The first operand.
60 * @param b The second operand.
359 * @param a The first operand and out array.
360 * @param b The second operand.
383 * @param a The first operand and out array.
384 * @param b The second operand.
1016 * operand and return the integer operand as a BcBigDig.
1017 * @param a The first operand.
1018 * @param b The second operand.
1019 * @param c The result operand.
1020 * @return The second operand as a hardware integer.
1045 * of negative second operand. This is a BcNumBinOp function.
1046 * @param a The first operand.
1047 * @param b The second operand.
1109 // longer than the bigger of the operand arrays.
1141 // elements of the operand with higher rdx value.
1145 // The left operand has BcDig values that need to be copied,
1154 // The right operand has BcDig values that need to be copied
1185 // operand above, the actual add or subtract can be performed as if the rdx
1239 * @param a The first operand.
1240 * @param b The second operand.
1314 * @param n An in/out parameter; the first operand and return parameter.
1315 * @param a The second operand.
1475 * @param a The first operand.
1476 * @param b The second operand.
1514 BcNum* operand;
1521 operand = b;
1526 operand = a;
1529 bc_num_mulArray(operand, dig, c);
1666 * @param a The first operand.
1667 * @param b The second operand.
1686 * @param a The first operand.
1687 * @param b The second operand.
1872 * @param a The first operand.
1873 * @param b The second operand.
1915 // operand copy to be as big as the result because of the way the division
1986 * @param a The first operand.
1987 * @param b The second operand.
2054 * @param a The first operand.
2055 * @param b The second operand.
2090 * @param a The first operand.
2091 * @param b The second operand.
2212 * @param a The first operand.
2213 * @param b The second operand.
2276 * @param a The first operand.
2277 * @param b The second operand.
4215 // The power of the operand is needed for the estimate.