HomeSort by relevance Sort by last modified time
    Searched refs:positive (Results 1 - 25 of 96) sorted by null

1 2 3 4

  /external/valgrind/main/memcheck/tests/
clientperm.stdout.exp 2 sum is non-positive
4 sum is non-positive
  /external/proguard/src/proguard/gui/
FilterBuilder.java 53 StringBuffer positive = new StringBuffer(); local
56 buildFilter("", positive, negative);
58 return positive.length() <= negative.length() ?
59 positive.toString() :
67 * @param positive the filter to be extended, assuming the matching
73 StringBuffer positive,
101 // Extend the positive filter with exceptions and return.
102 if (positive.length() > 0)
104 positive.append(',');
106 positive.append('!').append(prefix)
    [all...]
  /external/stlport/test/unit/
bcompos_test.cpp 38 binary_compose<logical_and<bool>, odd, positive>
39 b = binary_compose<logical_and<bool>, odd, positive>(logical_and<bool>(), odd(), positive());
52 compose2(logical_and<bool>(), odd(), positive()));
unary.h 15 struct positive : public unary_function<int, bool> { struct in inherits:unary_function
  /ndk/tests/device/test-gnustl-full/unit/
bcompos_test.cpp 38 binary_compose<logical_and<bool>, odd, positive>
39 b = binary_compose<logical_and<bool>, odd, positive>(logical_and<bool>(), odd(), positive());
52 compose2(logical_and<bool>(), odd(), positive()));
unary.h 15 struct positive : public unary_function<int, bool> { struct in inherits:unary_function
  /ndk/tests/device/test-stlport/unit/
bcompos_test.cpp 38 binary_compose<logical_and<bool>, odd, positive>
39 b = binary_compose<logical_and<bool>, odd, positive>(logical_and<bool>(), odd(), positive());
52 compose2(logical_and<bool>(), odd(), positive()));
unary.h 15 struct positive : public unary_function<int, bool> { struct in inherits:unary_function
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
stochastic_linear_ranker.cpp 26 const SparseWeightVector<Key, Hash> &positive,
34 gradient.AdditiveWeightUpdate(1.0, positive, 0.0);
63 const SparseWeightVector<Key, Hash> &positive,
70 const double positive_score = ScoreSample(positive);
83 UpdateSubGradient(positive, negative, learning_rate,
90 UpdateSubGradient(positive, negative, learning_rate,
96 UpdateSubGradient(positive, current_negative_, learning_rate,
stochastic_linear_ranker.h 200 int UpdateClassifier(const SparseWeightVector<Key, Hash> &positive,
229 // adding any new constraints. positive number is treated as an L0 constraint
234 void UpdateSubGradient(const SparseWeightVector<Key, Hash> &positive,
  /libcore/luni/src/main/java/java/lang/
RealToString.java 68 boolean positive = (inputNumberBits & Double.SIGN_MASK) == 0;
76 quickResult = positive ? "Infinity" : "-Infinity";
82 quickResult = positive ? "0.0" : "-0.0";
85 quickResult = positive ? "4.9E-324" : "-4.9E-324";
118 freeFormatExponential(dst, positive);
120 freeFormat(dst, positive);
135 boolean positive = (inputNumberBits & Float.SIGN_MASK) == 0;
143 quickResult = positive ? "Infinity" : "-Infinity";
148 quickResult = positive ? "0.0" : "-0.0";
184 freeFormatExponential(dst, positive);
    [all...]
  /libcore/luni/src/main/java/java/math/
Logical.java 112 // PRE: both arguments are positive
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
131 int iPos = positive.getFirstNonzeroDigit();
135 // the positive digits
136 if (iNeg >= positive.numberLength) {
139 int resLength = positive.numberLength;
145 resDigits[i] = -negative.digits[i] & positive.digits[i]
    [all...]
  /external/chromium/chrome/browser/autofill/
autofill_xml_parser_unittest.cc 215 double positive = 0; local
217 AutofillUploadXmlParser parse_handler(&positive, &negative);
221 EXPECT_DOUBLE_EQ(0.5, positive);
229 double positive = 0; local
232 new AutofillUploadXmlParser(&positive, &negative));
236 EXPECT_DOUBLE_EQ(0, positive);
242 parse_handler.reset(new AutofillUploadXmlParser(&positive, &negative));
246 EXPECT_DOUBLE_EQ(0, positive);
250 parse_handler.reset(new AutofillUploadXmlParser(&positive, &negative));
254 EXPECT_DOUBLE_EQ(0, positive);
    [all...]
  /external/libvpx/vp8/encoder/arm/armv6/
vp8_variance16x16_armv6.asm 40 sel r7, r6, lr ; select bytes with positive difference
45 usad8 r4, r7, lr ; calculate sum of positive differences
49 adds r8, r8, r4 ; add positive differences to sum
63 sel r7, r6, lr ; select bytes with positive difference
68 usad8 r4, r7, lr ; calculate sum of positive differences
73 add r8, r8, r4 ; add positive differences to sum
87 sel r7, r6, lr ; select bytes with positive difference
92 usad8 r4, r7, lr ; calculate sum of positive differences
97 add r8, r8, r4 ; add positive differences to sum
112 sel r7, r6, lr ; select bytes with positive differenc
    [all...]
vp8_variance_halfpixvar16x16_h_armv6.asm 45 sel r7, r6, lr ; select bytes with positive difference
50 usad8 r4, r7, lr ; calculate sum of positive differences
54 adds r8, r8, r4 ; add positive differences to sum
75 sel r7, r6, lr ; select bytes with positive difference
80 usad8 r4, r7, lr ; calculate sum of positive differences
85 add r8, r8, r4 ; add positive differences to sum
106 sel r7, r6, lr ; select bytes with positive difference
111 usad8 r4, r7, lr ; calculate sum of positive differences
116 add r8, r8, r4 ; add positive differences to sum
138 sel r7, r6, lr ; select bytes with positive differenc
    [all...]
vp8_variance_halfpixvar16x16_v_armv6.asm 46 sel r7, r6, lr ; select bytes with positive difference
51 usad8 r4, r7, lr ; calculate sum of positive differences
55 adds r8, r8, r4 ; add positive differences to sum
76 sel r7, r6, lr ; select bytes with positive difference
81 usad8 r4, r7, lr ; calculate sum of positive differences
86 add r8, r8, r4 ; add positive differences to sum
107 sel r7, r6, lr ; select bytes with positive difference
112 usad8 r4, r7, lr ; calculate sum of positive differences
117 add r8, r8, r4 ; add positive differences to sum
139 sel r7, r6, lr ; select bytes with positive differenc
    [all...]
vp8_variance8x8_armv6.asm 38 sel r10, r8, lr ; select bytes with positive difference
43 usad8 r6, r10, lr ; calculate sum of positive differences
47 add r4, r4, r6 ; add positive differences to sum
62 sel r10, r8, lr ; select bytes with positive difference
68 usad8 r6, r10, lr ; calculate sum of positive differences
73 add r4, r4, r6 ; add positive differences to sum
vp8_variance_halfpixvar16x16_hv_armv6.asm 56 sel r7, r6, lr ; select bytes with positive difference
61 usad8 r4, r7, lr ; calculate sum of positive differences
65 adds r8, r8, r4 ; add positive differences to sum
97 sel r7, r6, lr ; select bytes with positive difference
102 usad8 r4, r7, lr ; calculate sum of positive differences
107 add r8, r8, r4 ; add positive differences to sum
139 sel r7, r6, lr ; select bytes with positive difference
144 usad8 r4, r7, lr ; calculate sum of positive differences
149 add r8, r8, r4 ; add positive differences to sum
180 sel r7, r6, lr ; select bytes with positive differenc
    [all...]
vp8_mse16x16_armv6.asm 42 sel r7, r8, lr ; select bytes with positive difference
47 usad8 r5, r7, lr ; calculate sum of positive differences
63 sel r7, r8, lr ; select bytes with positive difference
68 usad8 r5, r7, lr ; calculate sum of positive differences
82 sel r7, r8, lr ; select bytes with positive difference
87 usad8 r5, r7, lr ; calculate sum of positive differences
104 sel r7, r8, lr ; select bytes with positive difference
110 usad8 r5, r7, lr ; calculate sum of positive differences
  /external/valgrind/main/drd/tests/
annotate_trace_memory.stderr.exp 3 test01: positive
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/goto_16/d/
T_goto_16_1.d 29 ; test positive offset
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/goto_32/d/
T_goto_32_1.d 29 ; test positive offset
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/opc_goto/d/
T_opc_goto_1.d 29 ; test positive offset
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_mastergain_gnu.s 79 CMP r4, r6 @check for positive saturation
88 CMP r5, r6 @check for positive saturation
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_mastergain_gnu.s 79 CMP r4, r6 @check for positive saturation
88 CMP r5, r6 @check for positive saturation

Completed in 910 milliseconds

1 2 3 4