/third_party/flutter/skia/src/core/ |
D | SkBitmapProcState_matrixProcs.cpp | 227 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/ |
D | inftrees.c | 60 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/ |
D | inftrees.c | 60 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/ |
D | inftrees.c | 60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ local 187 base = lbase;
|
/third_party/skia/third_party/externals/zlib/ |
D | inftrees.c | 60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ local 187 base = lbase;
|
/third_party/zlib/ |
D | inftrees.c | 56 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/ |
D | inftrees.c | 60 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/ |
D | inftree9.c | 60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ local 181 base = lbase;
|
/third_party/zlib/contrib/infback9/ |
D | inftree9.c | 60 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/ |
D | inftree9.c | 60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ local 181 base = lbase;
|
/third_party/libwebsockets/win32port/zlib/ |
D | inftrees.c | 60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */ local 187 base = lbase;
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | evaluate.c | 820 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/ |
D | rrFragmentOperations.cpp | 578 const float lbase = luminosity(cbase); in setLum() local 580 const float ldiff = llum - lbase; in setLum()
|
/third_party/boost/boost/beast/zlib/detail/ |
D | inflate_stream.ipp | 580 static std::uint16_t constexpr lbase[31] = { 728 base = lbase;
|
/third_party/boost/libs/beast/include/boost/beast/zlib/detail/ |
D | inflate_stream.ipp | 580 static std::uint16_t constexpr lbase[31] = { 728 base = lbase;
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcBlendEquationAdvancedTests.cpp | 337 float lbase = Luminance(cbase); in SetLum() local 339 float ldiff = llum - lbase; in SetLum()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineBlendOperationAdvancedTests.cpp | 480 float lbase = lumv3(cbase); in setLum() local 482 float ldiff = llum - lbase; in setLum()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/KHR/ |
D | KHR_blend_equation_advanced.txt | 351 float lbase = lumv3(cbase); 353 float ldiff = llum - lbase;
|
/third_party/openGLES/extensions/KHR/ |
D | KHR_blend_equation_advanced.txt | 361 float lbase = lumv3(cbase); 363 float ldiff = llum - lbase;
|
/third_party/openGLES/extensions/NV/ |
D | NV_blend_equation_advanced.txt | 523 float lbase = lumv3(cbase); 525 float ldiff = llum - lbase;
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_blend_equation_advanced.txt | 523 float lbase = lumv3(cbase); 525 float ldiff = llum - lbase;
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
D | PixelRoutine.cpp | 2094 Float4 lbase = lumRGB(cbase); in setLum() local 2096 Float4 ldiff = llum - lbase; in setLum()
|