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

  /system/core/libutils/
LinearTransform.cpp 122 bool is_neg; local
130 is_neg = true;
133 is_neg = false;
138 is_neg = !is_neg;
144 is_neg))
151 if (is_neg && (basis2 < 0))
154 if (!is_neg && (basis2 >= 0))
161 *out = (is_neg ? (-scaled) : scaled) + basis2;
174 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/chromium_org/third_party/openssl/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/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) {
  /external/chromium_org/base/strings/
string_number_conversions.cc 76 bool is_neg = TestNegT<INT, NEG>::TestNeg(value); local
77 // Even though is_neg will never be true when INT is parameterized as
89 if (is_neg) {

Completed in 201 milliseconds