OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:shifts
(Results
176 - 200
of
376
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/lib/Target/PowerPC/
PPCISelLowering.h
88
/// These nodes represent the 32-bit PPC
shifts
that operate on 6-bit
PPCInstrInfo.td
96
// These nodes represent the 32-bit PPC
shifts
that operate on 6-bit shift
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp
291
// unsigned
shifts
, because a signed shr may bring in set bits!
[
all
...]
InstCombineCasts.cpp
[
all
...]
/external/llvm/test/Transforms/InstCombine/
shift.ll
304
;; handle casts between
shifts
.
/external/llvm/unittests/ADT/
APIntTest.cpp
139
//
Shifts
.
/external/openssl/crypto/bn/
bn_lcl.h
221
* multiplication with 4 (N/2)*(N/2) accompanied by some
shifts
/external/openssl/crypto/des/
VERSION
54
I've finally removed one of the
shifts
in D_ENCRYPT. This
des_locl.h
395
could be done in 15 xor, 10
shifts
and 5 ands.
set_key.c
376
/* could be a few less
shifts
but I am to lazy at this
/external/openssl/crypto/sha/asm/
sha1-ia64.pl
11
# trick is that it's possible to reduce the number of
shifts
required
sha512-x86_64.pl
40
# sha256_block:-( This is presumably because 64-bit
shifts
/rotates
/external/qemu/distrib/sdl-1.2.12/src/video/
e_sqrt.h
274
By performing
shifts
and subtracts on x0 and x1 (both regarded
/external/qemu/tcg/
README
230
*********
Shifts
/Rotates
/external/skia/src/core/
SkBlitter_ARGB32.cpp
69
/* We want all of these in 5bits, hence the
shifts
in case one of them
/external/srtp/crypto/cipher/
aes.c
[
all
...]
/external/webkit/Source/JavaScriptCore/dfg/
DFGNonSpeculativeJIT.cpp
253
//
Shifts
by zero should have been optimized out of the graph!
/external/webkit/Source/WebCore/rendering/svg/
SVGTextLayoutEngine.cpp
508
// Calculate glyph advance & x/y orientation
shifts
.
/external/webrtc/src/modules/audio_processing/aec/main/source/
echo_cancellation.c
63
// Variables used for delay
shifts
/external/wpa_supplicant/
sha1.c
486
However, on 16 bit machines an int is too small for the
shifts
being done
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
sha1.c
493
However, on 16 bit machines an int is too small for the
shifts
being done
/frameworks/base/media/libstagefright/codecs/aacdec/
fft_rx4_short.cpp
238
exponent = exp; /* keeps track of # of
shifts
*/
/frameworks/base/media/libstagefright/codecs/amrnb/common/src/
div_s.cpp
47
shifts
cycles
log2_norm.cpp
92
exp = number of
shifts
required to normalize L_x; it is of type Word16
shr.cpp
125
This function arithmetically
shifts
the 16 bit input var1 right var2 positions
Completed in 632 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>