HomeSort by relevance Sort by last modified time
    Searched defs:ee (Results 1 - 25 of 242) sorted by null

1 2 3 4 5 6 7 8 910

  /ndk/sources/android/support/src/musl-math/
frexpl.c 12 int ee = u.i.se & 0x7fff; local
14 if (!ee) {
20 } else if (ee == 0x7fff) {
24 *e = ee - 0x3ffe;
frexp.c 7 int ee = y.i>>52 & 0x7ff; local
9 if (!ee) {
15 } else if (ee == 0x7ff) {
19 *e = ee - 0x3fe;
frexpf.c 7 int ee = y.i>>23 & 0xff; local
9 if (!ee) {
15 } else if (ee == 0xff) {
19 *e = ee - 0x7e;
  /ndk/tests/device/test-stlport_shared-exception/jni/
eh10.cpp 10 void ee(int *);
14 ee(&i);
17 void ee(int *) { } function
  /ndk/tests/device/test-stlport_static-exception/jni/
eh10.cpp 10 void ee(int *);
14 ee(&i);
17 void ee(int *) { } function
  /system/extras/simpleperf/
read_apk_test.cpp 36 EmbeddedElf* ee = inspector.FindElfInApkByOffset(GetTestData(APK_FILE), local
38 ASSERT_TRUE(ee != nullptr);
39 ASSERT_EQ(NATIVELIB_IN_APK, ee->entry_name());
40 ASSERT_EQ(NATIVELIB_OFFSET_IN_APK, ee->entry_offset());
41 ASSERT_EQ(NATIVELIB_SIZE_IN_APK, ee->entry_size());
47 auto ee = ApkInspector::FindElfInApkByName(GetTestData(APK_FILE), NATIVELIB_IN_APK); local
48 ASSERT_TRUE(ee != nullptr);
49 ASSERT_EQ(NATIVELIB_OFFSET_IN_APK, ee->entry_offset());
50 ASSERT_EQ(NATIVELIB_SIZE_IN_APK, ee->entry_size());
read_apk.cpp 175 std::unique_ptr<EmbeddedElf> ee = ApkInspector::FindElfInApkByName(apk_path, elf_filename); local
176 if (ee == nullptr) {
179 return GetBuildIdFromEmbeddedElfFile(apk_path, ee->entry_offset(), ee->entry_size(), build_id);
185 std::unique_ptr<EmbeddedElf> ee = ApkInspector::FindElfInApkByName(apk_path, elf_filename); local
186 if (ee == nullptr) {
189 return ParseSymbolsFromEmbeddedElfFile(apk_path, ee->entry_offset(), ee->entry_size(),
  /external/testng/src/main/java/org/testng/internal/thread/
FutureResultAdapter.java 24 catch(ExecutionException ee) {
25 throw new ThreadExecutionException(ee.getCause()); // NOTE there is no need to keep the EE
  /external/libhevc/common/
ihevc_chroma_itrans_recon_16x16.c 120 WORD32 ee[4], eo[4]; local
176 ee[k] = eee[k] + eeo[k];
177 ee[k + 2] = eee[1 - k] - eeo[1 - k];
181 e[k] = ee[k] + eo[k];
182 e[k + 4] = ee[3 - k] - eo[3 - k];
225 ee[k] = eee[k] + eeo[k];
226 ee[k + 2] = eee[1 - k] - eeo[1 - k];
230 e[k] = ee[k] + eo[k];
231 e[k + 4] = ee[3 - k] - eo[3 - k];
277 ee[k] = eee[k] + eeo[k]
    [all...]
ihevc_chroma_itrans_recon_8x8.c 119 WORD32 ee[2], eo[2]; local
169 ee[0] = g_ai2_ihevc_trans_8[0][0] * pi2_src[0]
171 ee[1] = g_ai2_ihevc_trans_8[0][1] * pi2_src[0]
175 e[0] = ee[0] + eo[0];
176 e[3] = ee[0] - eo[0];
177 e[1] = ee[1] + eo[1];
178 e[2] = ee[1] - eo[1];
211 ee[0] = g_ai2_ihevc_trans_8[0][0] * pi2_tmp[0];
212 ee[1] = g_ai2_ihevc_trans_8[0][1] * pi2_tmp[0];
215 e[0] = ee[0] + eo[0]
    [all...]
ihevc_itrans_recon_16x16.c 110 WORD32 ee[4], eo[4]; local
166 ee[k] = eee[k] + eeo[k];
167 ee[k + 2] = eee[1 - k] - eeo[1 - k];
171 e[k] = ee[k] + eo[k];
172 e[k + 4] = ee[3 - k] - eo[3 - k];
216 ee[k] = eee[k] + eeo[k];
217 ee[k + 2] = eee[1 - k] - eeo[1 - k];
221 e[k] = ee[k] + eo[k];
222 e[k + 4] = ee[3 - k] - eo[3 - k];
268 ee[k] = eee[k] + eeo[k]
    [all...]
ihevc_itrans_recon_8x8.c 110 WORD32 ee[2], eo[2]; local
156 ee[0] = g_ai2_ihevc_trans_8[0][0] * pi2_src[0];
157 ee[1] = g_ai2_ihevc_trans_8[0][1] * pi2_src[0];
160 e[0] = ee[0] + eo[0];
161 e[3] = ee[0] - eo[0];
162 e[1] = ee[1] + eo[1];
163 e[2] = ee[1] - eo[1];
194 ee[0] = g_ai2_ihevc_trans_8[0][0] * pi2_tmp[0];
195 ee[1] = g_ai2_ihevc_trans_8[0][1] * pi2_tmp[0];
198 e[0] = ee[0] + eo[0]
    [all...]
ihevc_itrans_recon_32x32.c 111 WORD32 ee[8], eo[8]; local
179 ee[k] = eee[k] + eeo[k];
180 ee[k + 4] = eee[3 - k] - eeo[3 - k];
184 e[k] = ee[k] + eo[k];
185 e[k + 8] = ee[7 - k] - eo[7 - k];
239 ee[k] = eee[k] + eeo[k];
240 ee[k + 4] = eee[3 - k] - eeo[3 - k];
244 e[k] = ee[k] + eo[k];
245 e[k + 8] = ee[7 - k] - eo[7 - k];
299 ee[k] = eee[k] + eeo[k]
    [all...]
ihevc_itrans.c 331 WORD32 ee[2], eo[2]; local
361 ee[0] = g_ai2_ihevc_trans_8[0][0] * pi2_src[0]
363 ee[1] = g_ai2_ihevc_trans_8[0][1] * pi2_src[0]
367 e[0] = ee[0] + eo[0];
368 e[3] = ee[0] - eo[0];
369 e[1] = ee[1] + eo[1];
370 e[2] = ee[1] - eo[1];
410 WORD32 ee[2], eo[2]; local
470 ee[0] = 64 *pi2_src[ 0 ] + 64 *pi2_src[ 4*8 ];
471 ee[1] = 64 *pi2_src[ 0 ] + -64 *pi2_src[ 4*8 ]
554 WORD32 ee[4], eo[4]; local
649 WORD32 ee[4], eo[4]; local
854 WORD32 ee[8], eo[8]; local
    [all...]
  /external/clang/test/OpenMP/
parallel_sections_ast_print.cpp 115 Enum ee; local
116 // CHECK: Enum ee;
125 #pragma omp parallel sections default(none), private(argc, b) firstprivate(argv) if (argc > 0) num_threads(ee) copyin(a) proc_bind(spread) reduction(| : c, d) reduction(* : e) lastprivate(argv)
126 // CHECK-NEXT: #pragma omp parallel sections default(none) private(argc,b) firstprivate(argv) if(argc > 0) num_threads(ee) copyin(a) proc_bind(spread) reduction(|: c,d) reduction(*: e) lastprivate(argv)
task_ast_print.cpp 88 Enum ee; local
89 // CHECK: Enum ee;
teams_ast_print.cpp 95 Enum ee; local
96 // CHECK: Enum ee;
parallel_ast_print.cpp 88 Enum ee; local
89 // CHECK: Enum ee;
94 #pragma omp parallel default(none), private(argc,b) firstprivate(argv) if (parallel: argc > 0) num_threads(ee) copyin(a) proc_bind(spread) reduction(| : c, d, arr1[argc]) reduction(* : e, arr[:10][0:argc])
95 // CHECK-NEXT: #pragma omp parallel default(none) private(argc,b) firstprivate(argv) if(parallel: argc > 0) num_threads(ee) copyin(a) proc_bind(spread) reduction(|: c,d,arr1[argc]) reduction(*: e,arr[:10][0:argc])
  /external/llvm/examples/BrainF/
BrainFDriver.cpp 144 ExecutionEngine *ee = EngineBuilder(std::move(Mod)).create(); local
147 GenericValue gv = ee->runFunction(brainf_func, args);
  /frameworks/compile/mclinker/unittests/
SymbolCategoryTest.cpp 59 LDSymbol* ee = LDSymbol::Create(*e); local
61 m_pTestee->add(*ee);
102 LDSymbol* ee = LDSymbol::Create(*e); local
108 e->setSymPtr(ee);
110 m_pTestee->add(*ee);
  /art/test/451-spill-splot/src/
Main.java 37 float ee = 4; local
49 System.out.println(aa + bb + cc + dd + ee + ff + gg + hh + ii + jj + kk + ll + mm + nn);
66 ee = $noinline$computeFloat();
  /external/clang/test/Sema/
conditional-expr.c 31 enum {xxx,yyy,zzz} e, *ee; local
33 ee = ee ? &x : ee ? &i : &e; // expected-warning {{pointer type mismatch}}
  /external/guava/guava-bootstrap/src/java/util/concurrent/
AbstractExecutorService.java 51 ExecutionException ee = null; local
87 ee = eex;
89 ee = new ExecutionException(rex);
94 if (ee == null)
95 ee = new ExecutionException();
96 throw ee;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
dct_inline.h 356 register int32 ee = (int32)k4; local
383 "r"(ee),
  /frameworks/base/core/java/android/nfc/cardemulation/
NfcFCardEmulation.java 131 } catch (RemoteException ee) {
133 ee.rethrowAsRuntimeException();
179 } catch (RemoteException ee) {
181 ee.rethrowAsRuntimeException();
208 } catch (RemoteException ee) {
210 ee.rethrowAsRuntimeException();
243 } catch (RemoteException ee) {
245 ee.rethrowAsRuntimeException();
288 } catch (RemoteException ee) {
290 ee.rethrowAsRuntimeException()
    [all...]

Completed in 607 milliseconds

1 2 3 4 5 6 7 8 910