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

12345

/external/chromium_org/v8/src/x64/
H A Dassembler-x64.h297 positive = 9,
315 not_sign = positive,
H A Dmacro-assembler-x64.cc1460 return positive;
1470 return positive;
1899 // overflowing is impossible (e.g., subtracting two positive smis).
1946 // Result was positive zero.
1947 j(positive, &zero_correct_result, Label::kNear);
2008 j(positive, &safe_div, Label::kNear);
2429 // Register src holds a positive smi.
3429 setcc(negative, reg); // 1 if negative, 0 if positive.
3430 decb(reg); // 0 if negative, 255 if positive.
3538 // If input was positive, w
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
H A Djsilver.sablecc550 | {positive} plus digits
/external/libvorbis/doc/
H A D07-floor1.tex255 Unwrap the always-positive-or-zero values read from the packet into
/external/libvpx/libvpx/vp8/common/ppc/
H A Dfilter_bilinear_altivec.asm132 vmuleub v22, \P0, v20 ;# 64 + 4 positive taps
H A Dfilter_altivec.asm67 vmuleub v8, \P0, v0 ;# 64 + 4 positive taps
89 vmuleub v24, \P0, v13 ;# 64 + 4 positive taps
H A Dloopfilter_filters_altivec.asm352 ;# it will be clamped to 0. orring 0 with a positive
353 ;# number will be the positive number (abs)
H A Dvariance_subpixel_altivec.asm108 vmuleub v22, \P0, v20 ;# 64 + 4 positive taps
/external/libvpx/libvpx/vp8/common/x86/
H A Dpostproc_sse2.asm139 neg rax ; positive stride
H A Dsubpixel_mmx.asm78 ; do outer positive taps
/external/libvpx/libvpx/vp9/common/x86/
H A Dvp9_postproc_mmx.asm141 neg rax ; pitch is positive
H A Dvp9_postproc_sse2.asm129 neg rax ; pitch is positive
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ppc/
H A Dfilter_altivec.asm67 vmuleub v8, \P0, v0 ;# 64 + 4 positive taps
89 vmuleub v24, \P0, v13 ;# 64 + 4 positive taps
H A Dloopfilter_filters_altivec.asm352 ;# it will be clamped to 0. orring 0 with a positive
353 ;# number will be the positive number (abs)
H A Dvariance_subpixel_altivec.asm108 vmuleub v22, \P0, v20 ;# 64 + 4 positive taps
/external/chromium_org/v8/src/arm/
H A Dlithium-codegen-arm.cc1148 // indicate that positive dividends are heavily favored, so the branching
1397 Label positive; local
1402 __ b(pl, &positive);
1405 __ bind(&positive);
1479 // If the divisor is positive, things are easy: There can be no deopts and we
1573 Label positive; local
1578 __ b(pl, &positive);
1581 __ bind(&positive);
3689 // Check the sign of the argument. If the argument is positive, just
3748 // if input is positive
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
H A Dsubpixel_mmx.asm78 ; do outer positive taps
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
H A Dvp9_postproc_sse2.asm129 neg rax ; pitch is positive
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_execute.c53 * Set x to positive or negative infinity.
84 * Return TRUE for +0 and other positive values, FALSE otherwise.
88 positive(float x) function
1387 if (positive(r)) {
/external/chromium_org/third_party/x86inc/
H A Dx86inc.asm64 ; and x264's strides are all positive), but is not guaranteed by the ABI.
/external/libunwind/doc/
H A Dlibunwind.tex78 \Func{F}(). A positive return value from \Func{unw\_step}() indicates
/external/libvpx/libvpx/vp8/common/arm/neon/
H A Dsixtappredict16x16_neon.asm39 ; that the result can be a large positive number (> 2^15-1), which could be confused as a
/external/mesa3d/src/mesa/program/
H A Dprog_execute.c53 * Set x to positive or negative infinity.
84 * Return TRUE for +0 and other positive values, FALSE otherwise.
88 positive(float x) function
1387 if (positive(r)) {
/external/chromium_org/third_party/devscripts/
H A Dlicensecheck.pl113 If this is set to a positive number then the specified number of lines
/external/pcre/dist/sljit/
H A DsljitNativeARM_32.c1191 static sljit_si generate_int(struct sljit_compiler *compiler, sljit_si reg, sljit_uw imm, sljit_si positive) argument
1296 FAIL_IF(push_inst(compiler, EMIT_DATA_PROCESS_INS(positive ? MOV_DP : MVN_DP, 0, reg, SLJIT_UNUSED, imm1)));
1297 FAIL_IF(push_inst(compiler, EMIT_DATA_PROCESS_INS(positive ? ORR_DP : BIC_DP, 0, reg, reg, imm2)));

Completed in 523 milliseconds

12345