/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/ |
ieee754.h | 36 unsigned int negative:1; member in struct:ieee754_float::__anon46553 43 unsigned int negative:1; member in struct:ieee754_float::__anon46553 51 unsigned int negative:1; member in struct:ieee754_float::__anon46554 60 unsigned int negative:1; member in struct:ieee754_float::__anon46554 76 unsigned int negative:1; member in struct:ieee754_double::__anon46555 86 unsigned int negative:1; member in struct:ieee754_double::__anon46555 93 unsigned int negative:1; member in struct:ieee754_double::__anon46555 102 unsigned int negative:1; member in struct:ieee754_double::__anon46556 113 unsigned int negative:1; 121 unsigned int negative:1 138 unsigned int negative:1; member in struct:ieee854_long_double::__anon46557 147 unsigned int negative:1; member in struct:ieee854_long_double::__anon46557 155 unsigned int negative:1; member in struct:ieee854_long_double::__anon46557 165 unsigned int negative:1; member in struct:ieee854_long_double::__anon46558 176 unsigned int negative:1; member in struct:ieee854_long_double::__anon46558 188 unsigned int negative:1; member in struct:ieee854_long_double::__anon46558 [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
ieee754.h | 36 unsigned int negative:1; member in struct:ieee754_float::__anon48289 43 unsigned int negative:1; member in struct:ieee754_float::__anon48289 51 unsigned int negative:1; member in struct:ieee754_float::__anon48290 60 unsigned int negative:1; member in struct:ieee754_float::__anon48290 76 unsigned int negative:1; member in struct:ieee754_double::__anon48291 86 unsigned int negative:1; member in struct:ieee754_double::__anon48291 93 unsigned int negative:1; member in struct:ieee754_double::__anon48291 102 unsigned int negative:1; member in struct:ieee754_double::__anon48292 113 unsigned int negative:1; 121 unsigned int negative:1 138 unsigned int negative:1; member in struct:ieee854_long_double::__anon48293 147 unsigned int negative:1; member in struct:ieee854_long_double::__anon48293 155 unsigned int negative:1; member in struct:ieee854_long_double::__anon48293 165 unsigned int negative:1; member in struct:ieee854_long_double::__anon48294 176 unsigned int negative:1; member in struct:ieee854_long_double::__anon48294 188 unsigned int negative:1; member in struct:ieee854_long_double::__anon48294 [all...] |
/external/proguard/src/proguard/gui/ |
FilterBuilder.java | 54 StringBuffer negative = new StringBuffer(); local 56 buildFilter("", positive, negative); 58 return positive.length() <= negative.length() ? 60 negative.toString(); 69 * @param negative the filter to be extended, assuming the matching 74 StringBuffer negative) 119 // Extend the negative filter with exceptions and return. 120 if (negative.length() > 0) 122 negative.append(','); 124 negative.append(prefix) [all...] |
/external/valgrind/main/drd/tests/ |
annotate_ignore_read.stderr.exp | 3 test69: negative
|
annotate_order_1.stderr.exp | 3 test03: negative
|
annotate_order_2.stderr.exp | 3 test30: negative
|
annotate_order_3.stderr.exp | 3 test31: negative
|
annotate_spinlock.stderr.exp | 3 test27: negative
|
/external/guava/guava/src/com/google/common/primitives/ |
AndroidInteger.java | 51 boolean negative = string.charAt(i) == '-'; 52 if (negative && ++i == length) { 55 return tryParse(string, i, radix, negative); 60 boolean negative) { 77 if (!negative) {
|
/external/chromium_org/third_party/skia/experimental/Intersection/ |
IntersectionUtilities.cpp | 15 bool negative = (bits < 0);
|
DataTypes.cpp | 34 bool negative() const { return (i >> 31) != 0; } function in union:Float_t 57 if (uA.negative() != uB.negative())
|
/external/skia/experimental/Intersection/ |
IntersectionUtilities.cpp | 15 bool negative = (bits < 0);
|
DataTypes.cpp | 34 bool negative() const { return (i >> 31) != 0; } function in union:Float_t 57 if (uA.negative() != uB.negative())
|
/external/smack/src/org/xbill/DNS/ |
APLRecord.java | 25 public final boolean negative; field in class:APLRecord.Element 30 Element(int family, boolean negative, Object address, int prefixLength) 33 this.negative = negative; 44 * @param negative Indicates if this prefix is a negation. 50 Element(boolean negative, InetAddress address, int prefixLength) { 51 this(Address.familyOf(address), negative, address, 58 if (negative) 77 negative == elt.negative & [all...] |
/external/llvm/test/MC/AsmParser/ |
directive_rept-diagnostics.s | 24 .global negative 25 .type negative,@object 26 negative: label 29 # CHECK: error: Count is negative
|
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/ |
stochastic_linear_ranker.cpp | 27 const SparseWeightVector<Key, Hash> &negative, 35 gradient.AdditiveWeightUpdate(-1.0, negative, 0.0); 64 const SparseWeightVector<Key, Hash> &negative) { 71 const double negative_score = ScoreSample(negative); 83 UpdateSubGradient(positive, negative, learning_rate, 90 UpdateSubGradient(positive, negative, learning_rate, 94 current_negative_.LoadWeightVector(negative);
|
/libcore/luni/src/main/java/java/math/ |
Logical.java | 128 /** @return sign = positive.magnitude & magnitude = -negative.magnitude */ 129 static BigInteger andDiffSigns(BigInteger positive, BigInteger negative) { 130 // PRE: positive is positive and negative is negative 132 int iNeg = negative.getFirstNonzeroDigit(); 134 // Look if the trailing zeros of the negative will "blank" all 145 resDigits[i] = -negative.digits[i] & positive.digits[i]; 148 int limit = Math.min(negative.numberLength, positive.numberLength); 150 resDigits[i] = ~negative.digits[i] & positive.digits[i]; 152 // if the negative was shorter must copy the remaining digit [all...] |
/external/chromium_org/v8/src/ |
conversions-inl.h | 32 inline double SignedZero(bool negative) { 33 return negative ? uint64_to_double(Double::kSignMask) : 0.0; 49 bool negative = x < 0; local 50 if (negative) { 63 return negative ? ~result + 1 : result; 133 bool negative, 140 if (current == end) return SignedZero(negative); 218 if (negative) { 226 return std::ldexp(static_cast<double>(negative ? -number : number), exponent); 242 bool negative = false [all...] |
conversions.cc | 177 bool negative = false; local 179 // We must not negate the most negative int. 181 negative = true; 191 if (negative) buffer[--i] = '-'; 203 bool negative = false; local 207 negative = true; 256 if (negative) builder.AddCharacter('-'); 269 bool negative, 283 if (negative) builder.AddCharacter('-'); 304 bool negative = false local 350 bool negative = false; local [all...] |
/libcore/luni/src/main/java/java/lang/ |
StringToReal.java | 30 boolean negative; field in class:StringToReal.StringExponentPair 38 return negative ? Float.NEGATIVE_INFINITY : Float.POSITIVE_INFINITY; 40 return negative ? -0.0f : 0.0f; 78 result.negative = (s.charAt(0) == '-'); 145 result.negative = true; 230 boolean negative = false; 235 negative = true; 244 return negative ? Float.NEGATIVE_INFINITY : Float.POSITIVE_INFINITY; 290 return info.negative ? -result : result; 331 return info.negative ? -result : result [all...] |
IntegralToString.java | 134 * expect. It is necessary because the range of the negative values is 138 boolean negative = false; 140 negative = true; 155 if (negative) { 181 boolean negative = false; 184 negative = true; 188 // If -n is still negative, n is Integer.MIN_VALUE 238 if (negative) { 268 * expect. It is necessary because the range of the negative values is 272 boolean negative = false [all...] |
/external/smali/smali/src/main/java/org/jf/smali/ |
LiteralTools.java | 54 boolean negative = false; 57 negative = true; 93 if (negative) { 124 boolean negative = false; 127 negative = true; 163 if (negative) { 188 boolean negative = false; 191 negative = true; 227 if (negative) { 258 boolean negative = false [all...] |
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/java/ |
IntegralToString.java | 127 * expect. It is necessary because the range of the negative values is 131 boolean negative = false; 133 negative = true; 148 if (negative) { 174 boolean negative = false; 177 negative = true; 181 // If -n is still negative, n is Integer.MIN_VALUE 231 if (negative) { 261 * expect. It is necessary because the range of the negative values is 265 boolean negative = false [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/scroll/ |
ScrollAnimator.cpp | 100 bool negative = deltaY < 0; local 102 if (negative) 111 bool negative = deltaX < 0; local 113 if (negative)
|
/external/chromium_org/tools/relocation_packer/src/ |
sleb128.cc | 24 // negative number). 29 const bool negative = value < 0; local 36 if (negative)
|