Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkBitmapProcState_matrixProcs.cpp226 int32x4_t lbase, hbase; in decal_nofilter_scale_neon() local
227 lbase = vdupq_n_s32(fx); in decal_nofilter_scale_neon()
228 lbase = vsetq_lane_s32(fx + dx, lbase, 1); in decal_nofilter_scale_neon()
229 lbase = vsetq_lane_s32(fx + dx + dx, lbase, 2); in decal_nofilter_scale_neon()
230 lbase = vsetq_lane_s32(fx + dx + dx + dx, lbase, 3); in decal_nofilter_scale_neon()
231 hbase = lbase + vdupq_n_s32(4 * dx); in decal_nofilter_scale_neon()
236 vuzpq_s16(vreinterpretq_s16_s32(lbase), vreinterpretq_s16_s32(hbase)).val[1] in decal_nofilter_scale_neon()
240 lbase += vdx8; in decal_nofilter_scale_neon()
440 int32x4_t lbase, hbase; in nofilter_scale_neon() local
447 lbase = vdupq_n_s32(SkFractionalIntToFixed(fx)); in nofilter_scale_neon()
[all …]
/external/skqp/src/core/
DSkBitmapProcState_matrixProcs.cpp226 int32x4_t lbase, hbase; in decal_nofilter_scale_neon() local
227 lbase = vdupq_n_s32(fx); in decal_nofilter_scale_neon()
228 lbase = vsetq_lane_s32(fx + dx, lbase, 1); in decal_nofilter_scale_neon()
229 lbase = vsetq_lane_s32(fx + dx + dx, lbase, 2); in decal_nofilter_scale_neon()
230 lbase = vsetq_lane_s32(fx + dx + dx + dx, lbase, 3); in decal_nofilter_scale_neon()
231 hbase = lbase + vdupq_n_s32(4 * dx); in decal_nofilter_scale_neon()
236 vuzpq_s16(vreinterpretq_s16_s32(lbase), vreinterpretq_s16_s32(hbase)).val[1] in decal_nofilter_scale_neon()
240 lbase += vdx8; in decal_nofilter_scale_neon()
440 int32x4_t lbase, hbase; in nofilter_scale_neon() local
447 lbase = vdupq_n_s32(SkFractionalIntToFixed(fx)); in nofilter_scale_neon()
[all …]
/external/python/cpython2/Modules/zlib/
Dinftrees.c60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ local
187 base = lbase;
/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/u-boot/lib/zlib/
Dinftrees.c56 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ in inflate_table() local
184 base = lbase; in inflate_table()
/external/deqp/framework/referencerenderer/
DrrFragmentOperations.cpp578 const float lbase = luminosity(cbase); in setLum() local
580 const float ldiff = llum - lbase; in setLum()
/external/deqp/external/openglcts/modules/common/
DglcBlendEquationAdvancedTests.cpp337 float lbase = Luminance(cbase); in SetLum() local
339 float ldiff = llum - lbase; in SetLum()
/external/clang/lib/AST/
DASTContext.cpp7448 const FunctionType *lbase = lhs->getAs<FunctionType>(); in mergeFunctionTypes() local
7450 const FunctionProtoType *lproto = dyn_cast<FunctionProtoType>(lbase); in mergeFunctionTypes()
7459 QualType LHS = lbase->getReturnType(); in mergeFunctionTypes()
7466 retType = mergeTypes(lbase->getReturnType(), rbase->getReturnType(), false, in mergeFunctionTypes()
7473 CanQualType LRetType = getCanonicalType(lbase->getReturnType()); in mergeFunctionTypes()
7489 FunctionType::ExtInfo lbaseInfo = lbase->getExtInfo(); in mergeFunctionTypes()