Lines Matching defs:digit
142 * significant bit), and recodes them into a signed digit for use in fast point
155 * shown to be the basis of various signed-digit representations that do have
182 * (a signed-digit encoding independently discovered by various researchers
193 * signed bits into a signed digit:
197 * The sign-alternating property implies that the resulting digit values are
202 * to the wNAF): a direct computation obtains the recoded digit from the
206 * recoded digit to *sign (0 for positive, 1 for negative) and *digit (absolute
209 * to compute the least significant recoded digit, given that there's no bit
214 unsigned char *digit, unsigned char in)
225 *digit = d;