Searched defs:lg (Results 1 - 20 of 20) sorted by path

/external/chromium_org/third_party/opus/src/celt/
H A Dbands.c210 opus_val16 lg; local
216 lg = ADD16(bandLogE[i+c*m->nbEBands], SHL16((opus_val16)eMeans[i],6));
218 g = celt_exp2(lg);
221 shift = 16-(lg>>DB_SHIFT);
228 g = celt_exp2_frac(lg&((1<<DB_SHIFT)-1));
/external/chromium_org/third_party/opus/src/celt/tests/
H A Dtest_unit_mathops.c242 opus_val32 lg; local
245 lg = celt_ilog2(x);
246 if (lg<0 || lg>=31)
248 printf("celt_ilog2 failed: 0<=celt_ilog2(x)<31 (x = %d, celt_ilog2(x) = %d)\n",x,lg);
251 y = 1<<lg;
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dltable.c230 int lg; local
231 int ttlg; /* 2^lg */
234 for (lg=0, ttlg=1; lg<=MAXBITS; lg++, ttlg*=2) { /* for each slice */
242 /* count elements in range (2^(lg-1), 2^lg] */
247 nums[lg] += lc;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/jemalloc/include/jemalloc/internal/
H A Dsize_classes.sh32 lg() { function
49 lg ${ndelta}; lg_ndelta=${lg_result}; pow2 ${lg_ndelta}
/external/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.guard/
H A Dmutex.fail.cpp34 std::lock_guard<std::mutex> lg = m; local
/external/libopus/celt/
H A Dbands.c210 opus_val16 lg; local
216 lg = ADD16(bandLogE[i+c*m->nbEBands], SHL16((opus_val16)eMeans[i],6));
218 g = celt_exp2(lg);
221 shift = 16-(lg>>DB_SHIFT);
228 g = celt_exp2_frac(lg&((1<<DB_SHIFT)-1));
/external/libopus/celt/tests/
H A Dtest_unit_mathops.c242 opus_val32 lg; local
245 lg = celt_ilog2(x);
246 if (lg<0 || lg>=31)
248 printf("celt_ilog2 failed: 0<=celt_ilog2(x)<31 (x = %d, celt_ilog2(x) = %d)\n",x,lg);
251 y = 1<<lg;
/external/llvm/include/llvm/Support/
H A DScaledNumber.h185 /// Returns the rounded lg of \c Digits*2^Scale and an int specifying whether
196 // Get the floor of the lg of Digits.
210 /// \brief Get the lg (rounded) of a scaled number.
212 /// Get the lg of \c Digits*2^Scale.
219 /// \brief Get the lg floor of a scaled number.
221 /// Get the floor of the lg of \c Digits*2^Scale.
229 /// \brief Get the lg ceiling of a scaled number.
231 /// Get the ceiling of the lg of \c Digits*2^Scale.
554 /// Get the lg of the scalar. lg
555 int32_t lg() const { return ScaledNumbers::getLg(Digits, Scale); } function in class:llvm::ScaledNumber
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
/external/pixman/pixman/
H A Dpixman-gradient-walker.c61 float la, lr, lg, lb; local
132 lg = (left_c->green * (1.0f/257.0f));
148 walker->g_b = (lg + rg) / 510.0f;
157 walker->g_b = (lg * rx - rg * lx) * w_rec * (1.0f/255.0f);
162 walker->g_s = (rg - lg) * w_rec * (1.0f/255.0f);
/external/valgrind/main/VEX/priv/
H A Dhost_arm_isel.c5783 IRLoadG* lg = stmt->Ist.LoadG.details; local
5784 IRType tya = typeOfIRExpr(env->type_env, lg->addr);
5785 IREndness end = lg->end;
5790 switch (lg->cvt) {
5793 HReg rAlt = iselIntExpr_R(env, lg->alt);
5794 ARMAMode1* am = iselIntExpr_AMode1(env, lg->addr);
5795 HReg rD = lookupIRTemp(env, lg->dst);
5797 ARMCondCode cc = iselCondCode(env, lg->guard);
5798 addInstr(env, (lg->cvt == ILGop_Ident32 ? ARMInstr_LdSt32
5806 HReg rAlt = iselIntExpr_R(env, lg
[all...]
H A Dir_defs.c1396 void ppIRLoadG ( IRLoadG* lg )
1398 ppIRTemp(lg->dst);
1400 ppIRExpr(lg->guard);
1402 ppIRLoadGOp(lg->cvt);
1403 vex_printf("(LD%s(", lg->end==Iend_LE ? "le" : "be");
1404 ppIRExpr(lg->addr);
1406 ppIRExpr(lg->alt);
1963 IRLoadG* lg = LibVEX_Alloc(sizeof(IRLoadG)); local
1964 lg->end = end;
1965 lg
2307 IRLoadG* lg = s->Ist.LoadG.details; local
3547 IRLoadG* lg = st->Ist.LoadG.details; local
3736 IRLoadG* lg; local
4100 IRLoadG* lg = stmt->Ist.LoadG.details; local
4358 IRLoadG* lg; local
[all...]
H A Dir_opt.c407 IRLoadG *lg; local
452 lg = st->Ist.LoadG.details;
453 e1 = flatten_Expr(bb, lg->addr);
454 e2 = flatten_Expr(bb, lg->alt);
455 e3 = flatten_Expr(bb, lg->guard);
456 addStmtToIRSB(bb, IRStmt_LoadG(lg->end, lg->cvt, lg->dst,
795 IRLoadG* lg = st->Ist.LoadG.details; local
796 vassert(isIRAtom(lg
2562 IRLoadG* lg = st->Ist.LoadG.details; local
2764 IRLoadG* lg = st2->Ist.LoadG.details; local
2817 IRLoadG* lg = lgu->Ist.LoadG.details; local
2952 IRLoadG* lg = st->Ist.LoadG.details; local
4512 IRLoadG* lg = st->Ist.LoadG.details; local
5051 IRLoadG* lg = st->Ist.LoadG.details; local
5398 IRLoadG* lg = st->Ist.LoadG.details; local
5936 IRLoadG* lg = st->Ist.LoadG.details; local
[all...]
/external/valgrind/main/cachegrind/
H A Dcg_main.c1167 IRLoadG* lg = st->Ist.LoadG.details; local
1170 IRExpr* addr = lg->addr;
1171 typeOfIRLoadGOp(lg->cvt, &typeWide, &type);
1174 sizeofIRType(type), addr, lg->guard,
/external/valgrind/main/callgrind/
H A Dmain.c1082 IRLoadG* lg = st->Ist.LoadG.details; local
1085 IRExpr* addr = lg->addr;
1086 typeOfIRLoadGOp(lg->cvt, &typeWide, &type);
1089 sizeofIRType(type), addr, lg->guard,
/external/valgrind/main/drd/
H A Ddrd_load_store.c661 IRLoadG* lg = st->Ist.LoadG.details; local
664 IRExpr* addr_expr = lg->addr;
665 typeOfIRLoadGOp(lg->cvt, &typeWide, &type);
669 sizeofIRType(type), lg->guard);
671 instrument_load(bb, lg->addr,
672 sizeofIRType(type), lg->guard);
/external/valgrind/main/helgrind/
H A Dhg_main.c4646 IRLoadG* lg = st->Ist.LoadG.details; local
4649 IRExpr* addr = lg->addr;
4650 typeOfIRLoadGOp(lg->cvt, &typeWide, &type);
4655 goff_sp, lg->guard );
/external/valgrind/main/lackey/
H A Dlk_main.c830 IRLoadG* lg = st->Ist.LoadG.details; local
833 typeOfIRLoadGOp(lg->cvt, &typeWide, &type);
836 addEvent_Dr_guarded( sbOut, lg->addr,
837 sizeofIRType(type), lg->guard );
840 instrument_detail( sbOut, OpLoad, type, lg->guard );
/external/valgrind/main/memcheck/
H A Dmc_translate.c5777 static void do_shadow_LoadG ( MCEnv* mce, IRLoadG* lg )
5779 complainIfUndefined(mce, lg->guard, NULL);
5781 definedness and validity of lg->addr, in the case where
5782 lg->guard evaluates to True at run-time. */
5795 switch (lg->cvt) {
5805 = expr2vbits( mce, lg->alt );
5807 = expr2vbits_Load_guarded_General(mce, lg->end, loadedTy,
5808 lg->addr, 0/*addr bias*/,
5809 lg->guard, vwiden, vbits_alt );
5811 assign( 'V', mce, findShadowTmpV(mce, lg
5931 IRLoadG* lg = st->Ist.LoadG.details; local
[all...]

Completed in 511 milliseconds