Home
last modified time | relevance | path

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

/external/skia/src/opts/
DSkBitmapProcState_matrixProcs_neon.cpp51 int32x4_t lbase, hbase; in decal_nofilter_scale_neon() local
59 lbase = vdupq_n_s32(fx); in decal_nofilter_scale_neon()
60 lbase = vsetq_lane_s32(fx1, lbase, 1); in decal_nofilter_scale_neon()
61 lbase = vsetq_lane_s32(fx2, lbase, 2); in decal_nofilter_scale_neon()
62 lbase = vsetq_lane_s32(fx3, lbase, 3); in decal_nofilter_scale_neon()
63 hbase = vaddq_s32(lbase, vdupq_n_s32(dx4)); in decal_nofilter_scale_neon()
70 lout = lbase; in decal_nofilter_scale_neon()
78 lbase = vaddq_s32 (lbase, vdupq_n_s32(dx8)); in decal_nofilter_scale_neon()
DSkBitmapProcState_matrix_repeat_neon.h107 int32x4_t lbase, hbase; in SCALE_NOFILTER_NAME() local
114 lbase = vdupq_n_s32(fx); in SCALE_NOFILTER_NAME()
115 lbase = vsetq_lane_s32(fx1, lbase, 1); in SCALE_NOFILTER_NAME()
116 lbase = vsetq_lane_s32(fx2, lbase, 2); in SCALE_NOFILTER_NAME()
117 lbase = vsetq_lane_s32(fx3, lbase, 3); in SCALE_NOFILTER_NAME()
118 hbase = vaddq_s32(lbase, vdupq_n_s32(dx4)); in SCALE_NOFILTER_NAME()
129 lout = vandq_s32(lbase, vdupq_n_s32(0xffff)); in SCALE_NOFILTER_NAME()
142 lbase = vaddq_s32 (lbase, vdupq_n_s32(dx8)); in SCALE_NOFILTER_NAME()
DSkBitmapProcState_matrix_clamp_neon.h110 int32x4_t lbase, hbase; in SCALE_NOFILTER_NAME() local
119 lbase = vdupq_n_s32(fx); in SCALE_NOFILTER_NAME()
120 lbase = vsetq_lane_s32(fx1, lbase, 1); in SCALE_NOFILTER_NAME()
121 lbase = vsetq_lane_s32(fx2, lbase, 2); in SCALE_NOFILTER_NAME()
122 lbase = vsetq_lane_s32(fx3, lbase, 3); in SCALE_NOFILTER_NAME()
124 hbase = vaddq_s32(lbase, vdupq_n_s32(dx4)); in SCALE_NOFILTER_NAME()
133 lout = lbase; in SCALE_NOFILTER_NAME()
145 lbase = vaddq_s32 (lbase, vdupq_n_s32(dx8)); in SCALE_NOFILTER_NAME()
/external/skia/legacy/src/core/
DSkBitmapProcState_matrixProcs.cpp174 int32x4_t lbase, hbase; in decal_nofilter_scale() local
182 lbase = vdupq_n_s32(fx); in decal_nofilter_scale()
183 lbase = vsetq_lane_s32(fx1, lbase, 1); in decal_nofilter_scale()
184 lbase = vsetq_lane_s32(fx2, lbase, 2); in decal_nofilter_scale()
185 lbase = vsetq_lane_s32(fx3, lbase, 3); in decal_nofilter_scale()
186 hbase = vaddq_s32(lbase, vdupq_n_s32(dx4)); in decal_nofilter_scale()
193 lout = lbase; in decal_nofilter_scale()
201 lbase = vaddq_s32 (lbase, vdupq_n_s32(dx8)); in decal_nofilter_scale()
DSkBitmapProcState_matrix_repeat.h112 int32x4_t lbase, hbase; in SCALE_NOFILTER_NAME() local
119 lbase = vdupq_n_s32(fx); in SCALE_NOFILTER_NAME()
120 lbase = vsetq_lane_s32(fx1, lbase, 1); in SCALE_NOFILTER_NAME()
121 lbase = vsetq_lane_s32(fx2, lbase, 2); in SCALE_NOFILTER_NAME()
122 lbase = vsetq_lane_s32(fx3, lbase, 3); in SCALE_NOFILTER_NAME()
123 hbase = vaddq_s32(lbase, vdupq_n_s32(dx4)); in SCALE_NOFILTER_NAME()
134 lout = vandq_s32(lbase, vdupq_n_s32(0xffff)); in SCALE_NOFILTER_NAME()
147 lbase = vaddq_s32 (lbase, vdupq_n_s32(dx8)); in SCALE_NOFILTER_NAME()
DSkBitmapProcState_matrix_clamp.h114 int32x4_t lbase, hbase; in SCALE_NOFILTER_NAME() local
123 lbase = vdupq_n_s32(fx); in SCALE_NOFILTER_NAME()
124 lbase = vsetq_lane_s32(fx1, lbase, 1); in SCALE_NOFILTER_NAME()
125 lbase = vsetq_lane_s32(fx2, lbase, 2); in SCALE_NOFILTER_NAME()
126 lbase = vsetq_lane_s32(fx3, lbase, 3); in SCALE_NOFILTER_NAME()
128 hbase = vaddq_s32(lbase, vdupq_n_s32(dx4)); in SCALE_NOFILTER_NAME()
137 lout = lbase; in SCALE_NOFILTER_NAME()
149 lbase = vaddq_s32 (lbase, vdupq_n_s32(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/zlib/src/
Dinftrees.c60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ local
187 base = lbase;
/external/qemu/distrib/zlib-1.2.3/
Dinftrees.c60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ local
188 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/clang/lib/AST/
DASTContext.cpp6681 const FunctionType *lbase = lhs->getAs<FunctionType>(); in mergeFunctionTypes() local
6683 const FunctionProtoType *lproto = dyn_cast<FunctionProtoType>(lbase); in mergeFunctionTypes()
6692 QualType LHS = lbase->getResultType(); in mergeFunctionTypes()
6699 retType = mergeTypes(lbase->getResultType(), rbase->getResultType(), false, in mergeFunctionTypes()
6706 CanQualType LRetType = getCanonicalType(lbase->getResultType()); in mergeFunctionTypes()
6722 FunctionType::ExtInfo lbaseInfo = lbase->getExtInfo(); in mergeFunctionTypes()