Home
last modified time | relevance | path

Searched refs:lbase (Results 1 – 12 of 12) sorted by relevance

/external/skia/src/opts/
DSkBitmapProcState_matrixProcs_neon.cpp157 int32x4_t lbase, hbase; in decal_nofilter_scale_neon() local
158 lbase = vdupq_n_s32(fx); in decal_nofilter_scale_neon()
159 lbase = vsetq_lane_s32(fx + dx, lbase, 1); in decal_nofilter_scale_neon()
160 lbase = vsetq_lane_s32(fx + dx + dx, lbase, 2); in decal_nofilter_scale_neon()
161 lbase = vsetq_lane_s32(fx + dx + dx + dx, lbase, 3); in decal_nofilter_scale_neon()
162 hbase = lbase + vdupq_n_s32(4 * dx); in decal_nofilter_scale_neon()
167 vuzpq_s16(vreinterpretq_s16_s32(lbase), vreinterpretq_s16_s32(hbase)).val[1] in decal_nofilter_scale_neon()
171 lbase += vdx8; in decal_nofilter_scale_neon()
DSkBitmapProcState_matrix_neon.h69 int32x4_t lbase, hbase; in SCALE_NOFILTER_NAME() local
76 lbase = vdupq_n_s32(SkFractionalIntToFixed(fx)); in SCALE_NOFILTER_NAME()
77 lbase = vsetq_lane_s32(SkFractionalIntToFixed(fx1), lbase, 1); in SCALE_NOFILTER_NAME()
78 lbase = vsetq_lane_s32(SkFractionalIntToFixed(fx2), lbase, 2); in SCALE_NOFILTER_NAME()
79 lbase = vsetq_lane_s32(SkFractionalIntToFixed(fx3), lbase, 3); in SCALE_NOFILTER_NAME()
80 hbase = vaddq_s32(lbase, vdupq_n_s32(SkFractionalIntToFixed(dx4))); in SCALE_NOFILTER_NAME()
87 fx8 = TILEX_PROCF_NEON8(lbase, hbase, maxX); in SCALE_NOFILTER_NAME()
92 lbase = vaddq_s32 (lbase, vdupq_n_s32(SkFractionalIntToFixed(dx8))); in SCALE_NOFILTER_NAME()
/external/chromium_org/third_party/skia/src/opts/
DSkBitmapProcState_matrixProcs_neon.cpp157 int32x4_t lbase, hbase; in decal_nofilter_scale_neon() local
158 lbase = vdupq_n_s32(fx); in decal_nofilter_scale_neon()
159 lbase = vsetq_lane_s32(fx + dx, lbase, 1); in decal_nofilter_scale_neon()
160 lbase = vsetq_lane_s32(fx + dx + dx, lbase, 2); in decal_nofilter_scale_neon()
161 lbase = vsetq_lane_s32(fx + dx + dx + dx, lbase, 3); in decal_nofilter_scale_neon()
162 hbase = lbase + vdupq_n_s32(4 * dx); in decal_nofilter_scale_neon()
167 vuzpq_s16(vreinterpretq_s16_s32(lbase), vreinterpretq_s16_s32(hbase)).val[1] in decal_nofilter_scale_neon()
171 lbase += vdx8; in decal_nofilter_scale_neon()
DSkBitmapProcState_matrix_neon.h69 int32x4_t lbase, hbase; in SCALE_NOFILTER_NAME() local
76 lbase = vdupq_n_s32(SkFractionalIntToFixed(fx)); in SCALE_NOFILTER_NAME()
77 lbase = vsetq_lane_s32(SkFractionalIntToFixed(fx1), lbase, 1); in SCALE_NOFILTER_NAME()
78 lbase = vsetq_lane_s32(SkFractionalIntToFixed(fx2), lbase, 2); in SCALE_NOFILTER_NAME()
79 lbase = vsetq_lane_s32(SkFractionalIntToFixed(fx3), lbase, 3); in SCALE_NOFILTER_NAME()
80 hbase = vaddq_s32(lbase, vdupq_n_s32(SkFractionalIntToFixed(dx4))); in SCALE_NOFILTER_NAME()
87 fx8 = TILEX_PROCF_NEON8(lbase, hbase, maxX); in SCALE_NOFILTER_NAME()
92 lbase = vaddq_s32 (lbase, vdupq_n_s32(SkFractionalIntToFixed(dx8))); in SCALE_NOFILTER_NAME()
/external/openfst/src/include/fst/
Dlookahead-matcher.h751 LBase *lbase = static_cast<LBase *>(base_); in LookAheadLabel() local
752 return lbase->LookAheadLabel(label); in LookAheadLabel()
760 LBase *lbase = static_cast<LBase *>(base_); in LookAheadFst() local
761 return lbase->LookAheadFst(fst, s); in LookAheadFst()
769 LBase *lbase = static_cast<LBase *>(base_); in LookAheadWeight() local
770 return lbase->LookAheadWeight(); in LookAheadWeight()
778 LBase *lbase = static_cast<LBase *>(base_); in LookAheadPrefix() local
779 return lbase->LookAheadPrefix(arc); in LookAheadPrefix()
787 LBase *lbase = static_cast<LBase *>(base_); variable
788 lbase->InitLookAheadFst(fst, copy);
/external/qemu/distrib/zlib-1.2.8/
Dinftrees.c60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ local
187 base = lbase;
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
Dfx_zlib_inftrees.c60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ in inflate_table() local
187 base = lbase; in inflate_table()
/external/zlib/src/
Dinftrees.c60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ local
187 base = lbase;
/external/zlib/src/contrib/infback9/
Dinftree9.c60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ local
181 base = lbase;
/external/chromium_org/third_party/zlib/
Dinftrees.c60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ local
187 base = lbase;
/external/deqp/framework/referencerenderer/
DrrFragmentOperations.cpp523 const float lbase = luminosity(cbase); in setLum() local
525 const float ldiff = llum - lbase; in setLum()
/external/clang/lib/AST/
DASTContext.cpp6844 const FunctionType *lbase = lhs->getAs<FunctionType>(); in mergeFunctionTypes() local
6846 const FunctionProtoType *lproto = dyn_cast<FunctionProtoType>(lbase); in mergeFunctionTypes()
6855 QualType LHS = lbase->getReturnType(); in mergeFunctionTypes()
6862 retType = mergeTypes(lbase->getReturnType(), rbase->getReturnType(), false, in mergeFunctionTypes()
6869 CanQualType LRetType = getCanonicalType(lbase->getReturnType()); in mergeFunctionTypes()
6885 FunctionType::ExtInfo lbaseInfo = lbase->getExtInfo(); in mergeFunctionTypes()