Searched refs:shifts (Results 1 - 20 of 20) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/ppc/
H A Dint_altivec.c88 register vec_u32 shifts; local
91 shifts = zero_u32v;
92 if(shift & 0x10) shifts = vec_add(shifts, vec_sl(vec_splat_u32(0x08), vec_splat_u32(0x1)));
93 if(shift & 0x08) shifts = vec_add(shifts, vec_splat_u32(0x08));
94 if(shift & 0x04) shifts = vec_add(shifts, vec_splat_u32(0x04));
95 if(shift & 0x02) shifts = vec_add(shifts, vec_splat_u3
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_gcd.c150 int shifts=0; local
188 shifts++;
194 if (shifts)
196 if (!BN_lshift(a,a,shifts)) goto err;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbn_gcd.c159 int shifts = 0; local
205 shifts++;
211 if (shifts) {
212 if (!BN_lshift(a, a, shifts))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dbn_gcd.c159 int shifts = 0; local
205 shifts++;
211 if (shifts) {
212 if (!BN_lshift(a, a, shifts))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bzip2/
H A Dblocksort.c992 Int32 shifts = 0; local
994 while ((bbSize >> shifts) > 65534) shifts++;
998 UInt16 qVal = (UInt16)(j >> shifts);
1003 AssertH ( ((bbSize-1) >> shifts) <= 65535, 1002 );
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dbinstr.S29 | extracts and shifts. The three msbs from d2 will go into
32 | A4. Multiply the fraction in d4:d5 by 2 using shifts. The msb
H A Dround.S275 | NRM_SET shifts and decrements until there is a 1 set in the integer
278 | NRM_ZERO shifts and decrements until there is a 1 set in the integer
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dlonglong.tex21 subtraction, bitwise shifts and logical operations as well as multiplication
227 % TODO document all other arithmetics operations: shifts, multiplication,
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dbcmutils.h1199 int shifts = 0; local
1201 shifts++; u32 >>= 1;
1203 return (32U - shifts);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Dvc1dsp_neon.S74 @ This works because vhadd is a single instruction that adds, then shifts to
207 @ a single instruction that both adds and shifts right (halving).
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dac3dsp.asm487 ; adds 16384 for rounding, right shifts 15, then repacks back to words to
H A Dvp3dsp.asm62 paddb m2, m6 ; extra bits lost in shifts
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/ifpsp060/src/
H A Dilsp.S327 clr.l DDNORMAL(%a6) # count of shifts for normalization
333 addq.l &0x1, DDNORMAL(%a6) # count normalization shifts
H A Dfplsp.S10900 bfffo FTEMP_HI(%a0){&0:&32}, %d0 # how many shifts are needed?
10913 # d0 = # shifts needed for complete normalization
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Dperf_asm.S97 ;* This routine shifts data in from the RDR in arg0 and returns
995 ;* This routine shifts data in from the RDR in arg0 and returns
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Drv34.c191 static const int shifts[4] = { 0, 2, 8, 10 }; local
192 const int *curshift = shifts;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Dvp3dsp.asm64 paddb m2, m6 ; extra bits lost in shifts
H A Ddsputil_yasm.asm256 ; adds 16384 for rounding, right shifts 15, then repacks back to words to
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Drv34.c193 static const int shifts[4] = { 0, 2, 8, 10 }; local
194 const int *curshift = shifts;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/kernel/
H A Dentry.S1309 ffs_ws a4, a3 # a4: shifts to skip empty frames

Completed in 184 milliseconds