Home
last modified time | relevance | path

Searched refs:loopEnd (Results 1 – 19 of 19) sorted by relevance

/third_party/skia/src/sksl/analysis/
DSkSLGetLoopUnrollInfo.cpp108 double loopEnd = 0; in get_es2_loop_unroll_info() local
109 if (!ConstantFolder::GetConstantValue(*cond.right(), &loopEnd)) { in get_es2_loop_unroll_info()
182 loopInfo.fCount = calculate_count(loopInfo.fStart, loopEnd, loopInfo.fDelta, in get_es2_loop_unroll_info()
187 loopInfo.fCount = calculate_count(loopInfo.fStart, loopEnd, loopInfo.fDelta, in get_es2_loop_unroll_info()
192 loopInfo.fCount = calculate_count(loopInfo.fStart, loopEnd, loopInfo.fDelta, in get_es2_loop_unroll_info()
197 loopInfo.fCount = calculate_count(loopInfo.fStart, loopEnd, loopInfo.fDelta, in get_es2_loop_unroll_info()
202 float iterations = sk_ieee_double_divide(loopEnd - loopInfo.fStart, loopInfo.fDelta); in get_es2_loop_unroll_info()
212 if (loopInfo.fStart == loopEnd) { in get_es2_loop_unroll_info()
/third_party/flutter/skia/src/effects/imagefilters/
DSkBlurImageFilter.cpp366 auto loopEnd = std::min(dstEnd, srcEnd); in blur_one_direction() local
367 while (dstIdx < loopEnd) { in blur_one_direction()
378 loopEnd = dstEnd; in blur_one_direction()
379 while (dstIdx < loopEnd) { in blur_one_direction()
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource11.ts1497 var loopEnd = context.current;
1498 loopEnd.addSuccessor(loopStart);
1552 var loopEnd = context.current;
1553 loopEnd.addSuccessor(loopStart);
1557 loopEnd.addSuccessor(afterLoop);
1795 var loopEnd = context.current;
1796 loopEnd.addSuccessor(loopStart);
1886 var loopEnd = context.current;
1888 loopEnd.addSuccessor(loopStart);
/third_party/typescript/tests/baselines/reference/
DparserRealSource11.js1498 var loopEnd = context.current; variable
1499 loopEnd.addSuccessor(loopStart);
1553 var loopEnd = context.current;
1554 loopEnd.addSuccessor(loopStart);
1558 loopEnd.addSuccessor(afterLoop);
1796 var loopEnd = context.current;
1797 loopEnd.addSuccessor(loopStart);
1887 var loopEnd = context.current;
1889 loopEnd.addSuccessor(loopStart);
3817 var loopEnd = context.current;
[all …]
DparserRealSource11.types6764 var loopEnd = context.current;
6765 >loopEnd : any
6770 loopEnd.addSuccessor(loopStart);
6771 >loopEnd.addSuccessor(loopStart) : any
6772 >loopEnd.addSuccessor : any
6773 >loopEnd : any
7052 var loopEnd = context.current;
7053 >loopEnd : any
7058 loopEnd.addSuccessor(loopStart);
7059 >loopEnd.addSuccessor(loopStart) : any
[all …]
DparserRealSource11.symbols4406 var loopEnd = context.current;
4407 >loopEnd : Symbol(loopEnd, Decl(parserRealSource11.ts, 1496, 19))
4410 loopEnd.addSuccessor(loopStart);
4411 >loopEnd : Symbol(loopEnd, Decl(parserRealSource11.ts, 1496, 19))
4581 var loopEnd = context.current;
4582 >loopEnd : Symbol(loopEnd, Decl(parserRealSource11.ts, 1551, 19))
4585 loopEnd.addSuccessor(loopStart);
4586 >loopEnd : Symbol(loopEnd, Decl(parserRealSource11.ts, 1551, 19))
4600 loopEnd.addSuccessor(afterLoop);
4601 >loopEnd : Symbol(loopEnd, Decl(parserRealSource11.ts, 1551, 19))
[all …]
DparserRealSource11.errors.txt2757 var loopEnd = context.current;
2758 loopEnd.addSuccessor(loopStart);
2830 var loopEnd = context.current;
2831 loopEnd.addSuccessor(loopStart);
2835 loopEnd.addSuccessor(afterLoop);
3145 var loopEnd = context.current;
3146 loopEnd.addSuccessor(loopStart);
3270 var loopEnd = context.current;
3272 loopEnd.addSuccessor(loopStart);
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dtessellator.cpp1960 const int* loopEnd; in StitchTransition() local
1976 loopEnd = XBOXloopEnd; in StitchTransition()
1982 loopEnd =_loopEnd; in StitchTransition()
2007 static const int loopEnd[33] = in StitchTransition()
2024 int iEnd = max(loopEnd[insideNumHalfTessFactorPoints],loopEnd[outsideNumHalfTessFactorPoints]); in StitchTransition()
/third_party/mesa3d/src/gallium/auxiliary/tessellator/
Dtessellator.cpp1963 static const int loopEnd[33] = in StitchTransition() local
1980 int iEnd = max(loopEnd[insideNumHalfTessFactorPoints],loopEnd[outsideNumHalfTessFactorPoints]); in StitchTransition()
/third_party/flutter/skia/src/sksl/
DSkSLJIT.cpp1295 LLVMBasicBlockRef loopEnd = LLVMAppendBasicBlockInContext(fContext, fCurrentFunction, "end"); in compileStageFunctionLoop() local
1296 LLVMBuildCondBr(builder, test, loopBody, loopEnd); in compileStageFunctionLoop()
1349 this->setBlock(builder, loopEnd); in compileStageFunctionLoop()
/third_party/icu/icu4c/source/i18n/
Dregexcmp.cpp2480 int32_t loopEnd = fRXPat->fCompiledPat->size(); in compileInterval() local
2481 op = buildOp(URX_RELOC_OPRND, loopEnd); in compileInterval()
/third_party/node/deps/icu-small/source/i18n/
Dregexcmp.cpp2482 int32_t loopEnd = fRXPat->fCompiledPat->size(); in compileInterval() local
2483 op = buildOp(URX_RELOC_OPRND, loopEnd); in compileInterval()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsm8bitStorageTests.cpp930 const tcu::StringTemplate loopEnd ( in endLoop() local
937 return loopEnd.specialize(spec); in endLoop()
DvktSpvAsm16bitStorageTests.cpp1139 const tcu::StringTemplate loopEnd ( in endLoop() local
1146 return loopEnd.specialize(spec); in endLoop()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dregexcmp.cpp2454 int32_t loopEnd = fRXPat->fCompiledPat->size(); in compileInterval() local
2455 op = buildOp(URX_RELOC_OPRND, loopEnd); in compileInterval()
/third_party/skia/third_party/externals/icu/source/i18n/
Dregexcmp.cpp2480 int32_t loopEnd = fRXPat->fCompiledPat->size(); in compileInterval() local
2481 op = buildOp(URX_RELOC_OPRND, loopEnd); in compileInterval()
/third_party/typescript/lib/
Dlib.dom.d.ts108 loopEnd?: number; property
2296 loopEnd: number; property
/third_party/typescript/src/lib/
Ddom.generated.d.ts88 loopEnd?: number; property
2276 loopEnd: number; property
/third_party/typescript/tests/lib/
Dlib.d.ts4374 loopEnd: number; property