Searched refs:is_neg (Results 1 - 2 of 2) sorted by relevance

/external/embunit/src/
H A DstdImpl.c111 static char* _xtoa(unsigned long v,char *string, int r, int is_neg) argument
122 if (is_neg) {
/external/boringssl/src/crypto/ec/
H A Dwnaf.c591 int is_neg; local
594 is_neg = digit < 0;
596 if (is_neg) {
600 if (is_neg != r_is_inverted) {

Completed in 120 milliseconds