Home
last modified time | relevance | path

Searched defs:step (Results 551 - 575 of 1228) sorted by relevance

1...<<21222324252627282930>>...50

/third_party/python/Tools/demo/
H A Dsortvisu.py81 def step(self): member in Array
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcFragDepthTests.cpp394 int step = (int)deFloatFloor(d / depthStep); in iterate() local
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DVulkanCommandBufferPerf.cpp166 void VulkanCommandBufferPerfTest::step() in step() function in VulkanCommandBufferPerfTest
/third_party/skia/src/core/
H A DSkEdgeClipper.cpp254 SkScalar step = 0.25f; in mono_cubic_closestT() local
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dalpha_processing.c391 PackRGB_C(const uint8_t* WEBP_RESTRICT r, const uint8_t* WEBP_RESTRICT g, const uint8_t* WEBP_RESTRICT b, int len, int step, uint32_t* WEBP_RESTRICT out) PackRGB_C() argument
H A Ddec_mips32.c30 static WEBP_INLINE void do_filter2(uint8_t* p, int step) { in do_filter2() argument
40 static WEBP_INLINE void do_filter4(uint8_t* p, int step) { in do_filter4() argument
53 do_filter6(uint8_t* p, int step) do_filter6() argument
69 hev(const uint8_t* p, int step, int thresh) hev() argument
74 needs_filter(const uint8_t* p, int step, int t) needs_filter() argument
79 needs_filter2(const uint8_t* p, int step, int t, int it) needs_filter2() argument
[all...]
/third_party/skia/src/pathops/
H A DSkPathWriter.cpp233 int step = opPtT->fT ? 1 : -1; in assemble() local
/third_party/skia/tests/
H A DTestUtils.cpp290 UnicharGen(int step) : fU(0), fStep(step) {} in UnicharGen() argument
301 const int step = 3; in DEF_TEST() local
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dentropy_encode.c305 size_t step = 0; in BrotliOptimizeHuffmanCountsForRle() local
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-iter.hh652 S step; global() member
699 S step; global() member
[all...]
/third_party/python/Modules/_sqlite/
H A Dblob.c429 Py_ssize_t start, stop, step, len; in subscript_slice() local
513 Py_ssize_t start, stop, step, len; in ass_subscript_slice() local
415 get_slice_info(pysqlite_Blob *self, PyObject *item, Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step, Py_ssize_t *slicelen) get_slice_info() argument
[all...]
/third_party/protobuf/python/google/protobuf/pyext/
H A Drepeated_scalar_container.cc281 Py_ssize_t step; in Subscript() local
433 Py_ssize_t step; in Subscript() local
[all...]
H A Drepeated_composite_container.cc247 Py_ssize_t from, to, step, slicelength, cur, i; in Subscript() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dcharconv_test.cc664 int NextStep(int step) { in NextStep() argument
685 int index, step; in TestOverflowAndUnderflow() local
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFboMultisampleTests.cpp182 const float step = 2.0f / (float)numSteps; in render() local
205 const int step = 1; in render() local
H A Des3fDepthStencilClearTests.cpp330 float step = 2.0f / (float)numSteps; in renderGL() local
364 int step = numValues / numSteps; in renderGL() local
441 float step = deFloatFloor(depth * (float)DEPTH_STEPS) / (float)(DEPTH_STEPS-1); in renderReference() local
489 float step = (float)(stencil / ((1u<<stencilBits) / (deUint32)STENCIL_STEPS)) / (float)(STENCIL_STEPS-1); in renderReference() local
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fDepthRangeTests.cpp383 int step = (int)deFloatFloor(d / depthStep); in iterate() local
H A Des2fDepthStencilClearTests.cpp327 float step = 2.0f / (float)numSteps; in renderGL() local
361 int step = numValues / numSteps; in renderGL() local
438 float step = deFloatFloor(depth * (float)DEPTH_STEPS) / (float)(DEPTH_STEPS-1); in renderReference() local
486 float step = (float)(stencil / ((1u<<stencilBits) / (deUint32)STENCIL_STEPS)) / (float)(STENCIL_STEPS-1); in renderReference() local
/arkcompiler/runtime_core/libpandabase/utils/
H A Dbit_vector.h612 int step = (val > 0) ? 1 : -1; in Next() local
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dbit_vector.h648 int step = (val > 0) ? 1 : -1; in Next() local
/base/security/device_auth/services/key_agree_sdk/src/
H A Dkey_agree_session.c668 static int32_t ProcessStep(ProtocolStep step, SpekeSession *spekeSession, CJson *inParams, KeyAgreeBlob *out) in ProcessStep() argument
713 int32_t step = 0; in ProcessSpekeSession() local
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/media/i2c/
H A Ddw9763.c55 unsigned int step; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/marquee/
H A Dmarquee_pattern.cpp176 auto step = GetScrollAmount(); in PlayMarqueeAnimation() local
/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dutils.cpp55 auto step = StringUtils::StringToInt(params.front()); in StepsCurveCreator() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_slider.cpp93 double GetStep(double step, double max, double min) in GetStep() argument
127 double step = 1; // step:Sets the sliding jump value of the slider. The default value is 1. in Create() local
[all...]

Completed in 24 milliseconds

1...<<21222324252627282930>>...50