OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SSE
(Results
1 - 10
of
10
) sorted by null
/art/disassembler/
disassembler_x86.h
25
enum RegFile { GPR, MMX,
SSE
};
/external/fec/
encode_rs_8.c
12
static enum {UNKNOWN=0,MMX,
SSE
,SSE2,ALTIVEC,PORT} cpu_mode;
30
} else if(f & (1<<25)){ /*
SSE
is present */
31
cpu_mode =
SSE
;
59
case
SSE
:
fec.h
261
extern enum cpu_mode {UNKNOWN=0,PORT,MMX,
SSE
,SSE2,ALTIVEC} Cpu_mode;
/external/libchrome/base/
cpu.h
22
SSE
,
/external/webp/src/enc/
filter.c
174
const double
SSE
= iw2 * (sxx + syy - 2. * sxy);
175
if (
SSE
> kMinValue) return
SSE
;
/external/opencv3/3rdparty/libwebp/enc/
filter.c
302
const double
SSE
= iw2 * (sxx + syy - 2. * sxy);
303
if (
SSE
> kMinValue) return
SSE
;
/external/eigen/Eigen/src/Core/util/
Constants.h
407
SSE
= 0x1,
410
Target =
SSE
/external/clang/lib/CodeGen/
TargetInfo.cpp
789
/// Returns true if this type can be passed in
SSE
registers with the
805
/// Returns true if this aggregate is small enough to be passed in
SSE
registers
[
all
...]
CGBuiltin.cpp
[
all
...]
/external/valgrind/VEX/priv/
guest_s390_toIR.c
[
all
...]
Completed in 4104 milliseconds