HomeSort by relevance Sort by last modified time
    Searched refs:is_neg (Results 1 - 5 of 5) 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/srec/portable/src/
LCHAR.c 264 static void pxtoa(unsigned long val, LCHAR *buf, unsigned radix, int is_neg)
273 if (is_neg)
  /external/chromium_org/third_party/boringssl/src/crypto/ec/
wnaf.c 583 int is_neg; local
586 is_neg = digit < 0;
588 if (is_neg)
591 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_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
88 if (is_neg) {

Completed in 624 milliseconds