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

12345

/external/chromium_org/v8/src/ia32/
H A Dbuiltins-ia32.cc283 __ Assert(positive, kPropertyAllocationCountFailed);
H A Dfull-codegen-ia32.cc355 __ j(positive, &ok, Label::kNear);
396 __ j(positive, &ok, Label::kNear);
2319 __ j(positive, &result_ok);
3040 // transition that shares its descriptor array, this is a false positive.
H A Dlithium-codegen-ia32.cc1111 // indicate that positive dividends are heavily favored, so the branching
1339 // If the divisor is positive, things are easy: There can be no deopts and we
3535 // Check the sign of the argument. If the argument is positive, just
3658 // Use truncating instruction (OK because input is positive).
3729 // If the sign is positive, we return +0.
3827 Label positive, done, zero; local
3830 __ j(above, &positive, Label::kNear);
3841 __ bind(&positive);
H A Dcode-stubs-ia32.cc578 __ j(positive, &no_neg, Label::kNear);
601 __ j(positive, &done);
3876 // treated as a lookup success. For positive lookup probing failure
/external/chromium_org/v8/src/x64/
H A Dbuiltins-x64.cc284 __ Assert(positive, kPropertyAllocationCountFailed);
H A Dlithium-codegen-x64.cc1023 // indicate that positive dividends are heavily favored, so the branching
1135 // If the divisor is positive, things are easy: There can be no deopts and we
3625 // Check the sign of the argument. If the argument is positive, just
3753 // Use truncating instruction (OK because input is positive).
3935 Label positive, done, zero; local
3938 __ j(above, &positive, Label::kNear);
3951 __ bind(&positive);
H A Dfull-codegen-x64.cc355 __ j(positive, &ok, Label::kNear);
399 __ j(positive, &ok, Label::kNear);
3037 // transition that shares its descriptor array, this is a false positive.
H A Dcode-stubs-x64.cc454 __ j(positive, &no_neg, Label::kNear);
1476 // The compare stub returns a positive, negative, or zero 64-bit integer
3817 // treated as a lookup success. For positive lookup probing failure
/external/chromium_org/v8/src/x87/
H A Dbuiltins-x87.cc283 __ Assert(positive, kPropertyAllocationCountFailed);
H A Dfull-codegen-x87.cc352 __ j(positive, &ok, Label::kNear);
393 __ j(positive, &ok, Label::kNear);
2309 __ j(positive, &result_ok);
3030 // transition that shares its descriptor array, this is a false positive.
H A Dlithium-codegen-x87.cc1403 // indicate that positive dividends are heavily favored, so the branching
1631 // If the divisor is positive, things are easy: There can be no deopts and we
3822 // Check the sign of the argument. If the argument is positive, just
3982 // If the sign is positive, we return +0.
4189 Label positive, done, zero, nan_result; local
/external/mksh/src/
H A Dsh.h353 # error Your NSIG value is not positive.
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tools.pas636 // Not using compiler-Abs because we *must* get a positive integer;
H A DAntlr.Runtime.Tree.pas1593 /// <returns><code>true</code>, if positive, <code>false</code>, if negative.</returns>
/external/chromium_org/chrome/browser/chromeos/events/
H A Devent_rewriter_unittest.cc2271 // Test positive mouse wheel event is correctly modified and modifier release
2281 ui::MouseWheelEvent positive(mev, 0, ui::MouseWheelEvent::kWheelDelta);
2282 ui::EventDispatchDetails details = Send(&positive);
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/x86inc/
H A Dx86inc.asm73 ; and x264's strides are all positive), but is not guaranteed by the ABI.
/external/libvpx/libvpx/third_party/x86inc/
H A Dx86inc.asm73 ; and x264's strides are all positive), but is not guaranteed by the ABI.
/external/chromium_org/third_party/dom_distiller_js/package/js/
H A Ddomdistiller.js375 function ro(a){ao(this);if(a<0){throw new jp('initial capacity was negative or load factor was non-positive')}}
/external/chromium_org/v8/test/cctest/
H A Dtest-macro-assembler-x64.cc68 using i::positive;
534 cond = masm->CheckNonNegativeSmi(rcx); // Negative smis are not positive.
540 cond = masm->CheckNonNegativeSmi(rcx); // Most negative smi is not positive.
551 cond = masm->CheckNonNegativeSmi(rcx); // Most positive smi is positive.
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 514 milliseconds

12345