| /third_party/node/deps/v8/src/compiler/ |
| H A D | js-call-reducer.cc | 529 auto step = [=](TNode<Number> i) { return NumberAdd(i, OneConstant()); }; in ForZeroUntil() local 533 ForBuilder0 Forever(TNode<Number> initial_value, const StepFunction1& step) { in Forever() argument 482 ForBuilder0(JSGraphAssembler* gasm, TNode<Number> initial_value, const ConditionFunction1& cond, const StepFunction1& step) ForBuilder0() argument 541 ForBuilder1(JSGraphAssembler* gasm, TNode<Number> initial_value, const ConditionFunction1& cond, const StepFunction1& step, TNode<Object> initial_arg0) ForBuilder1() argument 600 For1(TNode<Number> initial_value, const ConditionFunction1& cond, const StepFunction1& step, TNode<Object> initial_arg0) For1() argument 611 auto step = [=](TNode<Number> i) { return NumberAdd(i, OneConstant()); }; For1ZeroUntil() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/softpipe/ |
| H A D | sp_setup.c | 202 const int step = MAX_QUADS; in flush_spans() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
| H A D | vktComputeCooperativeMatrixTests.cpp | 943 void setSingleElementInt (void *data, VkComponentTypeKHR dt, deUint32 start, deUint32 count, deUint32 step, deUint32 at, deUint32 val) in setSingleElementInt() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/ |
| H A D | vktConditionalDrawAndClearTests.cpp | 1209 int step = (HEIGHT / 4); in prepareReferenceImage() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
| H A D | vktSparseResourcesBufferTests.cpp | 1100 void generateGrid (void* pRawData, const float step, const float ox, const float oy, const deUint32 numX, const deUint32 numY, const float z = 0.0f) in generateGrid() argument 1298 const float step in initializeBuffers() local 1350 const float step = 2.0f / static_cast<float>(GRID_SIZE); initializeBuffers() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
| H A D | vktTextureMipmapTests.cpp | 193 const deUint32 step = 0xff / (numLevels-1); in Texture2DMipmapTestInstance() local 461 const deUint32 step = 0xff / (numLevels-1); in TextureCubeMipmapTestInstance() local 702 const deUint32 step = 0xff / (numLevels-1); in Texture3DMipmapTestInstance() local 999 const deUint32 step = 0xff / (numLevels-1); in Texture2DLodControlTestInstance() local 1273 const deUint32 step = 0xff / (numLevels-1); in TextureCubeLodControlTestInstance() local 1550 const deUint32 step = 0xff / (numLevels-1); Texture3DLodControlTestInstance() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/conditional_rendering/ |
| H A D | vktConditionalDrawAndClearTests.cpp | 1189 int step = (HEIGHT / 4); in prepareReferenceImage() local
|
| /third_party/vk-gl-cts/external/openglcts/modules/gles2/ |
| H A D | es2cTexture3DTests.cpp | 560 deUint32 step = 0x00ffffff / numLevels; in init() local
|
| /third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/ |
| H A D | esextcGPUShader5TextureGatherOffset.cpp | 2204 const glw::GLfloat step = 1.0f / ((float)m_texture_size); prepareTextureData() local 2479 const glw::GLfloat step = 1.0f / ((float)texture_size); prepareTextureData() local [all...] |
| /third_party/vk-gl-cts/external/openglcts/modules/common/ |
| H A D | glcViewportArrayTests.cpp | 3075 static const T step = 1.0 / 16.0; in setup16x2DepthsHelper() local 4214 static const GLfloat step = 1.0f / 16.0f; in checkResults() local 4378 static const GLfloat step = 1.0f / 16.0f; in checkResults() local 4416 static const GLfloat step = 1.0 / 16.0; in getClearSettings() local
|
| /third_party/skia/third_party/externals/libpng/ |
| H A D | pngread.c | 2443 unsigned int step, i, val, trans = 256/*ignore*/, back_alpha = 0; in png_image_read_colormap() local
|
| H A D | pngrtran.c | 4159 int step = (row_info->color_type & PNG_COLOR_MASK_COLOR) ? 4 : 2; in png_do_encode_alpha() local 4178 int step = (row_info->color_type & PNG_COLOR_MASK_COLOR) ? 8 : 4; in png_do_encode_alpha() local
|
| /third_party/skia/third_party/externals/libwebp/src/enc/ |
| H A D | picture_csp_enc.c | 331 ImportOneRow(const uint8_t* const r_ptr, const uint8_t* const g_ptr, const uint8_t* const b_ptr, int step, int pic_width, fixed_y_t* const dst) ImportOneRow() argument 445 PreprocessARGB(const uint8_t* r_ptr, const uint8_t* g_ptr, const uint8_t* b_ptr, int step, int rgb_stride, WebPPicture* const picture) PreprocessARGB() argument 738 LinearToGammaWeighted(const uint8_t* src, const uint8_t* a_ptr, uint32_t total_a, int step, int rgb_stride) LinearToGammaWeighted() argument 754 ConvertRowToY(const uint8_t* const r_ptr, const uint8_t* const g_ptr, const uint8_t* const b_ptr, int step, uint8_t* const dst_y, int width, VP8Random* const rg) ConvertRowToY() argument 811 AccumulateRGB(const uint8_t* const r_ptr, const uint8_t* const g_ptr, const uint8_t* const b_ptr, int step, int rgb_stride, uint16_t* dst, int width) AccumulateRGB() argument 842 ImportYUVAFromRGBA(const uint8_t* r_ptr, const uint8_t* g_ptr, const uint8_t* b_ptr, const uint8_t* a_ptr, int step, int rgb_stride, float dithering, int use_iterative_conversion, WebPPicture* const picture) ImportYUVAFromRGBA() argument 1098 Import(WebPPicture* const picture, const uint8_t* rgb, int rgb_stride, int step, int swap_rb, int import_alpha) Import() argument [all...] |
| /third_party/skia/src/pathops/ |
| H A D | SkOpSegment.cpp | 544 int step = start->step(end); in findNextOp() local 650 int step = start->step(end); in findNextWinding() local 746 int step = start->step(end); findNextXor() local 860 int step = start->step(end); markAndChaseDone() local 895 int step = start->step(end); markAndChaseWinding() local 920 int step = start->step(end); markAndChaseWinding() local 1074 int step = *stepPtr; nextChase() local [all...] |
| /third_party/optimized-routines/math/test/ |
| H A D | ulp.c | 110 uint64_t step; member
|
| /third_party/python/Lib/test/test_sqlite3/ |
| H A D | test_dbapi.py | 1698 def step(self, x): member in ClosedConTests.test_closed_create_aggregate.Agg
|
| /third_party/python/Include/internal/ |
| H A D | pycore_ast_state.h | 235 PyObject *step; member
|
| /third_party/vixl/src/aarch64/ |
| H A D | macro-assembler-sve-aarch64.cc | 888 Index(const ZRegister& zd, const Operand& start, const Operand& step) Index() argument
|
| /third_party/python/Modules/ |
| H A D | _testbuffer.c | 1033 Py_ssize_t start, step; in init_suboffsets() local 1714 Py_ssize_t start, stop, step, slicelength; in init_slice() local [all...] |
| /third_party/python/Objects/ |
| H A D | listobject.c | 2888 Py_ssize_t start, stop, step, slicelength, i; in list_subscript() local 2942 Py_ssize_t start, stop, step, slicelength; in list_ass_subscript() local [all...] |
| H A D | bytearrayobject.c | 390 Py_ssize_t start, stop, step, slicelength, i; in bytearray_subscript() local 595 Py_ssize_t start, stop, step, slicelen, needed; in bytearray_ass_subscript() local [all...] |
| /third_party/skia/modules/skparagraph/src/ |
| H A D | TextLine.cpp | 810 SkScalar step = (maxWidth - textLen) / whitespacePatches; local
|
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| H A D | es3fFragmentOutputTests.cpp | 701 const IVec4 step = ((maxVal.cast<deInt64>() - minVal.cast<deInt64>()) / (rangeDiv.cast<deInt64>())).asInt(); in iterate() local 737 const UVec4 step = maxVal / rangeDiv.asUint(); in iterate() local
|
| H A D | es3fTextureMipmapTests.cpp | 212 deUint32 step = 0xff / (numLevels-1); in init() local 559 deUint32 step = 0xff / (numLevels-1); in init() local 1154 deUint32 step = 0xff / (numLevels-1); in init() local 1471 deUint32 step = 0xff / (numLevels-1); in init() local 1773 deUint32 step = 0xff / (numLevels-1); in init() local 2094 deUint32 step = 0xff / (numLevels-1); init() local [all...] |
| H A D | es3fVertexTextureTests.cpp | 609 const deUint32 step = 0x00ffffff / numLevels; in init() local 929 const deUint32 step = 0x00ffffff / (numLevels*tcu::CUBEFACE_LAST); in init() local 1255 const deUint32 step = 0x00ffffff / numLevels; in init() local 1595 const deUint32 step = 0x00ffffff / numLevels; in init() local
|