Home
last modified time | relevance | path

Searched refs:ee (Results 1 – 25 of 288) sorted by relevance

12345678910>>...12

/external/llvm/bindings/go/llvm/
Dexecutionengine.go91 func NewExecutionEngine(m Module) (ee ExecutionEngine, err error) {
93 fail := C.LLVMCreateExecutionEngineForModule(&ee.C, m.C, &cmsg)
95 ee.C = nil
102 func NewInterpreter(m Module) (ee ExecutionEngine, err error) {
104 fail := C.LLVMCreateInterpreterForModule(&ee.C, m.C, &cmsg)
106 ee.C = nil
119 func NewMCJITCompiler(m Module, options MCJITCompilerOptions) (ee ExecutionEngine, err error) {
121 …fail := C.LLVMCreateMCJITCompilerForModule(&ee.C, m.C, &options.C, C.size_t(unsafe.Sizeof(C.struct…
123 ee.C = nil
130 func (ee ExecutionEngine) Dispose() { C.LLVMDisposeExecutionEngine(ee.C) }
[all …]
/external/libhevc/common/
Dihevc_itrans_recon_8x8.c110 WORD32 ee[2], eo[2]; in ihevc_itrans_recon_8x8() local
156 ee[0] = g_ai2_ihevc_trans_8[0][0] * pi2_src[0]; in ihevc_itrans_recon_8x8()
157 ee[1] = g_ai2_ihevc_trans_8[0][1] * pi2_src[0]; in ihevc_itrans_recon_8x8()
160 e[0] = ee[0] + eo[0]; in ihevc_itrans_recon_8x8()
161 e[3] = ee[0] - eo[0]; in ihevc_itrans_recon_8x8()
162 e[1] = ee[1] + eo[1]; in ihevc_itrans_recon_8x8()
163 e[2] = ee[1] - eo[1]; in ihevc_itrans_recon_8x8()
194 ee[0] = g_ai2_ihevc_trans_8[0][0] * pi2_tmp[0]; in ihevc_itrans_recon_8x8()
195 ee[1] = g_ai2_ihevc_trans_8[0][1] * pi2_tmp[0]; in ihevc_itrans_recon_8x8()
198 e[0] = ee[0] + eo[0]; in ihevc_itrans_recon_8x8()
[all …]
Dihevc_chroma_itrans_recon_8x8.c119 WORD32 ee[2], eo[2]; in ihevc_chroma_itrans_recon_8x8() local
169 ee[0] = g_ai2_ihevc_trans_8[0][0] * pi2_src[0] in ihevc_chroma_itrans_recon_8x8()
171 ee[1] = g_ai2_ihevc_trans_8[0][1] * pi2_src[0] in ihevc_chroma_itrans_recon_8x8()
175 e[0] = ee[0] + eo[0]; in ihevc_chroma_itrans_recon_8x8()
176 e[3] = ee[0] - eo[0]; in ihevc_chroma_itrans_recon_8x8()
177 e[1] = ee[1] + eo[1]; in ihevc_chroma_itrans_recon_8x8()
178 e[2] = ee[1] - eo[1]; in ihevc_chroma_itrans_recon_8x8()
211 ee[0] = g_ai2_ihevc_trans_8[0][0] * pi2_tmp[0]; in ihevc_chroma_itrans_recon_8x8()
212 ee[1] = g_ai2_ihevc_trans_8[0][1] * pi2_tmp[0]; in ihevc_chroma_itrans_recon_8x8()
215 e[0] = ee[0] + eo[0]; in ihevc_chroma_itrans_recon_8x8()
[all …]
Dihevc_itrans_recon_16x16.c110 WORD32 ee[4], eo[4]; in ihevc_itrans_recon_16x16() local
166 ee[k] = eee[k] + eeo[k]; in ihevc_itrans_recon_16x16()
167 ee[k + 2] = eee[1 - k] - eeo[1 - k]; in ihevc_itrans_recon_16x16()
171 e[k] = ee[k] + eo[k]; in ihevc_itrans_recon_16x16()
172 e[k + 4] = ee[3 - k] - eo[3 - k]; in ihevc_itrans_recon_16x16()
216 ee[k] = eee[k] + eeo[k]; in ihevc_itrans_recon_16x16()
217 ee[k + 2] = eee[1 - k] - eeo[1 - k]; in ihevc_itrans_recon_16x16()
221 e[k] = ee[k] + eo[k]; in ihevc_itrans_recon_16x16()
222 e[k + 4] = ee[3 - k] - eo[3 - k]; in ihevc_itrans_recon_16x16()
268 ee[k] = eee[k] + eeo[k]; in ihevc_itrans_recon_16x16()
[all …]
Dihevc_chroma_itrans_recon_16x16.c120 WORD32 ee[4], eo[4]; in ihevc_chroma_itrans_recon_16x16() local
176 ee[k] = eee[k] + eeo[k]; in ihevc_chroma_itrans_recon_16x16()
177 ee[k + 2] = eee[1 - k] - eeo[1 - k]; in ihevc_chroma_itrans_recon_16x16()
181 e[k] = ee[k] + eo[k]; in ihevc_chroma_itrans_recon_16x16()
182 e[k + 4] = ee[3 - k] - eo[3 - k]; in ihevc_chroma_itrans_recon_16x16()
225 ee[k] = eee[k] + eeo[k]; in ihevc_chroma_itrans_recon_16x16()
226 ee[k + 2] = eee[1 - k] - eeo[1 - k]; in ihevc_chroma_itrans_recon_16x16()
230 e[k] = ee[k] + eo[k]; in ihevc_chroma_itrans_recon_16x16()
231 e[k + 4] = ee[3 - k] - eo[3 - k]; in ihevc_chroma_itrans_recon_16x16()
277 ee[k] = eee[k] + eeo[k]; in ihevc_chroma_itrans_recon_16x16()
[all …]
Dihevc_itrans_recon_32x32.c111 WORD32 ee[8], eo[8]; in ihevc_itrans_recon_32x32() local
179 ee[k] = eee[k] + eeo[k]; in ihevc_itrans_recon_32x32()
180 ee[k + 4] = eee[3 - k] - eeo[3 - k]; in ihevc_itrans_recon_32x32()
184 e[k] = ee[k] + eo[k]; in ihevc_itrans_recon_32x32()
185 e[k + 8] = ee[7 - k] - eo[7 - k]; in ihevc_itrans_recon_32x32()
239 ee[k] = eee[k] + eeo[k]; in ihevc_itrans_recon_32x32()
240 ee[k + 4] = eee[3 - k] - eeo[3 - k]; in ihevc_itrans_recon_32x32()
244 e[k] = ee[k] + eo[k]; in ihevc_itrans_recon_32x32()
245 e[k + 8] = ee[7 - k] - eo[7 - k]; in ihevc_itrans_recon_32x32()
299 ee[k] = eee[k] + eeo[k]; in ihevc_itrans_recon_32x32()
[all …]
Dihevc_itrans.c331 WORD32 ee[2], eo[2]; in ihevc_itrans_8x8() local
361 ee[0] = g_ai2_ihevc_trans_8[0][0] * pi2_src[0] in ihevc_itrans_8x8()
363 ee[1] = g_ai2_ihevc_trans_8[0][1] * pi2_src[0] in ihevc_itrans_8x8()
367 e[0] = ee[0] + eo[0]; in ihevc_itrans_8x8()
368 e[3] = ee[0] - eo[0]; in ihevc_itrans_8x8()
369 e[1] = ee[1] + eo[1]; in ihevc_itrans_8x8()
370 e[2] = ee[1] - eo[1]; in ihevc_itrans_8x8()
410 WORD32 ee[2], eo[2]; in ihevc_itrans_8x8() local
480 ee[0] = (pi2_src[0] + pi2_src[4 * src_strd]) << 6; in ihevc_itrans_8x8()
481 ee[1] = (pi2_src[0] - pi2_src[4 * src_strd]) << 6; in ihevc_itrans_8x8()
[all …]
/external/valgrind/memcheck/tests/amd64/
Dfxsave-amd64.stdout.exp18 176 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
21 224 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
24 272 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
25 288 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
28 336 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
29 352 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
32 400 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
86 176 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
89 224 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
92 272 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
[all …]
/external/llvm/bindings/ocaml/executionengine/
Dllvm_executionengine.mli44 engine is not garbage collected and must be destroyed with [dispose ee].
51 (** [dispose ee] releases the memory used by the execution engine and must be
55 (** [add_module m ee] adds the module [m] to the execution engine [ee]. *)
58 (** [remove_module m ee] removes the module [m] from the execution engine
59 [ee]. Raises [Error msg] if an error occurs. *)
62 (** [run_static_ctors ee] executes the static constructors of each module in
63 the execution engine [ee]. *)
66 (** [run_static_dtors ee] executes the static destructors of each module in
67 the execution engine [ee]. *)
70 (** [data_layout ee] is the data layout of the execution engine [ee]. *)
[all …]
Dllvm_executionengine.ml53 let add_global_mapping llval ptr ee =
54 add_global_mapping_ llval (Ctypes.raw_address_of_ptr (Ctypes.to_voidp ptr)) ee
56 let get_global_value_address name typ ee =
57 let vptr = get_global_value_address_ name ee in
63 let get_function_address name typ ee =
64 let fptr = get_function_address_ name ee in
/external/skia/src/gpu/effects/
DGrOvalEffect.cpp253 const EllipseEffect& ee = other.cast<EllipseEffect>(); in onIsEqual() local
254 return fEdgeType == ee.fEdgeType && fCenter == ee.fCenter && fRadii == ee.fRadii; in onIsEqual()
312 const EllipseEffect& ee = fp.cast<EllipseEffect>(); in emitCode() local
334 switch (ee.getEdgeType()) { in emitCode()
357 const EllipseEffect& ee = effect.cast<EllipseEffect>(); in GenKey() local
358 b->add32(ee.getEdgeType()); in GenKey()
362 const EllipseEffect& ee = effect.cast<EllipseEffect>(); in setData() local
363 if (ee.getRadii() != fPrevRadii || ee.getCenter() != fPrevCenter) { in setData()
364 SkScalar invRXSqd = 1.f / (ee.getRadii().fX * ee.getRadii().fX); in setData()
365 SkScalar invRYSqd = 1.f / (ee.getRadii().fY * ee.getRadii().fY); in setData()
[all …]
/external/llvm/test/Bindings/OCaml/
Dexecutionengine.ml50 let ee = create m in
60 add_module m2 ee;
67 add_global_mapping g cg ee;
70 let cg' = get_pointer_to_global g (ptr void) ee in
77 run_static_ctors ee;
80 let varh = get_global_value_address "globvar" int32_t ee in
85 let cplus = get_function_address "plus" cplusty ee in
90 let cgetglobal = get_pointer_to_global getglobal cgetglobalty ee in
94 remove_module m2 ee;
98 run_static_dtors ee;
[all …]
/external/icu/icu4c/source/data/locales/
Dsaq.txt118 "Mderot ee are",
119 "Mderot ee kuni",
120 "Mderot ee ong’wan",
121 "Mderot ee inet",
122 "Mderot ee ile",
123 "Mderot ee sapa",
124 "Mderot ee kwe",
/external/clang/test/Sema/
Dconditional-expr.c31 enum {xxx,yyy,zzz} e, *ee; in foo() local
33 ee = ee ? &x : ee ? &i : &e; // expected-warning {{pointer type mismatch}} in foo()
/external/guava/guava-bootstrap/src/java/util/concurrent/
DAbstractExecutorService.java51 ExecutionException ee = null; in doInvokeAny() local
87 ee = eex; in doInvokeAny()
89 ee = new ExecutionException(rex); in doInvokeAny()
94 if (ee == null) in doInvokeAny()
95 ee = new ExecutionException(); in doInvokeAny()
96 throw ee; in doInvokeAny()
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Dfft.c73 WebRtc_Word16 dd, ee, ff, gg, hh, ii; in WebRtcIsacfix_FftRadix16Fastest() local
207 ee = 0; in WebRtcIsacfix_FftRadix16Fastest()
214 ee = ff + (WebRtc_Word16)WEBRTC_SPL_MUL_16_16(hh, ff); in WebRtcIsacfix_FftRadix16Fastest()
215 dd = ee + 60; in WebRtcIsacfix_FftRadix16Fastest()
216 ccc2Q14 = kCosTabFfftQ14[ee]; in WebRtcIsacfix_FftRadix16Fastest()
307 ee=0; in WebRtcIsacfix_FftRadix16Fastest()
315 ee = ff+60; in WebRtcIsacfix_FftRadix16Fastest()
321 sss2Q14 = kCosTabFfftQ14[ee]; in WebRtcIsacfix_FftRadix16Fastest()
/external/kernel-headers/original/uapi/linux/
Derrqueue.h23 #define SO_EE_OFFENDER(ee) ((struct sockaddr*)((ee)+1)) argument
/external/bison/runtime-po/
Det.po4 # Toomas Soome <Toomas.Soome@microlink.ee>, 2011.
11 "Last-Translator: Toomas Soome <Toomas.Soome@microlink.ee>\n"
12 "Language-Team: Estonian <linux-ee@lists.eenet.ee>\n"
/external/icu/icu4c/source/data/coll/
Dee.txt6 // * Source File: <path>/common/collation/ee.xml
9 ee{
/external/clang/test/Rewriter/
Drewrite-modern-private-ivars.mm34 double ee;
47 ee = 0.0;
/external/clang/test/OpenMP/
Dparallel_ast_print.cpp83 Enum ee; in main() local
89 #pragma omp parallel default(none), private(argc,b) firstprivate(argv) if (argc > 0) num_threads(ee in main()
Dparallel_sections_ast_print.cpp115 Enum ee; in main() local
125 …fault(none), private(argc, b) firstprivate(argv) if (argc > 0) num_threads(ee) copyin(a) proc_bind… in main()
/external/icu/icu4c/source/data/unit/
Dee.txt6 // * Source File: <path>/common/main/ee.xml
9 ee{
/external/valgrind/memcheck/tests/x86/
Dfxsave.stdout.exp16 176 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
84 176 01 ef cd ab dd cc bb aa 11 00 ff ee ba dc fe 10
/external/guava/guava/src/com/google/common/util/concurrent/
DMoreExecutors.java624 ExecutionException ee = null; in invokeAnyImpl() local
658 ee = eex; in invokeAnyImpl()
660 ee = new ExecutionException(rex); in invokeAnyImpl()
665 if (ee == null) { in invokeAnyImpl()
666 ee = new ExecutionException(null); in invokeAnyImpl()
668 throw ee; in invokeAnyImpl()

12345678910>>...12