Searched refs:positive (Results 26 - 50 of 123) sorted by relevance

12345

/external/libvorbis/doc/
H A Da1-encapsulation-ogg.tex138 valid granule position must be positive, by
140 of audio is positive or negative.
145 A positive starting value simply indicates that this stream begins at
146 some positive time offset, potentially within a larger
H A D09-helper.tex131 rounding division of both positive and negative numbers toward zero.
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Ddfa.rb78 If positive, it specifies a state transition in
82 If positive, it indicates that the prediction
88 If positive and there are no possible state
92 If positive and the input stream has been exhausted,
/external/libunwind/doc/
H A Dunw_step.tex24 On successful completion, \Func{unw\_step}() returns a positive value
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
H A Dexportfig.m23 % 'Width' a positive scalar
25 % 'Height' a positive scalar
43 % 'Resolution' a positive scalar
50 % 'FontSize' a positive scalar
69 % 'LineWidth' a positive scalar
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dzic.c131 static void leapadd(zic_t t, int positive, int rolling, int count);
1329 register int positive; local
1333 positive = FALSE;
1336 positive = FALSE;
1339 positive = TRUE;
1342 positive = TRUE;
1354 leapadd(tadd(t, tod), positive, lp->l_value, count); local
2591 leapadd(t, positive, rolling, count)
2593 const int positive;
2599 if (leapcnt + (positive
[all...]
/external/chromium_org/v8/src/mips/
H A Dconstants-mips.h510 // COP1 CMP positive predicates Bit 5..4 = 00.
574 positive = 9,
595 not_sign = positive,
597 pl = positive,
/external/chromium_org/v8/src/mips64/
H A Dconstants-mips64.h523 // COP1 CMP positive predicates Bit 5..4 = 00.
588 positive = 9,
609 not_sign = positive,
611 pl = positive,
/external/icu/icu4c/source/tools/tzcode/
H A Dzic.c131 static void leapadd(zic_t t, int positive, int rolling, int count);
1329 register int positive; local
1333 positive = FALSE;
1336 positive = FALSE;
1339 positive = TRUE;
1342 positive = TRUE;
1354 leapadd(tadd(t, tod), positive, lp->l_value, count); local
2591 leapadd(t, positive, rolling, count)
2593 const int positive;
2599 if (leapcnt + (positive
[all...]
/external/chromium_org/tools/valgrind/
H A Dsuppressions.py538 def TestStack(stack, positive, negative, suppression_parser=None):
543 positive: the list of suppressions that must match the given stack.
550 for supp in positive:
/external/bison/src/
H A Dreader.c446 complain_at (loc, _("%s must be followed by positive number"), "%dprec");
/external/chromium_org/extensions/browser/api/declarative_webrequest/
H A Dwebrequest_condition_attribute.cc548 bool positive)
550 positive_(positive) {}
643 bool positive)
645 positive_(positive) {}
546 WebRequestConditionAttributeRequestHeaders( scoped_ptr<const HeaderMatcher> header_matcher, bool positive) argument
641 WebRequestConditionAttributeResponseHeaders( scoped_ptr<const HeaderMatcher> header_matcher, bool positive) argument
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/
H A Dfastquantizeb_neon.asm40 ;right shift 15 to get sign, all 0 if it is positive, all 1 if it is negative
173 ;right shift 15 to get sign, all 0 if it is positive, all 1 if it is negative
/external/libvpx/libvpx/vp8/encoder/arm/neon/
H A Dfastquantizeb_neon.asm40 ;right shift 15 to get sign, all 0 if it is positive, all 1 if it is negative
173 ;right shift 15 to get sign, all 0 if it is positive, all 1 if it is negative
/external/chromium_org/v8/src/arm/
H A Dassembler-arm.cc545 bool positive = (instr & B23) == B23; local
547 return positive ? offset : -offset;
553 bool positive = (instr & B23) == B23; local
556 return positive ? offset : -offset;
562 bool positive = offset >= 0; local
563 if (!positive) offset = -offset;
566 instr = (instr & ~B23) | (positive ? B23 : 0);
575 bool positive = offset >= 0; local
576 if (!positive) offset = -offset;
579 instr = (instr & ~B23) | (positive
592 bool positive = offset >= 0; local
[all...]
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dlist.pxd35 # p. The position must be positive, indexing from the end of the
/external/chromium_org/third_party/skia/experimental/webtry/res/css/cm/
H A Dcodemirror.css94 .cm-positive {color: #292;}
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/delay_tool/
H A Dplot_neteq_delay.m178 % positive jump
/external/skia/experimental/webtry/res/css/cm/
H A Dcodemirror.css94 .cm-positive {color: #292;}
/external/chromium_org/third_party/icu/source/test/perf/collationperf/
H A DCollPerf.pl176 useful. They measure differences, where positive is better for ICU4C, and
/external/chromium_org/third_party/readability/js/
H A Dreadability.js59 positive: /article|body|content|entry|hentry|main|page|pagination|post|text|blog|story/i,
1094 if(!parentNodeClassAndId.match(readability.regexps.positive)) {
1360 if(e.className.search(readability.regexps.positive) !== -1) {
1370 if(e.id.search(readability.regexps.positive) !== -1) {
/external/icu/icu4c/source/test/perf/collationperf/
H A DCollPerf.pl176 useful. They measure differences, where positive is better for ICU4C, and
/external/mksh/src/
H A DBuild.sh1520 /* force a failure: TenDRA and gcc 1.42 have false positive here */
1541 /* force a failure: TenDRA and gcc 1.42 have false positive here */
1556 /* force a failure: TenDRA and gcc 1.42 have false positive here */
1569 /* force a failure: TenDRA and gcc 1.42 have false positive here */
1582 /* force a failure: TenDRA and gcc 1.42 have false positive here */
1594 /* force a failure: TenDRA and gcc 1.42 have false positive here */
/external/chromium_org/tools/traceline/traceline/
H A Dassembler.h88 positive = not_sign enumerator in enum:Condition
/external/opencv/cv/src/
H A Dcvhaar.cpp137 CV_ERROR( CV_StsOutOfRange, "Number of stages should be positive" );
220 "(has null pointers or non-positive classfier count)", i );
451 CV_ERROR( CV_StsOutOfRange, "Scale must be positive" );
1011 int positive = 0; local
1026 positive = (ssz.width/ystep)*((ssz.height + ystep-1)/ystep);
1031 for( y = y1, positive = 0; y < y2; y += ystep )
1041 mask1.data.ptr + y1*mask1.step, mask1.step, ssz, &positive,
1045 positive = 0;
1048 if( positive <= 0 )
1054 for( y = y1, positive
[all...]

Completed in 2270 milliseconds

12345