Lines Matching refs:lsbwidth
728 …, j, k, Mx, dof, xs, xm, islow = 0, sf = ctx->sf, fs = ctx->fs, lsbwidth = ctx->lsbwidth, rsbwidth… in FVRHSFunctionslow_2WaySplit() local
783 …if (i < sf - lsbwidth + 1 || i > fs + rsbwidth - 2) { /* slow components and the first and last fa… in FVRHSFunctionslow_2WaySplit()
817 if (i < sf - lsbwidth) { /* slow region */ in FVRHSFunctionslow_2WaySplit()
832 if (i == sf - lsbwidth) { /* interface between the slow region and the fast region */ in FVRHSFunctionslow_2WaySplit()
879 …, j, k, Mx, dof, xs, xm, islow = 0, sf = ctx->sf, fs = ctx->fs, lsbwidth = ctx->lsbwidth, rsbwidth… in FVRHSFunctionslowbuffer_2WaySplit() local
934 if ((i > sf - lsbwidth - 2 && i < sf + 1) || (i > fs - 2 && i < fs + rsbwidth + 1)) { in FVRHSFunctionslowbuffer_2WaySplit()
968 if (i == sf - lsbwidth) { in FVRHSFunctionslowbuffer_2WaySplit()
979 if (i > sf - lsbwidth && i < sf) { in FVRHSFunctionslowbuffer_2WaySplit()
1282 ctx.lsbwidth = 4; in main()
1286 if (i < ctx.sf - ctx.lsbwidth || i > ctx.fs + ctx.rsbwidth - 1) in main()
1288 …else if ((i >= ctx.sf - ctx.lsbwidth && i < ctx.sf) || (i > ctx.fs - 1 && i <= ctx.fs + ctx.rsbwid… in main()