Home
last modified time | relevance | path

Searched refs:step (Results 176 - 200 of 905) sorted by relevance

12345678910>>...37

/third_party/typescript/tests/baselines/reference/
H A DnoAsConstNameLookup.js38 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
39 function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
40 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } function
41 step((generator = generator.apply(thisArg, _arguments || [])).next());
H A DimportCallExpressionAsyncES6AMD.js35 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
36 function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
37 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } function
38 step((generator = generator.apply(thisArg, _arguments || [])).next());
H A DimportCallExpressionAsyncES6CJS.js36 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
37 function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
38 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } function
39 step((generator = generator.apply(thisArg, _arguments || [])).next());
H A DimportCallExpressionAsyncES6System.js37 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
38 function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
39 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
40 step((generator = generator.apply(thisArg, _arguments || [])).next());
H A DimportCallExpressionInUMD5.js34 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
35 function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
36 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } function
37 step((generator = generator.apply(thisArg, _arguments || [])).next());
H A DimportCallExpressionNestedUMD.js29 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
30 function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
31 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } function
32 step((generator = generator.apply(thisArg, _arguments || [])).next());
H A DinferenceLimit.js51 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
52 function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
53 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } function
54 step((generator = generator.apply(thisArg, _arguments || [])).next());
H A Demitter.asyncGenerators.classMethods.es5.js67 function verb(n) { return function (v) { return step([n, v]); }; }
68 function step(op) { function
97 function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }
98 function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }
119 function verb(n) { return function (v) { return step([n, v]); }; }
120 function step(op) {
149 function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }
150 function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }
178 function verb(n) { return function (v) { return step([n, v]); }; }
179 function step(o
[all...]
H A DasyncAwaitIsolatedModules_es5.js47 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
48 function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
49 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } function
50 step((generator = generator.apply(thisArg, _arguments || [])).next());
56 function verb(n) { return function (v) { return step([n, v]); }; }
57 function step(op) {
H A DasyncAwait_es5.js53 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
54 function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
55 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } function
56 step((generator = generator.apply(thisArg, _arguments || [])).next());
62 function verb(n) { return function (v) { return step([n, v]); }; }
63 function step(op) {
H A DclassStaticBlock6.js85 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
86 function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
87 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } function
88 step((generator = generator.apply(thisArg, _arguments || [])).next());
94 function verb(n) { return function (v) { return step([n, v]); }; }
95 function step(op) {
H A DcontrolFlowForCatchAndFinally.js48 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
49 function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
50 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } function
51 step((generator = generator.apply(thisArg, _arguments || [])).next());
57 function verb(n) { return function (v) { return step([n, v]); }; }
58 function step(op) {
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktPrimitivesGeneratedQueryTests.cpp952 const float step = 1.0f / static_cast<float>(primitivesGenerated); in fillVertexBuffer() local
960 vertices[prim] = tcu::Vec2(-1.0f + 2.0f * (float)prim * step, 0.0f); in fillVertexBuffer()
968 vertices[2* prim + 0] = tcu::Vec2(-1.0f + 2.0f * (float)prim * step, 1.0f); in fillVertexBuffer()
969 vertices[2* prim + 1] = tcu::Vec2(-1.0f + 2.0f * (float)prim * step, -1.0f); in fillVertexBuffer()
982 vertices[1 + prim] = tcu::Vec2(-1.0f + 2.0f * (float)prim * step, 1.0f); in fillVertexBuffer()
986 vertices[1 + prim] = tcu::Vec2(-1.0f + 2.0f * (float)prim * step, -1.0f); in fillVertexBuffer()
995 vertices[2] = tcu::Vec2(-1.0f + 2.0f * step, 1.0f); in fillVertexBuffer()
1001 vertices[2 + prim] = tcu::Vec2(-1.0f + 2.0f * (float)prim * step, 1.0f); in fillVertexBuffer()
1005 vertices[2 + prim] = tcu::Vec2(-1.0f + 2.0f * (float)prim * step, -1.0f); in fillVertexBuffer()
1016 vertices[1 + prim] = tcu::Vec2(-1.0f + 2.0f * (float)prim * step, in fillVertexBuffer()
2052 const float step = 1.0f / static_cast<float>(primitivesGenerated - 1); fillVertexBuffer() local
[all...]
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollation.java506 * Decrements a 2-byte primary by one range step (1..0x7f).
508 static long decTwoBytePrimaryByOneStep(long basePrimary, boolean isCompressible, int step) { in decTwoBytePrimaryByOneStep() argument
510 // minus the step, modulo the number of usable byte values, plus the minimum. in decTwoBytePrimaryByOneStep()
513 assert(0 < step && step <= 0x7f); in decTwoBytePrimaryByOneStep()
514 int byte2 = ((int)(basePrimary >> 16) & 0xff) - step; in decTwoBytePrimaryByOneStep()
530 * Decrements a 3-byte primary by one range step (1..0x7f).
532 static long decThreeBytePrimaryByOneStep(long basePrimary, boolean isCompressible, int step) { in decThreeBytePrimaryByOneStep() argument
534 // minus the step, modulo the number of usable byte values, plus the minimum. in decThreeBytePrimaryByOneStep()
535 assert(0 < step in decThreeBytePrimaryByOneStep()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H A DCollation.java508 * Decrements a 2-byte primary by one range step (1..0x7f).
510 static long decTwoBytePrimaryByOneStep(long basePrimary, boolean isCompressible, int step) { in decTwoBytePrimaryByOneStep() argument
512 // minus the step, modulo the number of usable byte values, plus the minimum. in decTwoBytePrimaryByOneStep()
515 assert(0 < step && step <= 0x7f); in decTwoBytePrimaryByOneStep()
516 int byte2 = ((int)(basePrimary >> 16) & 0xff) - step; in decTwoBytePrimaryByOneStep()
532 * Decrements a 3-byte primary by one range step (1..0x7f).
534 static long decThreeBytePrimaryByOneStep(long basePrimary, boolean isCompressible, int step) { in decThreeBytePrimaryByOneStep() argument
536 // minus the step, modulo the number of usable byte values, plus the minimum. in decThreeBytePrimaryByOneStep()
537 assert(0 < step in decThreeBytePrimaryByOneStep()
[all...]
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_query.c263 uint32_t step = (flags & VK_QUERY_RESULT_64_BIT) ? in dzn_GetQueryPoolResults() local
320 memcpy(dst_ptr, src_ptr, step); in dzn_GetQueryPoolResults()
322 memset(dst_ptr, 0, step); in dzn_GetQueryPoolResults()
324 dst_ptr += step; in dzn_GetQueryPoolResults()
331 memcpy(dst_ptr, src_ptr + (c * sizeof(uint64_t)), step); in dzn_GetQueryPoolResults()
333 memset(dst_ptr, 0, step); in dzn_GetQueryPoolResults()
335 dst_ptr += step; in dzn_GetQueryPoolResults()
340 memcpy(dst_ptr, &available, step); in dzn_GetQueryPoolResults()
/third_party/skia/tests/
H A DPathOpsOpRectThreadedTest.cpp121 int step = data->fReporter->allowExtendedTest() ? 2 : 5; in testPathOpsFastMain() local
124 for (int c = 0; c < 6; c += step) { in testPathOpsFastMain()
125 for (int d = 0; d < 6; d += step) { in testPathOpsFastMain()
185 int step = reporter->allowExtendedTest() ? 2 : 5; in DEF_TEST() local
186 for (int a = 0; a < 6; a += step) { // outermost in DEF_TEST()
187 for (int b = a + 1; b < 7; b += step) { in DEF_TEST()
188 for (int c = 0 ; c < 6; c += step) { in DEF_TEST()
189 for (int d = c + 1; d < 7; d += step) { in DEF_TEST()
H A DSkGlyphBufferTest.cpp19 const float step = 1.f / perUnit; in DEF_TEST() local
30 float fx = x * step; in DEF_TEST()
47 float fx = x * step, fy = y * step; in DEF_TEST()
64 float fx = x * step, fy = y * step; in DEF_TEST()
86 float fx = x * step + kLargeDistance, fy = y * step + kLargeDistance; in DEF_TEST()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_flow.c254 LLVMValueRef step, in lp_build_loop_end_cond()
262 if (!step) in lp_build_loop_end_cond()
263 step = LLVMConstInt(LLVMTypeOf(end), 1, 0); in lp_build_loop_end_cond()
265 next = LLVMBuildAdd(builder, state->counter, step, ""); in lp_build_loop_end_cond()
298 LLVMValueRef step) in lp_build_loop_end()
300 lp_build_loop_end_cond(state, end, step, LLVMIntNE); in lp_build_loop_end()
306 * e.g. for(i = start; i cmp_op end; i += step)
312 * \param step value added to iterator at end of each loop
320 LLVMValueRef step) in lp_build_for_loop_begin()
325 assert(LLVMTypeOf(start) == LLVMTypeOf(step)); in lp_build_for_loop_begin()
252 lp_build_loop_end_cond(struct lp_build_loop_state *state, LLVMValueRef end, LLVMValueRef step, LLVMIntPredicate llvm_cond) lp_build_loop_end_cond() argument
296 lp_build_loop_end(struct lp_build_loop_state *state, LLVMValueRef end, LLVMValueRef step) lp_build_loop_end() argument
315 lp_build_for_loop_begin(struct lp_build_for_loop_state *state, struct gallivm_state *gallivm, LLVMValueRef start, LLVMIntPredicate cmp_op, LLVMValueRef end, LLVMValueRef step) lp_build_for_loop_begin() argument
[all...]
/third_party/python/Modules/_sqlite/
H A Dblob.c416 Py_ssize_t *stop, Py_ssize_t *step, Py_ssize_t *slicelen) in get_slice_info()
418 if (PySlice_Unpack(item, start, stop, step) < 0) { in get_slice_info()
422 *slicelen = PySlice_AdjustIndices(len, start, stop, *step); in get_slice_info()
429 Py_ssize_t start, stop, step, len; in subscript_slice() local
430 if (get_slice_info(self, item, &start, &stop, &step, &len) < 0) { in subscript_slice()
434 if (step == 1) { in subscript_slice()
445 for (Py_ssize_t i = 0, j = 0; i < len; i++, j += step) { in subscript_slice()
513 Py_ssize_t start, stop, step, len; in ass_subscript_slice() local
514 if (get_slice_info(self, item, &start, &stop, &step, &len) < 0) { in ass_subscript_slice()
532 else if (step in ass_subscript_slice()
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/ffmpeg/libavcodec/
H A Dvp9recon.c225 int h4 = ff_vp9_bwh_tab[1][b->bs][1] << 1, x, y, step = 1 << (b->tx * 2); in intra_recon() local
237 ptr_r += 4 * step1d * bytesperpixel, n += step) { in intra_recon()
261 step = 1 << (b->uvtx * 2); in intra_recon()
268 ptr_r += 4 * uvstep1d * bytesperpixel, n += step) { in intra_recon()
414 const uint16_t *scale, const uint8_t *step) in mc_luma_scaled()
441 refbw_m1 = ((bw - 1) * step[0] + mx) >> 4; in mc_luma_scaled()
442 refbh_m1 = ((bh - 1) * step[1] + my) >> 4; in mc_luma_scaled()
460 smc(dst, dst_stride, ref, ref_stride, bh, mx, my, step[0], step[1]); in mc_luma_scaled()
474 const uint16_t *scale, const uint8_t *step) in mc_chroma_scaled()
406 mc_luma_scaled(VP9TileData *td, vp9_scaled_mc_func smc, vp9_mc_func (*mc)[2], uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *ref, ptrdiff_t ref_stride, ThreadFrame *ref_frame, ptrdiff_t y, ptrdiff_t x, const VP56mv *in_mv, int px, int py, int pw, int ph, int bw, int bh, int w, int h, int bytesperpixel, const uint16_t *scale, const uint8_t *step) mc_luma_scaled() argument
464 mc_chroma_scaled(VP9TileData *td, vp9_scaled_mc_func smc, vp9_mc_func (*mc)[2], uint8_t *dst_u, uint8_t *dst_v, ptrdiff_t dst_stride, const uint8_t *ref_u, ptrdiff_t src_stride_u, const uint8_t *ref_v, ptrdiff_t src_stride_v, ThreadFrame *ref_frame, ptrdiff_t y, ptrdiff_t x, const VP56mv *in_mv, int px, int py, int pw, int ph, int bw, int bh, int w, int h, int bytesperpixel, const uint16_t *scale, const uint8_t *step) mc_chroma_scaled() argument
603 int h4 = ff_vp9_bwh_tab[1][b->bs][1] << 1, x, y, step = 1 << (b->tx * 2); inter_recon() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_colorlevels.c51 int step; member
107 const int step = s->step; \
135 for (int x = 0; x < linesize; x += step) { \
167 for (int x = 0; x < linesize && s->nb_comp == 4; x += step) \
315 s->step = s->planar ? 1 : av_get_padded_bits_per_pixel(desc) >> (3 + (s->bpp == 2)); in config_input()
316 s->linesize = inlink->w * s->step; in config_input()
363 const int step = s->step; in filter_frame() local
418 for (int x = 0; x < s->linesize; x += step) in filter_frame()
[all...]
/third_party/node/test/fixtures/wpt/resources/
H A Dsriharness.js37 test.step(function(){ assert_unreached("Good load fired error handler.") })
41 test.step(function() { assert_unreached("Bad load succeeded.") })
201 test.step(function() {
208 test.step(function(){ assert_unreached("Good load fired error handler.") })
212 test.step(function() { assert_unreached("Bad load succeeded.") })
215 test.step(function() {
/third_party/node/deps/brotli/c/common/
H A Dtransform.c263 int step = ToUpperCase(uppercase); in BrotliTransformDictionaryWord() local
264 uppercase += step; in BrotliTransformDictionaryWord()
265 len -= step; in BrotliTransformDictionaryWord()
276 int step = Shift(shift, len, param); in BrotliTransformDictionaryWord() local
277 shift += step; in BrotliTransformDictionaryWord()
278 len -= step; in BrotliTransformDictionaryWord()
/third_party/skia/third_party/externals/brotli/c/common/
H A Dtransform.c263 int step = ToUpperCase(uppercase); in BrotliTransformDictionaryWord() local
264 uppercase += step; in BrotliTransformDictionaryWord()
265 len -= step; in BrotliTransformDictionaryWord()
276 int step = Shift(shift, len, param); in BrotliTransformDictionaryWord() local
277 shift += step; in BrotliTransformDictionaryWord()
278 len -= step; in BrotliTransformDictionaryWord()

Completed in 17 milliseconds

12345678910>>...37