Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/core/
DSkBitmapProcState_matrixProcs.cpp227 int32x4_t lbase, hbase; in decal_nofilter_scale_neon() local
228 lbase = vdupq_n_s32(fx); in decal_nofilter_scale_neon()
229 lbase = vsetq_lane_s32(fx + dx, lbase, 1); in decal_nofilter_scale_neon()
230 lbase = vsetq_lane_s32(fx + dx + dx, lbase, 2); in decal_nofilter_scale_neon()
231 lbase = vsetq_lane_s32(fx + dx + dx + dx, lbase, 3); in decal_nofilter_scale_neon()
232 hbase = lbase + vdupq_n_s32(4 * dx); in decal_nofilter_scale_neon()
237 vuzpq_s16(vreinterpretq_s16_s32(lbase), vreinterpretq_s16_s32(hbase)).val[1] in decal_nofilter_scale_neon()
241 lbase += vdx8; in decal_nofilter_scale_neon()
441 int32x4_t lbase, hbase; in nofilter_scale_neon() local
448 lbase = vdupq_n_s32(SkFractionalIntToFixed(fx)); in nofilter_scale_neon()
[all …]
/third_party/node/deps/zlib/
Dinftrees.c60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ local
187 base = lbase;
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/
Dinftrees.c60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ local
187 base = lbase;
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/
Dinftrees.c60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ local
187 base = lbase;
/third_party/skia/third_party/externals/zlib/
Dinftrees.c60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ local
187 base = lbase;
/third_party/zlib/
Dinftrees.c56 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ in inflate_table() local
183 base = lbase; in inflate_table()
/third_party/flutter/skia/third_party/externals/zlib/
Dinftrees.c60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ local
187 base = lbase;
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/infback9/
Dinftree9.c60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ local
181 base = lbase;
/third_party/zlib/contrib/infback9/
Dinftree9.c60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ local
181 base = lbase;
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/infback9/
Dinftree9.c60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ local
181 base = lbase;
/third_party/libwebsockets/win32port/zlib/
Dinftrees.c60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ local
187 base = lbase;
/third_party/ltp/tools/sparse/sparse-src/
Devaluate.c820 struct symbol *lbase; in evaluate_ptr_sub() local
825 lbase = examine_pointer_target(ltype); in evaluate_ptr_sub()
833 if (is_function(lbase)) { in evaluate_ptr_sub()
839 if (lbase->bit_size > bits_in_char) { in evaluate_ptr_sub()
843 unsigned long value = bits_to_bytes(lbase->bit_size); in evaluate_ptr_sub()
851 info(expr->pos, " '%s' has a non-power-of-2 size: %lu", show_typename(lbase), value); in evaluate_ptr_sub()
1027 struct symbol *ltype, *rtype, *lbase, *rbase; in evaluate_compare() local
1091 lbase = examine_pointer_target(ltype); in evaluate_compare()
1097 if (lbase == &void_ctype) { in evaluate_compare()
1135 struct symbol *ctype, *ltype, *rtype, *lbase, *rbase; in evaluate_conditional_expression() local
[all …]
/third_party/vk-gl-cts/framework/referencerenderer/
DrrFragmentOperations.cpp578 const float lbase = luminosity(cbase); in setLum() local
580 const float ldiff = llum - lbase; in setLum()
/third_party/boost/boost/beast/zlib/detail/
Dinflate_stream.ipp580 static std::uint16_t constexpr lbase[31] = {
728 base = lbase;
/third_party/boost/libs/beast/include/boost/beast/zlib/detail/
Dinflate_stream.ipp580 static std::uint16_t constexpr lbase[31] = {
728 base = lbase;
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcBlendEquationAdvancedTests.cpp337 float lbase = Luminance(cbase); in SetLum() local
339 float ldiff = llum - lbase; in SetLum()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineBlendOperationAdvancedTests.cpp480 float lbase = lumv3(cbase); in setLum() local
482 float ldiff = llum - lbase; in setLum()
/third_party/skia/third_party/externals/opengl-registry/extensions/KHR/
DKHR_blend_equation_advanced.txt351 float lbase = lumv3(cbase);
353 float ldiff = llum - lbase;
/third_party/openGLES/extensions/KHR/
DKHR_blend_equation_advanced.txt361 float lbase = lumv3(cbase);
363 float ldiff = llum - lbase;
/third_party/openGLES/extensions/NV/
DNV_blend_equation_advanced.txt523 float lbase = lumv3(cbase);
525 float ldiff = llum - lbase;
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_blend_equation_advanced.txt523 float lbase = lumv3(cbase);
525 float ldiff = llum - lbase;
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DPixelRoutine.cpp2094 Float4 lbase = lumRGB(cbase); in setLum() local
2096 Float4 ldiff = llum - lbase; in setLum()