HomeSort by relevance Sort by last modified time
    Searched defs:is_neg (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/ec/
ec_mult.c 665 int is_neg; local
669 is_neg = digit < 0;
671 if (is_neg)
674 if (is_neg != r_is_inverted)
  /external/chromium/base/
string_util.cc 1155 bool is_neg = value < 0; local
    [all...]

Completed in 154 milliseconds