HomeSort by relevance Sort by last modified time
    Searched refs:L1 (Results 76 - 100 of 134) sorted by null

1 2 34 5 6

  /external/clang/test/Sema/
uninit-variables.c 257 void *dummy[] = { &&L1, &&L2 };
258 L1:
  /external/oprofile/events/i386/westmere/
unit_masks 110 0x01 repl L1 data cache lines allocated
119 0x01 i_state L1 writebacks to L2 in I state (misses)
120 0x02 s_state L1 writebacks to L2 in S state
121 0x04 e_state L1 writebacks to L2 in E state
122 0x08 m_state L1 writebacks to L2 in M state
123 0x0f mesi All L1 writebacks to L2
204 0x01 l1d_hit Retired loads that hit the L1 data cache (Precise Event)
223 0x40 l1d_writeback Offcore L1 data cache writebacks
  /external/llvm/test/MC/X86/
x86-32.s 482 L1:
483 jcxz L1
484 // CHECK: jcxz L1
486 jecxz L1
487 // CHECK: jecxz L1
x86-64.s 814 L1:
815 jecxz L1
816 // CHECK: jecxz L1
818 jrcxz L1
819 // CHECK: jrcxz L1
  /external/chromium_org/third_party/opus/src/celt/
celt_encoder.c 538 opus_val32 L1;
539 L1 = 0;
541 L1 += EXTEND32(ABS16(tmp[i]));
543 L1 = MAC16_32_Q15(L1, LM*bias, L1);
544 return L1;
580 opus_val32 L1, best_L1;
591 L1 = l1_metric(tmp, N, isTransient ? LM : 0, bias);
592 best_L1 = L1;
    [all...]
  /external/chromium_org/third_party/skia/third_party/lua/src/
lstate.h 222 LUAI_FUNC void luaE_freethread (lua_State *L, lua_State *L1);
lauxlib.c 116 LUALIB_API void luaL_traceback (lua_State *L, lua_State *L1,
120 int numlevels = countlevels(L1);
124 while (lua_getstack(L1, level++, &ar)) {
130 lua_getinfo(L1, "Slnt", &ar);
lauxlib.h 95 LUALIB_API void (luaL_traceback) (lua_State *L, lua_State *L1,
  /external/chromium_org/v8/test/cctest/
test-disasm-x87.cc 276 Label L1, L2;
277 __ bind(&L1);
279 __ call(&L1);
291 __ jmp(&L1);
test-disasm-ia32.cc 276 Label L1, L2;
277 __ bind(&L1);
279 __ call(&L1);
291 __ jmp(&L1);
test-disasm-x64.cc 245 Label L1, L2;
246 __ bind(&L1);
248 __ call(&L1);
260 __ jmp(&L1);
  /external/libopus/celt/
celt_encoder.c 538 opus_val32 L1;
539 L1 = 0;
541 L1 += EXTEND32(ABS16(tmp[i]));
543 L1 = MAC16_32_Q15(L1, LM*bias, L1);
544 return L1;
580 opus_val32 L1, best_L1;
591 L1 = l1_metric(tmp, N, isTransient ? LM : 0, bias);
592 best_L1 = L1;
    [all...]
  /external/opencv/cv/src/
cvoptflowlk.cpp 284 int L1 = i - 1;
290 if( L1 < 0 )
291 L1 = 0;
300 Line1 = L1 * imgStep;
  /external/oprofile/events/i386/nehalem/
events 42 event:0x28 counters:0,1,2,3 um:l1d_wb_l2 minimum:500 name:L1D_WB_L2 : Counts number of L1 writebacks to the L2.
46 event:0x40 counters:0,1 um:l1d_cache_ld minimum:6000 name:L1D_CACHE_LD : Counts L1 data cache read requests.
47 event:0x41 counters:0,1 um:l1d_cache_st minimum:6000 name:L1D_CACHE_ST : Counts L1 data cache stores.
49 event:0x43 counters:0,1 um:l1d_all_ref minimum:6000 name:L1D_ALL_REF : Counts all references to the L1 data cache,
51 event:0x4B counters:0,1,2,3 um:sse_mem_exec minimum:6000 name:SSE_MEM_EXEC : Counts number of SSE instructions which missed the L1 data cache.
52 event:0x4C counters:0,1,2,3 um:one minimum:6000 name:LOAD_HIT_PRE : Counts load operations sent to the L1 data cache while a previous SSE prefetch instruction to the same cache line has started prefetching but has not yet finished.
56 event:0x51 counters:0,1 um:l1d minimum:6000 name:L1D : Counts the number of lines brought from/to the L1 data cache.
60 event:0x63 counters:0,1 um:cache_lock_cycles minimum:6000 name:CACHE_LOCK_CYCLES : Cycle count during which the L1/L2 caches are locked. A lock is asserted when there is a locked memory access, due to uncacheable memory, a locked operation that spans two cache lines, or a page walk from an uncacheable page table.
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_pow.c 74 L1 = 5.99999999999994648725e-01, /* 0x3FE33333, 0x33333303 */
234 r = s2*s2*(L1+s2*(L2+s2*(L3+s2*(L4+s2*(L5+s2*L6)))));
e_powf.c 33 L1 = 6.0000002384e-01, /* 0x3f19999a */
177 r = s2*s2*(L1+s2*(L2+s2*(L3+s2*(L4+s2*(L5+s2*L6)))));
  /external/fdlibm/
e_pow.c 78 L1 = 5.99999999999994648725e-01, /* 0x3FE33333, 0x33333303 */
236 r = s2*s2*(L1+s2*(L2+s2*(L3+s2*(L4+s2*(L5+s2*L6)))));
  /external/oprofile/events/x86-64/family11h/
events 44 event:0x45 counters:0,1,2,3 um:zero minimum:500 name:L1_DTLB_MISS_AND_L2_DTLB_HIT : L1 DTLB misses and L2 DTLB hits
45 event:0x46 counters:0,1,2,3 um:zero minimum:500 name:L1_DTLB_AND_L2_DTLB_MISS : L1 and L2 DTLB misses
68 event:0x84 counters:0,1,2,3 um:zero minimum:500 name:L1_ITLB_MISS_AND_L2_ITLB_HIT : L1 ITLB miss and L2 ITLB hit
69 event:0x85 counters:0,1,2,3 um:zero minimum:500 name:L1_ITLB_MISS_AND_L2_ITLB_MISS : L1 ITLB miss and L2 ITLB miss
  /external/oprofile/events/x86-64/hammer/
events 44 event:0x45 counters:0,1,2,3 um:zero minimum:500 name:L1_DTLB_MISS_AND_L2_DTLB_HIT : L1 DTLB misses and L2 DTLB hits
45 event:0x46 counters:0,1,2,3 um:zero minimum:500 name:L1_DTLB_AND_L2_DTLB_MISS : L1 and L2 DTLB misses
68 event:0x84 counters:0,1,2,3 um:zero minimum:500 name:L1_ITLB_MISS_AND_L2_ITLB_HIT : L1 ITLB miss and L2 ITLB hit
69 event:0x85 counters:0,1,2,3 um:zero minimum:500 name:L1_ITLB_MISS_AND_L2_ITLB_MISS : L1 ITLB miss and L2 ITLB miss
  /external/clang/lib/Analysis/
CFG.cpp 570 llvm::APInt L1 = IntLiteral->getValue();
572 if ((BitOp->getOpcode() == BO_And && (L2 & L1) != L1) ||
573 (BitOp->getOpcode() == BO_Or && (L2 | L1) != L1)) {
674 llvm::APSInt L1, L2;
676 if (!Literal1->EvaluateAsInt(L1, *Context) ||
681 if (L1.isSigned() != L2.isSigned() || L1.getBitWidth() != L2.getBitWidth())
688 llvm::APSInt::getMinValue(L1.getBitWidth(), L1.isUnsigned())
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
s_expl.c 61 * ln2/INTERVALS = L1+L2 (hi+lo decomposition for multiplication). L1 must
69 L1 = 5.41521234812457272982212595914567508e-3L;
269 r1 = x - fn * L1;
446 r1 = x - fn * L1;
  /external/clang/test/OpenMP/
simd_misc_messages.c 26 L1:
34 goto L1; // expected-error {{use of undeclared label 'L1'}}
48 goto L1;
  /external/checkpolicy/
policy_parse.y 133 %token U1 U2 U3 R1 R2 R3 T1 T2 T3 L1 L2 H1 H2
587 | L1 role_mls_op L2
590 | L1 role_mls_op H2
599 | L1 role_mls_op H1
  /external/chromium_org/third_party/opus/src/src/
analysis.c 323 float L1, L2;
351 L1=L2=0;
354 L1 += (float)sqrt(tonal->E[i][b]);
358 stationarity = MIN16(0.99f,L1/(float)sqrt(1e-15+NB_FRAMES*L2));
  /external/clang/test/SemaTemplate/
instantiate-expr-2.cpp 101 Lookup<1> const &L1(False());

Completed in 1424 milliseconds

1 2 34 5 6