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

  /frameworks/native/libs/utils/
LinearTransform.cpp 121 bool is_neg; local
129 is_neg = true;
132 is_neg = false;
137 is_neg = !is_neg;
143 is_neg))
150 if (is_neg && (basis2 < 0))
153 if (!is_neg && (basis2 >= 0))
160 *out = (is_neg ? (-scaled) : scaled) + basis2;
173 if (is_neg)
    [all...]
  /external/embunit/src/
stdImpl.c 111 static char* _xtoa(unsigned long v,char *string, int r, int is_neg)
122 if (is_neg) {
  /external/srec/portable/src/
LCHAR.c 252 static void pxtoa(unsigned long val, LCHAR *buf, unsigned radix, int is_neg)
261 if (is_neg)
  /external/openssl/crypto/ec/
ec_mult.c 667 int is_neg; local
671 is_neg = digit < 0;
673 if (is_neg)
676 if (is_neg != r_is_inverted)
  /external/chromium/base/
string_number_conversions.cc 73 bool is_neg = TestNegT<INT, NEG>::TestNeg(value); local
74 // Even though is_neg will never be true when INT is parameterized as
86 if (is_neg) {

Completed in 449 milliseconds