Searched defs:lg (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/opus/src/celt/tests/
H A Dtest_unit_mathops.c240 opus_val32 lg; local
243 lg = celt_ilog2(x);
244 if (lg<0 || lg>=31)
246 printf("celt_ilog2 failed: 0<=celt_ilog2(x)<31 (x = %d, celt_ilog2(x) = %d)\n",x,lg);
249 y = 1<<lg;
/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/chromium_org/third_party/opus/src/celt/
H A Dquant_bands.c548 opus_val16 lg = ADD16(oldEBands[i+c*m->nbEBands], local
550 eBands[i+c*m->nbEBands] = PSHR32(celt_exp2(lg),4);
/external/harfbuzz/src/
H A Dharfbuzz-gdef.c471 static HB_Error Load_LigGlyph( HB_LigGlyph* lg, argument
487 count = lg->CaretCount = GET_UShort();
491 lg->CaretValue = NULL;
493 if ( ALLOC_ARRAY( lg->CaretValue, count, HB_CaretValue ) )
496 cv = lg->CaretValue;
525 static void Free_LigGlyph( HB_LigGlyph* lg) argument
532 if ( lg->CaretValue )
534 count = lg->CaretCount;
535 cv = lg->CaretValue;
555 HB_LigGlyph* lg; local
623 HB_LigGlyph* lg; local
[all...]
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-gdef.c471 static HB_Error Load_LigGlyph( HB_LigGlyph* lg, argument
487 count = lg->CaretCount = GET_UShort();
491 lg->CaretValue = NULL;
493 if ( ALLOC_ARRAY( lg->CaretValue, count, HB_CaretValue ) )
496 cv = lg->CaretValue;
525 static void Free_LigGlyph( HB_LigGlyph* lg) argument
532 if ( lg->CaretValue )
534 count = lg->CaretCount;
535 cv = lg->CaretValue;
555 HB_LigGlyph* lg; local
623 HB_LigGlyph* lg; local
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dzstrfmt.cpp80 static const char gLongGenericTag[] = "lg";
941 UnicodeString lg; local
944 mzStrings->getString(ZSIDX_LONG_GENERIC, lg);
947 if (!lg.isEmpty() || !sg.isEmpty()) {
976 if (!lg.isEmpty()) {
979 Formattable(lg)
/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 ...

Completed in 175 milliseconds