Searched refs:is_neg (Results 1 – 2 of 2) sorted by relevance
111 static char* _xtoa(unsigned long v,char *string, int r, int is_neg) in _xtoa() argument122 if (is_neg) { in _xtoa()
591 int is_neg; in ec_wNAF_mul() local594 is_neg = digit < 0; in ec_wNAF_mul()596 if (is_neg) { in ec_wNAF_mul()600 if (is_neg != r_is_inverted) { in ec_wNAF_mul()